[webkit-changes] [274396] trunk

2021-03-13 Thread wenson_hsieh
Title: [274396] trunk Revision 274396 Author wenson_hs...@apple.com Date 2021-03-13 22:51:31 -0800 (Sat, 13 Mar 2021) Log Message [iOS] Selecting the first word in an image overlay may select text in the previous line https://bugs.webkit.org/show_bug.cgi?id=223153 Reviewed by Tim

[webkit-changes] [274395] trunk

2021-03-13 Thread wenson_hsieh
Title: [274395] trunk Revision 274395 Author wenson_hs...@apple.com Date 2021-03-13 19:32:31 -0800 (Sat, 13 Mar 2021) Log Message Add support for accessibility image overlays in layout tests https://bugs.webkit.org/show_bug.cgi?id=223146 Reviewed by Tim Horton. Source/WebCore:

[webkit-changes] [274394] trunk/Tools

2021-03-13 Thread gsnedders
Title: [274394] trunk/Tools Revision 274394 Author gsnedd...@apple.com Date 2021-03-13 19:22:18 -0800 (Sat, 13 Mar 2021) Log Message Move LayoutTestFinder.split_into_chunks to Manager._split_into_chunks https://bugs.webkit.org/show_bug.cgi?id=223137 Reviewed by Jonathan Bedard. *

[webkit-changes] [274393] trunk

2021-03-13 Thread commit-queue
Title: [274393] trunk Revision 274393 Author commit-qu...@webkit.org Date 2021-03-13 18:47:53 -0800 (Sat, 13 Mar 2021) Log Message Unreviewed, reverting r274379. https://bugs.webkit.org/show_bug.cgi?id=223154 Some LayoutTests are crashing Reverted changeset: "Cache cross-origin

[webkit-changes] [274392] trunk/LayoutTests

2021-03-13 Thread cgambrell
Title: [274392] trunk/LayoutTests Revision 274392 Author cgambr...@apple.com Date 2021-03-13 13:55:51 -0800 (Sat, 13 Mar 2021) Log Message [ macOS Wk2 ] http/tests/security/contentSecurityPolicy/report-only-connect-src-xmlhttprequest-redirect-to-blocked.php is constantly text failing

[webkit-changes] [274391] trunk

2021-03-13 Thread graouts
Title: [274391] trunk Revision 274391 Author grao...@webkit.org Date 2021-03-13 12:00:21 -0800 (Sat, 13 Mar 2021) Log Message Fix interpolation of clip CSS property https://bugs.webkit.org/show_bug.cgi?id=223126 Reviewed by Antti Koivisto. LayoutTests/imported/w3c: Import

[webkit-changes] [274390] trunk

2021-03-13 Thread peng . liu6
Title: [274390] trunk Revision 274390 Author peng.l...@apple.com Date 2021-03-13 11:08:22 -0800 (Sat, 13 Mar 2021) Log Message [GPUP][MSE] MediaSource::buffered and MediaSource::activeSourceBuffers do not update in the same run loop as MediaSource::endOfStream()

[webkit-changes] [274389] trunk/LayoutTests

2021-03-13 Thread commit-queue
Title: [274389] trunk/LayoutTests Revision 274389 Author commit-qu...@webkit.org Date 2021-03-13 08:26:21 -0800 (Sat, 13 Mar 2021) Log Message [css-flexbox] Fix incorrect relative path https://bugs.webkit.org/show_bug.cgi?id=223120 Patch by Rob Buis on 2021-03-13 Reviewed by Darin

[webkit-changes] [274388] trunk/Tools

2021-03-13 Thread aakash_jain
Title: [274388] trunk/Tools Revision 274388 Author aakash_j...@apple.com Date 2021-03-13 08:20:39 -0800 (Sat, 13 Mar 2021) Log Message [build.webkit.org] run buildbot checkconfig in services ews https://bugs.webkit.org/show_bug.cgi?id=222687 Reviewed by Jonathan Bedard. *

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

2021-03-13 Thread zalan
Title: [274387] trunk/Source/WebCore Revision 274387 Author za...@apple.com Date 2021-03-13 08:09:52 -0800 (Sat, 13 Mar 2021) Log Message Mark the line dirty when list marker goes from inline to block https://bugs.webkit.org/show_bug.cgi?id=223132 Reviewed by Antti Koivisto. This patch

[webkit-changes] [274386] trunk/Source

2021-03-13 Thread philn
Title: [274386] trunk/Source Revision 274386 Author ph...@webkit.org Date 2021-03-13 07:06:04 -0800 (Sat, 13 Mar 2021) Log Message Unreviewed, fix build warnings after r273204 and r274323 Source/WebCore: * storage/StorageQuotaManager.cpp:

[webkit-changes] [274385] trunk

2021-03-13 Thread youenn
Title: [274385] trunk Revision 274385 Author you...@apple.com Date 2021-03-13 03:11:28 -0800 (Sat, 13 Mar 2021) Log Message Update RTCRtpScriptTransform to the latest version of the spec https://bugs.webkit.org/show_bug.cgi?id=222982 Reviewed by Eric Carlson. Source/WebCore: Move from

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

2021-03-13 Thread graouts
Title: [274384] trunk/LayoutTests/imported/w3c Revision 274384 Author grao...@webkit.org Date 2021-03-13 03:03:39 -0800 (Sat, 13 Mar 2021) Log Message Unreviewed. Merge the changes to the perspective interpolation test that resulted from

[webkit-changes] [274383] trunk

2021-03-13 Thread graouts
Title: [274383] trunk Revision 274383 Author grao...@webkit.org Date 2021-03-13 02:57:21 -0800 (Sat, 13 Mar 2021) Log Message Fix interpolation of orphans and widows CSS properties https://bugs.webkit.org/show_bug.cgi?id=223124 Reviewed by Darin Adler. LayoutTests/imported/w3c: Import

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

2021-03-13 Thread Hironori . Fujii
Title: [274382] trunk/Source/WebCore Revision 274382 Author hironori.fu...@sony.com Date 2021-03-13 01:36:04 -0800 (Sat, 13 Mar 2021) Log Message Non-unified builds can't compile JSWebGLRenderingContext.cpp: error: member access into incomplete type 'WebCore::WebGLSampler'

[webkit-changes] [274381] trunk

2021-03-13 Thread mrobinson
Title: [274381] trunk Revision 274381 Author mrobin...@webkit.org Date 2021-03-13 01:31:19 -0800 (Sat, 13 Mar 2021) Log Message Add basic (non-momentum) wheel event handling for scroll snap https://bugs.webkit.org/show_bug.cgi?id=222594 Source/WebCore: Reviewed by Simon Fraser. Test:

[webkit-changes] [274379] trunk

2021-03-13 Thread shvaikalesh
Title: [274379] trunk Revision 274379 Author shvaikal...@gmail.com Date 2021-03-13 01:02:37 -0800 (Sat, 13 Mar 2021) Log Message Cache cross-origin methods / accessors of Window and Location per lexical global object https://bugs.webkit.org/show_bug.cgi?id=222739 Reviewed by Darin

[webkit-changes] [274380] trunk/Source

2021-03-13 Thread timothy_horton
Title: [274380] trunk/Source Revision 274380 Author timothy_hor...@apple.com Date 2021-03-13 01:03:04 -0800 (Sat, 13 Mar 2021) Log Message Adopt DDMacAction instead of DDAction on macOS https://bugs.webkit.org/show_bug.cgi?id=223145 Reviewed by Megan Gardner. Source/WebCore/PAL: *