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

2012-11-27 Thread commit-queue
Title: [135830] trunk/Source/WebKit2 Revision 135830 Author commit-qu...@webkit.org Date 2012-11-27 00:21:08 -0800 (Tue, 27 Nov 2012) Log Message Coordinated Graphics: Remove the maskTarget member of CoordinatedGraphicsLayer. https://bugs.webkit.org/show_bug.cgi?id=103297 Patch by Huang

[webkit-changes] [135831] trunk/LayoutTests

2012-11-27 Thread zandobersek
Title: [135831] trunk/LayoutTests Revision 135831 Author zandober...@gmail.com Date 2012-11-27 00:24:30 -0800 (Tue, 27 Nov 2012) Log Message Unreviewed GTK gardening. Adding timeout expectations for three plugins tests timing out after r135786. * platform/gtk/TestExpectations: Modified

[webkit-changes] [135832] trunk/Tools

2012-11-27 Thread commit-queue
Title: [135832] trunk/Tools Revision 135832 Author commit-qu...@webkit.org Date 2012-11-27 00:38:54 -0800 (Tue, 27 Nov 2012) Log Message [style] Add a style-check for enum-member names https://bugs.webkit.org/show_bug.cgi?id=103157 Patch by Sadrul Habib Chowdhury on 2012-11-27 Reviewed

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

2012-11-27 Thread morrita
Title: [135833] trunk/Source/WebCore Revision 135833 Author morr...@google.com Date 2012-11-27 00:49:23 -0800 (Tue, 27 Nov 2012) Log Message [Refactoring] NodeFlags::IsShadowRootFlag should be Node::IsDocumentFragmentFlag https://bugs.webkit.org/show_bug.cgi?id=103370 Reviewed by Kentaro

[webkit-changes] [135834] trunk/LayoutTests

2012-11-27 Thread zandobersek
Title: [135834] trunk/LayoutTests Revision 135834 Author zandober...@gmail.com Date 2012-11-27 00:52:45 -0800 (Tue, 27 Nov 2012) Log Message Unreviewed GTK gardening. Cleaning up expectations, removing those that cover tests that are now passing. * platform/gtk/TestExpectations: Modifi

[webkit-changes] [135835] trunk/LayoutTests

2012-11-27 Thread apavlov
Title: [135835] trunk/LayoutTests Revision 135835 Author apav...@chromium.org Date 2012-11-27 00:58:47 -0800 (Tue, 27 Nov 2012) Log Message [Chromium] Unreviewed, mark svg/animations/mpath-remove-from-dependents-on-delete-crash.html as flaky. * platform/chromium/TestExpectations: Modifi

[webkit-changes] [135838] trunk/LayoutTests

2012-11-27 Thread tkent
Title: [135838] trunk/LayoutTests Revision 135838 Author tk...@chromium.org Date 2012-11-27 02:05:44 -0800 (Tue, 27 Nov 2012) Log Message A followup of r135836 https://bugs.webkit.org/show_bug.cgi?id=102861 I landed an old revision of the patch in r135836. * fast/forms/ValidityState-001

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

2012-11-27 Thread kenneth
Title: [135839] trunk/Source/WebCore Revision 135839 Author kenn...@webkit.org Date 2012-11-27 02:27:16 -0800 (Tue, 27 Nov 2012) Log Message REGRESSION(134887) [Qt][EFL][WK2] Repaint counter not working https://bugs.webkit.org/show_bug.cgi?id=103261 Reviewed by Noam Rosenthal. Fixed reg

[webkit-changes] [135841] trunk

2012-11-27 Thread allan . jensen
Title: [135841] trunk Revision 135841 Author allan.jen...@digia.com Date 2012-11-27 03:03:23 -0800 (Tue, 27 Nov 2012) Log Message Incorrect rect-based hit-test result when hit-test region includes culled inlines https://bugs.webkit.org/show_bug.cgi?id=88376 Patch by Allan Sandfeld Jensen

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

2012-11-27 Thread allan . jensen
Title: [135842] trunk/Source/WebCore Revision 135842 Author allan.jen...@digia.com Date 2012-11-27 03:15:38 -0800 (Tue, 27 Nov 2012) Log Message [Qt] Implement the mimetype icon methods https://bugs.webkit.org/show_bug.cgi?id=103260 Reviewed by Simon Hausmann. * platform/graphics/Icon.h

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

2012-11-27 Thread commit-queue
Title: [135843] trunk/Source/WebKit2 Revision 135843 Author commit-qu...@webkit.org Date 2012-11-27 03:20:35 -0800 (Tue, 27 Nov 2012) Log Message [WK2] Expose Accelerated2dCanvas flag set and get in WebKit2 https://bugs.webkit.org/show_bug.cgi?id=103008 Patch by Kyungjin Kim on 2012-11-

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

2012-11-27 Thread ossy
Title: [135844] trunk/Source/WebKit2 Revision 135844 Author o...@webkit.org Date 2012-11-27 03:31:45 -0800 (Tue, 27 Nov 2012) Log Message Unreviewed, rolling out r135819. http://trac.webkit.org/changeset/135819 https://bugs.webkit.org/show_bug.cgi?id=103388 It broke many tests on Qt and

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

2012-11-27 Thread commit-queue
Title: [135845] trunk/Source/WebKit2 Revision 135845 Author commit-qu...@webkit.org Date 2012-11-27 03:41:46 -0800 (Tue, 27 Nov 2012) Log Message [X11] Allow empty plugin name and description during scan plugin https://bugs.webkit.org/show_bug.cgi?id=103234 Patch by KwangYong Choi on 20

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

2012-11-27 Thread commit-queue
Title: [135846] trunk/Source/WebCore Revision 135846 Author commit-qu...@webkit.org Date 2012-11-27 03:52:49 -0800 (Tue, 27 Nov 2012) Log Message [V8] add contextForWorld helper function to ScriptController https://bugs.webkit.org/show_bug.cgi?id=103376 Patch by Dan Carney on 2012-11-27

[webkit-changes] [135848] trunk

2012-11-27 Thread apavlov
Title: [135848] trunk Revision 135848 Author apav...@chromium.org Date 2012-11-27 04:39:56 -0800 (Tue, 27 Nov 2012) Log Message Incorrect value of CSSStyleDeclaration#length when a shorthand property is inherit or initial https://bugs.webkit.org/show_bug.cgi?id=73002 Reviewed by Alexis M

[webkit-changes] [135849] releases/WebKitGTK/webkit-1.10

2012-11-27 Thread kov
Title: [135849] releases/WebKitGTK/webkit-1.10 Revision 135849 Author k...@webkit.org Date 2012-11-27 05:19:18 -0800 (Tue, 27 Nov 2012) Log Message Merge 135538 - [GTK] Split SVG from WebCore to work-around make limitation https://bugs.webkit.org/show_bug.cgi?id=97735 Reviewed by Carlos

[webkit-changes] [135852] trunk/LayoutTests

2012-11-27 Thread allan . jensen
Title: [135852] trunk/LayoutTests Revision 135852 Author allan.jen...@digia.com Date 2012-11-27 05:27:52 -0800 (Tue, 27 Nov 2012) Log Message Reduce XHR timeout tests execution time https://bugs.webkit.org/show_bug.cgi?id=102184 Reviewed by Csaba Osztrogonác. Reduce all timeouts by five

[webkit-changes] [135853] trunk

2012-11-27 Thread commit-queue
Title: [135853] trunk Revision 135853 Author commit-qu...@webkit.org Date 2012-11-27 05:49:51 -0800 (Tue, 27 Nov 2012) Log Message [CSS Regions] Crash when dispatching regionlayoutupdate https://bugs.webkit.org/show_bug.cgi?id=102944 Patch by Andrei Bucur on 2012-11-27 Reviewed by Andre

[webkit-changes] [135854] trunk/Source/WTF

2012-11-27 Thread commit-queue
Title: [135854] trunk/Source/WTF Revision 135854 Author commit-qu...@webkit.org Date 2012-11-27 05:52:21 -0800 (Tue, 27 Nov 2012) Log Message Unreviewed, rolling out r135828. http://trac.webkit.org/changeset/135828 https://bugs.webkit.org/show_bug.cgi?id=103405 [Chromium] Multiple ASAN e

[webkit-changes] [135855] trunk/LayoutTests

2012-11-27 Thread commit-queue
Title: [135855] trunk/LayoutTests Revision 135855 Author commit-qu...@webkit.org Date 2012-11-27 05:56:42 -0800 (Tue, 27 Nov 2012) Log Message [EFL] Mark tests flaky https://bugs.webkit.org/show_bug.cgi?id=103403 Unreviewed expectations update for EFL: Mark tests flaky based on flakiness

[webkit-changes] [135856] trunk/Source

2012-11-27 Thread alecflett
Title: [135856] trunk/Source Revision 135856 Author alecfl...@chromium.org Date 2012-11-27 06:10:27 -0800 (Tue, 27 Nov 2012) Log Message IndexedDB: stub out IDBDatabaseBackendInterface::createTransaction https://bugs.webkit.org/show_bug.cgi?id=102730 Reviewed by Darin Fisher. Source/Web

[webkit-changes] [135857] trunk/Tools

2012-11-27 Thread abecsi
Title: [135857] trunk/Tools Revision 135857 Author abe...@webkit.org Date 2012-11-27 06:11:16 -0800 (Tue, 27 Nov 2012) Log Message [Qt] Fix the build with new Qt5 hash https://bugs.webkit.org/show_bug.cgi?id=103406 Reviewed by Csaba Osztrogonác. Remove references to deprecated QApplicat

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

2012-11-27 Thread commit-queue
Title: [135858] trunk/Source/WebKit2 Revision 135858 Author commit-qu...@webkit.org Date 2012-11-27 06:42:46 -0800 (Tue, 27 Nov 2012) Log Message [EFL] Graphics layer edges are sometimes very pixelated https://bugs.webkit.org/show_bug.cgi?id=103302 Patch by Yael Aharon on 2012-11-27 Rev

[webkit-changes] [135859] trunk/LayoutTests

2012-11-27 Thread junov
Title: [135859] trunk/LayoutTests Revision 135859 Author ju...@google.com Date 2012-11-27 06:56:51 -0800 (Tue, 27 Nov 2012) Log Message Convert test fast/backgrounds/background-opaque-images-over-color.html to a ref test https://bugs.webkit.org/show_bug.cgi?id=103275 Reviewed by Simon Fr

[webkit-changes] [135860] trunk/Source

2012-11-27 Thread keishi
Title: [135860] trunk/Source Revision 135860 Author kei...@webkit.org Date 2012-11-27 07:06:14 -0800 (Tue, 27 Nov 2012) Log Message Add WebLocalizedString for validation type badinput https://bugs.webkit.org/show_bug.cgi?id=103381 Reviewed by Kent Tamura. Source/Platform: Adding WebLoc

[webkit-changes] [135861] trunk/LayoutTests

2012-11-27 Thread junov
Title: [135861] trunk/LayoutTests Revision 135861 Author ju...@google.com Date 2012-11-27 07:45:56 -0800 (Tue, 27 Nov 2012) Log Message Correcting baseline for fast/backgrounds/background-opaque-images-over-color.html https://bugs.webkit.org/show_bug.cgi?id=103275 Unreviewed Fixing smal

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

2012-11-27 Thread haraken
Title: [135862] trunk/Source/WebCore Revision 135862 Author hara...@chromium.org Date 2012-11-27 07:50:07 -0800 (Tue, 27 Nov 2012) Log Message [V8] Remove V8StringResource::m_string https://bugs.webkit.org/show_bug.cgi?id=103367 Reviewed by Adam Barth. This patch cleans up V8StringResou

[webkit-changes] [135863] trunk

2012-11-27 Thread commit-queue
Title: [135863] trunk Revision 135863 Author commit-qu...@webkit.org Date 2012-11-27 07:58:34 -0800 (Tue, 27 Nov 2012) Log Message [GStreamer] Verify if GStreamer was previously initialized https://bugs.webkit.org/show_bug.cgi?id=103151 Patch by Víctor Manuel Jáquez Leal on 2012-11-27 R

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

2012-11-27 Thread commit-queue
Title: [135864] trunk/Source/WebKit2 Revision 135864 Author commit-qu...@webkit.org Date 2012-11-27 09:02:36 -0800 (Tue, 27 Nov 2012) Log Message [EFL][Qt][WK2] Tiles not always painted https://bugs.webkit.org/show_bug.cgi?id=103271 Patch by Mikhail Pozdnyakov on 2012-11-27 Reviewed by

[webkit-changes] [135865] trunk/LayoutTests

2012-11-27 Thread ossy
Title: [135865] trunk/LayoutTests Revision 135865 Author o...@webkit.org Date 2012-11-27 09:11:53 -0800 (Tue, 27 Nov 2012) Log Message [Qt] Unreviewed gardening, skip a new failing test to paint the bots green. * platform/qt/TestExpectations: Modified Paths trunk/LayoutTests/ChangeLog

[webkit-changes] [135866] trunk

2012-11-27 Thread commit-queue
Title: [135866] trunk Revision 135866 Author commit-qu...@webkit.org Date 2012-11-27 09:39:22 -0800 (Tue, 27 Nov 2012) Log Message Don't throw an exception if user gesture is required for load https://bugs.webkit.org/show_bug.cgi?id=103318 Patch by Min Qin on 2012-11-27 Reviewed by Eric

[webkit-changes] [135868] trunk/LayoutTests

2012-11-27 Thread dgrogan
Title: [135868] trunk/LayoutTests Revision 135868 Author dgro...@chromium.org Date 2012-11-27 09:45:23 -0800 (Tue, 27 Nov 2012) Log Message IndexedDB: Make test resilient to different event ordering https://bugs.webkit.org/show_bug.cgi?id=103344 Reviewed by Tony Chang. This test was fai

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

2012-11-27 Thread dino
Title: [135869] trunk/Source/WebCore Revision 135869 Author d...@apple.com Date 2012-11-27 09:53:02 -0800 (Tue, 27 Nov 2012) Log Message Unreviewed build fix for r135866. * html/HTMLMediaElement.cpp: (WebCore::HTMLMediaElement::load): Modified Paths trunk/Source/WebCore/ChangeLog trunk

[webkit-changes] [135870] trunk/LayoutTests

2012-11-27 Thread rjkroege
Title: [135870] trunk/LayoutTests Revision 135870 Author rjkro...@chromium.org Date 2012-11-27 09:57:53 -0800 (Tue, 27 Nov 2012) Log Message Unreviewed gardening: updated TestExpectations for crashes in media/video-duration-known-after-eos.html https://bugs.webkit.org/show_bug.cgi?id=1031

[webkit-changes] [135871] trunk/LayoutTests

2012-11-27 Thread commit-queue
Title: [135871] trunk/LayoutTests Revision 135871 Author commit-qu...@webkit.org Date 2012-11-27 09:59:01 -0800 (Tue, 27 Nov 2012) Log Message Fix world-reuse test for mac build https://bugs.webkit.org/show_bug.cgi?id=103385 Patch by Dan Carney on 2012-11-27 Reviewed by Jochen Eisinger.

[webkit-changes] [135872] trunk

2012-11-27 Thread commit-queue
Title: [135872] trunk Revision 135872 Author commit-qu...@webkit.org Date 2012-11-27 10:00:58 -0800 (Tue, 27 Nov 2012) Log Message Add callbacks to the FrameLoaderClient when a resource is requested https://bugs.webkit.org/show_bug.cgi?id=92761 Patch by Marja Hölttä on 2012-11-27 Review

[webkit-changes] [135873] trunk/LayoutTests

2012-11-27 Thread junov
Title: [135873] trunk/LayoutTests Revision 135873 Author ju...@google.com Date 2012-11-27 10:11:29 -0800 (Tue, 27 Nov 2012) Log Message Skipping fast/backgrounds/background-opaque-images-over-color.html on mac https://bugs.webkit.org/show_bug.cgi?id=103435 Unreviewed * platform/mac/Test

[webkit-changes] [135874] trunk

2012-11-27 Thread commit-queue
Title: [135874] trunk Revision 135874 Author commit-qu...@webkit.org Date 2012-11-27 10:14:08 -0800 (Tue, 27 Nov 2012) Log Message freeV8NPObject: Skip trying to remove object from per context data's ObjectMap if the object does not exist in the map. https://bugs.webkit.org/show_bug.cgi?i

[webkit-changes] [135875] trunk/LayoutTests

2012-11-27 Thread yael
Title: [135875] trunk/LayoutTests Revision 135875 Author y...@webkit.org Date 2012-11-27 10:16:27 -0800 (Tue, 27 Nov 2012) Log Message Unreviewed gardening. Remove from TestExpectations tests that are passing. * platform/efl/TestExpectations: Modified Paths trunk/LayoutTests/ChangeLog

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

2012-11-27 Thread allan . jensen
Title: [135876] trunk/Source/WebCore Revision 135876 Author allan.jen...@digia.com Date 2012-11-27 10:30:27 -0800 (Tue, 27 Nov 2012) Log Message Unreviewed cleanup. Remove leftover file that was replaced by PlatformScreenQt.cpp 4 years ago. * platform/qt/ScreenQt.cpp: Removed. Modified

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

2012-11-27 Thread tony
Title: [135877] trunk/Source/WebKit/chromium Revision 135877 Author t...@chromium.org Date 2012-11-27 10:32:50 -0800 (Tue, 27 Nov 2012) Log Message [chromium] Unreviewed build fix on Linux clang. ../../third_party/WebKit/Source/WebKit/chromium/src/FrameLoaderClientImpl.cpp:1055:63: error

[webkit-changes] [135878] branches/safari-536.28-branch/Source/WebCore

2012-11-27 Thread lforschler
Title: [135878] branches/safari-536.28-branch/Source/WebCore Revision 135878 Author lforsch...@apple.com Date 2012-11-27 10:36:16 -0800 (Tue, 27 Nov 2012) Log Message Merge 134495 & 134666 for & Modified Paths branches/safari-536.28-branch/Source/WebCore/ChangeLog branches/safari-536.

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

2012-11-27 Thread ap
Title: [135879] trunk/Source/WebKit2 Revision 135879 Author a...@apple.com Date 2012-11-27 10:36:27 -0800 (Tue, 27 Nov 2012) Log Message [WK2] WebPageProxy::relatedPages() cannot assume that this page is known to process https://bugs.webkit.org/show_bug.cgi?id=103433

[webkit-changes] [135880] trunk/LayoutTests

2012-11-27 Thread tony
Title: [135880] trunk/LayoutTests Revision 135880 Author t...@chromium.org Date 2012-11-27 10:45:43 -0800 (Tue, 27 Nov 2012) Log Message Unreviewed gardening, fixing lint errors in TestExpectations. * platform/gtk/TestExpectations: * platform/qt/TestExpectations: Modified Paths trunk/L

[webkit-changes] [135881] trunk/Source

2012-11-27 Thread commit-queue
Title: [135881] trunk/Source Revision 135881 Author commit-qu...@webkit.org Date 2012-11-27 10:52:30 -0800 (Tue, 27 Nov 2012) Log Message Plumbing showPaintRects out of InspectorPageAgent to use a different drawing implementation if available. https://bugs.webkit.org/show_bug.cgi?id=10245

[webkit-changes] [135882] trunk

2012-11-27 Thread psolanki
Title: [135882] trunk Revision 135882 Author psola...@apple.com Date 2012-11-27 10:58:42 -0800 (Tue, 27 Nov 2012) Log Message objc/objc-runtime.h does not exist on all PLATFORM(MAC) https://bugs.webkit.org/show_bug.cgi?id=101780 Reviewed by Brent Fulgham. Clean up header includes so we

[webkit-changes] [135884] trunk

2012-11-27 Thread robert
Title: [135884] trunk Revision 135884 Author rob...@webkit.org Date 2012-11-27 11:15:04 -0800 (Tue, 27 Nov 2012) Log Message REGRESSION (r125578): word-wrapping in absolute position with nbsp, word-spacing and custom font https://bugs.webkit.org/show_bug.cgi?id=101443 Reviewed by David H

[webkit-changes] [135885] trunk/LayoutTests

2012-11-27 Thread commit-queue
Title: [135885] trunk/LayoutTests Revision 135885 Author commit-qu...@webkit.org Date 2012-11-27 11:16:27 -0800 (Tue, 27 Nov 2012) Log Message Layout Test transitions/transition-shorthand-delay.html should usePauseAPI https://bugs.webkit.org/show_bug.cgi?id=103402 Patch by Jussi Kukkonen

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

2012-11-27 Thread dino
Title: [135886] trunk/Source/WebCore Revision 135886 Author d...@apple.com Date 2012-11-27 11:19:24 -0800 (Tue, 27 Nov 2012) Log Message No need for ExceptionCode in HTMLMediaElement::load https://bugs.webkit.org/show_bug.cgi?id=103438 Reviewed by Eric Carlson. After https://bugs.webkit

[webkit-changes] [135887] trunk/LayoutTests

2012-11-27 Thread yael
Title: [135887] trunk/LayoutTests Revision 135887 Author y...@webkit.org Date 2012-11-27 11:23:04 -0800 (Tue, 27 Nov 2012) Log Message Unreviewed gardening. fast/loader/submit-form-while-parsing-2.html is still flaky so put it back in TestExpectations. * platform/efl/TestExpectations: M

[webkit-changes] [135888] trunk

2012-11-27 Thread commit-queue
Title: [135888] trunk Revision 135888 Author commit-qu...@webkit.org Date 2012-11-27 11:25:54 -0800 (Tue, 27 Nov 2012) Log Message Canvas does not draw any text if the font is not fully loaded yet https://bugs.webkit.org/show_bug.cgi?id=103392 Patch by Christophe Dumez on 2012-11-27 Rev

[webkit-changes] [135889] trunk/LayoutTests

2012-11-27 Thread commit-queue
Title: [135889] trunk/LayoutTests Revision 135889 Author commit-qu...@webkit.org Date 2012-11-27 11:31:39 -0800 (Tue, 27 Nov 2012) Log Message [EFL] Gardening of failing tests https://bugs.webkit.org/show_bug.cgi?id=103434 Unreviewed gardening. Patch by Thiago Marcos P. Santos on 2012-

[webkit-changes] [135890] trunk

2012-11-27 Thread roger_fong
Title: [135890] trunk Revision 135890 Author roger_f...@apple.com Date 2012-11-27 11:34:40 -0800 (Tue, 27 Nov 2012) Log Message Windows specific implementation of usesTileCacheLayer needed after r133056. https://bugs.webkit.org/show_bug.cgi?id=103321 Reviewed by Simon Fraser. After r133

[webkit-changes] [135891] trunk

2012-11-27 Thread commit-queue
Title: [135891] trunk Revision 135891 Author commit-qu...@webkit.org Date 2012-11-27 11:52:43 -0800 (Tue, 27 Nov 2012) Log Message max-height property not respected in case of tables https://bugs.webkit.org/show_bug.cgi?id=98633 Patch by Pravin D on 2012-11-27 Reviewed by Julien Chaffra

[webkit-changes] [135892] trunk/LayoutTests

2012-11-27 Thread roger_fong
Title: [135892] trunk/LayoutTests Revision 135892 Author roger_f...@apple.com Date 2012-11-27 11:56:41 -0800 (Tue, 27 Nov 2012) Log Message Unreviewed. Skip some flaky video tests on Windows. https://bugs.webkit.org/show_bug.cgi?id=103442 * platform/win/TestExpectations: Modified Paths

[webkit-changes] [135894] branches/safari-536.28-branch/Source

2012-11-27 Thread lforschler
Title: [135894] branches/safari-536.28-branch/Source Revision 135894 Author lforsch...@apple.com Date 2012-11-27 11:59:37 -0800 (Tue, 27 Nov 2012) Log Message Merged 18 for Modified Paths branches/safari-536.28-branch/Source/WebCore/ChangeLog branches/safari-536.28-branch/Source/We

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

2012-11-27 Thread rniwa
Title: [135895] trunk/Source/WebCore Revision 135895 Author rn...@webkit.org Date 2012-11-27 12:00:54 -0800 (Tue, 27 Nov 2012) Log Message Build fix after r135890. #else, not #elif. * platform/graphics/ca/PlatformCALayer.h: (PlatformCALayer): Modified Paths trunk/Source/WebCore/ChangeL

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

2012-11-27 Thread dino
Title: [135896] trunk/Source/WebCore Revision 135896 Author d...@apple.com Date 2012-11-27 12:09:18 -0800 (Tue, 27 Nov 2012) Log Message Attempted build fix after http://trac.webkit.org/changeset/135888. * WebCore.exp.in: * WebCore.order: Modified Paths trunk/Source/WebCore/ChangeLog t

[webkit-changes] [135897] trunk/LayoutTests

2012-11-27 Thread rjkroege
Title: [135897] trunk/LayoutTests Revision 135897 Author rjkro...@chromium.org Date 2012-11-27 12:21:16 -0800 (Tue, 27 Nov 2012) Log Message Gardening: Updated TestExpecations for failure in http/tests/canvas/canvas-slow-font-loading.html https://bugs.webkit.org/show_bug.cgi?id=103446 *

[webkit-changes] [135898] trunk/Source/WebKit/blackberry

2012-11-27 Thread commit-queue
Title: [135898] trunk/Source/WebKit/blackberry Revision 135898 Author commit-qu...@webkit.org Date 2012-11-27 12:27:14 -0800 (Tue, 27 Nov 2012) Log Message [BlackBerry] Remove unnecessary backing store suspension in InputHandler::ensureFocusTextElementVisible https://bugs.webkit.org/show_

[webkit-changes] [135899] trunk/LayoutTests

2012-11-27 Thread yael
Title: [135899] trunk/LayoutTests Revision 135899 Author y...@webkit.org Date 2012-11-27 12:27:54 -0800 (Tue, 27 Nov 2012) Log Message Unreviewed gardening. Add bug numbers to flaky tests. * platform/efl/TestExpectations: Modified Paths trunk/LayoutTests/ChangeLog trunk/LayoutTests/pla

[webkit-changes] [135900] trunk/Source/WebKit/blackberry

2012-11-27 Thread zhajiang
Title: [135900] trunk/Source/WebKit/blackberry Revision 135900 Author zhaji...@rim.com Date 2012-11-27 12:32:13 -0800 (Tue, 27 Nov 2012) Log Message [BlackBerry] http:// origins can navigate to privileged local:// origins https://bugs.webkit.org/show_bug.cgi?id=103437 Patch by Jacky Jian

[webkit-changes] [135901] trunk/LayoutTests

2012-11-27 Thread rjkroege
Title: [135901] trunk/LayoutTests Revision 135901 Author rjkro...@chromium.org Date 2012-11-27 12:40:31 -0800 (Tue, 27 Nov 2012) Log Message Unreviewed gardening: ImageOnlyFailure in fast/canvas/font-update.html https://bugs.webkit.org/show_bug.cgi?id=103447 * platform/chromium/TestExpec

[webkit-changes] [135903] trunk

2012-11-27 Thread mkwst
Title: [135903] trunk Revision 135903 Author mk...@chromium.org Date 2012-11-27 12:44:03 -0800 (Tue, 27 Nov 2012) Log Message Log to console when autofocus is blocked by sandbox attribute. https://bugs.webkit.org/show_bug.cgi?id=103255 Reviewed by Ojan Vafai. Source/WebCore: Adding a s

[webkit-changes] [135904] trunk

2012-11-27 Thread dgrogan
Title: [135904] trunk Revision 135904 Author dgro...@chromium.org Date 2012-11-27 12:45:42 -0800 (Tue, 27 Nov 2012) Log Message IndexedDB: Remove IDBDatabase.setVersion API https://bugs.webkit.org/show_bug.cgi?id=94972 Reviewed by Tony Chang. Source/WebCore: This has been out of the sp

[webkit-changes] [135906] trunk

2012-11-27 Thread commit-queue
Title: [135906] trunk Revision 135906 Author commit-qu...@webkit.org Date 2012-11-27 13:00:23 -0800 (Tue, 27 Nov 2012) Log Message Use-after-free in media player handling https://bugs.webkit.org/show_bug.cgi?id=103426 Patch by Aaron Colwell on 2012-11-27 Reviewed by Eric Carlson. Sourc

[webkit-changes] [135907] branches/safari-536.28-branch/Source/WebKit2

2012-11-27 Thread lforschler
Title: [135907] branches/safari-536.28-branch/Source/WebKit2 Revision 135907 Author lforsch...@apple.com Date 2012-11-27 13:05:32 -0800 (Tue, 27 Nov 2012) Log Message Merge patch for Modified Paths branches/safari-536.28-branch/Source/WebKit2/ChangeLog branches/safari-536.28-branch/Sou

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

2012-11-27 Thread mkwst
Title: [135908] trunk/Source/WebCore Revision 135908 Author mk...@chromium.org Date 2012-11-27 13:05:40 -0800 (Tue, 27 Nov 2012) Log Message Expanding variable names in ConsoleMessage. https://bugs.webkit.org/show_bug.cgi?id=103436 Reviewed by Adam Barth. Variable names like 'm' should

[webkit-changes] [135909] trunk/LayoutTests

2012-11-27 Thread rjkroege
Title: [135909] trunk/LayoutTests Revision 135909 Author rjkro...@chromium.org Date 2012-11-27 13:14:03 -0800 (Tue, 27 Nov 2012) Log Message Unreviewed gardening: platform/chromium/virtual/gpu/fast/canvas/font-update.html https://bugs.webkit.org/show_bug.cgi?id=103449 * platform/chromium

[webkit-changes] [135910] trunk/LayoutTests

2012-11-27 Thread rjkroege
Title: [135910] trunk/LayoutTests Revision 135910 Author rjkro...@chromium.org Date 2012-11-27 13:22:08 -0800 (Tue, 27 Nov 2012) Log Message Unreviewed gardening: fast/frames/frame-name-reset.html crashing intermittently https://bugs.webkit.org/show_bug.cgi?id=103451 * platform/chromium/

[webkit-changes] [135914] trunk

2012-11-27 Thread tsepez
Title: [135914] trunk Revision 135914 Author tse...@chromium.org Date 2012-11-27 13:50:15 -0800 (Tue, 27 Nov 2012) Log Message Regression(r129406): Fix the scope of the WidgetHierarchyUpdateSuspensionScope in Element::Attach(). https://bugs.webkit.org/show_bug.cgi?id=100803 Reviewed by A

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

2012-11-27 Thread mitz
Title: [135915] trunk/Source/WebKit2 Revision 135915 Author m...@apple.com Date 2012-11-27 13:52:47 -0800 (Tue, 27 Nov 2012) Log Message Entering Tab View after a bunch of YouTube pages were opened in background tabs makes all of them start playing simultaneously https://bugs.webkit.org/s

[webkit-changes] [135916] trunk/Source

2012-11-27 Thread timothy_horton
Title: [135916] trunk/Source Revision 135916 Author timothy_hor...@apple.com Date 2012-11-27 13:56:44 -0800 (Tue, 27 Nov 2012) Log Message PDFPlugin: Scroll bars do not grow on hover https://bugs.webkit.org/show_bug.cgi?id=103382 Reviewed by Beth Dakin. PDFPlugin needs to forward relev

[webkit-changes] [135917] trunk/LayoutTests

2012-11-27 Thread jchaffraix
Title: [135917] trunk/LayoutTests Revision 135917 Author jchaffr...@webkit.org Date 2012-11-27 13:58:24 -0800 (Tue, 27 Nov 2012) Log Message Unreviewed Qt gardening. * platform/qt/TestExpectations: Skipped fast/table/css-table-max-height.html as it is showing a 12px difference. The test

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

2012-11-27 Thread tony
Title: [135918] trunk/Source/WebCore Revision 135918 Author t...@chromium.org Date 2012-11-27 14:01:53 -0800 (Tue, 27 Nov 2012) Log Message Unreviewed, win compile fix. Touch RenderingAllInOne.cpp to force it to rebuild. * rendering/RenderingAllInOne.cpp: Modified Paths trunk/Source/W

[webkit-changes] [135919] trunk/LayoutTests

2012-11-27 Thread tony
Title: [135919] trunk/LayoutTests Revision 135919 Author t...@chromium.org Date 2012-11-27 14:11:54 -0800 (Tue, 27 Nov 2012) Log Message Unreviewed, updating TestExpectations after input slider change. * platform/efl/TestExpectations: * platform/mac/TestExpectations: Modified Paths tru

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

2012-11-27 Thread tony
Title: [135920] trunk/Source/WebCore Revision 135920 Author t...@chromium.org Date 2012-11-27 14:17:28 -0800 (Tue, 27 Nov 2012) Log Message Unreviewed, win compile fix take 2. Try again to force this file to recompile. * rendering/RenderingAllInOne.cpp: Modified Paths trunk/Source/Web

[webkit-changes] [135921] trunk

2012-11-27 Thread achicu
Title: [135921] trunk Revision 135921 Author ach...@adobe.com Date 2012-11-27 14:23:24 -0800 (Tue, 27 Nov 2012) Log Message [CSS Regions] Elements using transforms are not repainted correctly when rendered in a region https://bugs.webkit.org/show_bug.cgi?id=102826 Reviewed by David Hyatt

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

2012-11-27 Thread haraken
Title: [135922] trunk/Source/WebCore Revision 135922 Author hara...@chromium.org Date 2012-11-27 14:29:46 -0800 (Tue, 27 Nov 2012) Log Message [V8] Replace toWebCoreString()/toWebCoreAtomicString() in CodeGeneratorV8.pm with V8StringResource https://bugs.webkit.org/show_bug.cgi?id=103391

[webkit-changes] [135924] branches/safari-536.28-branch/Source/WebKit2

2012-11-27 Thread lforschler
Title: [135924] branches/safari-536.28-branch/Source/WebKit2 Revision 135924 Author lforsch...@apple.com Date 2012-11-27 14:42:14 -0800 (Tue, 27 Nov 2012) Log Message Merged r128205 and parts of 127334 for Modified Paths branches/safari-536.28-branch/Source/WebKit2/ChangeLog branches/s

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

2012-11-27 Thread timothy_horton
Title: [135925] trunk/Source/WebKit2 Revision 135925 Author timothy_hor...@apple.com Date 2012-11-27 14:45:49 -0800 (Tue, 27 Nov 2012) Log Message PDFPlugin: Page scale factor should affect subframe PDFs https://bugs.webkit.org/show_bug.cgi?id=103291 Reviewed by Darin Adler. For subfra

[webkit-changes] [135926] trunk/LayoutTests

2012-11-27 Thread tony
Title: [135926] trunk/LayoutTests Revision 135926 Author t...@chromium.org Date 2012-11-27 15:01:26 -0800 (Tue, 27 Nov 2012) Log Message Unreviewed, updating TestExpectations after input slider change. * platform/gtk/TestExpectations: Modified Paths trunk/LayoutTests/ChangeLog trunk/La

[webkit-changes] [135927] trunk/Source

2012-11-27 Thread jsbell
Title: [135927] trunk/Source Revision 135927 Author jsb...@chromium.org Date 2012-11-27 15:08:17 -0800 (Tue, 27 Nov 2012) Log Message IndexedDB: Simplify transaction timers and event tracking https://bugs.webkit.org/show_bug.cgi?id=102984 Reviewed by Tony Chang. Source/WebCore: Now tha

[webkit-changes] [135928] trunk/LayoutTests

2012-11-27 Thread tony
Title: [135928] trunk/LayoutTests Revision 135928 Author t...@chromium.org Date 2012-11-27 15:13:05 -0800 (Tue, 27 Nov 2012) Log Message Unreviewed, updating TestExpectations after input slider change. * platform/chromium/TestExpectations: Modified Paths trunk/LayoutTests/ChangeLog tru

[webkit-changes] [135929] trunk/Source

2012-11-27 Thread commit-queue
Title: [135929] trunk/Source Revision 135929 Author commit-qu...@webkit.org Date 2012-11-27 15:17:02 -0800 (Tue, 27 Nov 2012) Log Message [chromium] Add WebLayerTreeViewClient API to request font atlas https://bugs.webkit.org/show_bug.cgi?id=102958 Patch by Eberhard Graether on 2012-11-

[webkit-changes] [135930] trunk/Tools

2012-11-27 Thread abarth
Title: [135930] trunk/Tools Revision 135930 Author aba...@webkit.org Date 2012-11-27 15:27:05 -0800 (Tue, 27 Nov 2012) Log Message Make it possible to run performance tests on Chromium Android https://bugs.webkit.org/show_bug.cgi?id=103268 Reviewed by Ryosuke Niwa. Based on a patch by P

[webkit-changes] [135931] branches/chromium/1271

2012-11-27 Thread cevans
Title: [135931] branches/chromium/1271 Revision 135931 Author cev...@google.com Date 2012-11-27 15:33:37 -0800 (Tue, 27 Nov 2012) Log Message Merge 135906 BUG=162835 Review URL: https://codereview.chromium.org/11415159 Modified Paths branches/chromium/1271/LayoutTests/http/tests/media/m

[webkit-changes] [135932] branches/chromium/1312

2012-11-27 Thread cevans
Title: [135932] branches/chromium/1312 Revision 135932 Author cev...@google.com Date 2012-11-27 15:35:10 -0800 (Tue, 27 Nov 2012) Log Message Merge 135906 BUG=162835 Review URL: https://codereview.chromium.org/11415160 Modified Paths branches/chromium/1312/LayoutTests/http/tests/media/m

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

2012-11-27 Thread fpizlo
Title: [135933] trunk/Source/_javascript_Core Revision 135933 Author fpi...@apple.com Date 2012-11-27 15:39:19 -0800 (Tue, 27 Nov 2012) Log Message Fix indentation in JSValue.h Rubber stamped by Mark Hahnenberg. * runtime/JSValue.h: Modified Paths trunk/Source/_javascript_Core/ChangeL

[webkit-changes] [135934] trunk

2012-11-27 Thread dino
Title: [135934] trunk Revision 135934 Author d...@apple.com Date 2012-11-27 15:45:13 -0800 (Tue, 27 Nov 2012) Log Message Make track list control active https://bugs.webkit.org/show_bug.cgi?id=101670 Reviewed by Eric Carlson. Source/WebCore: Hook up the event handler for the captions m

[webkit-changes] [135935] trunk

2012-11-27 Thread commit-queue
Title: [135935] trunk Revision 135935 Author commit-qu...@webkit.org Date 2012-11-27 15:56:54 -0800 (Tue, 27 Nov 2012) Log Message [EFL][WK2] 3D pixel tests are failing https://bugs.webkit.org/show_bug.cgi?id=102833 Patch by Yael Aharon on 2012-11-27 Reviewed by Kenneth Rohde Christians

[webkit-changes] [135936] trunk/Tools

2012-11-27 Thread tony
Title: [135936] trunk/Tools Revision 135936 Author t...@chromium.org Date 2012-11-27 16:22:59 -0800 (Tue, 27 Nov 2012) Log Message Fix garden-o-matic for non-chromium ports https://bugs.webkit.org/show_bug.cgi?id=103458 Reviewed by Adam Barth. I was getting a 403 error when trying to se

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

2012-11-27 Thread jer . noble
Title: [135937] trunk/Source/WebCore Revision 135937 Author jer.no...@apple.com Date 2012-11-27 16:23:54 -0800 (Tue, 27 Nov 2012) Log Message Add a new shared class WebCoreFullScreenWarningView which presents a styled warning message. https://bugs.webkit.org/show_bug.cgi?id=102299 Review

[webkit-changes] [135938] trunk/LayoutTests

2012-11-27 Thread tony
Title: [135938] trunk/LayoutTests Revision 135938 Author t...@chromium.org Date 2012-11-27 16:24:25 -0800 (Tue, 27 Nov 2012) Log Message Unreviewed, land updated EFL results after track limiter removal. * platform/efl/TestExpectations: * platform/efl/fast/dom/HTMLInputElement/input-slide

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

2012-11-27 Thread akling
Title: [135939] trunk/Source/WebCore Revision 135939 Author akl...@apple.com Date 2012-11-27 16:34:19 -0800 (Tue, 27 Nov 2012) Log Message Shrink ShadowRoot and TreeScope. Reviewed by Antti Koivisto. We're creating ~1500 ShadowRoots on Apple's PLT3 content (from and elements) and a l

[webkit-changes] [135940] tags/Safari-536.28.2/

2012-11-27 Thread lforschler
Title: [135940] tags/Safari-536.28.2/ Revision 135940 Author lforsch...@apple.com Date 2012-11-27 16:37:14 -0800 (Tue, 27 Nov 2012) Log Message New Tag. Added Paths tags/Safari-536.28.2/ Diff Property changes: tags/Safari-536.28.2 Added: svn:ignore depcomp compile config.guess G

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

2012-11-27 Thread jer . noble
Title: [135941] trunk/Source/WebCore Revision 135941 Author jer.no...@apple.com Date 2012-11-27 16:38:37 -0800 (Tue, 27 Nov 2012) Log Message Add a new shared class WebCoreFullScreenPlaceholderView, for use in WebKit and WebKit2. https://bugs.webkit.org/show_bug.cgi?id=102300 Reviewed by

[webkit-changes] [135942] trunk/Tools

2012-11-27 Thread abarth
Title: [135942] trunk/Tools Revision 135942 Author aba...@webkit.org Date 2012-11-27 16:40:06 -0800 (Tue, 27 Nov 2012) Log Message run-perf-tests fails on Android because of stderr output https://bugs.webkit.org/show_bug.cgi?id=103462 Reviewed by Ryosuke Niwa. The chromium-android port

[webkit-changes] [135943] branches/safari-536.28-branch/Source

2012-11-27 Thread lforschler
Title: [135943] branches/safari-536.28-branch/Source Revision 135943 Author lforsch...@apple.com Date 2012-11-27 16:40:18 -0800 (Tue, 27 Nov 2012) Log Message Versioning. Modified Paths branches/safari-536.28-branch/Source/_javascript_Core/Configurations/Version.xcconfig branches/safari

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

2012-11-27 Thread jer . noble
Title: [135944] trunk/Source/WebKit2 Revision 135944 Author jer.no...@apple.com Date 2012-11-27 16:40:26 -0800 (Tue, 27 Nov 2012) Log Message [WK2] [Mac] WebKit Full Screen API should use NSWindow full screen API. https://bugs.webkit.org/show_bug.cgi?id=100025 Reviewed by Dan Bernstein.

  1   2   >