Re: [webkit-dev] Enabling the HTML5 tree builder soon

2010-07-28 Thread Maciej Stachowiak
For future reference, iBench can be found here: ftp://ftp.pcmag.com/Benchmarks/i-bench/ib50.exe However, it requires a Windows system with IIS to set up the server, and is generally a hassle to set up as Stephanie said. Cheers, Maciej On Jul 28, 2010, at 10:09 PM, Adam Barth wrote: > slewis

Re: [webkit-dev] Enabling the HTML5 tree builder soon

2010-07-28 Thread Adam Barth
slewis++ On Thu, Jul 29, 2010 at 3:15 AM, Stephanie Lewis wrote: > I believe it is somewhere, but the setup is a hassle, so I'll run it tomorrow > for you. > > -- Stephanie > > On Jul 28, 2010, at 8:13 PM, Adam Barth wrote: > >> On Wed, Jul 28, 2010 at 7:39 AM, Maciej Stachowiak wrote: >>> On J

Re: [webkit-dev] Enabling the HTML5 tree builder soon

2010-07-28 Thread Stephanie Lewis
I believe it is somewhere, but the setup is a hassle, so I'll run it tomorrow for you. -- Stephanie On Jul 28, 2010, at 8:13 PM, Adam Barth wrote: > On Wed, Jul 28, 2010 at 7:39 AM, Maciej Stachowiak wrote: >> On Jul 27, 2010, at 9:06 PM, Stephanie Lewis wrote: >>> I measure it as a 1% win on

Re: [webkit-dev] Enabling the HTML5 tree builder soon

2010-07-28 Thread Adam Barth
On Wed, Jul 28, 2010 at 7:39 AM, Maciej Stachowiak wrote: > On Jul 27, 2010, at 9:06 PM, Stephanie Lewis wrote: >> I measure it as a 1% win on the PLT. > > Might be a good idea to test HTML iBench as well. Sure. I'd be happy to. Is that benchmark available publicly? Adam __

Re: [webkit-dev] Enabling the HTML5 tree builder soon

2010-07-28 Thread Adam Barth
Awesome. Thanks. Adam On Wed, Jul 28, 2010 at 6:06 AM, Stephanie Lewis wrote: > I measure it as a 1% win on the PLT. > > -- Stephanie > > On Jul 26, 2010, at 12:36 PM, Stephanie Lewis wrote: > >> I can do this. >> >> -- Stephanie Lewis >> >> On Jul 26, 2010, at 5:57 AM, Adam Barth wrote: >> >>

Re: [webkit-dev] Handling IME composition events

2010-07-28 Thread Ojan Vafai
On Wed, Jul 28, 2010 at 11:13 AM, Oliver Hunt wrote: > On Jul 28, 2010, at 8:45 AM, Joone Hur wrote: > > 2) The textInput event should be dispatched after a compositionend event. > Unsure of the specifics of this. There's a discussion on www-...@w3.org about changing the spec here. See http://l

[webkit-dev] Sharing WebKit mocks across platforms

2010-07-28 Thread Steve Block
I'm in the process of adding a mock client for DeviceOrientation, which will be used in DumpRenderTree to test the feature. In order to share the mock across platforms, I'd like to add the mock to WebCore/platform/mock. An interface to the mock will have to be exposed to the embedder through the p

Re: [webkit-dev] Handling IME composition events

2010-07-28 Thread Oliver Hunt
On Jul 28, 2010, at 8:45 AM, Joone Hur wrote: > Hello all, > > I’m working on a Hangul(Korean alphabet) composition issue in WebKit. > https://bugs.webkit.org/show_bug.cgi?id=40518 > By the way, I noticed that WebKit based browsers are inconsistent with > IME composition events. > > According t

[webkit-dev] Handling IME composition events

2010-07-28 Thread Joone Hur
Hello all, I’m working on a Hangul(Korean alphabet) composition issue in WebKit. https://bugs.webkit.org/show_bug.cgi?id=40518 By the way, I noticed that WebKit based browsers are inconsistent with IME composition events. According to the W3C DOM Level 3 events(http://bit.ly/bM7YVQ), 1) A browser