[webkit-changes] [188820] trunk/Source

2015-08-22 Thread antti
Title: [188820] trunk/Source Revision 188820 Author an...@apple.com Date 2015-08-22 02:57:23 -0700 (Sat, 22 Aug 2015) Log Message Decode data URLs in web process https://bugs.webkit.org/show_bug.cgi?id=148128 Reviewed by Darin Adler. Source/WebCore: We currenly send data URLs to

[webkit-changes] [188819] trunk/LayoutTests

2015-08-22 Thread commit-queue
Title: [188819] trunk/LayoutTests Revision 188819 Author commit-qu...@webkit.org Date 2015-08-22 00:20:33 -0700 (Sat, 22 Aug 2015) Log Message AX: aria-table-content.html test failing on windows https://bugs.webkit.org/show_bug.cgi?id=148354 Update TestExpectation for Windows to Skip

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

2015-08-22 Thread zalan
Title: [188821] trunk/Source/WebCore Revision 188821 Author za...@apple.com Date 2015-08-22 06:38:01 -0700 (Sat, 22 Aug 2015) Log Message Page::renderTreeSize() does not include anonymous renderers. https://bugs.webkit.org/show_bug.cgi?id=148352 Reviewed by Andreas Kling. Anonymous

[webkit-changes] [188828] trunk

2015-08-22 Thread timothy_horton
Title: [188828] trunk Revision 188828 Author timothy_hor...@apple.com Date 2015-08-22 15:20:46 -0700 (Sat, 22 Aug 2015) Log Message WebKitTestRunner should use WKWebView on OS X and iOS https://bugs.webkit.org/show_bug.cgi?id=143743 rdar://problem/16947123 Reviewed by Anders Carlsson.

[webkit-changes] [188830] trunk/Websites/webkit.org

2015-08-22 Thread saambarati1
Title: [188830] trunk/Websites/webkit.org Revision 188830 Author saambara...@gmail.com Date 2015-08-22 15:46:53 -0700 (Sat, 22 Aug 2015) Log Message Add 1x/2x resources for type profiler and code coverage profiler blog post. *

[webkit-changes] [188827] trunk/LayoutTests

2015-08-22 Thread ap
Title: [188827] trunk/LayoutTests Revision 188827 Author a...@apple.com Date 2015-08-22 12:29:44 -0700 (Sat, 22 Aug 2015) Log Message Tweak a test that became flaky on some machines after r188793. * tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-borders.html: Modified Paths

[webkit-changes] [188832] trunk/Websites/webkit.org

2015-08-22 Thread saambarati1
Title: [188832] trunk/Websites/webkit.org Revision 188832 Author saambara...@gmail.com Date 2015-08-22 19:28:09 -0700 (Sat, 22 Aug 2015) Log Message Change image for type profiler and code coverage profiler blog post. *

[webkit-changes] [188829] trunk

2015-08-22 Thread cdumez
Title: [188829] trunk Revision 188829 Author cdu...@apple.com Date 2015-08-22 15:29:26 -0700 (Sat, 22 Aug 2015) Log Message NodeList should not have a named getter https://bugs.webkit.org/show_bug.cgi?id=148117 Reviewed by Darin Adler. Source/WebCore: Drop the named property getter on

[webkit-changes] [188826] trunk

2015-08-22 Thread mcatanzaro
Title: [188826] trunk Revision 188826 Author mcatanz...@igalia.com Date 2015-08-22 11:38:29 -0700 (Sat, 22 Aug 2015) Log Message Unreviewed, attempt to fix GTK build after r188718 Source/WebKit2: * CMakeLists.txt: Build WKPageConfigurationRef.cpp * PlatformEfl.cmake: Don't build

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

2015-08-22 Thread timothy_horton
Title: [188833] trunk/Source/WebKit2 Revision 188833 Author timothy_hor...@apple.com Date 2015-08-22 21:14:44 -0700 (Sat, 22 Aug 2015) Log Message Factor out and add logging to swipe-start hysteresis code https://bugs.webkit.org/show_bug.cgi?id=148361 Reviewed by Darin Adler. *

[webkit-changes] [188831] trunk/Websites/webkit.org

2015-08-22 Thread saambarati1
Title: [188831] trunk/Websites/webkit.org Revision 188831 Author saambara...@gmail.com Date 2015-08-22 16:05:36 -0700 (Sat, 22 Aug 2015) Log Message Change video for type profiler and code coverage profiler blog post. *

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

2015-08-22 Thread andersca
Title: [188822] trunk/Source/WTF Revision 188822 Author ander...@apple.com Date 2015-08-22 10:14:22 -0700 (Sat, 22 Aug 2015) Log Message std::once_flag needs to be static. * wtf/mac/DeprecatedSymbolsUsedBySafari.mm: (WTF::MainThreadFunctionTracker::singleton): Modified Paths

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

2015-08-22 Thread mcatanzaro
Title: [188823] trunk/Source/WebCore Revision 188823 Author mcatanz...@igalia.com Date 2015-08-22 10:42:46 -0700 (Sat, 22 Aug 2015) Log Message Unreviewed, fix build without ENABLE_CSS_GRID_LAYOUT after r188582 * rendering/RenderBox.cpp:

[webkit-changes] [188824] trunk/Source

2015-08-22 Thread akling
Title: [188824] trunk/Source Revision 188824 Author akl...@apple.com Date 2015-08-22 11:05:50 -0700 (Sat, 22 Aug 2015) Log Message [JSC] Static hash tables should be 100% compile-time constant. https://webkit.org/b/148359 Reviewed by Michael Saboff. Source/_javascript_Core: We were

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

2015-08-22 Thread fpizlo
Title: [188825] trunk/Source/_javascript_Core Revision 188825 Author fpi...@apple.com Date 2015-08-22 11:35:47 -0700 (Sat, 22 Aug 2015) Log Message DFG string concatenation shouldn't be playing fast and loose with effects and OSR exit https://bugs.webkit.org/show_bug.cgi?id=148338