Re: [webkit-dev] Moving WTF out of JavaScriptCore (revisited)

2011-11-02 Thread Adam Barth
On Wed, Nov 2, 2011 at 4:35 PM, Mark Rowe wrote: > On 2011-11-02, at 16:32, Adam Barth wrote: >> On Wed, Nov 2, 2011 at 4:09 PM, Mark Rowe wrote: >>> On 2011-11-02, at 13:23, Adam Barth wrote: As discussed previously, I think it would benefit the project to move WTF out of JavaScriptCor

Re: [webkit-dev] Moving WTF out of JavaScriptCore (revisited)

2011-11-02 Thread Mark Rowe
On 2011-11-02, at 16:42, Darin Adler wrote: > On Nov 2, 2011, at 4:09 PM, Mark Rowe wrote: > >> There are a few related goals here that I'm aware of: >> a) Separate WTF out of JavaScriptCore since it doesn't logically belong >> there, but was simply a convenient home for it. >> b) Separate WebC

Re: [webkit-dev] Moving WTF out of JavaScriptCore (revisited)

2011-11-02 Thread Darin Adler
On Nov 2, 2011, at 4:42 PM, Darin Adler wrote: > Step (2) here involves coming up with a good solution for export control in > both the WTF and platform cases. Today we use an explicit .exp file for > JavaScriptCore and WebCore on Mac and I believe a .def file in the Apple > Windows WebKit port

Re: [webkit-dev] Moving WTF out of JavaScriptCore (revisited)

2011-11-02 Thread Darin Adler
On Nov 2, 2011, at 4:09 PM, Mark Rowe wrote: > There are a few related goals here that I'm aware of: > a) Separate WTF out of JavaScriptCore since it doesn't logically belong > there, but was simply a convenient home for it. > b) Separate WebCore/platform out of WebCore to help avoid layering vio

Re: [webkit-dev] Moving WTF out of JavaScriptCore (revisited)

2011-11-02 Thread Mark Rowe
On 2011-11-02, at 16:32, Adam Barth wrote: > On Wed, Nov 2, 2011 at 4:09 PM, Mark Rowe wrote: >> On 2011-11-02, at 13:23, Adam Barth wrote: >>> As discussed previously, I think it would benefit the project to move >>> WTF out of JavaScriptCore: >>> >>> https://lists.webkit.org/pipermail/webkit-

Re: [webkit-dev] Moving WTF out of JavaScriptCore (revisited)

2011-11-02 Thread Adam Barth
On Wed, Nov 2, 2011 at 4:09 PM, Mark Rowe wrote: > On 2011-11-02, at 13:23, Adam Barth wrote: >> As discussed previously, I think it would benefit the project to move >> WTF out of JavaScriptCore: >> >> https://lists.webkit.org/pipermail/webkit-dev/2010-December/015427.html >> https://lists.webkit

Re: [webkit-dev] Moving WTF out of JavaScriptCore (revisited)

2011-11-02 Thread Mark Rowe
On 2011-11-02, at 13:23, Adam Barth wrote: > As discussed previously, I think it would benefit the project to move > WTF out of JavaScriptCore: > > https://lists.webkit.org/pipermail/webkit-dev/2010-December/015427.html > https://lists.webkit.org/pipermail/webkit-dev/2011-February/015940.html >

Re: [webkit-dev] Moving WTF out of JavaScriptCore (revisited)

2011-11-02 Thread Jarred Nicholls
On Wed, Nov 2, 2011 at 4:23 PM, Adam Barth wrote: > As discussed previously, I think it would benefit the project to move > WTF out of JavaScriptCore: > > https://lists.webkit.org/pipermail/webkit-dev/2010-December/015427.html > https://lists.webkit.org/pipermail/webkit-dev/2011-February/015940.h

[webkit-dev] Moving WTF out of JavaScriptCore (revisited)

2011-11-02 Thread Adam Barth
As discussed previously, I think it would benefit the project to move WTF out of JavaScriptCore: https://lists.webkit.org/pipermail/webkit-dev/2010-December/015427.html https://lists.webkit.org/pipermail/webkit-dev/2011-February/015940.html Previously, we've been unable to do this because of Appl

Re: [webkit-dev] EventConstructors.h

2011-11-02 Thread Sam Weinig
It should long term be generated from the EventInit dictionary IDLs, but it was handy to implement it in a macro based DSL initially. -Sam On Nov 2, 2011, at 11:02 AM, Adam Barth wrote: > This file seems to be growing a list of ever feature in the project: > > Source/WebCore/bindings/generic/

Re: [webkit-dev] EventConstructors.h

2011-11-02 Thread Kentaro Hara
Sounds good. I created a bug (https://bugs.webkit.org/show_bug.cgi?id=71379). Let me try. 2011年11月2日11:02 Adam Barth : > This file seems to be growing a list of ever feature in the project: > > Source/WebCore/bindings/generic/EventConstructors.h > > Can we generate this file from the event IDL fil

[webkit-dev] EventConstructors.h

2011-11-02 Thread Adam Barth
This file seems to be growing a list of ever feature in the project: Source/WebCore/bindings/generic/EventConstructors.h Can we generate this file from the event IDL files? Adam ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webki

Re: [webkit-dev] Postmortum on webkit bug 71122

2011-11-02 Thread 蓋文彼德斯
[resend with nicer formatting] I just finished fixing http://crbug.com/75604 aka https://bugs.webkit.org/show_bug.cgi?id=71122 , and it was a long process, and pretty involved, and had a lot of cycles of change, wait for crash data, etc... So here's my postmortum: TL;DR No matter how sure you ar

[webkit-dev] Postmortum on webkit bug 71122

2011-11-02 Thread 蓋文彼德斯
I just finished fixing http://crbug.com/75604 aka https://bugs.webkit.org/show_bug.cgi?id=71122 , and it was a long process, and pretty involved, and had a lot of cycles of change, wait for crash data, etc... So here's my postmortum: TL;DR No matter how sure you are you fixed a crashing bug, keep