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

2021-06-20 Thread weinig
Title: [279062] trunk/Source/WTF Revision 279062 Author wei...@apple.com Date 2021-06-20 19:51:33 -0700 (Sun, 20 Jun 2021) Log Message Replace Span implementation with one from libc++, which is more spec complient https://bugs.webkit.org/show_bug.cgi?id=227197 Reviewed by Darin Adler.

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

2021-06-20 Thread zalan
Title: [279061] trunk/Source/WebCore Revision 279061 Author za...@apple.com Date 2021-06-20 18:19:50 -0700 (Sun, 20 Jun 2021) Log Message HitTestLocation::m_boundingBox should be able hold subpixel values https://bugs.webkit.org/show_bug.cgi?id=227185 Reviewed by Sam Weinig. This is in

[webkit-changes] [279060] trunk/Source

2021-06-20 Thread wenson_hsieh
Title: [279060] trunk/Source Revision 279060 Author wenson_hs...@apple.com Date 2021-06-20 16:22:06 -0700 (Sun, 20 Jun 2021) Log Message [macOS] Rename WKVisualSearchPreviewController to WKQuickLookPreviewController https://bugs.webkit.org/show_bug.cgi?id=227193 Reviewed by Sam Weinig.

[webkit-changes] [279059] trunk/Source

2021-06-20 Thread wenson_hsieh
Title: [279059] trunk/Source Revision 279059 Author wenson_hs...@apple.com Date 2021-06-20 14:31:34 -0700 (Sun, 20 Jun 2021) Log Message [Live Text] Mouse events should only trigger text recognition if the cursor is moving https://bugs.webkit.org/show_bug.cgi?id=227181 rdar://79469827

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

2021-06-20 Thread weinig
Title: [279058] trunk/Source/WTF Revision 279058 Author wei...@apple.com Date 2021-06-20 13:33:15 -0700 (Sun, 20 Jun 2021) Log Message Adopt Span in SHA1.h https://bugs.webkit.org/show_bug.cgi?id=227184 Reviewed by Chris Dumez. Replaces overload of addBytes taking a Vector with ones

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

2021-06-20 Thread zalan
Title: [279057] trunk/Source/WebCore Revision 279057 Author za...@apple.com Date 2021-06-20 12:46:09 -0700 (Sun, 20 Jun 2021) Log Message Move rectForPoint() static function out from the HitTestLocation class https://bugs.webkit.org/show_bug.cgi?id=227182 Reviewed by Sam Weinig. This

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

2021-06-20 Thread zalan
Title: [279056] trunk/Source/WebCore Revision 279056 Author za...@apple.com Date 2021-06-20 11:17:18 -0700 (Sun, 20 Jun 2021) Log Message Remove HitTestLocation(FloatPoint) c'tor https://bugs.webkit.org/show_bug.cgi?id=227179 Reviewed by Sam Weinig. FloatPoint are used to store pixed

[webkit-changes] [279055] trunk

2021-06-20 Thread darin
Title: [279055] trunk Revision 279055 Author da...@apple.com Date 2021-06-20 10:31:15 -0700 (Sun, 20 Jun 2021) Log Message CSS counter style improvements for Armenian, Tamil, and some CJK styles https://bugs.webkit.org/show_bug.cgi?id=227190 Reviewed by Sam Weinig. Source/WebCore: *

[webkit-changes] [279054] trunk

2021-06-20 Thread ysuzuki
Title: [279054] trunk Revision 279054 Author ysuz...@apple.com Date 2021-06-20 03:53:42 -0700 (Sun, 20 Jun 2021) Log Message Skip shadow-root creation for input element if it is not necessary https://bugs.webkit.org/show_bug.cgi?id=227189 Reviewed by Maciej Stachowiak. Source/WebCore:

[webkit-changes] [279053] trunk

2021-06-20 Thread ysuzuki
Title: [279053] trunk Revision 279053 Author ysuz...@apple.com Date 2021-06-20 02:48:03 -0700 (Sun, 20 Jun 2021) Log Message [JSC] Add ValueOf fast path in toPrimitive https://bugs.webkit.org/show_bug.cgi?id=226948 Reviewed by Ross Kirsling. JSTests: *

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

2021-06-20 Thread rmorisset
Title: [279052] trunk/Source/_javascript_Core Revision 279052 Author rmoris...@apple.com Date 2021-06-20 00:37:12 -0700 (Sun, 20 Jun 2021) Log Message Fix speculated type in the one-argument overload of speculateNeitherDoubleNorHeapBigIntNorString