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

2015-03-02 Thread ddkilzer
Title: [180923] trunk/Source/WebCore Revision 180923 Author ddkil...@apple.com Date 2015-03-02 23:20:06 -0800 (Mon, 02 Mar 2015) Log Message [iOS] Disable -Wdeprecated-declaration warnings in WebVideoFullscreenInterfaceAVKit.mm Fixing the deprecations is tracked by: * platform/ios/WebV

[webkit-changes] [180922] trunk/LayoutTests

2015-03-02 Thread mark . lam
Title: [180922] trunk/LayoutTests Revision 180922 Author mark@apple.com Date 2015-03-02 22:57:01 -0800 (Mon, 02 Mar 2015) Log Message Gardening: skipping inspector/timeline tests since they are still flaky. Not reviewed. * TestExpectations: - Restore skipping of inspector/timeline

[webkit-changes] [180920] trunk/Tools

2015-03-02 Thread ap
Title: [180920] trunk/Tools Revision 180920 Author a...@apple.com Date 2015-03-02 20:38:06 -0800 (Mon, 02 Mar 2015) Log Message Update the name of ASan build step. * BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/BuildbotIteration.js: Modified Paths trunk/Tools

[webkit-changes] [180919] trunk/Source

2015-03-02 Thread fpizlo
Title: [180919] trunk/Source Revision 180919 Author fpi...@apple.com Date 2015-03-02 20:33:28 -0800 (Mon, 02 Mar 2015) Log Message DFG compile time measurements should really report milliseconds https://bugs.webkit.org/show_bug.cgi?id=142209 Reviewed by Benjamin Poulain. Source/

[webkit-changes] [180918] trunk/LayoutTests

2015-03-02 Thread bfulgham
Title: [180918] trunk/LayoutTests Revision 180918 Author bfulg...@apple.com Date 2015-03-02 20:12:58 -0800 (Mon, 02 Mar 2015) Log Message [Win] inspector/timeline always times out. https://bugs.webkit.org/show_bug.cgi?id=142208 * platform/win/TestExpectations: Skipping.) Modified Paths

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

2015-03-02 Thread fpizlo
Title: [180917] trunk/Source/_javascript_Core Revision 180917 Author fpi...@apple.com Date 2015-03-02 20:05:05 -0800 (Mon, 02 Mar 2015) Log Message Remove op_get_callee, it's unused https://bugs.webkit.org/show_bug.cgi?id=142206 Reviewed by Andreas Kling. It's a bit of a shame t

[webkit-changes] [180916] trunk/Source/WebInspectorUI

2015-03-02 Thread commit-queue
Title: [180916] trunk/Source/WebInspectorUI Revision 180916 Author commit-qu...@webkit.org Date 2015-03-02 19:58:53 -0800 (Mon, 02 Mar 2015) Log Message Web Inspector: Remove native extensions now built-in https://bugs.webkit.org/show_bug.cgi?id=142203 Patch by Joseph Pecoraro on 2015-0

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

2015-03-02 Thread commit-queue
Title: [180915] trunk/Source/WebCore Revision 180915 Author commit-qu...@webkit.org Date 2015-03-02 19:29:41 -0800 (Mon, 02 Mar 2015) Log Message Unreviewed, rolling out r180902. https://bugs.webkit.org/show_bug.cgi?id=142205 It broke scrolling in some cases. See bug 142202 for details.

[webkit-changes] [180914] trunk

2015-03-02 Thread commit-queue
Title: [180914] trunk Revision 180914 Author commit-qu...@webkit.org Date 2015-03-02 19:25:21 -0800 (Mon, 02 Mar 2015) Log Message Unreviewed, rolling out r180911. https://bugs.webkit.org/show_bug.cgi?id=142204 The tests it added are crashing (Requested by bdash on #webkit). Reverted ch

[webkit-changes] [180913] trunk/Source

2015-03-02 Thread joepeck
Title: [180913] trunk/Source Revision 180913 Author joep...@webkit.org Date 2015-03-02 18:24:49 -0800 (Mon, 02 Mar 2015) Log Message Web Inspector: Context Menu to Log a Particular Object https://bugs.webkit.org/show_bug.cgi?id=142198 Reviewed by Timothy Hatcher. Source/_javascript_Core

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

2015-03-02 Thread beidson
Title: [180912] trunk/Source/WebKit2 Revision 180912 Author beid...@apple.com Date 2015-03-02 17:37:12 -0800 (Mon, 02 Mar 2015) Log Message Lots of: ERROR: Unhandled web process message WebPageGroupProxy:RemoveAllUserContentFilters https://bugs.webkit.org/show_bug.cgi?id=142155 Reviewed

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

2015-03-02 Thread commit-queue
Title: [180910] trunk/Source/WebCore Revision 180910 Author commit-qu...@webkit.org Date 2015-03-02 16:58:59 -0800 (Mon, 02 Mar 2015) Log Message RenderVideo should not paint the video frame when video is fullscreen. https://bugs.webkit.org/show_bug.cgi?id=142097 Patch by Jeremy Jones o

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

2015-03-02 Thread fpizlo
Title: [180909] trunk/Source/_javascript_Core Revision 180909 Author fpi...@apple.com Date 2015-03-02 16:45:55 -0800 (Mon, 02 Mar 2015) Log Message SpeculativeJIT::emitAllocateArguments() should be a bit faster, and shouldn't do destructor initialization https://bugs.webkit.org/show_bug.c

[webkit-changes] [180908] trunk/Source/bmalloc

2015-03-02 Thread ggaren
Title: [180908] trunk/Source/bmalloc Revision 180908 Author gga...@apple.com Date 2015-03-02 16:38:29 -0800 (Mon, 02 Mar 2015) Log Message bmalloc: Eagerly remove allocated objects from the free list https://bugs.webkit.org/show_bug.cgi?id=142194 Reviewed by Andreas Kling. This reduces

[webkit-changes] [180907] trunk

2015-03-02 Thread mark . lam
Title: [180907] trunk Revision 180907 Author mark@apple.com Date 2015-03-02 16:24:24 -0800 (Mon, 02 Mar 2015) Log Message Source/_javascript_Core: Exception stack unwinding in JSC hangs while the Timeline Profiler is enabled. Reviewed by Geoffrey Garen. Imagine a scenario where th

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

2015-03-02 Thread dino
Title: [180906] trunk/Source/WebCore Revision 180906 Author d...@apple.com Date 2015-03-02 15:57:49 -0800 (Mon, 02 Mar 2015) Log Message [iOS Media] Airplay button should be blue when active https://bugs.webkit.org/show_bug.cgi?id=142193 Reviewed by Brent Fulgham. Add a blue form of the

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

2015-03-02 Thread antti
Title: [180905] trunk/Source/WebKit2 Revision 180905 Author an...@apple.com Date 2015-03-02 15:52:06 -0800 (Mon, 02 Mar 2015) Log Message Add way to dump cache meta data to file https://bugs.webkit.org/show_bug.cgi?id=142183 Add a missing return so we don't try to decode a null entry. *

[webkit-changes] [180904] trunk/LayoutTests

2015-03-02 Thread mmaxfield
Title: [180904] trunk/LayoutTests Revision 180904 Author mmaxfi...@apple.com Date 2015-03-02 15:51:23 -0800 (Mon, 02 Mar 2015) Log Message Last gardening after r14 Unreviewed. * fast/text/font-kerning-expected.html: * fast/text/font-variant-ligatures-expected.html: * fast/text/white

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

2015-03-02 Thread fpizlo
Title: [180903] trunk/Source/_javascript_Core Revision 180903 Author fpi...@apple.com Date 2015-03-02 15:49:29 -0800 (Mon, 02 Mar 2015) Log Message FTL should correctly document where it puts the argument count for inlined varargs frames https://bugs.webkit.org/show_bug.cgi?id=142187 Rev

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

2015-03-02 Thread bfulgham
Title: [180902] trunk/Source/WebCore Revision 180902 Author bfulg...@apple.com Date 2015-03-02 15:49:24 -0800 (Mon, 02 Mar 2015) Log Message Move scroll animating functions from ScrollAnimator to ScrollController https://bugs.webkit.org/show_bug.cgi?id=142102 Reviewed by Simon Fraser.

[webkit-changes] [180901] trunk

2015-03-02 Thread mark . lam
Title: [180901] trunk Revision 180901 Author mark@apple.com Date 2015-03-02 15:39:47 -0800 (Mon, 02 Mar 2015) Log Message The InspectorTimelineAgent should gracefully handle attempts to start more than once. Reviewed by Joseph Pecoraro. Source/WebCore: No new tests. Unskipped an

[webkit-changes] [180900] trunk/LayoutTests

2015-03-02 Thread bfulgham
Title: [180900] trunk/LayoutTests Revision 180900 Author bfulg...@apple.com Date 2015-03-02 15:35:53 -0800 (Mon, 02 Mar 2015) Log Message [Win] Skip media control test after r180893. * platform/win/TestExpectations: Modified Paths trunk/LayoutTests/ChangeLog trunk/LayoutTests/platform/

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

2015-03-02 Thread andersca
Title: [180899] trunk/Source/WebKit2 Revision 180899 Author ander...@apple.com Date 2015-03-02 15:25:07 -0800 (Mon, 02 Mar 2015) Log Message Return disk cache entries from the new disk cache https://bugs.webkit.org/show_bug.cgi?id=142190 Reviewed by Antti Koivisto. * NetworkProcess/Netw

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

2015-03-02 Thread roger_fong
Title: [180898] trunk/Source/WebCore Revision 180898 Author roger_f...@apple.com Date 2015-03-02 14:54:50 -0800 (Mon, 02 Mar 2015) Log Message Update backgrounds of sliders for inline media controls on OS X. https://bugs.webkit.org/show_bug.cgi?id=142188. Reviewed by Dean Jackson. Don’t

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

2015-03-02 Thread fpizlo
Title: [180897] trunk/Source/_javascript_Core Revision 180897 Author fpi...@apple.com Date 2015-03-02 14:52:56 -0800 (Mon, 02 Mar 2015) Log Message Deduplicate slow path calling code in JITOpcodes.cpp/JITOpcodes32_64.cpp https://bugs.webkit.org/show_bug.cgi?id=142184 Reviewed by Michael

[webkit-changes] [180896] trunk/LayoutTests

2015-03-02 Thread bfulgham
Title: [180896] trunk/LayoutTests Revision 180896 Author bfulg...@apple.com Date 2015-03-02 14:28:34 -0800 (Mon, 02 Mar 2015) Log Message [Win] Document more debug assertions. * platform/win/TestExpectations: Modified Paths trunk/LayoutTests/ChangeLog trunk/LayoutTests/platform/win/Tes

[webkit-changes] [180895] trunk/LayoutTests

2015-03-02 Thread bfulgham
Title: [180895] trunk/LayoutTests Revision 180895 Author bfulg...@apple.com Date 2015-03-02 14:10:55 -0800 (Mon, 02 Mar 2015) Log Message Skip media control tests for now while new look is being finalized. https://bugs.webkit.org/show_bug.cgi?id=142138. Patch by Roger Fong on 2015-02-28

[webkit-changes] [180894] trunk/Source

2015-03-02 Thread antti
Title: [180894] trunk/Source Revision 180894 Author an...@apple.com Date 2015-03-02 13:51:13 -0800 (Mon, 02 Mar 2015) Log Message Add way to dump cache meta data to file https://bugs.webkit.org/show_bug.cgi?id=142183 Reviewed by Andreas Kling. Source/_javascript_Core: Export appendQuot

[webkit-changes] [180893] trunk

2015-03-02 Thread roger_fong
Title: [180893] trunk Revision 180893 Author roger_f...@apple.com Date 2015-03-02 13:07:33 -0800 (Mon, 02 Mar 2015) Log Message Update inline media element controls appearance Part 1. https://bugs.webkit.org/show_bug.cgi?id=142138. Reviewed by Dean Jackson. Update positioning, sizes, a

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

2015-03-02 Thread andersca
Title: [180892] trunk/Source/WebKit2 Revision 180892 Author ander...@apple.com Date 2015-03-02 12:45:18 -0800 (Mon, 02 Mar 2015) Log Message WebsiteDataStore should handle deleting cookies https://bugs.webkit.org/show_bug.cgi?id=142185 Reviewed by Beth Dakin. * NetworkProcess/NetworkPro

[webkit-changes] [180891] trunk/Source

2015-03-02 Thread joepeck
Title: [180891] trunk/Source Revision 180891 Author joep...@webkit.org Date 2015-03-02 11:32:49 -0800 (Mon, 02 Mar 2015) Log Message Web Inspector: Add Context Menus to Object Tree properties https://bugs.webkit.org/show_bug.cgi?id=142125 Reviewed by Timothy Hatcher. Source/_javascript_

[webkit-changes] [180890] trunk/LayoutTests

2015-03-02 Thread bfulgham
Title: [180890] trunk/LayoutTests Revision 180890 Author bfulg...@apple.com Date 2015-03-02 11:08:06 -0800 (Mon, 02 Mar 2015) Log Message [Win] Document more debug assertions. * platform/win/TestExpectations: Modified Paths trunk/LayoutTests/ChangeLog trunk/LayoutTests/platform/win/Tes

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

2015-03-02 Thread andersca
Title: [180889] trunk/Source/WebKit2 Revision 180889 Author ander...@apple.com Date 2015-03-02 10:42:12 -0800 (Mon, 02 Mar 2015) Log Message WebsiteDataStore should support getting cookie host names https://bugs.webkit.org/show_bug.cgi?id=142178 Reviewed by Dan Bernstein. * NetworkProce

[webkit-changes] [180888] trunk/LayoutTests

2015-03-02 Thread ap
Title: [180888] trunk/LayoutTests Revision 180888 Author a...@apple.com Date 2015-03-02 10:18:16 -0800 (Mon, 02 Mar 2015) Log Message Fix a typo in TestExpectations. * platform/mac/TestExpectations: Faiure - > Failure. Modified Paths trunk/LayoutTests/ChangeLog trunk/LayoutTests/platfo

[webkit-changes] [180887] trunk/LayoutTests

2015-03-02 Thread ap
Title: [180887] trunk/LayoutTests Revision 180887 Author a...@apple.com Date 2015-03-02 09:52:02 -0800 (Mon, 02 Mar 2015) Log Message js/promises-tests/promises-tests-2-1-2.html sometimes times out https://bugs.webkit.org/show_bug.cgi?id=142175 * TestExpectations: Marking as flaky. Modi

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

2015-03-02 Thread jer . noble
Title: [180886] trunk/Source/WebKit2 Revision 180886 Author jer.no...@apple.com Date 2015-03-02 09:39:10 -0800 (Mon, 02 Mar 2015) Log Message [WK2][Mac] WebPageProxy::supressVisibilityUpdates() should suppress visibility updates. https://bugs.webkit.org/show_bug.cgi?id=141907 Reviewed by

[webkit-changes] [180885] trunk

2015-03-02 Thread jer . noble
Title: [180885] trunk Revision 180885 Author jer.no...@apple.com Date 2015-03-02 09:37:14 -0800 (Mon, 02 Mar 2015) Log Message [WK1][WK2][Mac] Fullscreen animation is incorrect when page is scaled. https://bugs.webkit.org/show_bug.cgi?id=142121 Reviewed by Simon Fraser. Source/WebKit/ma

[webkit-changes] [180884] trunk

2015-03-02 Thread commit-queue
Title: [180884] trunk Revision 180884 Author commit-qu...@webkit.org Date 2015-03-02 07:34:25 -0800 (Mon, 02 Mar 2015) Log Message REGRESSION(r179409): [GTK] Undefined symbol prevents web extensions from being loaded https://bugs.webkit.org/show_bug.cgi?id=142165 Patch by Debarshi Ray o

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

2015-03-02 Thread ddkilzer
Title: [180883] trunk/Source/WebCore Revision 180883 Author ddkil...@apple.com Date 2015-03-02 07:30:12 -0800 (Mon, 02 Mar 2015) Log Message REGRESSION (r180882): Build failure: Methods not marked override in GraphicsLayerCA.h Fixes the following build failures: In file included fr