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

2017-11-06 Thread zalan
Title: [224494] trunk/Source/WebCore Revision 224494 Author za...@apple.com Date 2017-11-06 09:45:09 -0800 (Mon, 06 Nov 2017) Log Message [LayoutState cleanup] Move m_layoutState from RenderView to LayoutContext https://bugs.webkit.org/show_bug.cgi?id=179282 Reviewed by Antti Koivisto.

[webkit-changes] [224500] branches/safari-604.4.7.1-branch/Source/JavaScriptCore

2017-11-06 Thread jmarcell
Title: [224500] branches/safari-604.4.7.1-branch/Source/_javascript_Core Revision 224500 Author jmarc...@apple.com Date 2017-11-06 11:27:28 -0800 (Mon, 06 Nov 2017) Log Message Cherry-pick r224426. rdar://problem/35364675 Modified Paths

[webkit-changes] [224498] trunk

2017-11-06 Thread commit-queue
Title: [224498] trunk Revision 224498 Author commit-qu...@webkit.org Date 2017-11-06 09:56:35 -0800 (Mon, 06 Nov 2017) Log Message Source/WebCore: Added mime type check to the picture source preloader to avoid downloading incompatible resources.

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

2017-11-06 Thread antti
Title: [224495] trunk/Source/WebCore Revision 224495 Author an...@apple.com Date 2017-11-06 09:45:50 -0800 (Mon, 06 Nov 2017) Log Message @media rules ignored in user agent style sheet html.css https://bugs.webkit.org/show_bug.cgi?id=169245 Reviewed by Darin Adler. To support

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

2017-11-06 Thread joepeck
Title: [224499] trunk/Source/WebInspectorUI Revision 224499 Author joep...@webkit.org Date 2017-11-06 10:56:38 -0800 (Mon, 06 Nov 2017) Log Message Web Inspector: Selecting a DOM Search Result in Search Tab unexpectedly changes Tabs https://bugs.webkit.org/show_bug.cgi?id=179223

[webkit-changes] [224501] branches/safari-604.4.7.10-branch/Source/JavaScriptCore

2017-11-06 Thread jmarcell
Title: [224501] branches/safari-604.4.7.10-branch/Source/_javascript_Core Revision 224501 Author jmarc...@apple.com Date 2017-11-06 11:29:40 -0800 (Mon, 06 Nov 2017) Log Message Cherry-pick r224426. rdar://problem/35364690 Modified Paths

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

2017-11-06 Thread cdumez
Title: [224496] trunk/Source/WebCore Revision 224496 Author cdu...@apple.com Date 2017-11-06 09:47:58 -0800 (Mon, 06 Nov 2017) Log Message ServiceWorkerContainer should take a PendingActivity while a service worker job is pending https://bugs.webkit.org/show_bug.cgi?id=179321 Reviewed

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

2017-11-06 Thread zandobersek
Title: [224483] trunk/Source/WebCore Revision 224483 Author zandober...@gmail.com Date 2017-11-06 00:05:52 -0800 (Mon, 06 Nov 2017) Log Message [Cairo] CairoGlyphToPathTranslator::path() shouldn't fill out the glyph path https://bugs.webkit.org/show_bug.cgi?id=179159 Reviewed by Michael

[webkit-changes] [224484] trunk

2017-11-06 Thread mjs
Title: [224484] trunk Revision 224484 Author m...@apple.com Date 2017-11-06 00:31:44 -0800 (Mon, 06 Nov 2017) Log Message Canonical name of EUC-KR encoding should be EUC-KR, not windows-949 https://bugs.webkit.org/show_bug.cgi?id=179305 Reviewed by Alexey Proskuryakov.

[webkit-changes] [224507] trunk

2017-11-06 Thread commit-queue
Title: [224507] trunk Revision 224507 Author commit-qu...@webkit.org Date 2017-11-06 12:32:06 -0800 (Mon, 06 Nov 2017) Log Message Uncaught Exception: TypeError: null is not an object (evaluating 'mimeType.endsWith') https://bugs.webkit.org/show_bug.cgi?id=179325 Patch by Joseph

[webkit-changes] [224505] trunk

2017-11-06 Thread commit-queue
Title: [224505] trunk Revision 224505 Author commit-qu...@webkit.org Date 2017-11-06 12:20:28 -0800 (Mon, 06 Nov 2017) Log Message Use enum classes within FileSystem https://bugs.webkit.org/show_bug.cgi?id=175172 Patch by Christopher Reid on 2017-11-06 Reviewed by

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

2017-11-06 Thread joepeck
Title: [224508] trunk/Source/WebInspectorUI Revision 224508 Author joep...@webkit.org Date 2017-11-06 13:08:01 -0800 (Mon, 06 Nov 2017) Log Message Web Inspector: no way to navigate from Resource tree element to its entry in Network Tab https://bugs.webkit.org/show_bug.cgi?id=179328

[webkit-changes] [224509] trunk/Source/WebKit

2017-11-06 Thread commit-queue
Title: [224509] trunk/Source/WebKit Revision 224509 Author commit-qu...@webkit.org Date 2017-11-06 13:35:11 -0800 (Mon, 06 Nov 2017) Log Message iOS element fullscreen should use a UIGestureRecognizer to detect user interaction. https://bugs.webkit.org/show_bug.cgi?id=179029

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

2017-11-06 Thread ryanhaddad
Title: [224511] trunk/Source/WebCore Revision 224511 Author ryanhad...@apple.com Date 2017-11-06 13:44:34 -0800 (Mon, 06 Nov 2017) Log Message Unreviewed, rolling out r224494. Introduced LayoutTest flakiness on WK1. Reverted changeset: "[LayoutState cleanup] Move m_layoutState from

[webkit-changes] [224504] branches/safari-604.4.7.0-branch/Source/JavaScriptCore

2017-11-06 Thread jmarcell
Title: [224504] branches/safari-604.4.7.0-branch/Source/_javascript_Core Revision 224504 Author jmarc...@apple.com Date 2017-11-06 12:03:02 -0800 (Mon, 06 Nov 2017) Log Message Cherry-pick r224426. rdar://problem/35364681 Modified Paths

[webkit-changes] [224512] trunk

2017-11-06 Thread wenson_hsieh
Title: [224512] trunk Revision 224512 Author wenson_hs...@apple.com Date 2017-11-06 13:46:54 -0800 (Mon, 06 Nov 2017) Log Message [Attachment Support] Implement delegate hooks for attachment element insertion and removal https://bugs.webkit.org/show_bug.cgi?id=179016 Reviewed by Tim

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

2017-11-06 Thread cdumez
Title: [224502] trunk/Source/WebCore Revision 224502 Author cdu...@apple.com Date 2017-11-06 11:46:35 -0800 (Mon, 06 Nov 2017) Log Message ScriptExecutionContext::serviceWorkerContainer() should avoid constructing a Navigator object https://bugs.webkit.org/show_bug.cgi?id=179322

[webkit-changes] [224506] trunk/Source

2017-11-06 Thread cdumez
Title: [224506] trunk/Source Revision 224506 Author cdu...@apple.com Date 2017-11-06 12:22:11 -0800 (Mon, 06 Nov 2017) Log Message [Service Workers] Add proper implementation for 'updatefound' event https://bugs.webkit.org/show_bug.cgi?id=179302 Reviewed by Brady Eidson.

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

2017-11-06 Thread simon . fraser
Title: [224510] trunk/Source/WebCore Revision 224510 Author simon.fra...@apple.com Date 2017-11-06 13:41:12 -0800 (Mon, 06 Nov 2017) Log Message UIWebView is not rendering content that comes on screen during overflow scroll https://bugs.webkit.org/show_bug.cgi?id=179277

[webkit-changes] [224517] trunk/Tools

2017-11-06 Thread wenson_hsieh
Title: [224517] trunk/Tools Revision 224517 Author wenson_hs...@apple.com Date 2017-11-06 16:45:08 -0800 (Mon, 06 Nov 2017) Log Message Unreviewed, fix the internal build after updating to a newer SDK There shouldn't be any need to include and implement these method stubs anymore, even

[webkit-changes] [224518] trunk/Tools

2017-11-06 Thread jbedard
Title: [224518] trunk/Tools Revision 224518 Author jbed...@apple.com Date 2017-11-06 16:48:41 -0800 (Mon, 06 Nov 2017) Log Message Only build ImageDiff for mac https://bugs.webkit.org/show_bug.cgi?id=179349 Reviewed by Tim Horton. * ImageDiff/Makefile: Modified Paths

[webkit-changes] [224514] tags/Safari-604.4.7.1.3/

2017-11-06 Thread jmarcell
Title: [224514] tags/Safari-604.4.7.1.3/ Revision 224514 Author jmarc...@apple.com Date 2017-11-06 15:35:28 -0800 (Mon, 06 Nov 2017) Log Message Tag Safari-604.4.7.1.3. Added Paths tags/Safari-604.4.7.1.3/ Diff ___ webkit-changes

[webkit-changes] [224515] tags/Safari-604.4.7.10.3/

2017-11-06 Thread jmarcell
Title: [224515] tags/Safari-604.4.7.10.3/ Revision 224515 Author jmarc...@apple.com Date 2017-11-06 15:38:33 -0800 (Mon, 06 Nov 2017) Log Message Tag Safari-604.4.7.10.3. Added Paths tags/Safari-604.4.7.10.3/ Diff ___ webkit-changes

[webkit-changes] [224516] branches/safari-604.4.7.1-branch/Source

2017-11-06 Thread jmarcell
Title: [224516] branches/safari-604.4.7.1-branch/Source Revision 224516 Author jmarc...@apple.com Date 2017-11-06 16:42:56 -0800 (Mon, 06 Nov 2017) Log Message Versioning. Modified Paths branches/safari-604.4.7.1-branch/Source/_javascript_Core/Configurations/Version.xcconfig

[webkit-changes] [224519] branches/safari-604.4.7.10-branch/Source

2017-11-06 Thread jmarcell
Title: [224519] branches/safari-604.4.7.10-branch/Source Revision 224519 Author jmarc...@apple.com Date 2017-11-06 16:49:08 -0800 (Mon, 06 Nov 2017) Log Message Versioning. Modified Paths branches/safari-604.4.7.10-branch/Source/_javascript_Core/Configurations/Version.xcconfig

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

2017-11-06 Thread ross . kirsling
Title: [224520] trunk/Source/WebInspectorUI Revision 224520 Author ross.kirsl...@sony.com Date 2017-11-06 16:52:47 -0800 (Mon, 06 Nov 2017) Log Message Web Inspector: Two little Layers tab fixes https://bugs.webkit.org/show_bug.cgi?id=179273 Reviewed by Devin Rousso. *

[webkit-changes] [224521] trunk/Tools

2017-11-06 Thread wenson_hsieh
Title: [224521] trunk/Tools Revision 224521 Author wenson_hs...@apple.com Date 2017-11-06 16:55:08 -0800 (Mon, 06 Nov 2017) Log Message Remove stray logging from a newly added API test This was only for debugging purposes, and should have been removed before landing. Rubber-stamped by

[webkit-changes] [224522] trunk/Source

2017-11-06 Thread achristensen
Title: [224522] trunk/Source Revision 224522 Author achristen...@apple.com Date 2017-11-06 16:55:47 -0800 (Mon, 06 Nov 2017) Log Message Make ResourceLoader::willSendRequestInternal asynchronous https://bugs.webkit.org/show_bug.cgi?id=179251 Reviewed by Andy Estes. Source/WebCore:

[webkit-changes] [224528] trunk/LayoutTests

2017-11-06 Thread mcatanzaro
Title: [224528] trunk/LayoutTests Revision 224528 Author mcatanz...@igalia.com Date 2017-11-06 19:22:14 -0800 (Mon, 06 Nov 2017) Log Message Unreviewed GTK test gardening * platform/gtk/TestExpectations: Modified Paths trunk/LayoutTests/ChangeLog

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

2017-11-06 Thread commit-queue
Title: [224527] trunk/Source/WebCore Revision 224527 Author commit-qu...@webkit.org Date 2017-11-06 18:28:45 -0800 (Mon, 06 Nov 2017) Log Message [CG] Adopt CGContextDrawPathDirect() https://bugs.webkit.org/show_bug.cgi?id=179339 Patch by Said Abou-Hallawa on

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

2017-11-06 Thread zalan
Title: [224529] trunk/Source/WebCore Revision 224529 Author za...@apple.com Date 2017-11-06 20:09:59 -0800 (Mon, 06 Nov 2017) Log Message [LayoutState cleanup] Move m_layoutState from RenderView to LayoutContext https://bugs.webkit.org/show_bug.cgi?id=179282 Reviewed by Antti Koivisto.

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

2017-11-06 Thread nvasilyev
Title: [224523] trunk/Source/WebInspectorUI Revision 224523 Author nvasil...@apple.com Date 2017-11-06 17:19:11 -0800 (Mon, 06 Nov 2017) Log Message Web Inspector: Styles Redesign: Display warnings https://bugs.webkit.org/show_bug.cgi?id=179215 Reviewed by Brian Burg. Display warning

[webkit-changes] [224524] branches/safari-604.4.7.0-branch/Source

2017-11-06 Thread jmarcell
Title: [224524] branches/safari-604.4.7.0-branch/Source Revision 224524 Author jmarc...@apple.com Date 2017-11-06 17:21:31 -0800 (Mon, 06 Nov 2017) Log Message Versioning. Modified Paths branches/safari-604.4.7.0-branch/Source/_javascript_Core/Configurations/Version.xcconfig

[webkit-changes] [224525] tags/Safari-604.4.7.0.2/

2017-11-06 Thread jmarcell
Title: [224525] tags/Safari-604.4.7.0.2/ Revision 224525 Author jmarc...@apple.com Date 2017-11-06 17:26:24 -0800 (Mon, 06 Nov 2017) Log Message Deleting tag. Removed Paths tags/Safari-604.4.7.0.2/ Diff ___ webkit-changes mailing list

[webkit-changes] [224526] tags/Safari-604.4.7.0.2/

2017-11-06 Thread jmarcell
Title: [224526] tags/Safari-604.4.7.0.2/ Revision 224526 Author jmarc...@apple.com Date 2017-11-06 17:27:35 -0800 (Mon, 06 Nov 2017) Log Message Tag Safari-604.4.7.0.2. Added Paths tags/Safari-604.4.7.0.2/ Diff ___ webkit-changes

[webkit-changes] [224513] branches/safari-604.4.7.10-branch/Source

2017-11-06 Thread jmarcell
Title: [224513] branches/safari-604.4.7.10-branch/Source Revision 224513 Author jmarc...@apple.com Date 2017-11-06 14:18:24 -0800 (Mon, 06 Nov 2017) Log Message Versioning. Modified Paths branches/safari-604.4.7.10-branch/Source/_javascript_Core/Configurations/Version.xcconfig

[webkit-changes] [224488] trunk/Tools

2017-11-06 Thread mcatanzaro
Title: [224488] trunk/Tools Revision 224488 Author mcatanz...@igalia.com Date 2017-11-06 06:42:55 -0800 (Mon, 06 Nov 2017) Log Message [WPE] -Wsign-compare warning in EventSenderProxyWPE.cpp https://bugs.webkit.org/show_bug.cgi?id=179039 Reviewed by Žan Doberšek. *

[webkit-changes] [224490] trunk

2017-11-06 Thread mcatanzaro
Title: [224490] trunk Revision 224490 Author mcatanz...@igalia.com Date 2017-11-06 06:43:36 -0800 (Mon, 06 Nov 2017) Log Message [WPE][GTK] Always use SET_AND_EXPOSE_TO_BUILD to set build variables https://bugs.webkit.org/show_bug.cgi?id=179038 Reviewed by Žan Doberšek. .: *

[webkit-changes] [224489] trunk/Source/WebKit

2017-11-06 Thread mcatanzaro
Title: [224489] trunk/Source/WebKit Revision 224489 Author mcatanz...@igalia.com Date 2017-11-06 06:43:32 -0800 (Mon, 06 Nov 2017) Log Message [WPE] Properly use SYSTEM_INCLUDE_DIRECTORIES for WebKit build target https://bugs.webkit.org/show_bug.cgi?id=179097 Reviewed by Žan Doberšek.

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

2017-11-06 Thread rmorisset
Title: [224491] trunk/Source/_javascript_Core Revision 224491 Author rmoris...@apple.com Date 2017-11-06 06:55:31 -0800 (Mon, 06 Nov 2017) Log Message CodeBlock::usesOpcode() is dead code https://bugs.webkit.org/show_bug.cgi?id=179316 Reviewed by Yusuke Suzuki. Remove

[webkit-changes] [224485] trunk/PerformanceTests

2017-11-06 Thread rmorisset
Title: [224485] trunk/PerformanceTests Revision 224485 Author rmoris...@apple.com Date 2017-11-06 04:56:51 -0800 (Mon, 06 Nov 2017) Log Message PerformanceTests/TailBench9000/merge-sort.js does not actually sort any of the large arrays it allocates

[webkit-changes] [224486] trunk

2017-11-06 Thread rmorisset
Title: [224486] trunk Revision 224486 Author rmoris...@apple.com Date 2017-11-06 04:58:42 -0800 (Mon, 06 Nov 2017) Log Message Add a third benchmark to TailBench https://bugs.webkit.org/show_bug.cgi?id=178815 Reviewed by Saam Barati. Add a new benchmark to TailBench: a BF interpreter

[webkit-changes] [224492] trunk

2017-11-06 Thread mcatanzaro
Title: [224492] trunk Revision 224492 Author mcatanz...@igalia.com Date 2017-11-06 08:27:25 -0800 (Mon, 06 Nov 2017) Log Message [WPE] Clean up OptionsWPE.cmake https://bugs.webkit.org/show_bug.cgi?id=179009 Reviewed by Žan Doberšek. * Source/cmake/OptionsWPE.cmake: Modified Paths

[webkit-changes] [224493] trunk

2017-11-06 Thread mcatanzaro
Title: [224493] trunk Revision 224493 Author mcatanz...@igalia.com Date 2017-11-06 08:36:45 -0800 (Mon, 06 Nov 2017) Log Message Unreviewed, fix WPE build after r224492 https://bugs.webkit.org/show_bug.cgi?id=179009 * Source/cmake/OptionsWPE.cmake: Modified Paths trunk/ChangeLog