[webkit-changes] [249896] trunk/LayoutTests

2019-09-16 Thread cdumez
Title: [249896] trunk/LayoutTests Revision 249896 Author cdu...@apple.com Date 2019-09-16 08:48:33 -0700 (Mon, 16 Sep 2019) Log Message Unreviewed, address flakiness of imported/w3c/web-platform-tests/html/browsers/offline/application-cache-api/api_update.https.html Flaky since r249886.

[webkit-changes] [249899] trunk/LayoutTests

2019-09-16 Thread cdumez
Title: [249899] trunk/LayoutTests Revision 249899 Author cdu...@apple.com Date 2019-09-16 09:04:47 -0700 (Mon, 16 Sep 2019) Log Message Unreviewed, skip a couple of new WPT tests that are timing out on the bots. These tests were imported in r249886. * TestExpectations: Modified Paths

[webkit-changes] [249897] trunk/LayoutTests

2019-09-16 Thread cdumez
Title: [249897] trunk/LayoutTests Revision 249897 Author cdu...@apple.com Date 2019-09-16 08:53:29 -0700 (Mon, 16 Sep 2019) Log Message Unreviewed, mark imported/w3c/web-platform-tests/html/rendering/replaced-elements/embedded-content/video-controls-vertical-writing-mode.html as failing

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

2019-09-16 Thread ddkilzer
Title: [249902] trunk/Source/WebKit Revision 249902 Author ddkil...@apple.com Date 2019-09-16 09:41:46 -0700 (Mon, 16 Sep 2019) Log Message REGRESSION (r243113): Leak of multiple instance variable blocks when deallocating _WKAttributedStringNavigationDelegate Reviewed by Timothy

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

2019-09-16 Thread zalan
Title: [249903] trunk/Source/WebCore Revision 249903 Author za...@apple.com Date 2019-09-16 09:56:35 -0700 (Mon, 16 Sep 2019) Log Message [LFC] Always provide a containing block width value to compute* functions. https://bugs.webkit.org/show_bug.cgi?id=201809 Reviewed by Antti

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

2019-09-16 Thread jond
Title: [249905] trunk/Source/WebCore Revision 249905 Author j...@apple.com Date 2019-09-16 10:30:19 -0700 (Mon, 16 Sep 2019) Log Message Update feature status for Battery Status API, WebGL 2, and Dialog Element https://bugs.webkit.org/show_bug.cgi?id=201469 Reviewed by Joseph Pecoraro.

[webkit-changes] [249895] trunk

2019-09-16 Thread antti
Title: [249895] trunk Revision 249895 Author an...@apple.com Date 2019-09-16 07:31:37 -0700 (Mon, 16 Sep 2019) Log Message LayoutTests/imported/w3c: Eliminate separate simple line layout path from TextIterator https://bugs.webkit.org/show_bug.cgi?id=201760 Reviewed by Zalan

[webkit-changes] [249901] trunk/Tools

2019-09-16 Thread ddkilzer
Title: [249901] trunk/Tools Revision 249901 Author ddkil...@apple.com Date 2019-09-16 09:26:53 -0700 (Mon, 16 Sep 2019) Log Message Fix leaks in DumpRenderTree and WebKitTestRunner Reviewed by Darin Adler. * DumpRenderTree/TestNetscapePlugIn/PluginObject.h: (createCoreAnimationLayer):

[webkit-changes] [249898] trunk/LayoutTests

2019-09-16 Thread cdumez
Title: [249898] trunk/LayoutTests Revision 249898 Author cdu...@apple.com Date 2019-09-16 08:58:13 -0700 (Mon, 16 Sep 2019) Log Message Unreviewed, land expectations for imported/w3c/web-platform-tests/html/browsers/offline/application-cache-api/api_swapcache_error.https.html. This test

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

2019-09-16 Thread zalan
Title: [249900] trunk/Source/WebCore Revision 249900 Author za...@apple.com Date 2019-09-16 09:11:57 -0700 (Mon, 16 Sep 2019) Log Message [LFC][BFC] BlockFormattingContext::Geometry::inFlowNonReplacedHeightAndMargin should not read containing block's width

[webkit-changes] [249904] trunk

2019-09-16 Thread commit-queue
Title: [249904] trunk Revision 249904 Author commit-qu...@webkit.org Date 2019-09-16 10:15:31 -0700 (Mon, 16 Sep 2019) Log Message Rename [WebAccessibilityObjectWrapper _accessibilityInsertText] to accessibilityInsertText to match accessibility client.

[webkit-changes] [249906] trunk/Tools

2019-09-16 Thread ddkilzer
Title: [249906] trunk/Tools Revision 249906 Author ddkil...@apple.com Date 2019-09-16 10:44:48 -0700 (Mon, 16 Sep 2019) Log Message check-webkit-style: Fix warning message for std::make_unique Reviewed by Darin Adler. * Scripts/webkitpy/style/checkers/cpp.py: (check_wtf_make_unique):

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

2019-09-16 Thread commit-queue
Title: [249909] trunk/Source/WebCore Revision 249909 Author commit-qu...@webkit.org Date 2019-09-16 11:59:18 -0700 (Mon, 16 Sep 2019) Log Message [GTK] Remove GraphicsContext3D dependency from the outside of WebGL https://bugs.webkit.org/show_bug.cgi?id=201748 Patch by ChangSeok Oh on

[webkit-changes] [249911] trunk

2019-09-16 Thread sbarati
Title: [249911] trunk Revision 249911 Author sbar...@apple.com Date 2019-09-16 12:32:39 -0700 (Mon, 16 Sep 2019) Log Message JSObject::putInlineSlow should not ignore "__proto__" for Proxy https://bugs.webkit.org/show_bug.cgi?id=200386 Reviewed by Yusuke Suzuki. JSTests: *

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

2019-09-16 Thread ddkilzer
Title: [249914] trunk/Source/_javascript_Core Revision 249914 Author ddkil...@apple.com Date 2019-09-16 13:29:43 -0700 (Mon, 16 Sep 2019) Log Message [JSC] REGRESSION (r248938): Leak of uint32_t arrays in testFastForwardCopy32() Reviewed by Saam Barati. * b3/testb3_8.cpp:

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

2019-09-16 Thread ryanhaddad
Title: [249916] trunk/Source/WebKit Revision 249916 Author ryanhad...@apple.com Date 2019-09-16 13:52:40 -0700 (Mon, 16 Sep 2019) Log Message Fix build failure in MockNfcService.mm Patch by David Kilzer on 2019-09-16 Reviewed by Brady Eidson. *

[webkit-changes] [249917] tags/Safari-609.1.4.1/

2019-09-16 Thread alancoon
Title: [249917] tags/Safari-609.1.4.1/ Revision 249917 Author alanc...@apple.com Date 2019-09-16 14:00:53 -0700 (Mon, 16 Sep 2019) Log Message New tag. Added Paths tags/Safari-609.1.4.1/ Diff ___ webkit-changes mailing list

[webkit-changes] [249912] trunk/LayoutTests

2019-09-16 Thread cdumez
Title: [249912] trunk/LayoutTests Revision 249912 Author cdu...@apple.com Date 2019-09-16 13:03:15 -0700 (Mon, 16 Sep 2019) Log Message Unreviewed, mark

[webkit-changes] [249919] tags/Safari-609.1.4.1/Source

2019-09-16 Thread alancoon
Title: [249919] tags/Safari-609.1.4.1/Source Revision 249919 Author alanc...@apple.com Date 2019-09-16 14:10:09 -0700 (Mon, 16 Sep 2019) Log Message Versioning. Modified Paths tags/Safari-609.1.4.1/Source/_javascript_Core/Configurations/Version.xcconfig

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

2019-09-16 Thread cdumez
Title: [249923] trunk/Source/WebKit Revision 249923 Author cdu...@apple.com Date 2019-09-16 14:52:05 -0700 (Mon, 16 Sep 2019) Log Message NetworkProcessConnection does not need HashMaps of sessionIDs for Service Workers and IDB https://bugs.webkit.org/show_bug.cgi?id=201830 Reviewed by

[webkit-changes] [249921] trunk/Source

2019-09-16 Thread bfulgham
Title: [249921] trunk/Source Revision 249921 Author bfulg...@apple.com Date 2019-09-16 14:39:45 -0700 (Mon, 16 Sep 2019) Log Message [FTW] Correct lifespan of other SharedBitmaps https://bugs.webkit.org/show_bug.cgi?id=201800 Reviewed by Dean Jackson. The pop-up menu code creates its

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

2019-09-16 Thread zalan
Title: [249908] trunk/Source/WebCore Revision 249908 Author za...@apple.com Date 2019-09-16 11:44:36 -0700 (Mon, 16 Sep 2019) Log Message [LFC] Make the nested Geometry/MarginCollapse/Quirks c'tors private. https://bugs.webkit.org/show_bug.cgi?id=201825 Reviewed by Antti Koivisto. The

[webkit-changes] [249920] trunk/Source

2019-09-16 Thread cdumez
Title: [249920] trunk/Source Revision 249920 Author cdu...@apple.com Date 2019-09-16 14:21:29 -0700 (Mon, 16 Sep 2019) Log Message Simplify WebResourceLoadObserver now that we have one WebProcess per session https://bugs.webkit.org/show_bug.cgi?id=201821 Reviewed by Brent Fulgham.

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

2019-09-16 Thread ddkilzer
Title: [249907] trunk/Source/WebKit Revision 249907 Author ddkil...@apple.com Date 2019-09-16 11:29:49 -0700 (Mon, 16 Sep 2019) Log Message [WebAuthn] REGRESSION (r249059): Leak of WKMockNFTag objects and WKMockNFTag instance variables Reviewed by Darin Adler. *

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

2019-09-16 Thread pvollan
Title: [249910] trunk/Source/WebKit Revision 249910 Author pvol...@apple.com Date 2019-09-16 12:15:51 -0700 (Mon, 16 Sep 2019) Log Message REGRESSION(249649): Unable to open local files in MiniBrowser on macOS https://bugs.webkit.org/show_bug.cgi?id=201798 Reviewed by Brent Fulgham.

[webkit-changes] [249913] trunk/LayoutTests

2019-09-16 Thread russell_e
Title: [249913] trunk/LayoutTests Revision 249913 Author russel...@apple.com Date 2019-09-16 13:24:39 -0700 (Mon, 16 Sep 2019) Log Message [ macOS ] Layout tests webgpu/*-triangle-strip.html are flaky failures. https://bugs.webkit.org/show_bug.cgi?id=201827 Unreviewed Test Gardening. *

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

2019-09-16 Thread tzagallo
Title: [249915] trunk/Source/_javascript_Core Revision 249915 Author tzaga...@apple.com Date 2019-09-16 13:48:37 -0700 (Mon, 16 Sep 2019) Log Message SamplingProfiler should hold API lock before reporting results https://bugs.webkit.org/show_bug.cgi?id=201829 Reviewed by Yusuke Suzuki.

[webkit-changes] [249922] tags/Safari-608.2.11.1.6/

2019-09-16 Thread alancoon
Title: [249922] tags/Safari-608.2.11.1.6/ Revision 249922 Author alanc...@apple.com Date 2019-09-16 14:43:41 -0700 (Mon, 16 Sep 2019) Log Message Tag Safari-608.2.11.1.6. Added Paths tags/Safari-608.2.11.1.6/ Diff ___ webkit-changes

[webkit-changes] [249928] trunk/LayoutTests

2019-09-16 Thread cdumez
Title: [249928] trunk/LayoutTests Revision 249928 Author cdu...@apple.com Date 2019-09-16 16:43:33 -0700 (Mon, 16 Sep 2019) Log Message Unreviewed, skip imported/w3c/web-platform-tests/html/browsers/offline/application-cache-api/api_update.https.html. This test is a flaky timeout since

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

2019-09-16 Thread ddkilzer
Title: [249934] trunk/Source/WebKit Revision 249934 Author ddkil...@apple.com Date 2019-09-16 18:25:59 -0700 (Mon, 16 Sep 2019) Log Message [WebAuthn] Name instance variables consistently in WKMockNFTag Reviewed by Jiewen Tan. * UIProcess/WebAuthentication/Mock/MockNfcService.mm: Make

[webkit-changes] [249935] trunk

2019-09-16 Thread tzagallo
Title: [249935] trunk Revision 249935 Author tzaga...@apple.com Date 2019-09-16 18:40:49 -0700 (Mon, 16 Sep 2019) Log Message Wasm StreamingParser should validate that number of functions matches number of declarations https://bugs.webkit.org/show_bug.cgi?id=201850 Reviewed by Yusuke

[webkit-changes] [249936] trunk/Source

2019-09-16 Thread dino
Title: [249936] trunk/Source Revision 249936 Author d...@apple.com Date 2019-09-16 19:29:31 -0700 (Mon, 16 Sep 2019) Log Message Provide a prototype for AR QuickLook to trigger processing in the originating page https://bugs.webkit.org/show_bug.cgi?id=201371 Hopefully fix the public iOS

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

2019-09-16 Thread commit-queue
Title: [249930] trunk/Source/WebCore Revision 249930 Author commit-qu...@webkit.org Date 2019-09-16 16:58:25 -0700 (Mon, 16 Sep 2019) Log Message AX: USER: VO: Messages > Message > Shift-VO-M doesn't reveal correct actions https://bugs.webkit.org/show_bug.cgi?id=201840 Patch by Eric

[webkit-changes] [249933] trunk/Source

2019-09-16 Thread dino
Title: [249933] trunk/Source Revision 249933 Author d...@apple.com Date 2019-09-16 17:37:57 -0700 (Mon, 16 Sep 2019) Log Message REGRESSION: iPad: Safari becomes unresponsive after context menu on 1-800-MY-APPLE phone number, tapping 'Add to Contacts'

[webkit-changes] [249932] trunk/Tools

2019-09-16 Thread jbedard
Title: [249932] trunk/Tools Revision 249932 Author jbed...@apple.com Date 2019-09-16 17:13:16 -0700 (Mon, 16 Sep 2019) Log Message results.webkit.org: Shard result archives https://bugs.webkit.org/show_bug.cgi?id=201734 Reviewed by Dewei Zhu. Cassandra advertises being able to store up

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

2019-09-16 Thread Hironori . Fujii
Title: [249937] trunk/Source/WebCore Revision 249937 Author hironori.fu...@sony.com Date 2019-09-16 19:56:54 -0700 (Mon, 16 Sep 2019) Log Message [Cairo] Image::drawTiled → Cairo::drawSurface → cairo_paint_with_alpha → segfault happens in pixman

[webkit-changes] [249924] trunk/Tools

2019-09-16 Thread jbedard
Title: [249924] trunk/Tools Revision 249924 Author jbed...@apple.com Date 2019-09-16 15:40:50 -0700 (Mon, 16 Sep 2019) Log Message results.webkit.org: Configurations should be branch specific https://bugs.webkit.org/show_bug.cgi?id=201561 Reviewed by Dewei Zhu. Partition configurations

[webkit-changes] [249926] trunk

2019-09-16 Thread msaboff
Title: [249926] trunk Revision 249926 Author msab...@apple.com Date 2019-09-16 16:10:47 -0700 (Mon, 16 Sep 2019) Log Message [JSC] Perform check again when we found non-BMP characters https://bugs.webkit.org/show_bug.cgi?id=201647 Reviewed by Yusuke Suzuki. JSTests: *

[webkit-changes] [249927] trunk

2019-09-16 Thread jiewen_tan
Title: [249927] trunk Revision 249927 Author jiewen_...@apple.com Date 2019-09-16 16:28:10 -0700 (Mon, 16 Sep 2019) Log Message [WebAuthn] Support more than two FIDO protocol versions https://bugs.webkit.org/show_bug.cgi?id=198408 Reviewed by Chris Dumez. Source/WebCore: Covered by

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

2019-09-16 Thread Hironori . Fujii
Title: [249938] trunk/Source/WebCore Revision 249938 Author hironori.fu...@sony.com Date 2019-09-16 20:05:13 -0700 (Mon, 16 Sep 2019) Log Message [AppleWin] Assertion failure in defaultSupportedImageTypes in UTIRegistry.cpp https://bugs.webkit.org/show_bug.cgi?id=198286 Reviewed by

[webkit-changes] [249925] trunk

2019-09-16 Thread ross . kirsling
Title: [249925] trunk Revision 249925 Author ross.kirsl...@sony.com Date 2019-09-16 15:56:08 -0700 (Mon, 16 Sep 2019) Log Message [JSC] Add missing syntax errors for await in function parameter default expressions https://bugs.webkit.org/show_bug.cgi?id=201615 Reviewed by Darin Adler.

[webkit-changes] [249929] trunk/LayoutTests

2019-09-16 Thread cdumez
Title: [249929] trunk/LayoutTests Revision 249929 Author cdu...@apple.com Date 2019-09-16 16:53:33 -0700 (Mon, 16 Sep 2019) Log Message Unreviewed, fix several css-dark-mode tests to run properly after testharness.js update in r249918. * css-dark-mode/color-scheme-css-expected.txt: *

[webkit-changes] [249931] trunk/LayoutTests

2019-09-16 Thread cdumez
Title: [249931] trunk/LayoutTests Revision 249931 Author cdu...@apple.com Date 2019-09-16 16:59:46 -0700 (Mon, 16 Sep 2019) Log Message Unreviewed, rebaseline test after testharness.js update in r249918. * webgpu/whlsl/test-harness-test-expected.txt: Modified Paths

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

2019-09-16 Thread cdumez
Title: [249939] trunk/Source/WebKit Revision 249939 Author cdu...@apple.com Date 2019-09-16 20:48:49 -0700 (Mon, 16 Sep 2019) Log Message Drop sessionID / websiteDataStoreID from WebPageCreationParameters https://bugs.webkit.org/show_bug.cgi?id=201847 Reviewed by Youenn Fablet. Drop

[webkit-changes] [249940] trunk/Source

2019-09-16 Thread Hironori . Fujii
Title: [249940] trunk/Source Revision 249940 Author hironori.fu...@sony.com Date 2019-09-16 22:28:46 -0700 (Mon, 16 Sep 2019) Log Message [WinCairo][curl] Don't compile unused CertificateCFWin.cpp https://bugs.webkit.org/show_bug.cgi?id=201860 Reviewed by Alex Christensen.

[webkit-changes] [249941] trunk

2019-09-16 Thread commit-queue
Title: [249941] trunk Revision 249941 Author commit-qu...@webkit.org Date 2019-09-16 22:39:18 -0700 (Mon, 16 Sep 2019) Log Message Remove "gopher" from list of special schemes in URLParser https://bugs.webkit.org/show_bug.cgi?id=201852 Patch by Alex Christensen on 2019-09-16 Reviewed

[webkit-changes] [249890] trunk

2019-09-16 Thread carlosgc
Title: [249890] trunk Revision 249890 Author carlo...@webkit.org Date 2019-09-16 00:49:10 -0700 (Mon, 16 Sep 2019) Log Message REGRESSION(r249142): [GTK] Epiphany delayed page loads continue indefinitely https://bugs.webkit.org/show_bug.cgi?id=201544 Reviewed by Michael Catanzaro.

[webkit-changes] [249892] trunk/Source/ThirdParty/ANGLE

2019-09-16 Thread commit-queue
Title: [249892] trunk/Source/ThirdParty/ANGLE Revision 249892 Author commit-qu...@webkit.org Date 2019-09-16 01:46:46 -0700 (Mon, 16 Sep 2019) Log Message Remove commit.h copying build steps https://bugs.webkit.org/show_bug.cgi?id=201785 Patch by James Darpinian on 2019-09-16 Reviewed

[webkit-changes] [249893] trunk

2019-09-16 Thread commit-queue
Title: [249893] trunk Revision 249893 Author commit-qu...@webkit.org Date 2019-09-16 02:04:42 -0700 (Mon, 16 Sep 2019) Log Message Expose misspelling ranges for editable content to accessibility clients. https://bugs.webkit.org/show_bug.cgi?id=201752 Patch by Andres Gonzalez on

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

2019-09-16 Thread aperez
Title: [249894] trunk/Source/WebKit Revision 249894 Author ape...@igalia.com Date 2019-09-16 04:37:10 -0700 (Mon, 16 Sep 2019) Log Message Unreviewed build fix. * NetworkProcess/NetworkConnectionToWebProcess.h: Add missing forward declaration of the NetworkSession class. Modified Paths