Re: [webkit-dev] Tree red, unsure how to proceed

2009-12-14 Thread Adele Peterson
Most platforms are passing now, except for Windows. I tried adding platform/win results, but that didn't work. I will look again tomorrow morning and try to figure this out. If someone has an idea of how to fix the Windows results before then, feel free to do so. I'm not sure how these

[webkit-dev] what is needed to new backend

2009-12-14 Thread haithem rahmani
Hi all, I would like to know what should a GUI toolkit provide as features to be a suitable backend for WebKit? regards haithem -- Say: He is God, the One and Only; God, the Eternal, Absolute; He begetteth not, nor is He begotten; And there is none like unto Him.

Re: [webkit-dev] SharedScript: next steps and result of offline discussion.

2009-12-14 Thread Michael Nordman
How does reparenting across in-place frame navigations work in this scheme? Is a de-parented iframe guaranteed to linger long enough for the new page to get it by name and re-parent it if desired? On Thu, Dec 3, 2009 at 7:01 PM, Dmitry Titov dim...@chromium.org wrote: Hi WebKit, The recent

Re: [webkit-dev] [webkit-changes] [52125] trunk/LayoutTests

2009-12-14 Thread Adam Roben
For predictable failures like these, Darin Adler says the best thing to do is land the expected failure as an expected result, and use a bug to track the fact that it’s wrong. [1] But maybe in the case of tests that time out, it's best to skip them in order to keep the regression tests from

Re: [webkit-dev] Should we put the webkit.org mailing lists on Gmane?

2009-12-14 Thread Adam Roben
On Jun 13, 2009, at 9:00 AM, Adam Roben wrote: I think it would be good to put our mailing lists on Gmane (including importing the archives of the lists). The lists are now all on Gmane. Archives for the newer lists have not been imported, but Gmane already has data going back to July 2009.

Re: [webkit-dev] Should we put the webkit.org mailing lists on Gmane?

2009-12-14 Thread David Kilzer
On Mon, December 14, 2009 at 6:47:50 PM, Adam Roben wrote: On Jun 13, 2009, at 9:00 AM, Adam Roben wrote: I think it would be good to put our mailing lists on Gmane (including importing the archives of the lists). The lists are now all on Gmane. Archives for the newer lists have not

Re: [webkit-dev] [webkit-changes] [52125] trunk/LayoutTests

2009-12-14 Thread Eric Seidel
For anyone else who went digging for the link: http://trac.webkit.org/changeset/52125 :) -eric On Mon, Dec 14, 2009 at 6:42 PM, Adam Roben aro...@apple.com wrote: For predictable failures like these, Darin Adler says the best thing to do is land the expected failure as an expected result, and

[webkit-dev] questions re: patch length

2009-12-14 Thread Chris Jerdonek
I have a few questions related to patch length: (1) Do reviewers take patch length into account when considering whether to review a patch? This is useful to know for those who would rather have a short patch reviewed more quickly than wait longer for a longer patch to be reviewed. (2) If

Re: [webkit-dev] questions re: patch length

2009-12-14 Thread Maciej Stachowiak
Personal thoughts: On Dec 14, 2009, at 7:22 PM, Chris Jerdonek wrote: I have a few questions related to patch length: (1) Do reviewers take patch length into account when considering whether to review a patch? This is useful to know for those who would rather have a short patch reviewed

Re: [webkit-dev] SharedScript: next steps and result of offline discussion.

2009-12-14 Thread Darin Fisher
I think that use case has been de-emphasized. However, if we wanted to support it, we'd probably have to say that removeChild of an IFRAME element doesn't cause the unload event to be dispatched. (I'm a bit concerned that that may cause incompatibilities with existing pages.) Then, you'd have

[webkit-dev] Sunspider 0.9.1 preview

2009-12-14 Thread Maciej Stachowiak
Hello folks, Over the past few days I made some changes to SunSpider to address some of the more serious issues reported. I focused on only changes that seem to make a significant difference to fairness and validity, so for example I did not remove accidental access to global variables.