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

2017-07-01 Thread mitz
Title: [219056] trunk/Source/WebCore Revision 219056 Author m...@apple.com Date 2017-07-01 21:40:34 -0700 (Sat, 01 Jul 2017) Log Message r219055 broke non-iOS builds. * platform/graphics/cocoa/FontCacheCoreText.cpp: (WebCore::lookupFallbackFont): Modified Paths

[webkit-changes] [219055] trunk

2017-07-01 Thread mitz
Title: [219055] trunk Revision 219055 Author m...@apple.com Date 2017-07-01 19:06:40 -0700 (Sat, 01 Jul 2017) Log Message [iOS] Remove code only needed when building for iOS 9.x https://bugs.webkit.org/show_bug.cgi?id=174068 Reviewed by Tim Horton. Source/bmalloc: *

[webkit-changes] [219054] trunk

2017-07-01 Thread mmaxfield
Title: [219054] trunk Revision 219054 Author mmaxfi...@apple.com Date 2017-07-01 16:29:07 -0700 (Sat, 01 Jul 2017) Log Message REGRESSION(r218371): Reeder's default font is Times instead of San Francisco https://bugs.webkit.org/show_bug.cgi?id=173617 Reviewed by Simon Fraser.

[webkit-changes] [219052] trunk

2017-07-01 Thread beidson
Title: [219052] trunk Revision 219052 Author beid...@apple.com Date 2017-07-01 14:37:54 -0700 (Sat, 01 Jul 2017) Log Message When setting a custom cookie storage location on a WKWebsiteDataStore, cookies aren't actually removed. and https://bugs.webkit.org/show_bug.cgi?id=174035

[webkit-changes] [219051] trunk/Source

2017-07-01 Thread rniwa
Title: [219051] trunk/Source Revision 219051 Author rn...@webkit.org Date 2017-07-01 14:26:31 -0700 (Sat, 01 Jul 2017) Log Message Frame.h doesn't need to include FrameLoader.h, IntRect.h, and NavigationScheduler.h https://bugs.webkit.org/show_bug.cgi?id=174004 Reviewed by Simon Fraser.

[webkit-changes] [219049] trunk

2017-07-01 Thread cdumez
Title: [219049] trunk Revision 219049 Author cdu...@apple.com Date 2017-07-01 09:10:07 -0700 (Sat, 01 Jul 2017) Log Message Replace ResourceLoadStatisticsStore C API with Cocoa SPI https://bugs.webkit.org/show_bug.cgi?id=174060 Reviewed by Brent Fulgham. Source/WebKit2: Replace

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

2017-07-01 Thread commit-queue
Title: [219048] trunk/Source/WTF Revision 219048 Author commit-qu...@webkit.org Date 2017-07-01 07:28:12 -0700 (Sat, 01 Jul 2017) Log Message Add a warning if WEBGL2 is enabled without WEBGL https://bugs.webkit.org/show_bug.cgi?id=174054 Patch by Joseph Pecoraro on

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

2017-07-01 Thread utatane . tea
Title: [219047] trunk/Source/_javascript_Core Revision 219047 Author utatane@gmail.com Date 2017-07-01 02:36:35 -0700 (Sat, 01 Jul 2017) Log Message Unreviewed, build fix for GCC https://bugs.webkit.org/show_bug.cgi?id=174034 * b3/testb3.cpp: (JSC::B3::testDoubleLiteralComparison):

[webkit-changes] [219046] trunk/Source

2017-07-01 Thread keith_miller
Title: [219046] trunk/Source Revision 219046 Author keith_mil...@apple.com Date 2017-06-30 23:24:44 -0700 (Fri, 30 Jun 2017) Log Message Force crashWithInfo to be out of line. https://bugs.webkit.org/show_bug.cgi?id=174028 Reviewed by Filip Pizlo. Source/_javascript_Core: Update

[webkit-changes] [219045] trunk

2017-07-01 Thread commit-queue
Title: [219045] trunk Revision 219045 Author commit-qu...@webkit.org Date 2017-06-30 23:23:31 -0700 (Fri, 30 Jun 2017) Log Message If an image appears more than once on a page, decoding for painting one instance repaints them all https://bugs.webkit.org/show_bug.cgi?id=169944 Patch by