Re: [webkit-dev] onfocus signal

2009-07-19 Thread tonikitoo (Antonio Gomes)
you could have a look at WebKit//WebCoreSupport/EditorClientXXX.cpp : void EditorClientXXX::setInputMethodState(bool active) { ... code could come here ... } On Sat, Jul 18, 2009 at 7:10 AM, Nikolas Zimmermann wrote: > > Am 18.07.2009 um 13:02 schrieb Dan Antebi: > > Lo, > Can anyone direct me

Re: [webkit-dev] Setting event handlers on the global context

2009-07-19 Thread Maciej Stachowiak
On Jul 19, 2009, at 11:10 AM, Adam Barth wrote: I think we should do what Firefox does in the window.onload case. :) I'm not familiar with the history through. Is there some particular reason we have our current behavior? The current behavior is an accident of implementation, but I think t

Re: [webkit-dev] Setting event handlers on the global context

2009-07-19 Thread Adam Barth
I think we should do what Firefox does in the window.onload case. :) I'm not familiar with the history through. Is there some particular reason we have our current behavior? Adam On Sun, Jul 19, 2009 at 10:56 AM, Drew Wilson wrote: > Yes, it happens with window.onload() too (I didn't mean to

Re: [webkit-dev] Setting event handlers on the global context

2009-07-19 Thread Drew Wilson
Yes, it happens with window.onload() too (I didn't mean to imply that it was a worker-only issue). This seems like precisely the type of inoperability that the HTML5 spec should address, but I figured I should get some input here before bringing it up there. -atw On Sun, Jul 19, 2009 at 10:31 AM,

Re: [webkit-dev] Setting event handlers on the global context

2009-07-19 Thread Adam Barth
You should test the same thing with window.onload. If I recall correctly, you'll see similar inoperability. Adam On Sun, Jul 19, 2009 at 9:29 AM, Drew Wilson wrote: > I was writing a new worker unit test and I noticed that all of our unit > tests set event handlers in worker global context like

Re: [webkit-dev] Ideas for Box-shadow - CSS3

2009-07-19 Thread Raymond Irving
Hi Simon, My bad I missed the third parameter. Thanks for the feedback. I have a look at it. --- On Sun, 7/19/09, Simon Fraser wrote: From: Simon Fraser Subject: Re: [webkit-dev] Ideas for Box-shadow - CSS3 To: "Raymond Irving" Cc: webkit-dev@lists.webkit.org Date: Sunday, July 19, 2009, 1

Re: [webkit-dev] Ideas for Box-shadow - CSS3

2009-07-19 Thread Simon Fraser
On Jul 19, 2009, at 8:35 AM, Raymond Irving wrote: Hello , It's my first time posting here :) Thanks for the great work that you guys have been doing. I just have a simple idea for the box-shadow CSS3 property: This kind of suggestion is best sent to the www-style list if you're really

[webkit-dev] Setting event handlers on the global context

2009-07-19 Thread Drew Wilson
I was writing a new worker unit test and I noticed that all of our unit tests set event handlers in worker global context like so: onmessage = function(event) { ... do something ... }; I note that Firefox also allows setting event handlers like this: function onmessage(event) { ... do something .

[webkit-dev] Ideas for Box-shadow - CSS3

2009-07-19 Thread Raymond Irving
Hello , It's my first time posting here :)  Thanks for the great work that you guys have been doing. I just have a simple idea for the box-shadow CSS3 property: I would like to suggest that a "feather" or "blur" value be added to the property. This will allow designers to create soft shadows f

[webkit-dev] default font size in WebKit

2009-07-19 Thread haithem rahmani
Hi all, If the font size is not specified in the HTML page, what is the default one used by webkit? is there any way to dynamically set it? ( a .rc file for example) regards. haithem ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists