Re: [webkit-dev] Snow Leopard Bot went down

2010-07-09 Thread Eric Seidel
The ICE appears to have spread to other bots as well: ..\..\..\JavaScriptCore\runtime\ArrayPrototype.cpp: In function 'void* JSC::arrayProtoFuncJoin(JSC::ExecState*)': ..\..\..\JavaScriptCore\runtime\ArrayPrototype.cpp:263:30: internal compiler error: Segmentation fault Please submit a full bug re

Re: [webkit-dev] Bugzilla Question - Master Bug vs Component?

2010-07-09 Thread Adam Barth
On Fri, Jul 9, 2010 at 6:19 PM, David Kilzer wrote: > On Jul 9, 2010, at 7:34 AM, Adam Roben wrote: > > On Jul 9, 2010, at 6:23 AM, Alex Milowski wrote: > > Should we keep the master bug? > > Should we use it only for our implementation efforts and not > > make it depend on every random bug filed

Re: [webkit-dev] Bugzilla Question - Master Bug vs Component?

2010-07-09 Thread David Kilzer
On Jul 9, 2010, at 7:34 AM, Adam Roben wrote: > On Jul 9, 2010, at 6:23 AM, Alex Milowski wrote: > >> Should we keep the master bug? >> >> Should we use it only for our implementation efforts and not >> make it depend on every random bug filed for the MathML >> component? > > I think an import

Re: [webkit-dev] webkit-patch, check-webkit-style and git now support --squash and --git-commit

2010-07-09 Thread Ojan Vafai
This has landed. Squashing is now the default behavior. --git-commit/-g operates on the commit(s) listed as a single commit. --git-commit=HEAD.. operates on the working copy. Ojan On Mon, May 24, 2010 at 5:10 PM, Ojan Vafai wrote: > I posted a patch to https://bugs.webkit.org/show_bug.cgi?id=39

Re: [webkit-dev] Snow Leopard Bot went down

2010-07-09 Thread Tony Gentilcore
No theories. But another data point; Tiger started doing the same a few revisions earlier: /Volumes/Data/WebKit-BuildSlave/tiger-intel-release/build/WebKit/mac/WebView/WebView.mm: In function 'void -[WebView(WebPrivate) _commonInitializationWithFrameName:groupName:usesDocumentViews:](WebView*, obj

[webkit-dev] Snow Leopard Bot went down

2010-07-09 Thread Eric Seidel
/Volumes/Data/WebKit-BuildSlave/snowleopard-intel-release/build/WebCore/config.h:212: fatal error: error writing to -: Broken pipe compilation terminated. i686-apple-darwin10-gcc-4.2.1: Internal error: Segmentation fault (program as) Please submit a full bug report. See http://developer.apple.com/b

Re: [webkit-dev] Bugzilla Question - Master Bug vs Component?

2010-07-09 Thread Beth Dakin
On Jul 9, 2010, at 7:34 AM, Adam Roben wrote: > I think an important question to ask is, "When will you move the master bug > to Resolved/Fixed?" This is basically another way of saying, "What task(s) > does the master bug represent?" Once you know that answer, the answers to > your other quest

Re: [webkit-dev] STIX Fonts and MathML Tests

2010-07-09 Thread Sausset François
I filled a bug and submitted a patch with fonts and license only: https://bugs.webkit.org/show_bug.cgi?id=41961 Does anyone could tell if this license is compatible with the WebKit one? François Sausset Le 7 juil. 2010 à 21:25, Dan Bernstein a écrit : > > On Jul 7, 2010, at 11:17 AM, Sausset

Re: [webkit-dev] Commit Queue Love

2010-07-09 Thread Ryosuke Niwa
On Fri, Jul 9, 2010 at 7:39 AM, Timothy Hatcher wrote: > Some of the glaring reasons I don't use the commit queue have been resolved > (svn blame mainly), but the fact that there is no control over when the path > lands is my chief reason. I agree. When my patch has a potential to affect the o

Re: [webkit-dev] Commit Queue Love

2010-07-09 Thread Alex Milowski
On Fri, Jul 9, 2010 at 3:39 PM, Timothy Hatcher wrote: > On Jul 9, 2010, at 3:38 AM, Alex Milowski wrote: > >> Being able to go around the commit queue means you can cheat.  That >> seems like something that should be reserved for more severe problems >> where we know the process used by the commi

Re: [webkit-dev] Commit Queue Love

2010-07-09 Thread Timothy Hatcher
On Jul 9, 2010, at 3:38 AM, Alex Milowski wrote: > Being able to go around the commit queue means you can cheat. That > seems like something that should be reserved for more severe problems > where we know the process used by the commit queue will fail. That is not how I see it at all. And calli

Re: [webkit-dev] Bugzilla Question - Master Bug vs Component?

2010-07-09 Thread Adam Roben
On Jul 9, 2010, at 6:23 AM, Alex Milowski wrote: > For MathML we have a master bug 3251 that we've been making depend > on every new patch for MathML. That is a very nice in that as new patches > are added and committed, you can get notifications of the changes > in status. If all you're concern

Re: [webkit-dev] DerivedSources.make & CPP DOM Bindings

2010-07-09 Thread David Kilzer
On Jul 8, 2010, at 11:04 AM, Kevin Ollivier wrote: > I'm working on making the CPP DOM bindings accessible to the wx port, and > while I've got the whole thing building, one thing I have yet to sort out is > how to add building of the CPP DOM bindings to the build system. > DerivedSources.make

[webkit-dev] Commit Queue Love

2010-07-09 Thread Alex Milowski
Independently of the other long thread, I'd like to express my "love" of the commit queue. It is actually quite a nice feature for someone like myself who is "off in a corner". I don't want commit access. I'd rather my changes go through some process like the commit queue to ensure that it doesn

[webkit-dev] Bugzilla Question - Master Bug vs Component?

2010-07-09 Thread Alex Milowski
For MathML we have a master bug 3251 that we've been making depend on every new patch for MathML. That is a very nice in that as new patches are added and committed, you can get notifications of the changes in status. We also have the MathML component that all bugs should be associated with. As