Re: [webkit-dev] mouseenter and mouseleave events

2013-04-23 Thread Maciej Stachowiak
On Apr 22, 2013, at 3:32 PM, Allan Sandfeld Jensen k...@carewolf.com wrote: On Wednesday 17 April 2013, Maciej Stachowiak wrote: Seems like a reasonable feature to add. Would you mind also reviewing the patch in question then or help me find a reviewer with the right knowledge? Most of

Re: [webkit-dev] mouseenter and mouseleave events

2013-04-22 Thread Allan Sandfeld Jensen
On Wednesday 17 April 2013, Maciej Stachowiak wrote: Seems like a reasonable feature to add. Would you mind also reviewing the patch in question then or help me find a reviewer with the right knowledge? Most of the patch is boiler plate work. The central part is how and when the events are

Re: [webkit-dev] mouseenter and mouseleave events

2013-04-17 Thread Allan Sandfeld Jensen
On Tuesday 16 April 2013, you wrote: Hi On Tue, Apr 16, 2013 at 5:08 AM, Allan Sandfeld Jensen k...@carewolf.comwrote: I have recently uploaded a new patch to https://bugs.webkit.org/show_bug.cgi?id=18930 to implement mouseenter and mouseleave events. This sounds nice, but shouldn't

Re: [webkit-dev] mouseenter and mouseleave events

2013-04-17 Thread Benjamin Poulain
On Wed, Apr 17, 2013 at 12:46 AM, Allan Sandfeld Jensen k...@carewolf.comwrote: That is because it is not meant to be enabled any time soon. The CSS4 definitions are only there to guide our implementation so it behaves in a forward compatible way. The problem is we enabled a small part of

Re: [webkit-dev] mouseenter and mouseleave events

2013-04-17 Thread Allan Sandfeld Jensen
On Wednesday 17 April 2013, Benjamin Poulain wrote: On Wed, Apr 17, 2013 at 12:46 AM, Allan Sandfeld Jensen k...@carewolf.comwrote: That is because it is not meant to be enabled any time soon. The CSS4 definitions are only there to guide our implementation so it behaves in a forward

[webkit-dev] mouseenter and mouseleave events

2013-04-16 Thread Allan Sandfeld Jensen
Hi webkit-dev I have recently uploaded a new patch to https://bugs.webkit.org/show_bug.cgi?id=18930 to implement mouseenter and mouseleave events. These events are part of DOM3 http://www.w3.org/TR/DOM-Level-3-Events/#events-mouseevents and supported by MSIE, Mozilla and pre-blink Opera.

Re: [webkit-dev] mouseenter and mouseleave events

2013-04-16 Thread Benjamin Poulain
Hi On Tue, Apr 16, 2013 at 5:08 AM, Allan Sandfeld Jensen k...@carewolf.comwrote: I have recently uploaded a new patch to https://bugs.webkit.org/show_bug.cgi?id=18930 to implement mouseenter and mouseleave events. This sounds nice, but shouldn't you finish the support for image-rendering

Re: [webkit-dev] mouseenter and mouseleave events

2013-04-16 Thread Maciej Stachowiak
On Apr 16, 2013, at 5:08 AM, Allan Sandfeld Jensen k...@carewolf.com wrote: Hi webkit-dev I have recently uploaded a new patch to https://bugs.webkit.org/show_bug.cgi?id=18930 to implement mouseenter and mouseleave events. These events are part of DOM3