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

2021-02-20 Thread bfulgham
Title: [273216] trunk/Source/WebKit Revision 273216 Author bfulg...@apple.com Date 2021-02-20 23:27:31 -0800 (Sat, 20 Feb 2021) Log Message [Cocoa] Update WebCoreArgumentCodersMac with some new additions https://bugs.webkit.org/show_bug.cgi?id=42 Reviewed by Tim Horton. Will be

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

2021-02-20 Thread bburg
Title: [273215] trunk/Source/WebKit Revision 273215 Author bb...@apple.com Date 2021-02-20 20:24:31 -0800 (Sat, 20 Feb 2021) Log Message [Cocoa] Web Inspector: expose the WKBrowsingContextHandle associated with Web Inspector's page https://bugs.webkit.org/show_bug.cgi?id=26 Reviewed

[webkit-changes] [273214] trunk

2021-02-20 Thread cfleizach
Title: [273214] trunk Revision 273214 Author cfleiz...@apple.com Date 2021-02-20 20:15:52 -0800 (Sat, 20 Feb 2021) Log Message AX: Image should report the embedded accessibility description if available https://bugs.webkit.org/show_bug.cgi?id=221875 Reviewed by Jer Noble.

[webkit-changes] [273213] trunk

2021-02-20 Thread peng . liu6
Title: [273213] trunk Revision 273213 Author peng.l...@apple.com Date 2021-02-20 18:05:38 -0800 (Sat, 20 Feb 2021) Log Message Video elements do not work as sources for TexImage2D calls in GPU Process https://bugs.webkit.org/show_bug.cgi?id=218184 Reviewed by Jer Noble. Source/WebCore:

[webkit-changes] [273212] trunk

2021-02-20 Thread youenn
Title: [273212] trunk Revision 273212 Author you...@apple.com Date 2021-02-20 17:06:59 -0800 (Sat, 20 Feb 2021) Log Message Add support for adding/removing/clearing mock devices in GPUProcess https://bugs.webkit.org/show_bug.cgi?id=222174 Reviewed by Eric Carlson. Source/WebKit: Make

[webkit-changes] [273211] trunk

2021-02-20 Thread weinig
Title: [273211] trunk Revision 273211 Author wei...@apple.com Date 2021-02-20 16:47:59 -0800 (Sat, 20 Feb 2021) Log Message color(lab ...) should serialize as color(lab ...) not lab() according to latest CSS Color 4 spec https://bugs.webkit.org/show_bug.cgi?id=222110 Reviewed by Dean

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

2021-02-20 Thread simon . fraser
Title: [273210] trunk/Source/WebCore Revision 273210 Author simon.fra...@apple.com Date 2021-02-20 16:38:20 -0800 (Sat, 20 Feb 2021) Log Message Fix the build when TREE_DEBUGGING is enabled in release builds https://bugs.webkit.org/show_bug.cgi?id=38 Reviewed by Zalan Bujtas.

[webkit-changes] [273209] trunk

2021-02-20 Thread jiewen_tan
Title: [273209] trunk Revision 273209 Author jiewen_...@apple.com Date 2021-02-20 15:17:32 -0800 (Sat, 20 Feb 2021) Log Message PCM: Store and report source unlinkable tokens https://bugs.webkit.org/show_bug.cgi?id=08 Reviewed by John Wilander. Source/WebCore: This patch hooks up

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

2021-02-20 Thread jiewen_tan
Title: [273208] trunk/Source/WTF Revision 273208 Author jiewen_...@apple.com Date 2021-02-20 15:01:38 -0800 (Sat, 20 Feb 2021) Log Message PCM: Turn the fraud prevention on by default https://bugs.webkit.org/show_bug.cgi?id=24 Reviewed by John Wilander. *

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

2021-02-20 Thread said
Title: [273207] trunk/Source/WTF Revision 273207 Author s...@apple.com Date 2021-02-20 14:43:39 -0800 (Sat, 20 Feb 2021) Log Message Make PaintTimingEnabled default to false https://bugs.webkit.org/show_bug.cgi?id=222186 Reviewed by Simon Fraser. PaintTiming causes about 4% regression

[webkit-changes] [273206] trunk

2021-02-20 Thread commit-queue
Title: [273206] trunk Revision 273206 Author commit-qu...@webkit.org Date 2021-02-20 14:40:54 -0800 (Sat, 20 Feb 2021) Log Message "min-content" & "max-content" keywords should behave as initial value in block axis (but WebKit improperly treats them as the content-size)

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

2021-02-20 Thread lmoura
Title: [273205] trunk/Source/WebCore Revision 273205 Author lmo...@igalia.com Date 2021-02-20 14:22:43 -0800 (Sat, 20 Feb 2021) Log Message Unreviewed. GLib buildfix after r273203 * bindings/js/WorkerModuleScriptLoader.h: * bindings/js/WorkerScriptFetcher.h: Modified Paths

[webkit-changes] [273202] trunk

2021-02-20 Thread wenson_hsieh
Title: [273202] trunk Revision 273202 Author wenson_hs...@apple.com Date 2021-02-20 10:17:33 -0800 (Sat, 20 Feb 2021) Log Message Unreviewed, reverting r273115. Breaks autocorrect without the accompanying change in rdar://problem/74211293 Reverted changeset: "Unconditionally return

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

2021-02-20 Thread cdumez
Title: [273201] trunk/Source/WebKit Revision 273201 Author cdu...@apple.com Date 2021-02-20 10:13:36 -0800 (Sat, 20 Feb 2021) Log Message Unreviewed, fix regression from r273194 that was spotted by Darin Adler after landing. * Platform/cocoa/WKPaymentAuthorizationDelegate.mm:

[webkit-changes] [273200] trunk/Source/ThirdParty/ANGLE

2021-02-20 Thread dino
Title: [273200] trunk/Source/ThirdParty/ANGLE Revision 273200 Author d...@apple.com Date 2021-02-20 10:11:59 -0800 (Sat, 20 Feb 2021) Log Message Fix a number of functional regressions caused by enabling the Metal ANGLE backend by default. https://bugs.webkit.org/show_bug.cgi?id=220895

[webkit-changes] [273199] trunk/Tools

2021-02-20 Thread aakash_jain
Title: [273199] trunk/Tools Revision 273199 Author aakash_j...@apple.com Date 2021-02-20 09:00:21 -0800 (Sat, 20 Feb 2021) Log Message Revert r272384 [Python-3] Change shebang in git-webkit https://bugs.webkit.org/show_bug.cgi?id=221412 Unreviewed infrastructure fix. Revert to Python

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

2021-02-20 Thread zalan
Title: [273198] trunk/Source/WebCore Revision 273198 Author za...@apple.com Date 2021-02-20 06:18:45 -0800 (Sat, 20 Feb 2021) Log Message [LFC][Integration] Enclosing top and bottom value are relative to the containing block's border box https://bugs.webkit.org/show_bug.cgi?id=20

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

2021-02-20 Thread commit-queue
Title: [273197] trunk/Source/WebCore Revision 273197 Author commit-qu...@webkit.org Date 2021-02-20 02:39:06 -0800 (Sat, 20 Feb 2021) Log Message Remove unused isGoogle function https://bugs.webkit.org/show_bug.cgi?id=27 Patch by Rob Buis on 2021-02-20 Reviewed by Frédéric Wang.