Re: [webkit-dev] Fwd: WebKit2 Extending Javascript

2013-04-16 Thread Christian Frost
Hi I ended up following Dominiks suggestion of changing some IDL files in WebCore. Also, I have added a NPAPI plugin. /Christian On Mon, Apr 8, 2013 at 2:51 PM, Dominik Röttsches wrote: > On 04/04/2013 10:33 AM, Christian Frost wrote: > >> My problem is that I have to extend Javascript in WebKi

Re: [webkit-dev] PSA: committers.py is now contributors.json

2013-04-16 Thread Yuki Sekiguchi
Changed the link from committers.py to contributors.json in https://trac.webkit.org/wiki/WebKit%20Team :) On Wed, Apr 17, 2013 at 4:05 AM, Ryosuke Niwa wrote: > As of http://trac.webkit.org/changeset/148527, the list of contributors, > committers, and reviewers in committers.py have been replaced

Re: [webkit-dev] Compiling WebKit up to 25% faster in Windows?

2013-04-16 Thread Dirk Pranke
On Tue, Apr 16, 2013 at 3:58 PM, Brent Fulgham wrote: > Hi Daniel, > > I'm afraid I don't quite understand the nature of the change you are > proposing: > > 1. Is it sufficient to supply the full path to the include files (e.g., > change "Foo.h" to "WebCore/html/Foo.h") to achieve these gains? >

Re: [webkit-dev] Compiling WebKit up to 25% faster in Windows?

2013-04-16 Thread Brent Fulgham
Hi Daniel, I'm afraid I don't quite understand the nature of the change you are proposing: 1. Is it sufficient to supply the full path to the include files (e.g., change "Foo.h" to "WebCore/html/Foo.h") to achieve these gains? 2. ... or ... is it sufficient to copy all header files to a common in

Re: [webkit-dev] mouseenter and mouseleave events

2013-04-16 Thread Maciej Stachowiak
On Apr 16, 2013, at 5:08 AM, Allan Sandfeld Jensen 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 > http://www.w3.org/TR/DOM-Level-3-Events/

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 wrote: > 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 first? You adde

[webkit-dev] PSA: committers.py is now contributors.json

2013-04-16 Thread Ryosuke Niwa
As of http://trac.webkit.org/changeset/148527, the list of contributors, committers, and reviewers in committers.py have been replaced by those of contributors.json

Re: [webkit-dev] Adding "__FILE__" and "__LINE__" to CRASH() macro

2013-04-16 Thread Arunprasad Rajkumar
Hi Balazs, >>For me this change doesn't seems to be too big or controversial, so I would say let's go for it ;) Thank u, I will submit a patch soon :) BR On 16 April 2013 14:31, Balazs Kelemen wrote: > On 04/16/2013 10:27 AM, Arunprasad Rajkumar wrote: > > Hi Darin, > > Any other concerns?

[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. They

Re: [webkit-dev] Adding "__FILE__" and "__LINE__" to CRASH() macro

2013-04-16 Thread Balazs Kelemen
On 04/16/2013 10:27 AM, Arunprasad Rajkumar wrote: Hi Darin, Any other concerns? May I file a bug & provide the patch? BR For me this change doesn't seems to be too big or controversial, so I would say let's go for it ;) On 15 April 2013 16:41, Arunprasad Rajkumar

Re: [webkit-dev] Adding "__FILE__" and "__LINE__" to CRASH() macro

2013-04-16 Thread Arunprasad Rajkumar
Hi Darin, Any other concerns? May I file a bug & provide the patch? BR On 15 April 2013 16:41, Arunprasad Rajkumar wrote: > > > Forwarded conversation > Subject: Adding "__FILE__" and "__LINE__" to CRASH() macro > > > From: *Arunprasad Rajkumar* > Date: 12 April 2013

Re: [webkit-dev] Compiling WebKit up to 25% faster in Windows?

2013-04-16 Thread Daniel Bratell
Den 2013-03-28 18:53:48 skrev Daniel Bratell : On a Xeon W3550 (quad 3.06GHz), with plenty of RAM but a spinning disk and Windows 7: webcore_dom: 58 seconds -> 38 seconds (-35%) webcore_rendering: 106 seconds -> 73 seconds (-30%) webcore_platform: 59 seconds -> 34 seconds (-43%) (Yes, better