[webkit-changes] [101950] trunk/LayoutTests

2011-12-04 Thread rniwa
Title: [101950] trunk/LayoutTests Revision 101950 Author rn...@webkit.org Date 2011-12-04 00:55:57 -0800 (Sun, 04 Dec 2011) Log Message Add failing expectation to css3/unicode-bidi-isolate-aharon-failing.html as it was split from css3/unicode-bidi-isolate-aharon.html in r101949. *

[webkit-changes] [101951] trunk

2011-12-04 Thread mario
Title: [101951] trunk Revision 101951 Author ma...@webkit.org Date 2011-12-04 01:39:28 -0800 (Sun, 04 Dec 2011) Log Message Source/WebKit/gtk: Removing document related events from DRT [GTK] Don't log document events in DRT https://bugs.webkit.org/show_bug.cgi?id=73746 Reviewed by

[webkit-changes] [101952] trunk/Source/WebKit/efl

2011-12-04 Thread commit-queue
Title: [101952] trunk/Source/WebKit/efl Revision 101952 Author commit-qu...@webkit.org Date 2011-12-04 03:32:26 -0800 (Sun, 04 Dec 2011) Log Message [EFL] Fix broken UTF-8 characters issue on editor command. https://bugs.webkit.org/show_bug.cgi?id=73516 Patch by Kangil Han

[webkit-changes] [101953] trunk/Tools

2011-12-04 Thread commit-queue
Title: [101953] trunk/Tools Revision 101953 Author commit-qu...@webkit.org Date 2011-12-04 03:56:22 -0800 (Sun, 04 Dec 2011) Log Message Add missing methods used by fast/notifications tests to LayoutTestController https://bugs.webkit.org/show_bug.cgi?id=63616 Patch by Alexandre Mazari

[webkit-changes] [101954] trunk/Tools

2011-12-04 Thread xan
Title: [101954] trunk/Tools Revision 101954 Author x...@webkit.org Date 2011-12-04 04:42:55 -0800 (Sun, 04 Dec 2011) Log Message 2011-12-04 Xan Lopez xlo...@igalia.com Fix compiler warning in LayoutTestController Reviewed by Philippe Normand. *

[webkit-changes] [101955] trunk/Tools

2011-12-04 Thread philn
Title: [101955] trunk/Tools Revision 101955 Author ph...@webkit.org Date 2011-12-04 05:10:50 -0800 (Sun, 04 Dec 2011) Log Message Another GTK build fix after r101922. Rubber-stamped by Martin Robinson. * DumpRenderTree/gtk/LayoutTestControllerGtk.cpp:

[webkit-changes] [101956] trunk/LayoutTests

2011-12-04 Thread philn
Title: [101956] trunk/LayoutTests Revision 101956 Author ph...@webkit.org Date 2011-12-04 05:59:27 -0800 (Sun, 04 Dec 2011) Log Message Unreviewed, skip two flaky tests and one SVG test timing out on GTK. * platform/gtk/test_expectations.txt: Skip two fast/ tests. *

[webkit-changes] [101957] trunk/LayoutTests

2011-12-04 Thread philn
Title: [101957] trunk/LayoutTests Revision 101957 Author ph...@webkit.org Date 2011-12-04 07:32:19 -0800 (Sun, 04 Dec 2011) Log Message Unreviewed, moving flaky ref test to Skipped list. * platform/gtk/Skipped: * platform/gtk/test_expectations.txt: Modified Paths

[webkit-changes] [101958] trunk/LayoutTests

2011-12-04 Thread philn
Title: [101958] trunk/LayoutTests Revision 101958 Author ph...@webkit.org Date 2011-12-04 07:48:11 -0800 (Sun, 04 Dec 2011) Log Message Unreviewed, skip two more tests. * platform/gtk/Skipped: Skip platform/gtk/fonts/custom-font-missing-glyphs.html failing on 64-bit Debug. *

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

2011-12-04 Thread kling
Title: [101959] trunk/Source/WebCore Revision 101959 Author kl...@webkit.org Date 2011-12-04 08:31:16 -0800 (Sun, 04 Dec 2011) Log Message CSSValuePool: Inline trivial getters. http://webkit.org/b/73763 Reviewed by Anders Carlsson. * css/CSSValuePool.cpp: * css/CSSValuePool.h:

[webkit-changes] [101960] trunk/Source/WebKit/gtk

2011-12-04 Thread mario
Title: [101960] trunk/Source/WebKit/gtk Revision 101960 Author ma...@webkit.org Date 2011-12-04 08:58:28 -0800 (Sun, 04 Dec 2011) Log Message [Gtk] Check for the load-complete event only in the unit tests. There is currently a known issue happening in debug builds when reloading the

[webkit-changes] [101961] trunk/Tools

2011-12-04 Thread mrobinson
Title: [101961] trunk/Tools Revision 101961 Author mrobin...@webkit.org Date 2011-12-04 10:46:11 -0800 (Sun, 04 Dec 2011) Log Message [GTK] Include cairo, pixman and gnome-icon-theme in the jhbuild modules https://bugs.webkit.org/show_bug.cgi?id=73748 Reviewed by Gustavo Noronha Silva.

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

2011-12-04 Thread philn
Title: [101962] trunk/Source/WebKit2 Revision 101962 Author ph...@webkit.org Date 2011-12-04 11:09:16 -0800 (Sun, 04 Dec 2011) Log Message [WK2][GTK] enable-fullscreen WebSettings https://bugs.webkit.org/show_bug.cgi?id=73774 Reviewed by Martin Robinson. *

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

2011-12-04 Thread commit-queue
Title: [101963] trunk/Source/WebKit2 Revision 101963 Author commit-qu...@webkit.org Date 2011-12-04 12:42:05 -0800 (Sun, 04 Dec 2011) Log Message [Qt] cleanup qmltests.pro https://bugs.webkit.org/show_bug.cgi?id=73718 Patch by Gopal Raghavan gopal.1.ragha...@nokia.com on 2011-12-04

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

2011-12-04 Thread fpizlo
Title: [101964] trunk/Source/_javascript_Core Revision 101964 Author fpi...@apple.com Date 2011-12-04 13:16:43 -0800 (Sun, 04 Dec 2011) Log Message DFG should optimize strict equality https://bugs.webkit.org/show_bug.cgi?id=73764 Reviewed by Oliver Hunt. 1% speed-up on V8. *

[webkit-changes] [101965] trunk/Tools

2011-12-04 Thread weinig
Title: [101965] trunk/Tools Revision 101965 Author wei...@apple.com Date 2011-12-04 13:25:30 -0800 (Sun, 04 Dec 2011) Log Message Add tests for RetainPtr::adoptNS/adoptCF https://bugs.webkit.org/show_bug.cgi?id=73470 Reviewed by Adam Roben and Darin Adler. *

[webkit-changes] [101966] trunk/LayoutTests

2011-12-04 Thread darin
Title: [101966] trunk/LayoutTests Revision 101966 Author da...@apple.com Date 2011-12-04 13:50:37 -0800 (Sun, 04 Dec 2011) Log Message * platform/mac/fast/forms/textarea-placeholder-visibility-1-expected.txt: * platform/mac/fast/forms/textarea-placeholder-visibility-2-expected.txt: Oops,

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

2011-12-04 Thread rniwa
Title: [101967] trunk/Source/WebCore Revision 101967 Author rn...@webkit.org Date 2011-12-04 13:52:56 -0800 (Sun, 04 Dec 2011) Log Message HIERARCHY_REQUEST_ERR check in checkAcceptChild should be optimized for newChild without children https://bugs.webkit.org/show_bug.cgi?id=73737

[webkit-changes] [101969] trunk/Source/WebKit/chromium

2011-12-04 Thread commit-queue
Title: [101969] trunk/Source/WebKit/chromium Revision 101969 Author commit-qu...@webkit.org Date 2011-12-04 15:09:33 -0800 (Sun, 04 Dec 2011) Log Message Unreviewed. Rolled DEPS. Patch by Sheriff Bot webkit.review@gmail.com on 2011-12-04 * DEPS: Modified Paths

[webkit-changes] [101970] trunk

2011-12-04 Thread kling
Title: [101970] trunk Revision 101970 Author kl...@webkit.org Date 2011-12-04 18:29:33 -0800 (Sun, 04 Dec 2011) Log Message border-width: initial and border-color: initial cannot be removed via CSSOM. http://webkit.org/b/68551 Reviewed by Darin Adler. Source/WebCore: Test:

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

2011-12-04 Thread kling
Title: [101972] trunk/Source/WebCore Revision 101972 Author kl...@webkit.org Date 2011-12-04 21:44:02 -0800 (Sun, 04 Dec 2011) Log Message CSSStyleSheet can't be reparented, enforce this at compile time. http://webkit.org/b/73793 Reviewed by Benjamin Poulain. * css/StyleSheet.h:

[webkit-changes] [101973] trunk/Tools

2011-12-04 Thread eric
Title: [101973] trunk/Tools Revision 101973 Author e...@webkit.org Date 2011-12-04 22:52:20 -0800 (Sun, 04 Dec 2011) Log Message After success with Mac, Win and Gtk, turning on parallel testing by default for all platforms (except Qt). We'll add more platforms to the blacklist if we see

[webkit-changes] [101974] trunk/LayoutTests

2011-12-04 Thread commit-queue
Title: [101974] trunk/LayoutTests Revision 101974 Author commit-qu...@webkit.org Date 2011-12-04 23:42:19 -0800 (Sun, 04 Dec 2011) Log Message Add binary support in WebSocket test server's echo handler. https://bugs.webkit.org/show_bug.cgi?id=73649 Patch by Takashi Toyoshima