[webkit-changes] [289152] trunk

2022-02-04 Thread ysuzuki
Title: [289152] trunk Revision 289152 Author ysuz...@apple.com Date 2022-02-04 23:26:52 -0800 (Fri, 04 Feb 2022) Log Message WeakRef deref can return null instead of undefined https://bugs.webkit.org/show_bug.cgi?id=235880 Reviewed by Sam Weinig and Alexey Shvayka. JSTests: *

[webkit-changes] [289151] trunk

2022-02-04 Thread mmaxfield
Title: [289151] trunk Revision 289151 Author mmaxfi...@apple.com Date 2022-02-04 22:38:33 -0800 (Fri, 04 Feb 2022) Log Message ch unit fallback size doesn't match the spec https://bugs.webkit.org/show_bug.cgi?id=236073 Reviewed by Cameron McCormack. Source/WebCore: The spec

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

2022-02-04 Thread commit-queue
Title: [289150] trunk/Source/WebKit Revision 289150 Author commit-qu...@webkit.org Date 2022-02-04 22:11:55 -0800 (Fri, 04 Feb 2022) Log Message Don't use adattributiond on iOS https://bugs.webkit.org/show_bug.cgi?id=236157 Patch by Alex Christensen on 2022-02-04 Reviewed by John

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

2022-02-04 Thread eric . carlson
Title: [289149] trunk/Source/WebCore Revision 289149 Author eric.carl...@apple.com Date 2022-02-04 21:32:55 -0800 (Fri, 04 Feb 2022) Log Message Update MediaStreamTrack understanding of source type https://bugs.webkit.org/show_bug.cgi?id=236165 Reviewed by Jer Noble. Before bug

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

2022-02-04 Thread weinig
Title: [289148] trunk/Source/WTF Revision 289148 Author wei...@apple.com Date 2022-02-04 20:04:21 -0800 (Fri, 04 Feb 2022) Log Message Make isNaNConstExpr actually constexpr https://bugs.webkit.org/show_bug.cgi?id=236162 Reviewed by Darin Adler. * wtf/MathExtras.h:

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

2022-02-04 Thread pvollan
Title: [289147] trunk/Source/WebKit Revision 289147 Author pvol...@apple.com Date 2022-02-04 19:30:56 -0800 (Fri, 04 Feb 2022) Log Message [AX] Stop creating sandbox extensions for preference services https://bugs.webkit.org/show_bug.cgi?id=232956 Reviewed by Geoffrey Garen. Stop

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

2022-02-04 Thread simon . fraser
Title: [289146] trunk/Source/WebKit Revision 289146 Author simon.fra...@apple.com Date 2022-02-04 18:54:56 -0800 (Fri, 04 Feb 2022) Log Message Lay the groundwork for markLayersVolatileImmediatelyIfPossible() being an asynchronous operation https://bugs.webkit.org/show_bug.cgi?id=236034

[webkit-changes] [289145] trunk/Source/bmalloc

2022-02-04 Thread ysuzuki
Title: [289145] trunk/Source/bmalloc Revision 289145 Author ysuz...@apple.com Date 2022-02-04 17:55:11 -0800 (Fri, 04 Feb 2022) Log Message [libpas] Use os_unfair_lock instead of spinlock https://bugs.webkit.org/show_bug.cgi?id=236158 Reviewed by Geoffrey Garen. os_unfair_lock is very

[webkit-changes] [289144] trunk/Source/bmalloc

2022-02-04 Thread ysuzuki
Title: [289144] trunk/Source/bmalloc Revision 289144 Author ysuz...@apple.com Date 2022-02-04 16:51:35 -0800 (Fri, 04 Feb 2022) Log Message [libpas] allocation failure crash should be PAS_NEVER_INLINE https://bugs.webkit.org/show_bug.cgi?id=236164 Reviewed by Saam Barati. We introduce

[webkit-changes] [289143] trunk/Tools

2022-02-04 Thread commit-queue
Title: [289143] trunk/Tools Revision 289143 Author commit-qu...@webkit.org Date 2022-02-04 16:48:34 -0800 (Fri, 04 Feb 2022) Log Message Add test for the fix in https://bugs.webkit.org/show_bug.cgi?id=235928 https://bugs.webkit.org/show_bug.cgi?id=236152 Patch by Matt Gilligan on

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

2022-02-04 Thread eric . carlson
Title: [289142] trunk/Source/WebCore Revision 289142 Author eric.carl...@apple.com Date 2022-02-04 16:28:02 -0800 (Fri, 04 Feb 2022) Log Message [macOS] ScreenCaptureKitCaptureSource only outputs one frame https://bugs.webkit.org/show_bug.cgi?id=236161 Reviewed by Jer Noble. Don't

[webkit-changes] [289141] trunk/LayoutTests/imported/w3c

2022-02-04 Thread jonlee
Title: [289141] trunk/LayoutTests/imported/w3c Revision 289141 Author jon...@apple.com Date 2022-02-04 16:05:25 -0800 (Fri, 04 Feb 2022) Log Message Unreviewed, land missing baseline for Shared Worker test. Patch by Chris Dumez on 2022-02-04 *

[webkit-changes] [289139] trunk

2022-02-04 Thread nham
Title: [289139] trunk Revision 289139 Author n...@apple.com Date 2022-02-04 15:21:32 -0800 (Fri, 04 Feb 2022) Log Message Add PushDatabase https://bugs.webkit.org/show_bug.cgi?id=234194 Reviewed by Brady Eidson. Source/WebCore: This adds a persistence layer for push subscriptions

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

2022-02-04 Thread commit-queue
Title: [289138] trunk/Source/WebKit Revision 289138 Author commit-qu...@webkit.org Date 2022-02-04 14:49:24 -0800 (Fri, 04 Feb 2022) Log Message Unreviewed, reverting r289124. https://bugs.webkit.org/show_bug.cgi?id=236160 Introduced crash Reverted changeset: "[macOS][WP] Add

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

2022-02-04 Thread pvollan
Title: [289137] trunk/Source/WebKit Revision 289137 Author pvol...@apple.com Date 2022-02-04 14:17:55 -0800 (Fri, 04 Feb 2022) Log Message [iOS][WP] Block access to syscalls that are only used during launch https://bugs.webkit.org/show_bug.cgi?id=236102 Reviewed by Brent Fulgham. On

[webkit-changes] [289136] tags/Safari-614.1.2/

2022-02-04 Thread alancoon
Title: [289136] tags/Safari-614.1.2/ Revision 289136 Author alanc...@apple.com Date 2022-02-04 13:34:45 -0800 (Fri, 04 Feb 2022) Log Message Tag Safari-614.1.2. Added Paths tags/Safari-614.1.2/ Diff ___ webkit-changes mailing list

[webkit-changes] [289135] trunk

2022-02-04 Thread commit-queue
Title: [289135] trunk Revision 289135 Author commit-qu...@webkit.org Date 2022-02-04 13:29:41 -0800 (Fri, 04 Feb 2022) Log Message Unreviewed, reverting r289098. https://bugs.webkit.org/show_bug.cgi?id=236154 caused some unexpected crashes Reverted changeset: "[RenderTreeBuilder]

[webkit-changes] [289134] trunk/Source

2022-02-04 Thread commit-queue
Title: [289134] trunk/Source Revision 289134 Author commit-qu...@webkit.org Date 2022-02-04 11:50:04 -0800 (Fri, 04 Feb 2022) Log Message Remember whether cached main resources used private relay when considering whether to call _setPrivacyProxyFailClosed

[webkit-changes] [289133] trunk/Tools

2022-02-04 Thread commit-queue
Title: [289133] trunk/Tools Revision 289133 Author commit-qu...@webkit.org Date 2022-02-04 11:46:22 -0800 (Fri, 04 Feb 2022) Log Message Unreviewed, reverting r289067. https://bugs.webkit.org/show_bug.cgi?id=236149 Broke WinCairo LayoutTests Reverted changeset: "REGRESSION(r288878)

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

2022-02-04 Thread zalan
Title: [289132] trunk/Source/WebCore Revision 289132 Author za...@apple.com Date 2022-02-04 11:36:13 -0800 (Fri, 04 Feb 2022) Log Message [LFC][Integration] Input geometry to layout (BoxGeometry) should be all logical https://bugs.webkit.org/show_bug.cgi?id=236120 Reviewed by Antti

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

2022-02-04 Thread andresg_22
Title: [289131] trunk/Source/WebCore Revision 289131 Author andresg...@apple.com Date 2022-02-04 11:19:42 -0800 (Fri, 04 Feb 2022) Log Message Cache some expensive AXIsolatedObject properties lazily. https://bugs.webkit.org/show_bug.cgi?id=236115 Reviewed by Chris Fleizach. Some

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

2022-02-04 Thread commit-queue
Title: [289130] trunk/Source/WebKit Revision 289130 Author commit-qu...@webkit.org Date 2022-02-04 10:58:02 -0800 (Fri, 04 Feb 2022) Log Message Unreviewed, reverting r289069. https://bugs.webkit.org/show_bug.cgi?id=236146 Introduced sandbox violation Reverted changeset: "[iOS][WP]

[webkit-changes] [289129] trunk

2022-02-04 Thread alexm
Title: [289129] trunk Revision 289129 Author al...@gnome.org Date 2022-02-04 10:53:17 -0800 (Fri, 04 Feb 2022) Log Message [GTK] Crash when starting DND on touchscreen https://bugs.webkit.org/show_bug.cgi?id=235694 Reviewed by Adrian Perez de Castro. Source/WebCore: *

[webkit-changes] [289128] trunk/Source

2022-02-04 Thread chris . reid
Title: [289128] trunk/Source Revision 289128 Author chris.r...@sony.com Date 2022-02-04 10:50:31 -0800 (Fri, 04 Feb 2022) Log Message Revert some structured binding workarounds with Clang https://bugs.webkit.org/show_bug.cgi?id=236098 Reviewed by Sam Weinig. Revert structured bindings

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

2022-02-04 Thread commit-queue
Title: [289127] trunk/Source/WebKit Revision 289127 Author commit-qu...@webkit.org Date 2022-02-04 10:42:08 -0800 (Fri, 04 Feb 2022) Log Message Unreviewed, reverting r289125. https://bugs.webkit.org/show_bug.cgi?id=236145 Introduced sandbox violation Reverted changeset: "[iOS][WP]

[webkit-changes] [289126] trunk/Websites/webkit.org

2022-02-04 Thread ntim
Title: [289126] trunk/Websites/webkit.org Revision 289126 Author n...@apple.com Date 2022-02-04 10:23:10 -0800 (Fri, 04 Feb 2022) Log Message Add element demos for blog post https://bugs.webkit.org/show_bug.cgi?id=236143 Reviewed by Simon Fraser. *

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

2022-02-04 Thread pvollan
Title: [289125] trunk/Source/WebKit Revision 289125 Author pvol...@apple.com Date 2022-02-04 10:21:16 -0800 (Fri, 04 Feb 2022) Log Message [iOS][WP] Block access to syscalls that are only used during launch https://bugs.webkit.org/show_bug.cgi?id=236102 Reviewed by Brent Fulgham. On

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

2022-02-04 Thread pvollan
Title: [289124] trunk/Source/WebKit Revision 289124 Author pvol...@apple.com Date 2022-02-04 10:19:18 -0800 (Fri, 04 Feb 2022) Log Message [macOS][WP] Add telemetry for syscalls used during launch https://bugs.webkit.org/show_bug.cgi?id=235865 Reviewed by Brent Fulgham. Add telemetry

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

2022-02-04 Thread pvollan
Title: [289123] trunk/Source/WebKit Revision 289123 Author pvol...@apple.com Date 2022-02-04 10:17:30 -0800 (Fri, 04 Feb 2022) Log Message [iOS][macOS] Adjust sysctl sandbox access https://bugs.webkit.org/show_bug.cgi?id=236082 Reviewed by Brent Fulgham. Adjust sysctl sandbox access

[webkit-changes] [289122] trunk

2022-02-04 Thread weinig
Title: [289122] trunk Revision 289122 Author wei...@apple.com Date 2022-02-04 09:26:30 -0800 (Fri, 04 Feb 2022) Log Message Gradients don't correctly interpolate missing/none color components correctly https://bugs.webkit.org/show_bug.cgi?id=236025 Reviewed by Simon Fraser.

[webkit-changes] [289121] trunk

2022-02-04 Thread katherine_cheney
Title: [289121] trunk Revision 289121 Author katherine_che...@apple.com Date 2022-02-04 09:06:32 -0800 (Fri, 04 Feb 2022) Log Message Fix App Privacy Report redirect attribution https://bugs.webkit.org/show_bug.cgi?id=236111 Reviewed by Brent Fulgham. Source/WebCore: Test:

[webkit-changes] [289120] trunk/LayoutTests/imported/w3c

2022-02-04 Thread cdumez
Title: [289120] trunk/LayoutTests/imported/w3c Revision 289120 Author cdu...@apple.com Date 2022-02-04 09:04:43 -0800 (Fri, 04 Feb 2022) Log Message Unreviewed, land missing baseline for Shared Worker test. *

[webkit-changes] [289119] trunk/LayoutTests

2022-02-04 Thread cdumez
Title: [289119] trunk/LayoutTests Revision 289119 Author cdu...@apple.com Date 2022-02-04 09:02:11 -0800 (Fri, 04 Feb 2022) Log Message Unreviewed, unskip more Shared Worker layout tests on WK2. LayoutTests/imported/w3c: *

[webkit-changes] [289118] trunk/Tools/buildstream

2022-02-04 Thread commit-queue
Title: [289118] trunk/Tools/buildstream Revision 289118 Author commit-qu...@webkit.org Date 2022-02-04 08:50:16 -0800 (Fri, 04 Feb 2022) Log Message [Flatpak SDK] Extension points for the Flatpak Sparkle-CDM extension https://bugs.webkit.org/show_bug.cgi?id=235490 Patch by Philippe

[webkit-changes] [289115] trunk/LayoutTests

2022-02-04 Thread cdumez
Title: [289115] trunk/LayoutTests Revision 289115 Author cdu...@apple.com Date 2022-02-04 08:20:25 -0800 (Fri, 04 Feb 2022) Log Message Unreviewed, drop badly imported test due to WPT importer bug getting fixed in Bug 236101. LayoutTests/imported/w3c: *

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

2022-02-04 Thread nham
Title: [289114] trunk/Source/WebKit Revision 289114 Author n...@apple.com Date 2022-02-04 08:06:51 -0800 (Fri, 04 Feb 2022) Log Message Import APSConnection-related SPI https://bugs.webkit.org/show_bug.cgi?id=235856 Reviewed Youenn Fablet. This imports the SPI declarations necessary to

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

2022-02-04 Thread pvollan
Title: [289113] trunk/Source/WebKit Revision 289113 Author pvol...@apple.com Date 2022-02-04 08:05:26 -0800 (Fri, 04 Feb 2022) Log Message [iOS][macOS] Adjust sandbox access to system-fcntl https://bugs.webkit.org/show_bug.cgi?id=236095 Reviewed by Brent Fulgham. Adjust sandbox access

[webkit-changes] [289112] trunk

2022-02-04 Thread commit-queue
Title: [289112] trunk Revision 289112 Author commit-qu...@webkit.org Date 2022-02-04 07:47:03 -0800 (Fri, 04 Feb 2022) Log Message Unreviewed, reverting r288996. https://bugs.webkit.org/show_bug.cgi?id=236141 Causing debug asserts Reverted changeset: "No breakpoints hit on github.com,

[webkit-changes] [289111] trunk/Tools

2022-02-04 Thread jbedard
Title: [289111] trunk/Tools Revision 289111 Author jbed...@apple.com Date 2022-02-04 06:56:00 -0800 (Fri, 04 Feb 2022) Log Message [EWS] Rename CompileJSCWithoutPatch https://bugs.webkit.org/show_bug.cgi?id=236104 Reviewed by Aakash Jain. * Tools/CISupport/ews-build/steps.py:

[webkit-changes] [289110] trunk/Tools

2022-02-04 Thread jbedard
Title: [289110] trunk/Tools Revision 289110 Author jbed...@apple.com Date 2022-02-04 06:50:53 -0800 (Fri, 04 Feb 2022) Log Message [EWS] Rename RunWebKitTestsWithoutPatch https://bugs.webkit.org/show_bug.cgi?id=236107 Reviewed by Aakash Jain. * Tools/CISupport/ews-build/steps.py:

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

2022-02-04 Thread commit-queue
Title: [289109] trunk/Source/WebCore Revision 289109 Author commit-qu...@webkit.org Date 2022-02-04 05:52:36 -0800 (Fri, 04 Feb 2022) Log Message [GTK][WPE] Use a Vector when defining the EGLImage attributes in the createImage https://bugs.webkit.org/show_bug.cgi?id=236133 Patch by

[webkit-changes] [289108] trunk

2022-02-04 Thread svillar
Title: [289108] trunk Revision 289108 Author svil...@igalia.com Date 2022-02-04 03:58:52 -0800 (Fri, 04 Feb 2022) Log Message HTMLMediaElement should dispatch the resize event asynchronously https://bugs.webkit.org/show_bug.cgi?id=230895 Reviewed by Darin Adler. Source/WebCore: The

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

2022-02-04 Thread psaavedra
Title: [289107] trunk/Source/WebCore Revision 289107 Author psaave...@igalia.com Date 2022-02-04 00:14:08 -0800 (Fri, 04 Feb 2022) Log Message Fix for non-unified builds after r286821 (245056@main) https://bugs.webkit.org/show_bug.cgi?id=236129 Unreviewed, fixes missing header. *