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

2020-01-25 Thread darin
Title: [255128] trunk/Source/WebCore Revision 255128 Author da...@apple.com Date 2020-01-25 22:33:40 -0800 (Sat, 25 Jan 2020) Log Message Tighten up some of the drag state machine logic https://bugs.webkit.org/show_bug.cgi?id=206798 Reviewed by Wenson Hsieh. * page/EventHandler.h:

[webkit-changes] [255127] trunk/Source

2020-01-25 Thread beidson
Title: [255127] trunk/Source Revision 255127 Author beid...@apple.com Date 2020-01-25 21:43:29 -0800 (Sat, 25 Jan 2020) Log Message Make ContentWorlds be identified by an ObjectIdentifier instead of a uint64_t https://bugs.webkit.org/show_bug.cgi?id=206784 Reviewed by Alex Christensen.

[webkit-changes] [255126] trunk/Source

2020-01-25 Thread mark . lam
Title: [255126] trunk/Source Revision 255126 Author mark@apple.com Date 2020-01-25 14:34:00 -0800 (Sat, 25 Jan 2020) Log Message Introduce a getVTablePointer() utility function. https://bugs.webkit.org/show_bug.cgi?id=206804 Reviewed by Yusuke Suzuki and Oliver Hunt.

[webkit-changes] [255125] trunk

2020-01-25 Thread mark . lam
Title: [255125] trunk Revision 255125 Author mark@apple.com Date 2020-01-25 12:13:34 -0800 (Sat, 25 Jan 2020) Log Message Add some tests for dynamically allocated StaticStringImpls. https://bugs.webkit.org/show_bug.cgi?id=206802 Reviewed by Darin Adler. Source/WTF: Removed some

[webkit-changes] [255124] trunk/LayoutTests

2020-01-25 Thread darin
Title: [255124] trunk/LayoutTests Revision 255124 Author da...@apple.com Date 2020-01-25 12:07:20 -0800 (Sat, 25 Jan 2020) Log Message REGRESSION: [ Mac WK2 ] animations/suspend-resume-animation-events.html is a flaky failure https://bugs.webkit.org/show_bug.cgi?id=206615 Reviewed by

[webkit-changes] [255123] trunk/Tools

2020-01-25 Thread aakash_jain
Title: [255123] trunk/Tools Revision 255123 Author aakash_j...@apple.com Date 2020-01-25 12:02:02 -0800 (Sat, 25 Jan 2020) Log Message webkit-patch upload should not submit automatically to old EWS https://bugs.webkit.org/show_bug.cgi?id=206801 Reviewed by Alexey Proskuryakov. *

[webkit-changes] [255122] trunk/LayoutTests

2020-01-25 Thread commit-queue
Title: [255122] trunk/LayoutTests Revision 255122 Author commit-qu...@webkit.org Date 2020-01-25 11:14:22 -0800 (Sat, 25 Jan 2020) Log Message Regression (r255103): media/modern-media-controls/placard-support/placard-support-airplay-fullscreen-no-controls.html

[webkit-changes] [255120] trunk/Source

2020-01-25 Thread mark . lam
Title: [255120] trunk/Source Revision 255120 Author mark@apple.com Date 2020-01-25 09:03:59 -0800 (Sat, 25 Jan 2020) Log Message Move singleton Intl string locales out of JSGlobalObject. https://bugs.webkit.org/show_bug.cgi?id=206791 Source/_javascript_Core: Reviewed by Yusuke

[webkit-changes] [255119] trunk

2020-01-25 Thread pvollan
Title: [255119] trunk Revision 255119 Author pvol...@apple.com Date 2020-01-25 08:51:34 -0800 (Sat, 25 Jan 2020) Log Message [Cocoa] Media mime types map should be created in the UI process https://bugs.webkit.org/show_bug.cgi?id=206478 Reviewed by Darin Adler. Source/WebCore:

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

2020-01-25 Thread zalan
Title: [255118] trunk/Source/WebCore Revision 255118 Author za...@apple.com Date 2020-01-25 07:57:09 -0800 (Sat, 25 Jan 2020) Log Message [LFC][IFC] Layout logic should be driven by the type of the inline box https://bugs.webkit.org/show_bug.cgi?id=206792 Reviewed by Antti Koivisto.

[webkit-changes] [255117] trunk

2020-01-25 Thread antti
Title: [255117] trunk Revision 255117 Author an...@apple.com Date 2020-01-25 06:16:30 -0800 (Sat, 25 Jan 2020) Log Message [LFC][Integration] Re-enable line layout integration https://bugs.webkit.org/show_bug.cgi?id=206795 Reviewed by Zalan Bujtas. Source/WebCore: *

[webkit-changes] [255116] trunk

2020-01-25 Thread youenn
Title: [255116] trunk Revision 255116 Author you...@apple.com Date 2020-01-25 04:27:39 -0800 (Sat, 25 Jan 2020) Log Message HTMLMediaElement should not remove the media session at DOM suspension time https://bugs.webkit.org/show_bug.cgi?id=206661 Source/WebCore: Reviewed by Eric