[webkit-changes] [271001] trunk/LayoutTests

2020-12-18 Thread commit-queue
Title: [271001] trunk/LayoutTests Revision 271001 Author commit-qu...@webkit.org Date 2020-12-18 21:41:04 -0800 (Fri, 18 Dec 2020) Log Message [GPU process] Adding more tests to TestExpectations for Layout tests crashes https://bugs.webkit.org/show_bug.cgi?id=220035 Patch by Rini Patel

[webkit-changes] [271000] trunk

2020-12-18 Thread timothy_horton
Title: [271000] trunk Revision 271000 Author timothy_hor...@apple.com Date 2020-12-18 20:30:57 -0800 (Fri, 18 Dec 2020) Log Message iOS wheel events don't work on many websites https://bugs.webkit.org/show_bug.cgi?id=220034 Reviewed by Simon Fraser. Source/WebKit: * Shared/ios/WebIOSEv

[webkit-changes] [270999] trunk/Tools

2020-12-18 Thread said
Title: [270999] trunk/Tools Revision 270999 Author s...@apple.com Date 2020-12-18 18:01:23 -0800 (Fri, 18 Dec 2020) Log Message Upgrade motionmark1.1.plan to r270959 https://bugs.webkit.org/show_bug.cgi?id=220016 Reviewed by Alexey Proskuryakov. r270959 increases the warm-up time to 100

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

2020-12-18 Thread beidson
Title: [270998] trunk/Source/WebKit Revision 270998 Author beid...@apple.com Date 2020-12-18 17:02:47 -0800 (Fri, 18 Dec 2020) Log Message Fix some issues with PDFs as . https://bugs.webkit.org/show_bug.cgi?id=220024 Reviewed by Tim Horton. No new tests (Unable to write automated tests)

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

2020-12-18 Thread jeffm
Title: [270997] trunk/Source/WebKit Revision 270997 Author je...@apple.com Date 2020-12-18 16:39:20 -0800 (Fri, 18 Dec 2020) Log Message WKProcessPool enhancements for URL schemes https://bugs.webkit.org/show_bug.cgi?id=220030 Reviewed by Brian Weinstein. * UIProcess/API/Cocoa/WKProcess

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

2020-12-18 Thread bburg
Title: [270996] trunk/Source/WebKit Revision 270996 Author bb...@apple.com Date 2020-12-18 16:16:08 -0800 (Fri, 18 Dec 2020) Log Message [Cocoa] Web Inspector: clean up _WKRemoteWebInspectorViewController https://bugs.webkit.org/show_bug.cgi?id=219963 Reviewed by Devin Rousso. Remove de

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

2020-12-18 Thread katherine_cheney
Title: [270995] trunk/Source/WebCore Revision 270995 Author katherine_che...@apple.com Date 2020-12-18 16:11:41 -0800 (Fri, 18 Dec 2020) Log Message Login flows on sites with ITP quirks no longer work with ITP disabled https://bugs.webkit.org/show_bug.cgi?id=220019 Reviewed by Darin Adl

[webkit-changes] [270994] branches/safari-610-branch/Source/WebCore

2020-12-18 Thread alancoon
Title: [270994] branches/safari-610-branch/Source/WebCore Revision 270994 Author alanc...@apple.com Date 2020-12-18 16:10:59 -0800 (Fri, 18 Dec 2020) Log Message Cherry-pick r270983. rdar://problem/72484021 Crash in DOMSelection::getRangeAt() https://bugs.webkit.org/show_bug.cgi?

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

2020-12-18 Thread mark . lam
Title: [270993] trunk/Source/_javascript_Core Revision 270993 Author mark@apple.com Date 2020-12-18 15:59:53 -0800 (Fri, 18 Dec 2020) Log Message Build fix after r270988. https://bugs.webkit.org/show_bug.cgi?id=220021 Not reviewed. * _javascript_Core.xcodeproj/project.pbxproj: Mod

[webkit-changes] [270992] trunk/LayoutTests

2020-12-18 Thread ryanhaddad
Title: [270992] trunk/LayoutTests Revision 270992 Author ryanhad...@apple.com Date 2020-12-18 15:45:20 -0800 (Fri, 18 Dec 2020) Log Message REGRESSION(iOS 14): http/tests/cache-storage/page-cache-domcache-pending-promise.html is a flaky failure https://bugs.webkit.org/show_bug.cgi?id=2174

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

2020-12-18 Thread sbarati
Title: [270991] trunk/Source/_javascript_Core Revision 270991 Author sbar...@apple.com Date 2020-12-18 15:14:55 -0800 (Fri, 18 Dec 2020) Log Message CachedRefPtr should adoptRef before calling ref to appease RefCounted's debug assertions https://bugs.webkit.org/show_bug.cgi?id=219953 Re

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

2020-12-18 Thread zalan
Title: [270990] trunk/Source/WebCore Revision 270990 Author za...@apple.com Date 2020-12-18 14:27:31 -0800 (Fri, 18 Dec 2020) Log Message Line snapping fails when the content is taller than the page. https://bugs.webkit.org/show_bug.cgi?id=220020 Reviewed by Antti Koivisto. When the sn

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

2020-12-18 Thread dino
Title: [270989] trunk/Source/WebCore Revision 270989 Author d...@apple.com Date 2020-12-18 14:17:56 -0800 (Fri, 18 Dec 2020) Log Message Use EGL_PLATFORM_ANGLE_TYPE_METAL_ANGLE now it is in the build https://bugs.webkit.org/show_bug.cgi?id=219968 Reviewed by Darin Adler. * platform/gra

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

2020-12-18 Thread mark . lam
Title: [270988] trunk/Source/_javascript_Core Revision 270988 Author mark@apple.com Date 2020-12-18 13:42:13 -0800 (Fri, 18 Dec 2020) Log Message Fix MacroAssemblerARM64E::validateUntaggedPtr() to account for TBI. https://bugs.webkit.org/show_bug.cgi?id=220021 Reviewed by Saam Barat

[webkit-changes] [270987] trunk

2020-12-18 Thread peng . liu6
Title: [270987] trunk Revision 270987 Author peng.l...@apple.com Date 2020-12-18 13:10:53 -0800 (Fri, 18 Dec 2020) Log Message [Media in GPU Process][MSE] SourceBufferPrivateRemote needs to override some track buffer related functions of SourceBufferPrivate https://bugs.webkit.org/show_bu

[webkit-changes] [270986] trunk/Source

2020-12-18 Thread sihui_liu
Title: [270986] trunk/Source Revision 270986 Author sihui_...@apple.com Date 2020-12-18 12:32:02 -0800 (Fri, 18 Dec 2020) Log Message SpeechRecognitionRemoteRealtimeMediaSourceManager should not issue sandbox extension for mocked devices https://bugs.webkit.org/show_bug.cgi?id=219972 Rev

[webkit-changes] [270985] branches/safari-610-branch/Source/ThirdParty/libwebrtc

2020-12-18 Thread alancoon
Title: [270985] branches/safari-610-branch/Source/ThirdParty/libwebrtc Revision 270985 Author alanc...@apple.com Date 2020-12-18 11:43:08 -0800 (Fri, 18 Dec 2020) Log Message Cherry-pick r270895. rdar://problem/72474836 Cherry-pick usrsctp 355fb576b1a9dfef70fc0e158d66692662baaddc

[webkit-changes] [270984] branches/safari-610-branch/Source/ThirdParty/libwebrtc

2020-12-18 Thread alancoon
Title: [270984] branches/safari-610-branch/Source/ThirdParty/libwebrtc Revision 270984 Author alanc...@apple.com Date 2020-12-18 11:42:49 -0800 (Fri, 18 Dec 2020) Log Message Cherry-pick r270894. rdar://problem/72474831 Cherry-pick usrsctp 7dab23aa0d8db86fedd222a308067439b03fad0f

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

2020-12-18 Thread commit-queue
Title: [270983] trunk/Source/WebCore Revision 270983 Author commit-qu...@webkit.org Date 2020-12-18 11:34:39 -0800 (Fri, 18 Dec 2020) Log Message Crash in DOMSelection::getRangeAt() https://bugs.webkit.org/show_bug.cgi?id=219804 Patch by Julian Gonzalez on 2020-12-18 Reviewed by Darin A

[webkit-changes] [270982] tags/Safari-611.1.9.1.1/

2020-12-18 Thread repstein
Title: [270982] tags/Safari-611.1.9.1.1/ Revision 270982 Author repst...@apple.com Date 2020-12-18 11:32:51 -0800 (Fri, 18 Dec 2020) Log Message Tag Safari-611.1.9.1.1. Added Paths tags/Safari-611.1.9.1.1/ Diff ___ webkit-changes maili

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

2020-12-18 Thread mark . lam
Title: [270981] trunk/Source/_javascript_Core Revision 270981 Author mark@apple.com Date 2020-12-18 11:25:34 -0800 (Fri, 18 Dec 2020) Log Message Add tagging to JIT probe's return address. https://bugs.webkit.org/show_bug.cgi?id=220008 rdar://71279530 Reviewed by Keith Miller and Rob

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

2020-12-18 Thread cdumez
Title: [270980] trunk/Source/WebKit Revision 270980 Author cdu...@apple.com Date 2020-12-18 11:16:16 -0800 (Fri, 18 Dec 2020) Log Message REGRESSION (r270938): ASSERTION FAILED: !m_renderThread in WebKit::RemoteAudioDestinationProxy::startRenderingThread https://bugs.webkit.org/show_bug.c

[webkit-changes] [270979] branches/safari-611.1.9-branch/Source

2020-12-18 Thread repstein
Title: [270979] branches/safari-611.1.9-branch/Source Revision 270979 Author repst...@apple.com Date 2020-12-18 11:11:20 -0800 (Fri, 18 Dec 2020) Log Message Versioning. WebKit-7611.1.9.1.1 Modified Paths branches/safari-611.1.9-branch/Source/_javascript_Core/Configurations/Version.xcc

[webkit-changes] [270978] tags/Safari-611.1.9.1/

2020-12-18 Thread repstein
Title: [270978] tags/Safari-611.1.9.1/ Revision 270978 Author repst...@apple.com Date 2020-12-18 11:05:07 -0800 (Fri, 18 Dec 2020) Log Message Tag Safari-611.1.9.1. Added Paths tags/Safari-611.1.9.1/ Diff ___ webkit-changes mailing lis

[webkit-changes] [270977] branches/safari-611.1.9-branch

2020-12-18 Thread repstein
Title: [270977] branches/safari-611.1.9-branch Revision 270977 Author repst...@apple.com Date 2020-12-18 11:02:29 -0800 (Fri, 18 Dec 2020) Log Message Cherry-pick r270962. rdar://problem/72472070 REGRESSION(r270638) decidePolicyForNewWindowAction should have non-null request http

[webkit-changes] [270976] tags/Safari-611.1.9.0.1/

2020-12-18 Thread repstein
Title: [270976] tags/Safari-611.1.9.0.1/ Revision 270976 Author repst...@apple.com Date 2020-12-18 10:30:56 -0800 (Fri, 18 Dec 2020) Log Message Tag Safari-611.1.9.0.1. Added Paths tags/Safari-611.1.9.0.1/ Diff ___ webkit-changes maili

[webkit-changes] [270975] tags/Safari-611.1.9.0.1/

2020-12-18 Thread repstein
Title: [270975] tags/Safari-611.1.9.0.1/ Revision 270975 Author repst...@apple.com Date 2020-12-18 10:27:53 -0800 (Fri, 18 Dec 2020) Log Message Delete tag. Removed Paths tags/Safari-611.1.9.0.1/ Diff ___ webkit-changes mailing list we

[webkit-changes] [270974] trunk/Source

2020-12-18 Thread megan_gardner
Title: [270974] trunk/Source Revision 270974 Author megan_gard...@apple.com Date 2020-12-18 10:25:31 -0800 (Fri, 18 Dec 2020) Log Message Gate all of the code associated with app highlights https://bugs.webkit.org/show_bug.cgi?id=220003 Source/WebCore: Reviewed by Tim Horton. Only gat

[webkit-changes] [270972] branches/safari-611.1.9-branch/Source

2020-12-18 Thread repstein
Title: [270972] branches/safari-611.1.9-branch/Source Revision 270972 Author repst...@apple.com Date 2020-12-18 10:23:15 -0800 (Fri, 18 Dec 2020) Log Message Versioning. WebKit-7611.1.9.1 Modified Paths branches/safari-611.1.9-branch/Source/_javascript_Core/Configurations/Version.xccon

[webkit-changes] [270973] trunk/LayoutTests

2020-12-18 Thread ryanhaddad
Title: [270973] trunk/LayoutTests Revision 270973 Author ryanhad...@apple.com Date 2020-12-18 10:23:34 -0800 (Fri, 18 Dec 2020) Log Message [Mojave] webanimations/accelerated-transform-related-animation-property-order.html is failing https://bugs.webkit.org/show_bug.cgi?id=220018 Unrevie

[webkit-changes] [270971] tags/Safari-611.1.9.0.1/

2020-12-18 Thread repstein
Title: [270971] tags/Safari-611.1.9.0.1/ Revision 270971 Author repst...@apple.com Date 2020-12-18 10:21:47 -0800 (Fri, 18 Dec 2020) Log Message Tag Safari-611.1.9.0.1. Added Paths tags/Safari-611.1.9.0.1/ Diff ___ webkit-changes maili

[webkit-changes] [270970] branches/safari-611.1.9-branch/Source

2020-12-18 Thread repstein
Title: [270970] branches/safari-611.1.9-branch/Source Revision 270970 Author repst...@apple.com Date 2020-12-18 10:11:21 -0800 (Fri, 18 Dec 2020) Log Message Versioning. WebKit-7611.1.9.0.1 Modified Paths branches/safari-611.1.9-branch/Source/_javascript_Core/Configurations/Version.xcc

[webkit-changes] [270969] trunk/Source

2020-12-18 Thread cdumez
Title: [270969] trunk/Source Revision 270969 Author cdu...@apple.com Date 2020-12-18 09:23:52 -0800 (Fri, 18 Dec 2020) Log Message [iOS] Stop leaking an XPC boost message to XPC services https://bugs.webkit.org/show_bug.cgi?id=219453 Reviewed by Geoff Garen. Source/WebKit: Stop leaking

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

2020-12-18 Thread lmoura
Title: [270968] trunk/Source/WebCore Revision 270968 Author lmo...@igalia.com Date 2020-12-18 05:29:57 -0800 (Fri, 18 Dec 2020) Log Message [WPE] Unreviewed buildfix after r270964 * platform/graphics/opengl/GraphicsContextGLOpenGLES.cpp: Modified Paths trunk/Source/WebCore/ChangeLog tr

[webkit-changes] [270967] trunk/Source

2020-12-18 Thread ysuzuki
Title: [270967] trunk/Source Revision 270967 Author ysuz...@apple.com Date 2020-12-18 02:27:00 -0800 (Fri, 18 Dec 2020) Log Message [CSSJIT] Do not use trampoline if JITCage is disabled https://bugs.webkit.org/show_bug.cgi?id=220004 Reviewed by Tadeu Zagallo. Source/_javascript_Core: *

[webkit-changes] [270966] trunk/JSTests

2020-12-18 Thread commit-queue
Title: [270966] trunk/JSTests Revision 270966 Author commit-qu...@webkit.org Date 2020-12-18 02:09:30 -0800 (Fri, 18 Dec 2020) Log Message [WASM-References] Add reference spec tests for table instructions https://bugs.webkit.org/show_bug.cgi?id=220005 Patch by Dmitry Bezhetskov on 2020-

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

2020-12-18 Thread commit-queue
Title: [270965] trunk/Source/_javascript_Core Revision 270965 Author commit-qu...@webkit.org Date 2020-12-18 01:59:54 -0800 (Fri, 18 Dec 2020) Log Message [WASM-References] Reuse instance initElementSegment to reduce duplication https://bugs.webkit.org/show_bug.cgi?id=220007 Patch by Dmi