[webkit-changes] [288431] tags/Safari-613.1.14.2.3/

2022-01-23 Thread repstein
Title: [288431] tags/Safari-613.1.14.2.3/ Revision 288431 Author repst...@apple.com Date 2022-01-23 23:32:16 -0800 (Sun, 23 Jan 2022) Log Message Tag Safari-613.1.14.2.3. Added Paths tags/Safari-613.1.14.2.3/ Diff ___ webkit-changes

[webkit-changes] [288430] branches/safari-613.1.14.2-branch/Source

2022-01-23 Thread repstein
Title: [288430] branches/safari-613.1.14.2-branch/Source Revision 288430 Author repst...@apple.com Date 2022-01-23 23:28:38 -0800 (Sun, 23 Jan 2022) Log Message Versioning. WebKit-7613.1.14.2.3 Modified Paths

[webkit-changes] [288429] trunk

2022-01-23 Thread commit-queue
Title: [288429] trunk Revision 288429 Author commit-qu...@webkit.org Date 2022-01-23 20:48:29 -0800 (Sun, 23 Jan 2022) Log Message Position:fixed layers shouldn't allocate a backing buffer if all children are offscreen. https://bugs.webkit.org/show_bug.cgi?id=235420 Patch by Matt

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

2022-01-23 Thread darin
Title: [288428] trunk/Source/WebCore Revision 288428 Author da...@apple.com Date 2022-01-23 18:07:06 -0800 (Sun, 23 Jan 2022) Log Message Fix "componet" typo in just-landed patch. * platform/graphics/ColorInterpolation.h: I suggested Sam change a name to

[webkit-changes] [288427] trunk

2022-01-23 Thread weinig
Title: [288427] trunk Revision 288427 Author wei...@apple.com Date 2022-01-23 16:57:12 -0800 (Sun, 23 Jan 2022) Log Message Support interpolating colors with missing/none components via color-mix() https://bugs.webkit.org/show_bug.cgi?id=235496 Reviewed by Darin Adler.

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

2022-01-23 Thread darin
Title: [288426] trunk/Source/WebCore Revision 288426 Author da...@apple.com Date 2022-01-23 16:55:31 -0800 (Sun, 23 Jan 2022) Log Message Improve FourCC to use more inlining, fix incorrect mix of WEBCORE_EXPORT on entire class with inline functions

[webkit-changes] [288425] trunk

2022-01-23 Thread tyler_w
Title: [288425] trunk Revision 288425 Author tyle...@apple.com Date 2022-01-23 15:10:34 -0800 (Sun, 23 Jan 2022) Log Message AX Isolated Tree Mode: Re-compute AXPropertyName::IsEnabled when a node experiences AXDisabledStateChanged https://bugs.webkit.org/show_bug.cgi?id=235295 Reviewed

[webkit-changes] [288424] trunk

2022-01-23 Thread graouts
Title: [288424] trunk Revision 288424 Author grao...@webkit.org Date 2022-01-23 13:50:29 -0800 (Sun, 23 Jan 2022) Log Message [Model] Add load and error events to distinguish resource load from model readiness https://bugs.webkit.org/show_bug.cgi?id=233706 rdar://85922697 Reviewed by

[webkit-changes] [288423] trunk

2022-01-23 Thread graouts
Title: [288423] trunk Revision 288423 Author grao...@webkit.org Date 2022-01-23 13:21:20 -0800 (Sun, 23 Jan 2022) Log Message m_lastStyleChangeEventStyle null ptr deref for accelerated CSS Animation with no duration and an implicit keyframe https://bugs.webkit.org/show_bug.cgi?id=235394

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

2022-01-23 Thread commit-queue
Title: [288422] trunk/Source/WebCore Revision 288422 Author commit-qu...@webkit.org Date 2022-01-23 11:27:53 -0800 (Sun, 23 Jan 2022) Log Message [GStreamer] C++20 warnings https://bugs.webkit.org/show_bug.cgi?id=235493 Patch by Philippe Normand on 2022-01-23 Reviewed by Darin Adler.

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

2022-01-23 Thread zalan
Title: [288421] trunk/Source/WebCore Revision 288421 Author za...@apple.com Date 2022-01-23 10:43:37 -0800 (Sun, 23 Jan 2022) Log Message [LFC][IFC] InlineFormattingContext::computeGeometryForLineContent should always return the line logical rect

[webkit-changes] [288420] trunk

2022-01-23 Thread zsun
Title: [288420] trunk Revision 288420 Author z...@igalia.com Date 2022-01-23 08:59:15 -0800 (Sun, 23 Jan 2022) Log Message [forms] Prevent contenteditable anchors from being stuck https://bugs.webkit.org/show_bug.cgi?id=235438 Reviewed by Darin Adler. LayoutTests/imported/w3c: Update

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

2022-01-23 Thread tyler_w
Title: [288419] trunk/Source/WebCore Revision 288419 Author tyle...@apple.com Date 2022-01-23 08:50:20 -0800 (Sun, 23 Jan 2022) Log Message AX: Refactor near-duplicate AXObjectCache::updateIsolatedTree implementations https://bugs.webkit.org/show_bug.cgi?id=235481 Reviewed by Chris

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

2022-01-23 Thread zalan
Title: [288418] trunk/Source/WebCore Revision 288418 Author za...@apple.com Date 2022-01-23 08:25:32 -0800 (Sun, 23 Jan 2022) Log Message [LFC][IFC] LineLayout::contentLogicalHeight should always return the logical height https://bugs.webkit.org/show_bug.cgi?id=235488 Reviewed by Antti

[webkit-changes] [288417] trunk

2022-01-23 Thread zalan
Title: [288417] trunk Revision 288417 Author za...@apple.com Date 2022-01-23 06:48:40 -0800 (Sun, 23 Jan 2022) Log Message [LFC][IFC] Enable unicode-bidi: plaintext for IFC https://bugs.webkit.org/show_bug.cgi?id=235429 Reviewed by Antti Koivisto. Source/WebCore: *