[webkit-changes] [286526] trunk

2021-12-03 Thread said
Title: [286526] trunk Revision 286526 Author s...@apple.com Date 2021-12-03 22:12:25 -0800 (Fri, 03 Dec 2021) Log Message [GPU Process] (REGRESSION r285597): Fix SVGFilter clamping calculation https://bugs.webkit.org/show_bug.cgi?id=233843 Reviewed by Simon Fraser. Source/WebCore: In

[webkit-changes] [286525] trunk/LayoutTests

2021-12-03 Thread lmoura
Title: [286525] trunk/LayoutTests Revision 286525 Author lmo...@igalia.com Date 2021-12-03 19:30:03 -0800 (Fri, 03 Dec 2021) Log Message [GLIB] Gardening some consistent timeouts Unreviewed test gardening. * platform/glib/TestExpectations: * platform/wpe/TestExpectations: Modified

[webkit-changes] [286524] tags/Safari-612.4.2/

2021-12-03 Thread repstein
Title: [286524] tags/Safari-612.4.2/ Revision 286524 Author repst...@apple.com Date 2021-12-03 19:08:54 -0800 (Fri, 03 Dec 2021) Log Message Tag Safari-612.4.2. Added Paths tags/Safari-612.4.2/ Diff ___ webkit-changes mailing list

[webkit-changes] [286523] branches/safari-612-branch/Source

2021-12-03 Thread repstein
Title: [286523] branches/safari-612-branch/Source Revision 286523 Author repst...@apple.com Date 2021-12-03 19:05:02 -0800 (Fri, 03 Dec 2021) Log Message Versioning. WebKit-7612.4.2 Modified Paths branches/safari-612-branch/Source/_javascript_Core/Configurations/Version.xcconfig

[webkit-changes] [286522] trunk

2021-12-03 Thread wenson_hsieh
Title: [286522] trunk Revision 286522 Author wenson_hs...@apple.com Date 2021-12-03 17:35:53 -0800 (Fri, 03 Dec 2021) Log Message [iOS] Web content process sometimes crashes under WebPage::positionInformation() https://bugs.webkit.org/show_bug.cgi?id=233841 rdar://85917212 Reviewed by

[webkit-changes] [286521] tags/Safari-612.4.1/

2021-12-03 Thread repstein
Title: [286521] tags/Safari-612.4.1/ Revision 286521 Author repst...@apple.com Date 2021-12-03 17:14:53 -0800 (Fri, 03 Dec 2021) Log Message Tag Safari-612.4.1. Added Paths tags/Safari-612.4.1/ Diff ___ webkit-changes mailing list

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

2021-12-03 Thread cdumez
Title: [286520] trunk/Source/WebCore Revision 286520 Author cdu...@apple.com Date 2021-12-03 16:09:31 -0800 (Fri, 03 Dec 2021) Log Message Add BroadcastChannel, COOP, COEP and Web Locks to features.json https://bugs.webkit.org/show_bug.cgi?id=233839 Reviewed by Alex Christensen. *

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

2021-12-03 Thread zalan
Title: [286518] trunk/Source/WebCore Revision 286518 Author za...@apple.com Date 2021-12-03 15:42:45 -0800 (Fri, 03 Dec 2021) Log Message [LFC][IFC] Move the (bidi)display boxes horizontally by the inline box margin, border and padding end as needed

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

2021-12-03 Thread commit-queue
Title: [286517] trunk/Source/WebKit Revision 286517 Author commit-qu...@webkit.org Date 2021-12-03 15:21:12 -0800 (Fri, 03 Dec 2021) Log Message Fix playstation build after r286484 https://bugs.webkit.org/show_bug.cgi?id=233823 unreviewed build fix. Patch by ujwal koneru on 2021-12-03

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

2021-12-03 Thread fpizlo
Title: [286516] trunk/Source/bmalloc Revision 286516 Author fpi...@apple.com Date 2021-12-03 14:48:23 -0800 (Fri, 03 Dec 2021) Log Message [libpas] Bitfit allocator has a wrong assertion when a page's max_free is enough for the size of an allocation, not enough for that allocation's size

[webkit-changes] [286515] tags/Safari-613.1.10/

2021-12-03 Thread repstein
Title: [286515] tags/Safari-613.1.10/ Revision 286515 Author repst...@apple.com Date 2021-12-03 13:58:02 -0800 (Fri, 03 Dec 2021) Log Message Tag Safari-613.1.10. Added Paths tags/Safari-613.1.10/ Diff ___ webkit-changes mailing list

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

2021-12-03 Thread cdumez
Title: [286514] trunk/Source/WTF Revision 286514 Author cdu...@apple.com Date 2021-12-03 13:46:11 -0800 (Fri, 03 Dec 2021) Log Message [WK2] Turn on Web Locks API support https://bugs.webkit.org/show_bug.cgi?id=233816 Reviewed by Darin Adler. *

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

2021-12-03 Thread timothy_horton
Title: [286513] trunk/Source/WebKit Revision 286513 Author timothy_hor...@apple.com Date 2021-12-03 13:14:59 -0800 (Fri, 03 Dec 2021) Log Message Fix the build * NetworkProcess/storage/NetworkStorageManager.cpp: Modified Paths trunk/Source/WebKit/ChangeLog

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

2021-12-03 Thread timothy_horton
Title: [286512] trunk/Source/WebKit Revision 286512 Author timothy_hor...@apple.com Date 2021-12-03 13:10:00 -0800 (Fri, 03 Dec 2021) Log Message Add more logging for MomentumEventDispatcher https://bugs.webkit.org/show_bug.cgi?id=233811 Reviewed by Simon Fraser. Add a temporary event

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

2021-12-03 Thread mmaxfield
Title: [286511] trunk/Source/WebCore Revision 286511 Author mmaxfi...@apple.com Date 2021-12-03 12:37:13 -0800 (Fri, 03 Dec 2021) Log Message Fix internal Apple builds Unreviewed. Turns out -weak_framework works if the framework isn't present at runtime, but still requires the

[webkit-changes] [286510] branches/safari-612-branch

2021-12-03 Thread repstein
Title: [286510] branches/safari-612-branch Revision 286510 Author repst...@apple.com Date 2021-12-03 12:29:26 -0800 (Fri, 03 Dec 2021) Log Message Cherry-pick r286505. rdar://problem/85918531 Follow-up to r286479 to add API test and address issues found by the test

[webkit-changes] [286509] branches/safari-612-branch/Source/WebKit

2021-12-03 Thread repstein
Title: [286509] branches/safari-612-branch/Source/WebKit Revision 286509 Author repst...@apple.com Date 2021-12-03 12:29:20 -0800 (Fri, 03 Dec 2021) Log Message Cherry-pick r286479. rdar://problem/85918531 Regression(r283179) Google Drive freezes after downloading a folder

[webkit-changes] [286507] trunk

2021-12-03 Thread sihui_liu
Title: [286507] trunk Revision 286507 Author sihui_...@apple.com Date 2021-12-03 12:17:15 -0800 (Fri, 03 Dec 2021) Log Message Fetch and remove file system data via WKWebsiteDataStore https://bugs.webkit.org/show_bug.cgi?id=233567 Reviewed by Youenn Fablet. Source/WebCore: *

[webkit-changes] [286506] branches/safari-613.1.8-branch/Source

2021-12-03 Thread repstein
Title: [286506] branches/safari-613.1.8-branch/Source Revision 286506 Author repst...@apple.com Date 2021-12-03 11:52:04 -0800 (Fri, 03 Dec 2021) Log Message Versioning. WebKit-7613.1.8.4 Modified Paths

[webkit-changes] [286505] trunk

2021-12-03 Thread cdumez
Title: [286505] trunk Revision 286505 Author cdu...@apple.com Date 2021-12-03 11:39:02 -0800 (Fri, 03 Dec 2021) Log Message Follow-up to r286479 to add API test and address issues found by the test https://bugs.webkit.org/show_bug.cgi?id=233798 Reviewed by Darin Adler. Source/WebKit:

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

2021-12-03 Thread timothy_horton
Title: [286504] trunk/Source/WTF Revision 286504 Author timothy_hor...@apple.com Date 2021-12-03 11:21:51 -0800 (Fri, 03 Dec 2021) Log Message Enable Momentum Event Generator by default https://bugs.webkit.org/show_bug.cgi?id=233807 Reviewed by Simon Fraser. *

[webkit-changes] [286503] trunk/LayoutTests

2021-12-03 Thread lmoura
Title: [286503] trunk/LayoutTests Revision 286503 Author lmo...@igalia.com Date 2021-12-03 11:06:39 -0800 (Fri, 03 Dec 2021) Log Message [GLIB] WPT css-transform transform-interpolation-rotate-slerp.html is flaky img failing after updated in r286002 Unreviewed test gardening. *

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

2021-12-03 Thread keith_miller
Title: [286502] trunk/Source/_javascript_Core Revision 286502 Author keith_mil...@apple.com Date 2021-12-03 10:30:11 -0800 (Fri, 03 Dec 2021) Log Message Remove StructureIDBlob https://bugs.webkit.org/show_bug.cgi?id=233723 Reviewed by Yusuke Suzuki. StructureIDBlob isn't very useful

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

2021-12-03 Thread wenson_hsieh
Title: [286501] trunk/Source/WebKit Revision 286501 Author wenson_hs...@apple.com Date 2021-12-03 10:29:32 -0800 (Fri, 03 Dec 2021) Log Message [ Monterey wk2 ] http/tests/media/video-webm-stall.html (layout-test) is a constant text failure https://bugs.webkit.org/show_bug.cgi?id=233717

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

2021-12-03 Thread zalan
Title: [286500] trunk/Source/WebCore Revision 286500 Author za...@apple.com Date 2021-12-03 10:15:04 -0800 (Fri, 03 Dec 2021) Log Message [LFC][IFC] Set the first/last box flag on the (bidi fragmented) inline box type of display boxes https://bugs.webkit.org/show_bug.cgi?id=233743

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

2021-12-03 Thread cdumez
Title: [286499] trunk/Source/WebCore Revision 286499 Author cdu...@apple.com Date 2021-12-03 10:00:42 -0800 (Fri, 03 Dec 2021) Log Message Introduce WorkerGlobalScope::type() function https://bugs.webkit.org/show_bug.cgi?id=233793 Reviewed by Alex Christensen. Introduce

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

2021-12-03 Thread bburg
Title: [286498] trunk/Source/WebKit Revision 286498 Author bb...@apple.com Date 2021-12-03 09:45:21 -0800 (Fri, 03 Dec 2021) Log Message Web Inspector: Web Inspector^2 crashes after closing if Web Inspector^1 closed first https://bugs.webkit.org/show_bug.cgi?id=233293 Reviewed by Devin

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

2021-12-03 Thread bburg
Title: [286497] trunk/Source/WebKit Revision 286497 Author bb...@apple.com Date 2021-12-03 09:36:07 -0800 (Fri, 03 Dec 2021) Log Message [Cocoa] Web Inspector: fix completion handler type signature for _WKInspectorExtension methods https://bugs.webkit.org/show_bug.cgi?id=233792

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

2021-12-03 Thread cdumez
Title: [286496] trunk/Source/WebCore Revision 286496 Author cdu...@apple.com Date 2021-12-03 09:35:24 -0800 (Fri, 03 Dec 2021) Log Message Improve dictionary-based DOMPromiseDeferred::settle https://bugs.webkit.org/show_bug.cgi?id=233751 Patch by Youenn Fablet on 2021-12-03 Reviewed by

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

2021-12-03 Thread antti
Title: [286495] trunk/Source/WTF Revision 286495 Author an...@apple.com Date 2021-12-03 09:19:47 -0800 (Fri, 03 Dec 2021) Log Message [:has() pseudo-class] Enable by default https://bugs.webkit.org/show_bug.cgi?id=233809 Reviewed by Simon Fraser. Flip the switch. *

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

2021-12-03 Thread antti
Title: [286494] trunk/Source/WebCore Revision 286494 Author an...@apple.com Date 2021-12-03 09:10:13 -0800 (Fri, 03 Dec 2021) Log Message [:has() pseudo-class] Improve result caching https://bugs.webkit.org/show_bug.cgi?id=233806 Reviewed by Simon Fraser. Improve caching to to avoid

[webkit-changes] [286492] trunk

2021-12-03 Thread achristensen
Title: [286492] trunk Revision 286492 Author achristen...@apple.com Date 2021-12-03 08:50:58 -0800 (Fri, 03 Dec 2021) Log Message Add room for more bytecode in WKContentRuleList file format https://bugs.webkit.org/show_bug.cgi?id=233780 Reviewed by Tim Hatcher. Source/WebCore: For

[webkit-changes] [286491] trunk

2021-12-03 Thread eric . carlson
Title: [286491] trunk Revision 286491 Author eric.carl...@apple.com Date 2021-12-03 08:35:55 -0800 (Fri, 03 Dec 2021) Log Message DisplayCaptureSource doesn't initialize base class correctly https://bugs.webkit.org/show_bug.cgi?id=233722 Reviewed by Youenn Fablet. Source/WebCore:

[webkit-changes] [286490] trunk/LayoutTests

2021-12-03 Thread svillar
Title: [286490] trunk/LayoutTests Revision 286490 Author svil...@igalia.com Date 2021-12-03 07:30:33 -0800 (Fri, 03 Dec 2021) Log Message [css-flexbox] WPT import. December 2021 edition https://bugs.webkit.org/show_bug.cgi?id=233810 Reviewed by Rob Buis. LayoutTests/imported/w3c: *

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

2021-12-03 Thread zalan
Title: [286489] trunk/Source/WebCore Revision 286489 Author za...@apple.com Date 2021-12-03 06:12:08 -0800 (Fri, 03 Dec 2021) Log Message [LFC][IFC] Move the (bidi)display boxes horizontally by the inline box margin, border and padding start as needed

[webkit-changes] [286488] trunk

2021-12-03 Thread youenn
Title: [286488] trunk Revision 286488 Author you...@apple.com Date 2021-12-03 06:01:14 -0800 (Fri, 03 Dec 2021) Log Message Persist NavigationPreloadState in service worker registration database https://bugs.webkit.org/show_bug.cgi?id=233698 Source/WebCore: Reviewed by Chris Dumez.

[webkit-changes] [286486] trunk/LayoutTests

2021-12-03 Thread commit-queue
Title: [286486] trunk/LayoutTests Revision 286486 Author commit-qu...@webkit.org Date 2021-12-03 00:50:25 -0800 (Fri, 03 Dec 2021) Log Message [GStreamer] test http/tests/security/webaudio-render-remote-audio-allowed-crossorigin.html fails https://bugs.webkit.org/show_bug.cgi?id=233737

[webkit-changes] [286485] trunk

2021-12-03 Thread aboya
Title: [286485] trunk Revision 286485 Author ab...@igalia.com Date 2021-12-03 00:25:14 -0800 (Fri, 03 Dec 2021) Log Message [MSE] Fix erase range to prevent accidental deletion in files with changing durations https://bugs.webkit.org/show_bug.cgi?id=233528 Reviewed by Xabier

[webkit-changes] [286484] trunk/Source

2021-12-03 Thread commit-queue
Title: [286484] trunk/Source Revision 286484 Author commit-qu...@webkit.org Date 2021-12-03 00:06:10 -0800 (Fri, 03 Dec 2021) Log Message Network process does not seem to initialize logging https://bugs.webkit.org/show_bug.cgi?id=233360 Patch by Kimmo Kinnunen on 2021-12-03 Reviewed