[webkit-changes] [238487] trunk/LayoutTests

2018-11-25 Thread ryanhaddad
Title: [238487] trunk/LayoutTests Revision 238487 Author ryanhad...@apple.com Date 2018-11-25 22:55:00 -0800 (Sun, 25 Nov 2018) Log Message Unreviewed test gardening, rebaseline webgpu/queue-creation.html. * webgpu/queue-creation-expected.txt: Modified Paths

[webkit-changes] [238486] trunk/Tools

2018-11-25 Thread zalan
Title: [238486] trunk/Tools Revision 238486 Author za...@apple.com Date 2018-11-25 17:06:39 -0800 (Sun, 25 Nov 2018) Log Message Unreviewed test fix after r238467. * TestWebKitAPI/Tests/WTF/ListHashSet.cpp: (TestWebKitAPI::TEST): Modified Paths trunk/Tools/ChangeLog

[webkit-changes] [238485] trunk/Tools

2018-11-25 Thread wenson_hsieh
Title: [238485] trunk/Tools Revision 238485 Author wenson_hs...@apple.com Date 2018-11-25 14:59:07 -0800 (Sun, 25 Nov 2018) Log Message Unreviewed, fix the internal iOS 12 build after r238471 * TestWebKitAPI/Tests/WebKitCocoa/DataDetection.mm: (TEST): Modified Paths

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

2018-11-25 Thread drousso
Title: [238484] trunk/Source/WebInspectorUI Revision 238484 Author drou...@apple.com Date 2018-11-25 14:11:24 -0800 (Sun, 25 Nov 2018) Log Message Web Inspector: Timelines: add Media timeline https://bugs.webkit.org/show_bug.cgi?id=191625 Reviewed by Matt Baker. Add a new timeline to

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

2018-11-25 Thread mattbaker
Title: [238483] trunk/Source/WebInspectorUI Revision 238483 Author mattba...@apple.com Date 2018-11-25 13:44:43 -0800 (Sun, 25 Nov 2018) Log Message Web Inspector: Remove parameters from TreeOutline SelectionDidChange event https://bugs.webkit.org/show_bug.cgi?id=191770 Reviewed by

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

2018-11-25 Thread zalan
Title: [238482] trunk/Source/WebCore Revision 238482 Author za...@apple.com Date 2018-11-25 13:35:18 -0800 (Sun, 25 Nov 2018) Log Message [LFC] Remove PointInContainingBlock and PositionInContainingBlock https://bugs.webkit.org/show_bug.cgi?id=191954 Reviewed by Antti Koivisto. Use

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

2018-11-25 Thread zalan
Title: [238481] trunk/Source/WebCore Revision 238481 Author za...@apple.com Date 2018-11-25 13:32:55 -0800 (Sun, 25 Nov 2018) Log Message [LFC] Rename Layout::Position to Layout::Point https://bugs.webkit.org/show_bug.cgi?id=191950 Reviewed by Antti Koivisto. It actually represents a

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

2018-11-25 Thread zalan
Title: [238480] trunk/Source/WebCore Revision 238480 Author za...@apple.com Date 2018-11-25 13:30:34 -0800 (Sun, 25 Nov 2018) Log Message [LFC] Floating code should use typed positions (PositionInContextRoot). https://bugs.webkit.org/show_bug.cgi?id=191949 Reviewed by Antti Koivisto.

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

2018-11-25 Thread zalan
Title: [238479] trunk/Source/WebCore Revision 238479 Author za...@apple.com Date 2018-11-25 13:28:33 -0800 (Sun, 25 Nov 2018) Log Message Fix build after r238472. * layout/inlineformatting/InlineFormattingContext.cpp: (WebCore::Layout::InlineFormattingContext::splitInlineRunIfNeeded

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

2018-11-25 Thread mcatanzaro
Title: [238478] trunk/Source/WTF Revision 238478 Author mcatanz...@igalia.com Date 2018-11-25 10:22:30 -0800 (Sun, 25 Nov 2018) Log Message CRASH() should call abort() except on Darwin and in developer builds https://bugs.webkit.org/show_bug.cgi?id=184408 Reviewed by Daniel Bates.

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

2018-11-25 Thread mcatanzaro
Title: [238477] trunk/Source/WTF Revision 238477 Author mcatanz...@igalia.com Date 2018-11-25 08:22:46 -0800 (Sun, 25 Nov 2018) Log Message Unreviewed, rolling out r238469. Broke the build Reverted changeset: "CRASH() should call abort() except on Darwin and in developer builds"

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

2018-11-25 Thread antti
Title: [238476] trunk/Source/WebKit Revision 238476 Author an...@apple.com Date 2018-11-25 04:19:02 -0800 (Sun, 25 Nov 2018) Log Message RemoteLayerTreeNode construction cleanups https://bugs.webkit.org/show_bug.cgi?id=191951 Reviewed by Tim Horton. *

[webkit-changes] [238475] trunk

2018-11-25 Thread timothy_horton
Title: [238475] trunk Revision 238475 Author timothy_hor...@apple.com Date 2018-11-25 04:11:16 -0800 (Sun, 25 Nov 2018) Log Message Make it possible to insert editable images with a gesture https://bugs.webkit.org/show_bug.cgi?id=191937 Reviewed by Wenson Hsieh. Source/WebCore: Tests:

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

2018-11-25 Thread timothy_horton
Title: [238474] trunk/Source/WebKit Revision 238474 Author timothy_hor...@apple.com Date 2018-11-25 04:05:02 -0800 (Sun, 25 Nov 2018) Log Message Scrolling and drawing compete for incoming gestures https://bugs.webkit.org/show_bug.cgi?id=191940 Reviewed by Wenson Hsieh. *