[webkit-changes] [250816] trunk

2019-10-08 Thread rniwa
Title: [250816] trunk Revision 250816 Author rn...@webkit.org Date 2019-10-07 23:22:46 -0700 (Mon, 07 Oct 2019) Log Message Add IDL for requestIdleCallback https://bugs.webkit.org/show_bug.cgi?id=202653 Reviewed by Geoffrey Garen. Source/WebCore: Added the basic scaffolding for

[webkit-changes] [250817] trunk

2019-10-08 Thread antti
Title: [250817] trunk Revision 250817 Author an...@apple.com Date 2019-10-08 00:31:36 -0700 (Tue, 08 Oct 2019) Log Message [CSS Shadow Parts] Internal shadow pseudo elements should work with ::part https://bugs.webkit.org/show_bug.cgi?id=202620 Reviewed by Ryosuke Niwa. Source/WebCore:

[webkit-changes] [250819] trunk/Source

2019-10-08 Thread carlosgc
Title: [250819] trunk/Source Revision 250819 Author carlo...@webkit.org Date 2019-10-08 02:06:30 -0700 (Tue, 08 Oct 2019) Log Message Unreviewed. Remove unused WebKitSoupRequestGeneric after r250597 Source/WebCore: * platform/Soup.cmake: * platform/SourcesSoup.txt: *

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

2019-10-08 Thread commit-queue
Title: [250820] trunk/Source/WebKit Revision 250820 Author commit-qu...@webkit.org Date 2019-10-08 03:03:38 -0700 (Tue, 08 Oct 2019) Log Message [GTK] Navigation gesture improvements https://bugs.webkit.org/show_bug.cgi?id=202645 Patch by Alexander Mikhaylenko on 2019-10-08 Reviewed by

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

2019-10-08 Thread aperez
Title: [250818] trunk/Source/WebKit Revision 250818 Author ape...@igalia.com Date 2019-10-08 01:52:27 -0700 (Tue, 08 Oct 2019) Log Message [WPE][GTK] Build fails with ENABLE_WEBDRIVER=OFF https://bugs.webkit.org/show_bug.cgi?id=202658 Reviewed by Carlos Garcia Campos. *

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

2019-10-08 Thread wenson_hsieh
Title: [250825] trunk/Source/WebCore Revision 250825 Author wenson_hs...@apple.com Date 2019-10-08 08:13:29 -0700 (Tue, 08 Oct 2019) Log Message Unreviewed, update DerivedSources xcfilelists after r250816 * DerivedSources-input.xcfilelist: * DerivedSources-output.xcfilelist: Modified

[webkit-changes] [250826] branches/safari-608.3.10.0-branch/Source/WebKit

2019-10-08 Thread alancoon
Title: [250826] branches/safari-608.3.10.0-branch/Source/WebKit Revision 250826 Author alanc...@apple.com Date 2019-10-08 08:14:40 -0700 (Tue, 08 Oct 2019) Log Message Cherry-pick r250438. rdar://problem/55984974 Unreviewed build-fix: wrap the AssertionServicesSPI.h in an IOS_FAMILY

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

2019-10-08 Thread zalan
Title: [250837] trunk/Source/WebCore Revision 250837 Author za...@apple.com Date 2019-10-08 10:26:30 -0700 (Tue, 08 Oct 2019) Log Message [LFC][Painting] Add very basic block and inline painting https://bugs.webkit.org/show_bug.cgi?id=202697 Reviewed by Antti Koivisto. This is a very

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

2019-10-08 Thread wenson_hsieh
Title: [250827] trunk/Source/WebCore Revision 250827 Author wenson_hs...@apple.com Date 2019-10-08 08:51:03 -0700 (Tue, 08 Oct 2019) Log Message Unreviewed, try to fix the open source macOS build after r250824 * bindings/js/JSDOMConvertRecord.h: Add a missing #include for

[webkit-changes] [250832] branches/safari-608.3.10.1-branch/Source

2019-10-08 Thread alancoon
Title: [250832] branches/safari-608.3.10.1-branch/Source Revision 250832 Author alanc...@apple.com Date 2019-10-08 09:10:10 -0700 (Tue, 08 Oct 2019) Log Message Versioning. Modified Paths branches/safari-608.3.10.1-branch/Source/_javascript_Core/Configurations/Version.xcconfig

[webkit-changes] [250823] trunk/LayoutTests

2019-10-08 Thread ajuma
Title: [250823] trunk/LayoutTests Revision 250823 Author aj...@chromium.org Date 2019-10-08 06:56:50 -0700 (Tue, 08 Oct 2019) Log Message Import autofocus Web Platform Tests https://bugs.webkit.org/show_bug.cgi?id=202641 Reviewed by Ryosuke Niwa. LayoutTests/imported/w3c: Import web

[webkit-changes] [250836] trunk/LayoutTests

2019-10-08 Thread youenn
Title: [250836] trunk/LayoutTests Revision 250836 Author you...@apple.com Date 2019-10-08 09:55:18 -0700 (Tue, 08 Oct 2019) Log Message Simplify data channel buffer amount low tests https://bugs.webkit.org/show_bug.cgi?id=202693 Reviewed by Eric Carlson. Neither of these tests need to

[webkit-changes] [250824] trunk

2019-10-08 Thread wenson_hsieh
Title: [250824] trunk Revision 250824 Author wenson_hs...@apple.com Date 2019-10-08 07:50:27 -0700 (Tue, 08 Oct 2019) Log Message [Clipboard API] Introduce bindings for the async Clipboard API https://bugs.webkit.org/show_bug.cgi?id=202622 Reviewed by Ryosuke Niwa. Source/WebCore:

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

2019-10-08 Thread wenson_hsieh
Title: [250831] trunk/Source/WebCore Revision 250831 Author wenson_hs...@apple.com Date 2019-10-08 09:04:22 -0700 (Tue, 08 Oct 2019) Log Message Unreviewed, try to fix the WinCairo build after r250824 * dom/IdleDeadline.h: Add a missing include for , such that the adoptRef function is

[webkit-changes] [250829] branches/safari-608.3.10.0-branch/Source/WebKit

2019-10-08 Thread alancoon
Title: [250829] branches/safari-608.3.10.0-branch/Source/WebKit Revision 250829 Author alanc...@apple.com Date 2019-10-08 09:00:04 -0700 (Tue, 08 Oct 2019) Log Message Cherry-pick r250755. rdar://problem/56061130 Use a better name than allowFastClicksEverywhere

[webkit-changes] [250830] branches/safari-608.3.10.0-branch/Source/WebKit

2019-10-08 Thread alancoon
Title: [250830] branches/safari-608.3.10.0-branch/Source/WebKit Revision 250830 Author alanc...@apple.com Date 2019-10-08 09:00:08 -0700 (Tue, 08 Oct 2019) Log Message Cherry-pick r250780. rdar://problem/56061130 Provide options for DTTZ to happen in more situations

[webkit-changes] [250828] branches/safari-608.3.10.0-branch/Source/WebCore

2019-10-08 Thread alancoon
Title: [250828] branches/safari-608.3.10.0-branch/Source/WebCore Revision 250828 Author alanc...@apple.com Date 2019-10-08 09:00:00 -0700 (Tue, 08 Oct 2019) Log Message Cherry-pick r250694. rdar://problem/56061133 [iOS] WebContent process can be interrupted during suspension; loses

[webkit-changes] [250833] branches/safari-608.3.10.1-branch

2019-10-08 Thread alancoon
Title: [250833] branches/safari-608.3.10.1-branch Revision 250833 Author alanc...@apple.com Date 2019-10-08 09:13:50 -0700 (Tue, 08 Oct 2019) Log Message Apply patch. rdar://problem/55920073 Modified Paths branches/safari-608.3.10.1-branch/Source/WebKit/ChangeLog

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

2019-10-08 Thread dino
Title: [250838] trunk/Source/WebKit Revision 250838 Author d...@apple.com Date 2019-10-08 10:44:44 -0700 (Tue, 08 Oct 2019) Log Message Sort Internal and Experimental features by human readable name https://bugs.webkit.org/show_bug.cgi?id=202667 Reviewed by Zalan Bujtas. Sort the

[webkit-changes] [250861] trunk

2019-10-08 Thread antti
Title: [250861] trunk Revision 250861 Author an...@apple.com Date 2019-10-08 14:40:25 -0700 (Tue, 08 Oct 2019) Log Message [CSS Shadow Parts] Fix style invalidation with class selector and ::before and ::after https://bugs.webkit.org/show_bug.cgi?id=202694 Reviewed by Ryosuke Niwa.

[webkit-changes] [250862] trunk/LayoutTests

2019-10-08 Thread antti
Title: [250862] trunk/LayoutTests Revision 250862 Author an...@apple.com Date 2019-10-08 14:40:52 -0700 (Tue, 08 Oct 2019) Log Message [CSS Shadow Parts] Add test for exportparts list syntax https://bugs.webkit.org/show_bug.cgi?id=202695 Reviewed by Ryosuke Niwa. The test shows that we

[webkit-changes] [250866] trunk

2019-10-08 Thread commit-queue
Title: [250866] trunk Revision 250866 Author commit-qu...@webkit.org Date 2019-10-08 15:13:39 -0700 (Tue, 08 Oct 2019) Log Message Implement Telemetry and Dumping Routines for SQLite backend (195088) https://bugs.webkit.org/show_bug.cgi?id=195088 Patch by Kate Cheney on 2019-10-08

[webkit-changes] [250840] trunk/Tools

2019-10-08 Thread jlewis3
Title: [250840] trunk/Tools Revision 250840 Author jlew...@apple.com Date 2019-10-08 11:21:41 -0700 (Tue, 08 Oct 2019) Log Message Fixing the triggerable templates in the config for catalina. https://bugs.webkit.org/show_bug.cgi?id=202652 Reviewed by Jonathan Bedard. *

[webkit-changes] [250868] trunk/Tools

2019-10-08 Thread yurys
Title: [250868] trunk/Tools Revision 250868 Author yu...@chromium.org Date 2019-10-08 15:19:14 -0700 (Tue, 08 Oct 2019) Log Message Restore my committer status. Uneviewed. * Scripts/webkitpy/common/config/contributors.json: Modified Paths trunk/Tools/ChangeLog

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

2019-10-08 Thread ysuzuki
Title: [250848] trunk/Source/_javascript_Core Revision 250848 Author ysuz...@apple.com Date 2019-10-08 12:00:35 -0700 (Tue, 08 Oct 2019) Log Message [JSC] FTL vmCall should check # of arguments https://bugs.webkit.org/show_bug.cgi?id=202683 Reviewed by Saam Barati. This patch inserts

[webkit-changes] [250852] trunk

2019-10-08 Thread beidson
Title: [250852] trunk Revision 250852 Author beid...@apple.com Date 2019-10-08 12:50:12 -0700 (Tue, 08 Oct 2019) Log Message Service Worker Fetch events should time out. https://bugs.webkit.org/show_bug.cgi?id=202188 Reviewed by Alex Christensen. Source/WebCore: Test:

[webkit-changes] [250860] trunk

2019-10-08 Thread commit-queue
Title: [250860] trunk Revision 250860 Author commit-qu...@webkit.org Date 2019-10-08 14:23:14 -0700 (Tue, 08 Oct 2019) Log Message JSON.parse incorrectly handles array proxies https://bugs.webkit.org/show_bug.cgi?id=199292 Patch by Alexey Shvayka on 2019-10-08 Reviewed by Saam Barati.

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

2019-10-08 Thread rmorisset
Title: [250867] trunk/Source/WTF Revision 250867 Author rmoris...@apple.com Date 2019-10-08 15:16:04 -0700 (Tue, 08 Oct 2019) Log Message dataLogIf should be ALWAYS_INLINE https://bugs.webkit.org/show_bug.cgi?id=202703 Reviewed by Saam Barati. We often have the following pattern: ```

[webkit-changes] [250869] trunk/Tools

2019-10-08 Thread jbedard
Title: [250869] trunk/Tools Revision 250869 Author jbed...@apple.com Date 2019-10-08 15:30:21 -0700 (Tue, 08 Oct 2019) Log Message Python 3: Add support to auto-importer https://bugs.webkit.org/show_bug.cgi?id=201955 Reviewed by Aakash Jain. * Scripts/test-webkitpy-python3:

[webkit-changes] [250839] trunk/Source

2019-10-08 Thread ross . kirsling
Title: [250839] trunk/Source Revision 250839 Author ross.kirsl...@sony.com Date 2019-10-08 10:54:40 -0700 (Tue, 08 Oct 2019) Log Message Unreviewed. Restabilize non-unified build. Source/WebCore: * Modules/fetch/FetchLoader.h: * animation/DocumentTimeline.cpp: *

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

2019-10-08 Thread cdumez
Title: [250843] trunk/Source/WebCore Revision 250843 Author cdu...@apple.com Date 2019-10-08 11:39:04 -0700 (Tue, 08 Oct 2019) Log Message Make sure ActiveDOMObject properly deals with detached documents https://bugs.webkit.org/show_bug.cgi?id=202596 Reviewed by Geoffrey Garen. For

[webkit-changes] [250846] trunk/LayoutTests

2019-10-08 Thread ajuma
Title: [250846] trunk/LayoutTests Revision 250846 Author aj...@chromium.org Date 2019-10-08 11:58:52 -0700 (Tue, 08 Oct 2019) Log Message Unreviewed test gardening * TestExpectations: Modified Paths trunk/LayoutTests/ChangeLog trunk/LayoutTests/TestExpectations Diff Modified:

[webkit-changes] [250849] trunk

2019-10-08 Thread commit-queue
Title: [250849] trunk Revision 250849 Author commit-qu...@webkit.org Date 2019-10-08 12:24:23 -0700 (Tue, 08 Oct 2019) Log Message Accept two values in the overflow shorthand https://bugs.webkit.org/show_bug.cgi?id=184691 Patch by Alexey Shvayka on 2019-10-08 Reviewed by Simon Fraser.

[webkit-changes] [250853] trunk

2019-10-08 Thread youenn
Title: [250853] trunk Revision 250853 Author you...@apple.com Date 2019-10-08 12:53:56 -0700 (Tue, 08 Oct 2019) Log Message MediaStreamTrack should be a PlatformMediaSessionClient instead of MediaStream https://bugs.webkit.org/show_bug.cgi?id=202631 Reviewed by Eric Carlson.

[webkit-changes] [250856] trunk/LayoutTests

2019-10-08 Thread wenson_hsieh
Title: [250856] trunk/LayoutTests Revision 250856 Author wenson_hs...@apple.com Date 2019-10-08 13:32:55 -0700 (Tue, 08 Oct 2019) Log Message [Clipboard API] Import web-platform-tests/clipboard-apis https://bugs.webkit.org/show_bug.cgi?id=202642 Reviewed by Ryosuke Niwa. Upstream tests

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

2019-10-08 Thread drousso
Title: [250859] trunk/Source/WebInspectorUI Revision 250859 Author drou...@apple.com Date 2019-10-08 14:09:17 -0700 (Tue, 08 Oct 2019) Log Message Web Inspector: Canvas: make it more obvious that the cards in the overview are clickable https://bugs.webkit.org/show_bug.cgi?id=202680

[webkit-changes] [250844] trunk/LayoutTests

2019-10-08 Thread jiewen_tan
Title: [250844] trunk/LayoutTests Revision 250844 Author jiewen_...@apple.com Date 2019-10-08 11:48:31 -0700 (Tue, 08 Oct 2019) Log Message Unreviewed, test gardening * TestExpectations: * platform/ios-simulator/TestExpectations: Modified Paths trunk/LayoutTests/ChangeLog

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

2019-10-08 Thread drousso
Title: [250854] trunk/Source/WebInspectorUI Revision 250854 Author drou...@apple.com Date 2019-10-08 13:08:56 -0700 (Tue, 08 Oct 2019) Log Message Web Inspector: Canvas: the navigation sidebar icon isn't inverted in dark mode https://bugs.webkit.org/show_bug.cgi?id=202681 Reviewed by

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

2019-10-08 Thread drousso
Title: [250858] trunk/Source/WebInspectorUI Revision 250858 Author drou...@apple.com Date 2019-10-08 13:49:48 -0700 (Tue, 08 Oct 2019) Log Message Web Inspector: Canvas: don't show an empty preview for WebGPU devices https://bugs.webkit.org/show_bug.cgi?id=202679 Reviewed by Matt Baker.

[webkit-changes] [250847] trunk/Tools

2019-10-08 Thread aakash_jain
Title: [250847] trunk/Tools Revision 250847 Author aakash_j...@apple.com Date 2019-10-08 11:59:37 -0700 (Tue, 08 Oct 2019) Log Message [ews-build] Do not print worker environment variables in each build step [part 3] https://bugs.webkit.org/show_bug.cgi?id=202698 Reviewed by Jonathan

[webkit-changes] [250850] trunk/Tools

2019-10-08 Thread jlewis3
Title: [250850] trunk/Tools Revision 250850 Author jlew...@apple.com Date 2019-10-08 12:37:03 -0700 (Tue, 08 Oct 2019) Log Message Make iPhone simulators pass --iPhone-simulator instead of --iOS https://bugs.webkit.org/show_bug.cgi?id=202701 Reviewed by Aakash Jain. *

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

2019-10-08 Thread drousso
Title: [250855] trunk/Source/WebInspectorUI Revision 250855 Author drou...@apple.com Date 2019-10-08 13:15:15 -0700 (Tue, 08 Oct 2019) Log Message Web Inspector: Canvas: unable to click on overview path component when jumping directly to a shader

[webkit-changes] [250857] trunk/Source

2019-10-08 Thread aperez
Title: [250857] trunk/Source Revision 250857 Author ape...@igalia.com Date 2019-10-08 13:39:13 -0700 (Tue, 08 Oct 2019) Log Message [GTK][WPE] Fix non-unified builds after r250486 https://bugs.webkit.org/show_bug.cgi?id=202636 Reviewed by Youenn Fablet. Source/_javascript_Core: *

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

2019-10-08 Thread wenson_hsieh
Title: [250845] trunk/Source/WebCore Revision 250845 Author wenson_hs...@apple.com Date 2019-10-08 11:54:01 -0700 (Tue, 08 Oct 2019) Log Message Unreviewed, fix WebCore's features.json after r250824 * features.json: Remove an erroneous "specification" key. Modified Paths

[webkit-changes] [250851] trunk/Tools

2019-10-08 Thread jlewis3
Title: [250851] trunk/Tools Revision 250851 Author jlew...@apple.com Date 2019-10-08 12:38:43 -0700 (Tue, 08 Oct 2019) Log Message Unreviewed, rolling out r250784. Broke running layout tests. Reverted changeset: "results.webkit.org: Start reporting results"

[webkit-changes] [250841] trunk/LayoutTests

2019-10-08 Thread graouts
Title: [250841] trunk/LayoutTests Revision 250841 Author grao...@webkit.org Date 2019-10-08 11:28:51 -0700 (Tue, 08 Oct 2019) Log Message fast/events/touch/ios/mouse-events-dispatch-with-touch.html is timing out on iOS https://bugs.webkit.org/show_bug.cgi?id=202688 Reviewed by Dean

[webkit-changes] [250863] trunk

2019-10-08 Thread timothy
Title: [250863] trunk Revision 250863 Author timo...@apple.com Date 2019-10-08 14:56:28 -0700 (Tue, 08 Oct 2019) Log Message Copying white text from dark mode WebKit apps and pasting in a light mode app results in white (invisible) text. https://bugs.webkit.org/show_bug.cgi?id=202662

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

2019-10-08 Thread aestes
Title: [250876] trunk/Source/WebKit Revision 250876 Author aes...@apple.com Date 2019-10-08 16:23:01 -0700 (Tue, 08 Oct 2019) Log Message [iOS] Add a fast path that avoids hit testing during context menu interactions on elements https://bugs.webkit.org/show_bug.cgi?id=202510 Reviewed

[webkit-changes] [250871] releases/WPE WebKit/webkit-2.27.1/

2019-10-08 Thread aperez
Title: [250871] releases/WPE WebKit/webkit-2.27.1/ Revision 250871 Author ape...@igalia.com Date 2019-10-08 16:01:58 -0700 (Tue, 08 Oct 2019) Log Message WPE WebKit 2.27.1 Added Paths releases/WPE WebKit/webkit-2.27.1/ Diff ___

[webkit-changes] [250872] trunk/LayoutTests

2019-10-08 Thread yurys
Title: [250872] trunk/LayoutTests Revision 250872 Author yu...@chromium.org Date 2019-10-08 16:03:02 -0700 (Tue, 08 Oct 2019) Log Message Web Inspector: inspector/layers/layers-for-node.html and inspector/timeline/line-column.html are flaky https://bugs.webkit.org/show_bug.cgi?id=202649

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

2019-10-08 Thread ysuzuki
Title: [250886] trunk/Source/_javascript_Core Revision 250886 Author ysuz...@apple.com Date 2019-10-08 20:50:10 -0700 (Tue, 08 Oct 2019) Log Message [JSC] FTL vmCall should check # of arguments https://bugs.webkit.org/show_bug.cgi?id=202683 Reviewed by Saam Barati. This patch inserts

[webkit-changes] [250870] trunk

2019-10-08 Thread aperez
Title: [250870] trunk Revision 250870 Author ape...@igalia.com Date 2019-10-08 16:00:39 -0700 (Tue, 08 Oct 2019) Log Message Unreviewed. Update OptionsWPE.cmake and NEWS for the 2.27.1 release .: * Source/cmake/OptionsWPE.cmake: Bump version numbers. Source/WebKit: * wpe/NEWS: Add

[webkit-changes] [250887] trunk

2019-10-08 Thread jiewen_tan
Title: [250887] trunk Revision 250887 Author jiewen_...@apple.com Date 2019-10-08 21:15:29 -0700 (Tue, 08 Oct 2019) Log Message Partially undo r250811 https://bugs.webkit.org/show_bug.cgi?id=202715 Reviewed by Chris Dumez. Source/WebCore: This patch changes the SerializedScriptValue

[webkit-changes] [250875] tags/Safari-608.3.10.0.1/

2019-10-08 Thread alancoon
Title: [250875] tags/Safari-608.3.10.0.1/ Revision 250875 Author alanc...@apple.com Date 2019-10-08 16:19:00 -0700 (Tue, 08 Oct 2019) Log Message Tag Safari-608.3.10.0.1. Added Paths tags/Safari-608.3.10.0.1/ Diff ___ webkit-changes

[webkit-changes] [250878] trunk

2019-10-08 Thread ysuzuki
Title: [250878] trunk Revision 250878 Author ysuz...@apple.com Date 2019-10-08 17:25:25 -0700 (Tue, 08 Oct 2019) Log Message [JSC] GetterSetter should be JSCell, not JSObject https://bugs.webkit.org/show_bug.cgi?id=202656 Reviewed by Tadeu Zagallo and Saam Barati. JSTests: *

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

2019-10-08 Thread ysuzuki
Title: [250883] trunk/Source/_javascript_Core Revision 250883 Author ysuz...@apple.com Date 2019-10-08 18:54:12 -0700 (Tue, 08 Oct 2019) Log Message Unreviewed, roll out r250848 https://bugs.webkit.org/show_bug.cgi?id=202683 Causing JSTests failures. * ftl/FTLLowerDFGToB3.cpp:

[webkit-changes] [250874] trunk

2019-10-08 Thread drousso
Title: [250874] trunk Revision 250874 Author drou...@apple.com Date 2019-10-08 16:15:59 -0700 (Tue, 08 Oct 2019) Log Message Web Inspector: Canvas: modifications to shader modules can be shared between vertex/fragment shaders https://bugs.webkit.org/show_bug.cgi?id=202031 Reviewed by

[webkit-changes] [250885] trunk/LayoutTests

2019-10-08 Thread justin_fan
Title: [250885] trunk/LayoutTests Revision 250885 Author justin_...@apple.com Date 2019-10-08 20:31:45 -0700 (Tue, 08 Oct 2019) Log Message WebGPU tests are skipped on iOS https://bugs.webkit.org/show_bug.cgi?id=192889 Unreviewed test expectation updates. Unskip WebGPU tests on iOS

[webkit-changes] [250873] tags/Safari-608.3.10.1.2/

2019-10-08 Thread alancoon
Title: [250873] tags/Safari-608.3.10.1.2/ Revision 250873 Author alanc...@apple.com Date 2019-10-08 16:05:34 -0700 (Tue, 08 Oct 2019) Log Message Tag Safari-608.3.10.1.2. Added Paths tags/Safari-608.3.10.1.2/ Diff ___ webkit-changes

[webkit-changes] [250877] trunk/Tools

2019-10-08 Thread jbedard
Title: [250877] trunk/Tools Revision 250877 Author jbed...@apple.com Date 2019-10-08 16:38:12 -0700 (Tue, 08 Oct 2019) Log Message REGRESSION (r250375): [old EWS] JSC EWS is always marking Patches as success https://bugs.webkit.org/show_bug.cgi?id=202419 Rubber-stamped by Aakash Jain.

[webkit-changes] [250882] tags/Safari-608.3.10.0.1/

2019-10-08 Thread alancoon
Title: [250882] tags/Safari-608.3.10.0.1/ Revision 250882 Author alanc...@apple.com Date 2019-10-08 18:03:19 -0700 (Tue, 08 Oct 2019) Log Message Tag Safari-608.3.10.0.1. Added Paths tags/Safari-608.3.10.0.1/ Diff ___ webkit-changes

[webkit-changes] [250881] tags/Safari-608.3.10.0.1/

2019-10-08 Thread alancoon
Title: [250881] tags/Safari-608.3.10.0.1/ Revision 250881 Author alanc...@apple.com Date 2019-10-08 18:02:13 -0700 (Tue, 08 Oct 2019) Log Message Delete tag. Removed Paths tags/Safari-608.3.10.0.1/ Diff ___ webkit-changes mailing list

[webkit-changes] [250879] branches/safari-608.3.10.0-branch/Source/WebKit

2019-10-08 Thread alancoon
Title: [250879] branches/safari-608.3.10.0-branch/Source/WebKit Revision 250879 Author alanc...@apple.com Date 2019-10-08 17:52:18 -0700 (Tue, 08 Oct 2019) Log Message Revert "Cherry-pick r250780. rdar://problem/56061130" This reverts commit r250830. Modified Paths

[webkit-changes] [250880] branches/safari-608.3.10.0-branch/Source/WebKit

2019-10-08 Thread alancoon
Title: [250880] branches/safari-608.3.10.0-branch/Source/WebKit Revision 250880 Author alanc...@apple.com Date 2019-10-08 17:52:24 -0700 (Tue, 08 Oct 2019) Log Message Revert "Cherry-pick r250755. rdar://problem/56061130" This reverts commit r250829. Modified Paths

[webkit-changes] [250884] trunk/LayoutTests

2019-10-08 Thread mmaxfield
Title: [250884] trunk/LayoutTests Revision 250884 Author mmaxfi...@apple.com Date 2019-10-08 19:12:04 -0700 (Tue, 08 Oct 2019) Log Message Make fast/text/complex-initial-advance.html more robust https://bugs.webkit.org/show_bug.cgi?id=202708 Reviewed by Tim Horton. We are hitting

[webkit-changes] [250821] trunk

2019-10-08 Thread antti
Title: [250821] trunk Revision 250821 Author an...@apple.com Date 2019-10-08 05:22:21 -0700 (Tue, 08 Oct 2019) Log Message [CSS Shadow Parts] Implement style invalidation https://bugs.webkit.org/show_bug.cgi?id=202632 Reviewed by Ryosuke Niwa. LayoutTests/imported/w3c: *

[webkit-changes] [250822] trunk

2019-10-08 Thread commit-queue
Title: [250822] trunk Revision 250822 Author commit-qu...@webkit.org Date 2019-10-08 05:51:36 -0700 (Tue, 08 Oct 2019) Log Message Fetch: data: URL HEAD request should result in empty response body https://bugs.webkit.org/show_bug.cgi?id=175764 Patch by Rob Buis on 2019-10-08 Reviewed