[webkit-changes] [103874] trunk/Source/WebCore

2012-01-01 Thread haraken
Title: [103874] trunk/Source/WebCore Revision 103874 Author hara...@chromium.org Date 2012-01-01 01:43:42 -0800 (Sun, 01 Jan 2012) Log Message Unreviewed. Rebaselined run-bindings-tests results. * bindings/scripts/test/CPP/WebDOMTestSupplemental.cpp: Added. *

[webkit-changes] [103876] trunk/LayoutTests

2012-01-01 Thread robert
Title: [103876] trunk/LayoutTests Revision 103876 Author rob...@webkit.org Date 2012-01-01 08:59:59 -0800 (Sun, 01 Jan 2012) Log Message Update test expectations after r103875 Unreviewed. Skip tests on Apple Win that need to be rebaselined as the bot is not using new-run-webkit-tests.

[webkit-changes] [103878] trunk/LayoutTests

2012-01-01 Thread robert
Title: [103878] trunk/LayoutTests Revision 103878 Author rob...@webkit.org Date 2012-01-01 11:03:46 -0800 (Sun, 01 Jan 2012) Log Message Final update to Chromium expectations for Mac and Win following r103875. The failures are IMAGE only, rather than IMAGE+TEXT. Unreviewed. *

[webkit-changes] [103879] trunk/Source/WebKit2

2012-01-01 Thread mitz
Title: [103879] trunk/Source/WebKit2 Revision 103879 Author m...@apple.com Date 2012-01-01 11:24:00 -0800 (Sun, 01 Jan 2012) Log Message Improved reproting of kernel return codes. Reviewed by Anders Carlsson. * Platform/CoreIPC/mac/ConnectionMac.cpp:

[webkit-changes] [103880] trunk/Source/WebKit2

2012-01-01 Thread mitz
Title: [103880] trunk/Source/WebKit2 Revision 103880 Author m...@apple.com Date 2012-01-01 11:44:03 -0800 (Sun, 01 Jan 2012) Log Message EnvironmentUtilities::stripValuesEndingWithString enters an infinite loop if the search value occurs a component other than the first. Reviewed by

[webkit-changes] [103881] trunk/LayoutTests

2012-01-01 Thread kbalazs
Title: [103881] trunk/LayoutTests Revision 103881 Author kbal...@webkit.org Date 2012-01-01 12:12:52 -0800 (Sun, 01 Jan 2012) Log Message [Qt] Layout divergence between WK1/2 in table tests https://bugs.webkit.org/show_bug.cgi?id=75417 Unreviewed new year gardening. Skip failing tests

[webkit-changes] [103882] trunk/Source/WebCore

2012-01-01 Thread commit-queue
Title: [103882] trunk/Source/WebCore Revision 103882 Author commit-qu...@webkit.org Date 2012-01-01 12:56:27 -0800 (Sun, 01 Jan 2012) Log Message Use overload methods to implement [Optional] parameters in AudioNode.idl https://bugs.webkit.org/show_bug.cgi?id=75402 Patch by Raymond Liu

[webkit-changes] [103883] trunk

2012-01-01 Thread kling
Title: [103883] trunk Revision 103883 Author kl...@webkit.org Date 2012-01-01 13:05:42 -0800 (Sun, 01 Jan 2012) Log Message Move the remaining collections to caching on their respective base nodes. http://webkit.org/b/75416 Reviewed by Anders Carlsson. Source/WebCore: Add a

[webkit-changes] [103885] trunk/LayoutTests

2012-01-01 Thread mnaganov
Title: [103885] trunk/LayoutTests Revision 103885 Author mnaga...@chromium.org Date 2012-01-01 13:41:04 -0800 (Sun, 01 Jan 2012) Log Message [Chromium] Unreviewed test expectations update after r103877. https://bugs.webkit.org/show_bug.cgi?id=75418 *

[webkit-changes] [103886] trunk/LayoutTests

2012-01-01 Thread kling
Title: [103886] trunk/LayoutTests Revision 103886 Author kl...@webkit.org Date 2012-01-01 15:40:57 -0800 (Sun, 01 Jan 2012) Log Message Unreviewed, checking in missing update to gc-9.html from r103883. * fast/dom/gc-9-expected.txt: * fast/dom/gc-9.html: Modified Paths

[webkit-changes] [103887] trunk/Source/JavaScriptCore

2012-01-01 Thread fpizlo
Title: [103887] trunk/Source/_javascript_Core Revision 103887 Author fpi...@apple.com Date 2012-01-01 16:33:07 -0800 (Sun, 01 Jan 2012) Log Message Call instructions should leave room for linking information https://bugs.webkit.org/show_bug.cgi?id=75422 rdar://problem/10633985 Reviewed

[webkit-changes] [103888] trunk/Source/WebCore

2012-01-01 Thread kling
Title: [103888] trunk/Source/WebCore Revision 103888 Author kl...@webkit.org Date 2012-01-01 16:37:59 -0800 (Sun, 01 Jan 2012) Log Message Merge CollectionCache into HTMLCollection. http://webkit.org/b/75423 Reviewed by Anders Carlsson. - Move the members of CollectionCache into

[webkit-changes] [103889] trunk/LayoutTests

2012-01-01 Thread atwilson
Title: [103889] trunk/LayoutTests Revision 103889 Author atwil...@chromium.org Date 2012-01-01 17:01:20 -0800 (Sun, 01 Jan 2012) Log Message Unreviewed test expectations change for chromium. * platform/chromium-linux/fast/css/caption-width-absolute-position-expected.png: Added. *

[webkit-changes] [103891] trunk/Source

2012-01-01 Thread commit-queue
Title: [103891] trunk/Source Revision 103891 Author commit-qu...@webkit.org Date 2012-01-01 22:46:45 -0800 (Sun, 01 Jan 2012) Log Message [EFL] Move function to get dpi to the WebCore/platform/efl/EflScreenUtilities.cpp. https://bugs.webkit.org/show_bug.cgi?id=75292 Patch by Eunmi Lee