Re: [webkit-dev] Some new mailing lists

2009-07-06 Thread Patrick Mueller
Maciej Stachowiak wrote: Based on popular demand, we have created two new mailing lists to handle some content that's off-topic for webkit-dev. The new lists are: webkit-help -- requests for help with building webkit, using WebKit's APIs, embedding WebKit, porting WebKit, and so forth I

[webkit-dev] cursor position in textbox

2009-07-06 Thread Nilesh Patil
Hi Any one knows how does cursor position is updated in side textbox whenever alphabet is entered ? Thanks in advance ... ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Re: [webkit-dev] Iterating SunSpider

2009-07-06 Thread Zoltan Herczeg
Hi, Can future versions of the SunSpider driver be made so that they won't become irrelevant over time? I feel the weighting is more of an issue here than the total runtime. Eventually some tests become dominant, and the gain (or loss) on them almost determine the final results. Besides,

Re: [webkit-dev] cursor position in textbox

2009-07-06 Thread Adele Peterson
Hi Nilesh, Try setting a breakpoint at WebCore::SelectionController::setSelection and looking at the backtrace from there. - Adele On Jul 5, 2009, at 11:13 PM, Nilesh Patil wrote: Hi Any one knows how does cursor position is updated in side textbox whenever alphabet is entered ? Thanks

Re: [webkit-dev] Bug 22759 - dropdown menu disappears on mouse-over

2009-07-06 Thread David Hyatt
Can't you just post this in the bug? I fail to see why this should be a topic for discussion on webkit-dev. dave (hy...@apple.com) On Jul 5, 2009, at 1:18 PM, Vamsi Kalyan wrote: Hi, this post is related to issue https://bugs.webkit.org/show_bug.cgi?id=22759. corresponding chrome issue

Re: [webkit-dev] cursor position in textbox

2009-07-06 Thread Nilesh Patil
Hi Just a clarification... By cursor i meant blinking cursor ( i.e. 'I' ) that appears next to any character when u type anything in text box Thanks Regards Niilesh On Mon, Jul 6, 2009 at 2:11 PM, Nilesh Patilvni...@gmail.com wrote: Hi Thanks Adele Thanks Regards Niilesh On

Re: [webkit-dev] Git Familiarity (was ChangeLog)

2009-07-06 Thread Jeremy Orlow
On Sun, Jul 5, 2009 at 10:22 PM, Justin Haygood jhayg...@reaktix.comwrote: - Original Message - From: Benjamin Meyer b...@meyerhome.net To: WebKit Development webkit-dev@lists.webkit.org Sent: Sunday, July 05, 2009 11:25 PM Subject: Re: [webkit-dev] Git Familiarity (was ChangeLog)

Re: [webkit-dev] how to extend the javascript native object?

2009-07-06 Thread Jack Wootton
On Sat, Jul 4, 2009 at 4:52 PM, 胡 波h3282...@yahoo.com.cn wrote: Thank you very much! I understand your steps,But I do not understand the implement process! In the samples you provide with me , I do not find the .cpp file. I want to get a sample for windows.Can you help me? my aim:widget

Re: [webkit-dev] how to extend the javascript native object?

2009-07-06 Thread Jack Wootton
For completion, I can answer my own question. NSObject stands for NeXTStep Object. Which is related to Objective C and not webkit. I assumed it was something like NetScape Object. My mistake. If like me you're more familiar with C++ than Objective C - this seems like a reasonable guide:

[webkit-dev] Help for Folder support for bookmark

2009-07-06 Thread Arsh Kapoor
Hi All, I am implementing bookmarks in folder.So,along with the bookmarks list,bookmarks will also be stored in folders. For that I have used a structure Folder_Record which contains two members.foldername and parentfoldername.Now,when a bookmark is added it is stored in the current folder. Also

Re: [webkit-dev] how to extend the javascript native object?

2009-07-06 Thread Darren VanBuren
Netscape, and all decendants use ns to prefix as opposed to NS for NeXTSTEP. A bit confusing for some. Darren VanBuren - Sent from my iPod Try Fedora 10 today. Fire it up. http://fedoraproject.org/ On Jul 6, 2009, at 2:37, Jack Wootton jackwoot...@gmail.com wrote:

Re: [webkit-dev] Some new mailing lists

2009-07-06 Thread Adam Roben
On Jul 6, 2009, at 2:08 AM, Patrick Mueller wrote: Maciej Stachowiak wrote: Based on popular demand, we have created two new mailing lists to handle some content that's off-topic for webkit-dev. The new lists are: webkit-help -- requests for help with building webkit, using WebKit's

Re: [webkit-dev] Help for Folder support for bookmark

2009-07-06 Thread Darin Adler
This is not a question about WebKit development, and is not on topic for this mailing list. This is not a general programming help list nor a general browser- development help list. -- Darin ___ webkit-dev mailing list

Re: [webkit-dev] Some new mailing lists

2009-07-06 Thread Adam Roben
On Jul 6, 2009, at 10:31 AM, Adam Roben wrote: On Jul 6, 2009, at 2:08 AM, Patrick Mueller wrote: Maciej Stachowiak wrote: Based on popular demand, we have created two new mailing lists to handle some content that's off-topic for webkit-dev. The new lists are: webkit-help -- requests for

Re: [webkit-dev] how to extend the javascript native object?

2009-07-06 Thread Jack Wootton
On Mon, Jul 6, 2009 at 3:43 PM, 胡 波h3282...@yahoo.com.cn wrote: Thank you for your answer! I think that our idea may be different.I want to extend subobject widget to windowobject in webkit .because I want to add some application to widget object,and make it inherited from the window object.

Re: [webkit-dev] cursor position in textbox

2009-07-06 Thread Adele Peterson
Yes, in WebKit, that's just another kind of selection. On Jul 6, 2009, at 1:45 AM, Nilesh Patil wrote: Hi Just a clarification... By cursor i meant blinking cursor ( i.e. 'I' ) that appears next to any character when u type anything in text box Thanks Regards Niilesh On Mon, Jul 6, 2009

Re: [webkit-dev] cursor position in textbox

2009-07-06 Thread Simon Fraser
On Jul 6, 2009, at 1:45 AM, Nilesh Patil wrote: Hi Just a clarification... By cursor i meant blinking cursor ( i.e. 'I' ) that appears next to any character when u type anything in text box Technically, that's the caret, which is also the term used in the source. Simon

Re: [webkit-dev] EXPORT_JS changeset

2009-07-06 Thread Darin Adler
On Jul 1, 2009, at 6:23 AM, Jack Wootton wrote: I'm interested in using the JavaScriptCore, however I'm working with an old revision of WebKit - I'm unsure of exactly what version it is, but the most recent entry in the changelog file in the JavaScriptCore was on the 2007-10-03. As a

Re: [webkit-dev] Logo usage

2009-07-06 Thread Darin Adler
On Jul 1, 2009, at 4:04 AM, Gustavo Noronha wrote: I would like to know what are the usage terms for the WebKit logo - the one with compass in the box. Because this logo includes a copy of the Safari logo in it, it’s really not OK to use it outside webkit.org. Even in webkit.org itself

Re: [webkit-dev] Git Familiarity (was ChangeLog)

2009-07-06 Thread Roger Pack
For what it's worth, I support switching to git.  It certainly will be painful for some, but I think it'll be a win before long.  That said, I also think Maciej is right and that there are some bigger fish to fry at the moment. +1 git [and/or github] make branching your friend, no longer

[webkit-dev] Max http connection per host ?

2009-07-06 Thread Jérôme Lebel
Hi, I'm trying to change the max http connection count per host in WebKit on OS X. I'm not sure if this mechanism by WebCore or by CFNetwork. I found wkInitializeMaximumHTTPConnectionCountPerHost(), but I'm not sure how it worked (since first parameter is 6 and it returns 4). I tried to

Re: [webkit-dev] Iterating SunSpider

2009-07-06 Thread Maciej Stachowiak
On Jul 6, 2009, at 10:11 AM, Geoffrey Garen wrote: So, what you end up with is after a couple of years, the slowest test in the suite is the most significant part of the score. Further, I'll predict that the slowest test will most likely be the least relevant test, because the truly

Re: [webkit-dev] Max http connection per host ?

2009-07-06 Thread David Kilzer
Hi Jérôme, The method to change the connection count is not public API, and it's not supported on all platforms (hence the reason it always returns 4). Dave From: Jérôme Lebel jer...@fotonauts.com To: webkit-dev@lists.webkit.org Sent: Monday, July 6, 2009

[webkit-dev] [Feature request] Bugzilla: default unassignee emails to per component.

2009-07-06 Thread tonikitoo (Antonio Gomes)
Guys, I would like your opinion about the following feature request add in WebKit's bugzilla. Now, for every bug filed there is a default assignee ( webkit-unassig...@lists.webkit.org). In order to make possible for developers to follow bug activities of a specific component. My proposal is the

Re: [webkit-dev] [Feature request] Bugzilla: default unassignee emails to per component.

2009-07-06 Thread Darin Adler
On Jul 6, 2009, at 12:59 PM, tonikitoo (Antonio Gomes) wrote: Now, for every bug filed there is a default assignee (webkit-unassig...@lists.webkit.org ). In order to make possible for developers to follow bug activities of a specific component. My proposal is the existence of default

Re: [webkit-dev] Inheritance in IDL files/JS bindings

2009-07-06 Thread Drew Wilson
BTW, I noticed that the CustomToJS IDL attribute in HTMLCollection.idl is not implemented - instead, there's just a big hard-coded list of classes in CodeGeneratorJS.pm::UsesManualToJSImplementation() that corresponds to that functionality. Any reason not to get rid of

Re: [webkit-dev] Inheritance in IDL files/JS bindings

2009-07-06 Thread Darin Adler
On Jul 6, 2009, at 2:52 PM, Drew Wilson wrote: BTW, I noticed that the CustomToJS IDL attribute in HTMLCollection.idl is not implemented - instead, there's just a big hard-coded list of classes in CodeGeneratorJS.pm::UsesManualToJSImplementation() that corresponds to that functionality.

Re: [webkit-dev] content policies

2009-07-06 Thread Brady Eidson
The WebKit API already leaves policy decisions up to it's client. Check out WebPolicyDelegate which allows the client to make decisions for individual resource requests based on the contents of the request, and WebResourceLoadDelegates for the client to make decisions based on the MIME

Re: [webkit-dev] Inheritance in IDL files/JS bindings

2009-07-06 Thread Drew Wilson
OK - I've uploaded a patch here if anyone has a chance to look at it - it's only about 11 changed lines, so it's pretty small. https://bugs.webkit.org/show_bug.cgi?id=27010 -atw On Mon, Jul 6, 2009 at 3:00 PM, Darin Adler da...@apple.com wrote: On Jul 6, 2009, at 2:52 PM, Drew Wilson wrote:

Re: [webkit-dev] Isolated world tests

2009-07-06 Thread Eric Seidel
Re-sent from the proper email address. On Mon, Jul 6, 2009 at 5:37 PM, Eric Seidel macd...@gmail.com wrote: Adam and I talked about this feature more in person last night. I agree with Oliver. Like any feature added to WebCore, it should work with the default compiled JS engine

Re: [webkit-dev] Isolated world tests

2009-07-06 Thread Oliver Hunt
I have realised that the point i really wanted to make is that * Isolated worlds would be a webkit feature * WebKit features should be tested in the webkit test suite * All tests in webkit should pass in JavaScriptCore as that is webkit's javascript engine. --Oliver On Jul 1, 2009, at

Re: [webkit-dev] Isolated world tests

2009-07-06 Thread Maciej Stachowiak
That sounds like a reasonable direction. I do think future JSC-port- based products such as Safari may want Isolated World behavior. I could even imagine it being useful for WebKit's own Web Inspector in the same-process case. I was going to reply to Adam's last comment, and point out

Re: [webkit-dev] [Feature request] Bugzilla: default unassignee emails to per component.

2009-07-06 Thread tonikitoo (Antonio Gomes)
Hi Willian and Darin, I am pretty familiarized to bugzilla ecosystem and use and I also agree w/ both of you that my proposal would not be an ideal solution... I am really want to fire a discussion about improvements on it. Is getting emails the most practical way here for such ? If so, how do

[webkit-dev] How to write a hello world example in Webkit Gtk?

2009-07-06 Thread deuxliquid
Hi all, I have just installed Gtk-2.16.0 on my computer. Next, I must install webkit that base Gtk but I am not able. It seems Webkit is too big(?) so that it has number of errors. I wonder if there is a Gtk that has already integrated webkit? Because I know Qt has also itegerated Webkit in it.

Re: [webkit-dev] How to write a hello world example in Webkit Gtk?

2009-07-06 Thread Jeremy Orlow
Please use webkit-h...@lists.webkit.org On Mon, Jul 6, 2009 at 6:36 PM, deuxliquid deuxliq...@yahoo.com wrote: Hi all, I have just installed Gtk-2.16.0 on my computer. Next, I must install webkit that base Gtk but I am not able. It seems Webkit is too big(?) so that it has number of errors.

Re: [webkit-dev] Isolated world tests

2009-07-06 Thread Oliver Hunt
On Jul 6, 2009, at 5:37 PM, Eric Seidel wrote: Currently WebKit avoids this need for Safari directly, by having separate Obj-C and JS bindings around DOM objects. Properties/ getters/setters added through JS do not affect the Obj-C bindings. Other embedders which call directly through

Re: [webkit-dev] Isolated world tests

2009-07-06 Thread Oliver Hunt
On Jul 6, 2009, at 6:58 PM, Maciej Stachowiak wrote: On Jul 6, 2009, at 6:44 PM, Oliver Hunt wrote: On Jul 6, 2009, at 5:37 PM, Eric Seidel wrote: Currently WebKit avoids this need for Safari directly, by having separate Obj-C and JS bindings around DOM objects. Properties/

Re: [webkit-dev] How to write a hello world example in Webkit Gtk?

2009-07-06 Thread Hieu Le Trung
Hi, There is no WebKit in GTK, you must compile the WebKit and use the GtkLauncher in order to test the webkit. You can try some GTK sample to see if GTK works well or not. Regards, -Hieu From: webkit-dev-boun...@lists.webkit.org [mailto:webkit-dev-boun...@lists.webkit.org] On