Re: [webkit-dev] Auto-injecting JavaScript with DRT (was Introducing dumpAsMarkup)

2010-07-27 Thread David Kilzer
On Jul 26, 2010, at 6:08 PM, Maciej Stachowiak m...@apple.com wrote: The main problem would be getting the right path to the script file. Unless we duplicate it in every directory with script tests, it kinda has to be a relative path that depends on the directory. Subversion (and git)

Re: [webkit-dev] focusin/focusout events

2010-07-27 Thread Erik Arvidsson
I think the order as specced at http://dev.w3.org/2006/webapi/DOM-Level-3-Events/html/DOM3-Events.html#events-focusevent-event-order is fine. It seems to solve the ordering from a backwards compatibility case. The spec leaves out when document.activeElement is changed though. erik On Mon, Jul

Re: [webkit-dev] focusin/focusout events

2010-07-27 Thread Darin Adler
On Jul 26, 2010, at 6:32 PM, Ojan Vafai wrote: On Mon, Jul 26, 2010 at 12:06 AM, Darin Adler da...@apple.com wrote: You mention activeElementId, but there must be other side effects that matter. The only other side effects I can think of are the focus outline (which could probably be

Re: [webkit-dev] Auto-injecting JavaScript with DRT (was Introducing dumpAsMarkup)

2010-07-27 Thread Eric Seidel
I think symlinks would be an excellent option, assuming Git and SVN have some solution for win32. On Tue, Jul 27, 2010 at 11:50 AM, David Kilzer ddkil...@webkit.org wrote: On Jul 26, 2010, at 6:08 PM, Maciej Stachowiak m...@apple.com wrote: The main problem would be getting the right path to

Re: [webkit-dev] Auto-injecting JavaScript with DRT (was Introducing dumpAsMarkup)

2010-07-27 Thread Evan Martin
git help config says: core.symlinks If false, symbolic links are checked out as small plain files that contain the link text. git-update-index(1) and git-add(1) will not change the recorded type to regular file. Useful on filesystems like FAT that do not support symbolic links. The default is

Re: [webkit-dev] Clients and the Page constructor

2010-07-27 Thread Steve Block
https://bugs.webkit.org/show_bug.cgi?id=42834 has now been r+'ed. I'll submit in the morning if there are no further comments. Thanks, Steve ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

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

2010-07-27 Thread Stephanie Lewis
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: Would someone from Apple be willing to run the patch below though the PLT? We're doing well on our

[webkit-dev] Build Of WebKitGTK Failed On Linux

2010-07-27 Thread Yuxiang Luo
Hi, I tried to build the latest WebKitGTK on my linux workstation, and it failed due to the missing of 'webkitdomdefines.h header file. I found that in GNUmakefile.am, 'webkitdomdefines.h' is missed from the source list of object 'webkitgtk_built_h_api', while another similar header file

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

2010-07-27 Thread Maciej Stachowiak
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. - Maciej -- 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,