[webkit-changes] [272838] trunk

2021-02-13 Thread shvaikalesh
Title: [272838] trunk Revision 272838 Author shvaikal...@gmail.com Date 2021-02-13 19:04:15 -0800 (Sat, 13 Feb 2021) Log Message Proxy's [[GetOwnProperty]] should complete trap result descriptor before validation https://bugs.webkit.org/show_bug.cgi?id=221772 Reviewed by Yusuke Suzuki.

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

2021-02-13 Thread weinig
Title: [272837] trunk/Source/WebCore Revision 272837 Author wei...@apple.com Date 2021-02-13 16:05:59 -0800 (Sat, 13 Feb 2021) Log Message Reduce requirements for color types to only conversion to their reference color https://bugs.webkit.org/show_bug.cgi?id=221868 Reviewed by Darin

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

2021-02-13 Thread ap
Title: [272836] trunk/Source/WebKit Revision 272836 Author a...@apple.com Date 2021-02-13 12:35:07 -0800 (Sat, 13 Feb 2021) Log Message Unreviewed build fix. * UIProcess/ios/WKContentViewInteraction.mm: (-[WKContentView pointerInteraction:styleForRegion:]): Modified Paths

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

2021-02-13 Thread darin
Title: [272835] trunk/Source/WebCore Revision 272835 Author da...@apple.com Date 2021-02-13 11:13:12 -0800 (Sat, 13 Feb 2021) Log Message Improve computed style handling in degenerate grid cases, sizes and lengths of zero https://bugs.webkit.org/show_bug.cgi?id=221856 Reviewed by Anders

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

2021-02-13 Thread zalan
Title: [272834] trunk/Source/WebCore Revision 272834 Author za...@apple.com Date 2021-02-13 11:07:16 -0800 (Sat, 13 Feb 2021) Log Message [LFC][Integration] Not every inline box contributes to line overflow https://bugs.webkit.org/show_bug.cgi?id=221867 Reviewed by Antti Koivisto.

[webkit-changes] [272833] trunk/JSTests

2021-02-13 Thread commit-queue
Title: [272833] trunk/JSTests Revision 272833 Author commit-qu...@webkit.org Date 2021-02-13 10:18:59 -0800 (Sat, 13 Feb 2021) Log Message JSC stress test stress/copy-data-properties-fast-path.js.default fails on s390x and ppc64le https://bugs.webkit.org/show_bug.cgi?id=221557 Patch by

[webkit-changes] [272832] trunk/JSTests

2021-02-13 Thread ysuzuki
Title: [272832] trunk/JSTests Revision 272832 Author ysuz...@apple.com Date 2021-02-13 02:59:07 -0800 (Sat, 13 Feb 2021) Log Message Unreviewed, fix stress/copy-data-properties-fast-path.js occasional failure Wrap it with try-catch since stack-overflow RangeError in JS can happen. *

[webkit-changes] [272831] trunk/Source

2021-02-13 Thread ysuzuki
Title: [272831] trunk/Source Revision 272831 Author ysuz...@apple.com Date 2021-02-13 02:12:08 -0800 (Sat, 13 Feb 2021) Log Message [JSC] Enable JITCage on macOS https://bugs.webkit.org/show_bug.cgi?id=221805 Reviewed by Mark Lam. Source/_javascript_Core: We enable JITCage too on