[webkit-changes] [243868] trunk

2019-04-04 Thread commit-queue
Title: [243868] trunk Revision 243868 Author commit-qu...@webkit.org Date 2019-04-04 07:16:05 -0700 (Thu, 04 Apr 2019) Log Message [Web Animations] JS wrapper may be deleted while animation is yet to dispatch its finish event https://bugs.webkit.org/show_bug.cgi?id=196118 Patch by

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

2019-04-04 Thread tzagallo
Title: [243867] trunk/Source/_javascript_Core Revision 243867 Author tzaga...@apple.com Date 2019-04-04 07:15:20 -0700 (Thu, 04 Apr 2019) Log Message UnlinkedCodeBlock constructor from cache should initialize m_didOptimize https://bugs.webkit.org/show_bug.cgi?id=196396 Reviewed by Saam

[webkit-changes] [243871] trunk/LayoutTests

2019-04-04 Thread commit-queue
Title: [243871] trunk/LayoutTests Revision 243871 Author commit-qu...@webkit.org Date 2019-04-04 09:38:50 -0700 (Thu, 04 Apr 2019) Log Message REGRESSION (r236501?): Layout Test compositing/geometry/limit-layer-bounds-opacity-transition.html is flaky

[webkit-changes] [243873] trunk/Source/ThirdParty/libwebrtc

2019-04-04 Thread youenn
Title: [243873] trunk/Source/ThirdParty/libwebrtc Revision 243873 Author you...@apple.com Date 2019-04-04 09:52:02 -0700 (Thu, 04 Apr 2019) Log Message Log the error if VideoProcessing library cannot be dlopen https://bugs.webkit.org/show_bug.cgi?id=196609 Reviewed by Eric Carlson. *

[webkit-changes] [243870] trunk/Tools

2019-04-04 Thread cdumez
Title: [243870] trunk/Tools Revision 243870 Author cdu...@apple.com Date 2019-04-04 08:44:37 -0700 (Thu, 04 Apr 2019) Log Message Unreviewed, roll out r243858 which made tests time out. Disable new API tests on Windows instead. * TestWebKitAPI/Tests/WebKit/ReloadPageAfterCrash.cpp:

[webkit-changes] [243874] branches/safari-607-branch/LayoutTests

2019-04-04 Thread ryanhaddad
Title: [243874] branches/safari-607-branch/LayoutTests Revision 243874 Author ryanhad...@apple.com Date 2019-04-04 10:16:31 -0700 (Thu, 04 Apr 2019) Log Message Cherry-pick r241307. rdar://problem/49610758 AX: Fix flaky accessibility/loading-iframe-sends-notification.html

[webkit-changes] [243869] trunk

2019-04-04 Thread tzagallo
Title: [243869] trunk Revision 243869 Author tzaga...@apple.com Date 2019-04-04 08:41:07 -0700 (Thu, 04 Apr 2019) Log Message Cache bytecode for jsc.cpp helpers and fix CachedStringImpl https://bugs.webkit.org/show_bug.cgi?id=196409 Reviewed by Saam Barati. JSTests: *

[webkit-changes] [243889] trunk/Source

2019-04-04 Thread alancoon
Title: [243889] trunk/Source Revision 243889 Author alanc...@apple.com Date 2019-04-04 13:08:02 -0700 (Thu, 04 Apr 2019) Log Message Versioning. Modified Paths trunk/Source/_javascript_Core/Configurations/Version.xcconfig

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

2019-04-04 Thread ysuzuki
Title: [243890] trunk/Source/WebCore Revision 243890 Author ysuz...@apple.com Date 2019-04-04 13:08:37 -0700 (Thu, 04 Apr 2019) Log Message Unreviewed, fix linking error because the build of RTCIceTransport.cpp is handled in Xcode project side accidentally

[webkit-changes] [243891] tags/Safari-608.1.15/

2019-04-04 Thread alancoon
Title: [243891] tags/Safari-608.1.15/ Revision 243891 Author alanc...@apple.com Date 2019-04-04 13:20:14 -0700 (Thu, 04 Apr 2019) Log Message Tag Safari-608.1.15. Added Paths tags/Safari-608.1.15/ Diff ___ webkit-changes mailing list

[webkit-changes] [243892] tags/Safari-608.1.15/Source

2019-04-04 Thread alancoon
Title: [243892] tags/Safari-608.1.15/Source Revision 243892 Author alanc...@apple.com Date 2019-04-04 13:24:07 -0700 (Thu, 04 Apr 2019) Log Message Versioning. Modified Paths tags/Safari-608.1.15/Source/_javascript_Core/Configurations/Version.xcconfig

[webkit-changes] [243893] trunk

2019-04-04 Thread antti
Title: [243893] trunk Revision 243893 Author an...@apple.com Date 2019-04-04 13:28:46 -0700 (Thu, 04 Apr 2019) Log Message Compute accurate regions for touch-action https://bugs.webkit.org/show_bug.cgi?id=196536 Reviewed by Simon Fraser. Source/WebCore: Tests:

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

2019-04-04 Thread cfleizach
Title: [243894] trunk/Source/WebCore Revision 243894 Author cfleiz...@apple.com Date 2019-04-04 13:31:34 -0700 (Thu, 04 Apr 2019) Log Message AX: Crash under WebCore::AccessibilityRenderObject::computeAccessibilityIsIgnored() https://bugs.webkit.org/show_bug.cgi?id=196600 Reviewed by

[webkit-changes] [243896] trunk/Tools

2019-04-04 Thread aakash_jain
Title: [243896] trunk/Tools Revision 243896 Author aakash_j...@apple.com Date 2019-04-04 13:34:11 -0700 (Thu, 04 Apr 2019) Log Message [ews-app] configure localhost as BUILDBOT_SERVER_HOST in testing mode https://bugs.webkit.org/show_bug.cgi?id=196620 Reviewed by Lucas Forschler. *

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

2019-04-04 Thread cdumez
Title: [243895] trunk/Source/WebCore Revision 243895 Author cdu...@apple.com Date 2019-04-04 13:34:08 -0700 (Thu, 04 Apr 2019) Log Message Unreviewed, update r243884 to use macros in Compiler.h instead. * platform/ios/LegacyTileGrid.mm: (WebCore::LegacyTileGrid::dropDistantTiles):

[webkit-changes] [243897] trunk/Tools

2019-04-04 Thread aakash_jain
Title: [243897] trunk/Tools Revision 243897 Author aakash_j...@apple.com Date 2019-04-04 13:38:50 -0700 (Thu, 04 Apr 2019) Log Message [ews-app] Status bubble should not display skipped buildbot steps https://bugs.webkit.org/show_bug.cgi?id=196584 Reviewed by Lucas Forschler. *

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

2019-04-04 Thread ysuzuki
Title: [243898] trunk/Source/_javascript_Core Revision 243898 Author ysuz...@apple.com Date 2019-04-04 13:41:57 -0700 (Thu, 04 Apr 2019) Log Message Unreviewed, build fix for CLoop and Windows after r243886 https://bugs.webkit.org/show_bug.cgi?id=196387 RegisterAtOffsetList does not

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

2019-04-04 Thread cdumez
Title: [243884] trunk/Source/WebCore Revision 243884 Author cdu...@apple.com Date 2019-04-04 11:45:10 -0700 (Thu, 04 Apr 2019) Log Message Unreviewed, fix iOS build with recent SDKs. std::ptr_fun() is deprecated. * platform/ios/LegacyTileGrid.mm:

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

2019-04-04 Thread ysuzuki
Title: [243885] trunk/Source/_javascript_Core Revision 243885 Author ysuz...@apple.com Date 2019-04-04 11:53:08 -0700 (Thu, 04 Apr 2019) Log Message [JSC] Pass CodeOrigin to FuzzerAgent https://bugs.webkit.org/show_bug.cgi?id=196590 Reviewed by Saam Barati. Pass CodeOrigin instead of

[webkit-changes] [243886] trunk

2019-04-04 Thread sbarati
Title: [243886] trunk Revision 243886 Author sbar...@apple.com Date 2019-04-04 11:54:16 -0700 (Thu, 04 Apr 2019) Log Message Teach Call ICs how to call Wasm https://bugs.webkit.org/show_bug.cgi?id=196387 Reviewed by Filip Pizlo. JSTests: * wasm/function-tests/stack-trace.js:

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

2019-04-04 Thread pvollan
Title: [243888] trunk/Source/WebKit Revision 243888 Author pvol...@apple.com Date 2019-04-04 12:13:38 -0700 (Thu, 04 Apr 2019) Log Message [macOS][iOS] Add filter to syscall sandbox rule https://bugs.webkit.org/show_bug.cgi?id=196613 Reviewed by Brent Fulgham. This will restrict the

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

2019-04-04 Thread wenson_hsieh
Title: [243909] trunk/Source/WebKit Revision 243909 Author wenson_hs...@apple.com Date 2019-04-04 14:56:38 -0700 (Thu, 04 Apr 2019) Log Message Changing default website policies shouldn't change default website policies in subsequent navigations

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

2019-04-04 Thread rmorisset
Title: [243918] trunk/Source/_javascript_Core Revision 243918 Author rmoris...@apple.com Date 2019-04-04 17:08:31 -0700 (Thu, 04 Apr 2019) Log Message B3ReduceStrength should know that Mul distributes over Add and Sub https://bugs.webkit.org/show_bug.cgi?id=196325 Reviewed by Saam

[webkit-changes] [243919] trunk/Source

2019-04-04 Thread simon . fraser
Title: [243919] trunk/Source Revision 243919 Author simon.fra...@apple.com Date 2019-04-04 17:11:08 -0700 (Thu, 04 Apr 2019) Log Message Have ScrollableArea store a ScrollType for the current scroll https://bugs.webkit.org/show_bug.cgi?id=196627 Reviewed by Zalan Bujtas.

[webkit-changes] [243921] trunk/Websites/bugs.webkit.org

2019-04-04 Thread aakash_jain
Title: [243921] trunk/Websites/bugs.webkit.org Revision 243921 Author aakash_j...@apple.com Date 2019-04-04 17:31:41 -0700 (Thu, 04 Apr 2019) Log Message Add another status-bubble iframe to display results from new EWS https://bugs.webkit.org/show_bug.cgi?id=196308 Reviewed by Lucas

[webkit-changes] [243926] trunk

2019-04-04 Thread simon . fraser
Title: [243926] trunk Revision 243926 Author simon.fra...@apple.com Date 2019-04-04 22:18:17 -0700 (Thu, 04 Apr 2019) Log Message [iOS WK2] REGRESSION (r242687): Programmatic scroll of overflow scroll results in bad rendering https://bugs.webkit.org/show_bug.cgi?id=195584 Reviewed by

[webkit-changes] [243915] trunk/Tools

2019-04-04 Thread aakash_jain
Title: [243915] trunk/Tools Revision 243915 Author aakash_j...@apple.com Date 2019-04-04 15:47:15 -0700 (Thu, 04 Apr 2019) Log Message Disable Flaky API Test TestWebKitAPI.WebKit.FocusTextInputContext https://bugs.webkit.org/show_bug.cgi?id=196629 Reviewed by Lucas Forschler. *

[webkit-changes] [243920] trunk/JSTests

2019-04-04 Thread sbarati
Title: [243920] trunk/JSTests Revision 243920 Author sbar...@apple.com Date 2019-04-04 17:28:21 -0700 (Thu, 04 Apr 2019) Log Message Unreviewed. Make the test from r243906 catch the thrown exceptions. * stress/inferred-types-regex-matches-array.js: Modified Paths

[webkit-changes] [243925] trunk

2019-04-04 Thread ysuzuki
Title: [243925] trunk Revision 243925 Author ysuz...@apple.com Date 2019-04-04 21:17:44 -0700 (Thu, 04 Apr 2019) Log Message [JSC] makeBoundFunction should not assume incoming "length" value is Int32 because it performs some calculation in bytecode

[webkit-changes] [243914] trunk/Tools

2019-04-04 Thread aakash_jain
Title: [243914] trunk/Tools Revision 243914 Author aakash_j...@apple.com Date 2019-04-04 15:44:38 -0700 (Thu, 04 Apr 2019) Log Message [ews-app] while waiting in queue status-bubble for testers queues should display build information from builder queue

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

2019-04-04 Thread ysuzuki
Title: [243924] trunk/Source/WebCore Revision 243924 Author ysuz...@apple.com Date 2019-04-04 18:45:12 -0700 (Thu, 04 Apr 2019) Log Message Unreviewed, speculative fix for build failure https://bugs.webkit.org/show_bug.cgi?id=196475 *

[webkit-changes] [243912] trunk/Tools

2019-04-04 Thread aakash_jain
Title: [243912] trunk/Tools Revision 243912 Author aakash_j...@apple.com Date 2019-04-04 15:11:46 -0700 (Thu, 04 Apr 2019) Log Message Disable Flaky API Test TestWebKitAPI.KeyboardInputTests.KeyboardTypeForInput https://bugs.webkit.org/show_bug.cgi?id=196630 Reviewed by Wenson Hsieh. *

[webkit-changes] [243917] trunk

2019-04-04 Thread sroberts
Title: [243917] trunk Revision 243917 Author srobe...@apple.com Date 2019-04-04 16:14:50 -0700 (Thu, 04 Apr 2019) Log Message Unreviewed, rolling out r243868. Causing timeouts failures on several queues Reverted changeset: "[Web Animations] JS wrapper may be deleted while animation is

[webkit-changes] [243911] trunk

2019-04-04 Thread youenn
Title: [243911] trunk Revision 243911 Author you...@apple.com Date 2019-04-04 15:07:09 -0700 (Thu, 04 Apr 2019) Log Message Pass storage quota parameters from UIProcess to NetworkProcess as part of WebsiteDataStore parameters https://bugs.webkit.org/show_bug.cgi?id=196543 Reviewed by

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

2019-04-04 Thread ryanhaddad
Title: [243916] trunk/Source/WebKit Revision 243916 Author ryanhad...@apple.com Date 2019-04-04 15:51:24 -0700 (Thu, 04 Apr 2019) Log Message Unreviewed, rolling out r243888. Introduced layout test crashes. Reverted changeset: "[macOS][iOS] Add filter to syscall sandbox rule"

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

2019-04-04 Thread rniwa
Title: [243923] trunk/Source/WebCore Revision 243923 Author rn...@webkit.org Date 2019-04-04 18:09:44 -0700 (Thu, 04 Apr 2019) Log Message Element::isFocusable() debug asserts too frequently https://bugs.webkit.org/show_bug.cgi?id=196634 Reviewed by Geoffrey Garen. Remove the debug

[webkit-changes] [243910] trunk

2019-04-04 Thread commit-queue
Title: [243910] trunk Revision 243910 Author commit-qu...@webkit.org Date 2019-04-04 14:59:02 -0700 (Thu, 04 Apr 2019) Log Message Unreviewed, rolling out r243807 and r243824. https://bugs.webkit.org/show_bug.cgi?id=196611 Test added is a flaky timeout on iOS Simulator, 3 tests

[webkit-changes] [243913] trunk/Tools

2019-04-04 Thread aakash_jain
Title: [243913] trunk/Tools Revision 243913 Author aakash_j...@apple.com Date 2019-04-04 15:42:43 -0700 (Thu, 04 Apr 2019) Log Message [ews-app] Status-bubble steps are sometimes displayed in reverse order https://bugs.webkit.org/show_bug.cgi?id=196625 Reviewed by Lucas Forschler. *

[webkit-changes] [243922] trunk/Tools

2019-04-04 Thread ap
Title: [243922] trunk/Tools Revision 243922 Author a...@apple.com Date 2019-04-04 17:49:40 -0700 (Thu, 04 Apr 2019) Log Message Use a correct LC_RPATH when building with ASan https://bugs.webkit.org/show_bug.cgi?id=196576 Reviewed by David Kilzer. * asan/asan.xcconfig: As a temporary

[webkit-changes] [243899] trunk

2019-04-04 Thread eric . carlson
Title: [243899] trunk Revision 243899 Author eric.carl...@apple.com Date 2019-04-04 13:44:29 -0700 (Thu, 04 Apr 2019) Log Message [MediaStream] Host should be able to mute screen capture and camera/microphone independently https://bugs.webkit.org/show_bug.cgi?id=196555 Reviewed by

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

2019-04-04 Thread cdumez
Title: [243901] trunk/Source/WebCore Revision 243901 Author cdu...@apple.com Date 2019-04-04 13:47:45 -0700 (Thu, 04 Apr 2019) Log Message Unreviewed, fix iOS build with recent SDKs. * platform/gamepad/cocoa/GameControllerGamepad.mm:

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

2019-04-04 Thread pvollan
Title: [243900] trunk/Source/WebKit Revision 243900 Author pvol...@apple.com Date 2019-04-04 13:44:50 -0700 (Thu, 04 Apr 2019) Log Message [macOS] Fix sandbox violations https://bugs.webkit.org/show_bug.cgi?id=196616 Reviewed by Brent Fulgham. Fix some observed sandbox violations in

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

2019-04-04 Thread mcatanzaro
Title: [243902] trunk/Source/WebKit Revision 243902 Author mcatanz...@igalia.com Date 2019-04-04 13:51:45 -0700 (Thu, 04 Apr 2019) Log Message Unreviewed, fix -Wreturn-type warning * Shared/WebsiteData/WebsiteData.cpp: (WebKit::WebsiteData::ownerProcess): Modified Paths

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

2019-04-04 Thread sihui_liu
Title: [243903] trunk/Source/WebCore Revision 243903 Author sihui_...@apple.com Date 2019-04-04 13:53:22 -0700 (Thu, 04 Apr 2019) Log Message Leak of UniqueIDBDatabase in network process running layout tests https://bugs.webkit.org/show_bug.cgi?id=196565 Reviewed by Geoffrey Garen.

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

2019-04-04 Thread commit-queue
Title: [243904] trunk/Source/_javascript_Core Revision 243904 Author commit-qu...@webkit.org Date 2019-04-04 13:54:02 -0700 (Thu, 04 Apr 2019) Log Message Unreviewed, rolling out r243898. https://bugs.webkit.org/show_bug.cgi?id=196624 `#if !ENABLE(C_LOOP) &&

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

2019-04-04 Thread simon . fraser
Title: [243905] trunk/Source/WebCore Revision 243905 Author simon.fra...@apple.com Date 2019-04-04 14:10:29 -0700 (Thu, 04 Apr 2019) Log Message Move "inProgrammaticScroll" down to ScrollableArea https://bugs.webkit.org/show_bug.cgi?id=196614 Reviewed by Zalan Bujtas. A future patch

[webkit-changes] [243906] trunk/JSTests

2019-04-04 Thread sbarati
Title: [243906] trunk/JSTests Revision 243906 Author sbar...@apple.com Date 2019-04-04 14:13:26 -0700 (Thu, 04 Apr 2019) Log Message createRegExpMatchesArray does not respect inferred types https://bugs.webkit.org/show_bug.cgi?id=193287 Reviewed by Yusuke Suzuki. This checks in the

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

2019-04-04 Thread sbarati
Title: [243907] trunk/Source/_javascript_Core Revision 243907 Author sbar...@apple.com Date 2019-04-04 14:39:16 -0700 (Thu, 04 Apr 2019) Log Message Unreviewed, build fix for CLoop after r243886 * interpreter/Interpreter.cpp:

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

2019-04-04 Thread simon . fraser
Title: [243908] trunk/Source/WebCore Revision 243908 Author simon.fra...@apple.com Date 2019-04-04 14:47:29 -0700 (Thu, 04 Apr 2019) Log Message Fix rare crash under collectRelatedCoordinatedScrollingNodes() https://bugs.webkit.org/show_bug.cgi?id=196610 rdar://problem/49595426 Reviewed

[webkit-changes] [243878] trunk/LayoutTests

2019-04-04 Thread commit-queue
Title: [243878] trunk/LayoutTests Revision 243878 Author commit-qu...@webkit.org Date 2019-04-04 10:39:32 -0700 (Thu, 04 Apr 2019) Log Message [macOS WK1] Layout Test webanimations/accelerated-transition-interrupted-on-composited-element.html is a flaky image failure

[webkit-changes] [243882] branches/safari-607-branch/Tools

2019-04-04 Thread kocsen_chung
Title: [243882] branches/safari-607-branch/Tools Revision 243882 Author kocsen_ch...@apple.com Date 2019-04-04 10:50:25 -0700 (Thu, 04 Apr 2019) Log Message Cherry-pick r243842. rdar://problem/34841155 run-webkit-tests: Upload test results (new results database)

[webkit-changes] [243881] trunk/LayoutTests

2019-04-04 Thread sroberts
Title: [243881] trunk/LayoutTests Revision 243881 Author srobe...@apple.com Date 2019-04-04 10:49:51 -0700 (Thu, 04 Apr 2019) Log Message scrollingcoordinator/ios/ui-scroll-fixed.html is a flakky failure https://bugs.webkit.org/show_bug.cgi?id=196612 Unreviewed test gardening. *

[webkit-changes] [243883] trunk/LayoutTests

2019-04-04 Thread rego
Title: [243883] trunk/LayoutTests Revision 243883 Author r...@igalia.com Date 2019-04-04 10:55:22 -0700 (Thu, 04 Apr 2019) Log Message [css-grid] Scroll reset position when updating inner html on content https://bugs.webkit.org/show_bug.cgi?id=191506 Unreviewed gardening. The problem

[webkit-changes] [243876] branches/safari-607-branch/LayoutTests

2019-04-04 Thread ryanhaddad
Title: [243876] branches/safari-607-branch/LayoutTests Revision 243876 Author ryanhad...@apple.com Date 2019-04-04 10:36:02 -0700 (Thu, 04 Apr 2019) Log Message Cherry-pick r243768. rdar://problem/49539493 [Mojave] Layout test fast/text/complex-initial-advance.html is failing

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

2019-04-04 Thread cdumez
Title: [243877] trunk/Source/WebKit Revision 243877 Author cdu...@apple.com Date 2019-04-04 10:36:20 -0700 (Thu, 04 Apr 2019) Log Message Temporarily disable delayed WebProcess launch on iOS to address PLT regression https://bugs.webkit.org/show_bug.cgi?id=196604 Reviewed by Geoffrey

[webkit-changes] [243879] trunk/Tools

2019-04-04 Thread pvollan
Title: [243879] trunk/Tools Revision 243879 Author pvol...@apple.com Date 2019-04-04 10:39:48 -0700 (Thu, 04 Apr 2019) Log Message [Win] DumpRenderTreeWatchDog.py is not checked into source https://bugs.webkit.org/show_bug.cgi?id=196567 Reviewed by Lucas Forschler. This script is used

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

2019-04-04 Thread youenn
Title: [243880] trunk/Source/WebKit Revision 243880 Author you...@apple.com Date 2019-04-04 10:44:16 -0700 (Thu, 04 Apr 2019) Log Message Service Worker Process does not have the right domain name https://bugs.webkit.org/show_bug.cgi?id=196585 Reviewed by Chris Dumez. *