[webkit-dev] EWS Bots are Sick

2011-05-04 Thread Eric Seidel
App Engine went down this afternoon. The bots (commit-queue, sherriff-bot, ewses, etc.) haven't really recovered yet. Adam and I will work to bring them all back up tomorrow. -eric ___ webkit-dev mailing list webkit-dev@lists.webkit.org

[webkit-dev] Correct relative URL behavior

2011-05-04 Thread Xianzhu Wang
Hi, KURL's relative URL behavior is different between Chromium and non-Chromium ports, because Chromium ports use KURLGoogle.cpp instead of KURL.cpp. In KURL(base, relative), when base is a not hierarchical, WebKit's KURL::string() returns relative, while Chromium's returns an empty string. The

Re: [webkit-dev] Correct relative URL behavior

2011-05-04 Thread Maciej Stachowiak
On May 4, 2011, at 2:33 AM, Xianzhu Wang wrote: Hi, KURL's relative URL behavior is different between Chromium and non-Chromium ports, because Chromium ports use KURLGoogle.cpp instead of KURL.cpp. In KURL(base, relative), when base is a not hierarchical, WebKit's KURL::string()

Re: [webkit-dev] Correct relative URL behavior

2011-05-04 Thread Adam Barth
On Wed, May 4, 2011 at 2:49 AM, Maciej Stachowiak m...@apple.com wrote: On May 4, 2011, at 2:33 AM, Xianzhu Wang wrote: Hi, KURL's relative URL behavior is different between Chromium and non-Chromium ports, because Chromium ports use KURLGoogle.cpp instead of KURL.cpp. In KURL(base,

Re: [webkit-dev] Correct relative URL behavior

2011-05-04 Thread Brett Wilson
On Wed, May 4, 2011 at 2:49 AM, Maciej Stachowiak m...@apple.com wrote: On May 4, 2011, at 2:33 AM, Xianzhu Wang wrote: Hi, KURL's relative URL behavior is different between Chromium and non-Chromium ports, because Chromium ports use KURLGoogle.cpp instead of KURL.cpp. In KURL(base,

Re: [webkit-dev] Correct relative URL behavior

2011-05-04 Thread Adam Roben
On May 4, 2011, at 2:42 PM, Adam Barth wrote: I wish I could make script tests that didn't output PASS/FAIL What's stopping you? -Adam ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Re: [webkit-dev] Correct relative URL behavior

2011-05-04 Thread Adam Barth
On Wed, May 4, 2011 at 1:23 PM, Adam Roben aro...@apple.com wrote: On May 4, 2011, at 2:42 PM, Adam Barth wrote: I wish I could make script tests that didn't output PASS/FAIL What's stopping you? Probably ignorance. How do I do it? Adam ___

Re: [webkit-dev] Correct relative URL behavior

2011-05-04 Thread Xianzhu Wang
2011/5/5 Brett Wilson bre...@chromium.org On Wed, May 4, 2011 at 2:49 AM, Maciej Stachowiak m...@apple.com wrote: On May 4, 2011, at 2:33 AM, Xianzhu Wang wrote: Hi, KURL's relative URL behavior is different between Chromium and non-Chromium ports, because Chromium ports use

[webkit-dev] Core bots build system

2011-05-04 Thread Leo Yang
Hi, I want to add .h, .cpp and .idl files into WebCore platform independent parts. The questions are: - How many build systems are there for build bots? - For each type of build bots, where are the project files into which I should add .h, .cpp and .idl? (I know qt port) - Is there a wiki page

Re: [webkit-dev] Correct relative URL behavior

2011-05-04 Thread Maciej Stachowiak
On May 4, 2011, at 1:59 PM, Adam Barth wrote: On Wed, May 4, 2011 at 1:23 PM, Adam Roben aro...@apple.com wrote: On May 4, 2011, at 2:42 PM, Adam Barth wrote: I wish I could make script tests that didn't output PASS/FAIL What's stopping you? Probably ignorance. How do I do it? You