[webkit-changes] [285090] trunk/Source

2021-10-30 Thread mmaxfield
Title: [285090] trunk/Source Revision 285090 Author mmaxfi...@apple.com Date 2021-10-30 20:22:46 -0700 (Sat, 30 Oct 2021) Log Message Migrate the first few callers from ImageBuffer::truncatedLogicalSize() to ImageBuffer::logicalSize() https://bugs.webkit.org/show_bug.cgi?id=232528

[webkit-changes] [285089] trunk

2021-10-30 Thread wenson_hsieh
Title: [285089] trunk Revision 285089 Author wenson_hs...@apple.com Date 2021-10-30 20:19:15 -0700 (Sat, 30 Oct 2021) Log Message Layer tree should not be stuck in frozen state after explicitly stopping a page load https://bugs.webkit.org/show_bug.cgi?id=232532 rdar://84522357 Reviewed

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

2021-10-30 Thread mmaxfield
Title: [285088] trunk/Source/WebKit Revision 285088 Author mmaxfi...@apple.com Date 2021-10-30 19:37:24 -0700 (Sat, 30 Oct 2021) Log Message Web process shouldn't crash if ImageBuffer::ensureBackendCreated() fails https://bugs.webkit.org/show_bug.cgi?id=232520 Reviewed by Simon Fraser.

[webkit-changes] [285087] trunk

2021-10-30 Thread mmaxfield
Title: [285087] trunk Revision 285087 Author mmaxfi...@apple.com Date 2021-10-30 19:24:17 -0700 (Sat, 30 Oct 2021) Log Message [GPU Process] Small ImageBuffers cause the web process to crash https://bugs.webkit.org/show_bug.cgi?id=232470 Reviewed by Tim Horton. Source/WebKit: The

[webkit-changes] [285086] trunk

2021-10-30 Thread cdumez
Title: [285086] trunk Revision 285086 Author cdu...@apple.com Date 2021-10-30 18:24:38 -0700 (Sat, 30 Oct 2021) Log Message Improve error handling in sendWithAsyncReply() https://bugs.webkit.org/show_bug.cgi?id=232508 Reviewed by Darin Adler. Source/WebKit: *

[webkit-changes] [285085] trunk

2021-10-30 Thread cdumez
Title: [285085] trunk Revision 285085 Author cdu...@apple.com Date 2021-10-30 18:18:06 -0700 (Sat, 30 Oct 2021) Log Message [ BigSur wk2 Debug arm64 ] webaudio/AudioBufferSource/audiobuffersource-playbackrate.html is a flaky crash https://bugs.webkit.org/show_bug.cgi?id=232500 Reviewed

[webkit-changes] [285084] trunk

2021-10-30 Thread commit-queue
Title: [285084] trunk Revision 285084 Author commit-qu...@webkit.org Date 2021-10-30 15:58:21 -0700 (Sat, 30 Oct 2021) Log Message Selection extend() should trigger exception with no ranges https://bugs.webkit.org/show_bug.cgi?id=232420 Patch by Brandon Stewart on 2021-10-30 Reviewed

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

2021-10-30 Thread zalan
Title: [285083] trunk/Source/WebCore Revision 285083 Author za...@apple.com Date 2021-10-30 12:57:56 -0700 (Sat, 30 Oct 2021) Log Message [LFC][IFC] Add bidi level to InlineDisplay::Box https://bugs.webkit.org/show_bug.cgi?id=232531 Reviewed by Antti Koivisto. InlineItem -> Line::Run

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

2021-10-30 Thread zalan
Title: [285082] trunk/Source/WebCore Revision 285082 Author za...@apple.com Date 2021-10-30 10:26:57 -0700 (Sat, 30 Oct 2021) Log Message [LFC][IFC] Add skeleton implementation for bidi content handling https://bugs.webkit.org/show_bug.cgi?id=232524 Reviewed by Antti Koivisto. Add

[webkit-changes] [285081] trunk/Tools

2021-10-30 Thread gsnedders
Title: [285081] trunk/Tools Revision 285081 Author gsnedd...@apple.com Date 2021-10-30 10:09:52 -0700 (Sat, 30 Oct 2021) Log Message Ensure we stop LayoutTest servers without them becoming zombies https://bugs.webkit.org/show_bug.cgi?id=225189 Reviewed by Jonathan Bedard. Also

[webkit-changes] [285080] trunk

2021-10-30 Thread katherine_cheney
Title: [285080] trunk Revision 285080 Author katherine_che...@apple.com Date 2021-10-30 09:08:17 -0700 (Sat, 30 Oct 2021) Log Message [iOS 15] Loads after WKWebView session restore are marked as app-initiated https://bugs.webkit.org/show_bug.cgi?id=232486 Reviewed by Brent Fulgham.

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

2021-10-30 Thread zalan
Title: [285079] trunk/Source/WebCore Revision 285079 Author za...@apple.com Date 2021-10-30 06:44:39 -0700 (Sat, 30 Oct 2021) Log Message [LFC][IFC] InlineItem should not cross bidi level boundary https://bugs.webkit.org/show_bug.cgi?id=232509 Reviewed by Antti Koivisto. Every inline

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

2021-10-30 Thread ysuzuki
Title: [285078] trunk/Source/_javascript_Core Revision 285078 Author ysuz...@apple.com Date 2021-10-29 23:48:10 -0700 (Fri, 29 Oct 2021) Log Message [JSC] Having StructureStubInfo and CallLinkInfo via FixedVector for Baseline JIT https://bugs.webkit.org/show_bug.cgi?id=232521 Reviewed

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

2021-10-30 Thread lmoura
Title: [285077] trunk/Source/WebKit Revision 285077 Author lmo...@igalia.com Date 2021-10-29 23:28:57 -0700 (Fri, 29 Oct 2021) Log Message [GLIB][SOUP] Unify memoryPressureMonitorDisabled implementation https://bugs.webkit.org/show_bug.cgi?id=232519 Reviewed by Carlos Garcia Campos.