[webkit-changes] [295681] trunk/Source/WebCore/loader/appcache/ApplicationCacheHost.cpp

2022-06-20 Thread commit-queue
Title: [295681] trunk/Source/WebCore/loader/appcache/ApplicationCacheHost.cpp Revision 295681 Author commit-qu...@webkit.org Date 2022-06-20 23:42:47 -0700 (Mon, 20 Jun 2022) Log Message ApplicationCacheHost::isApplicationCacheEnabled() should check for its page being null https://bugs.we

[webkit-changes] [295680] trunk/Source

2022-06-20 Thread mark . lam
Title: [295680] trunk/Source Revision 295680 Author mark@apple.com Date 2022-06-20 23:37:29 -0700 (Mon, 20 Jun 2022) Log Message Enhance RawPointer to take function pointers as well. https://bugs.webkit.org/show_bug.cgi?id=241773 Reviewed by Yusuke Suzuki. Also add PageBlock::end an

[webkit-changes] [295679] trunk

2022-06-20 Thread pgriffis
Title: [295679] trunk Revision 295679 Author pgrif...@igalia.com Date 2022-06-20 20:54:18 -0700 (Mon, 20 Jun 2022) Log Message [GLIB] Add API to set WebView's Content-Security-Policy https://bugs.webkit.org/show_bug.cgi?id=240221 Reviewed by Michael Catanzaro and Adrian Perez de Castro.

[webkit-changes] [295678] trunk/Source/WebGPU/WGSL/SourceSpan.h

2022-06-20 Thread commit-queue
Title: [295678] trunk/Source/WebGPU/WGSL/SourceSpan.h Revision 295678 Author commit-qu...@webkit.org Date 2022-06-20 17:29:18 -0700 (Mon, 20 Jun 2022) Log Message [WebGPU] Support equality comparison between SourceSpans https://bugs.webkit.org/show_bug.cgi?id=241757 Patch by Kiet Ho on

[webkit-changes] [295677] trunk/Source/JavaScriptCore/runtime/Options.cpp

2022-06-20 Thread mark . lam
Title: [295677] trunk/Source/_javascript_Core/runtime/Options.cpp Revision 295677 Author mark@apple.com Date 2022-06-20 17:02:18 -0700 (Mon, 20 Jun 2022) Log Message Fix broken --useOSLog option. https://bugs.webkit.org/show_bug.cgi?id=241790 Reviewed by Alexey Shvayka. Internally,

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

2022-06-20 Thread commit-queue
Title: [295676] trunk/Source/WebKit Revision 295676 Author commit-qu...@webkit.org Date 2022-06-20 11:47:37 -0700 (Mon, 20 Jun 2022) Log Message Fix spelling error in remote media players https://bugs.webkit.org/show_bug.cgi?id=241786 Patch by Youssef Soliman on 2022-06-20 Reviewed by W

[webkit-changes] [295675] trunk

2022-06-20 Thread antti
Title: [295675] trunk Revision 295675 Author an...@apple.com Date 2022-06-20 07:45:19 -0700 (Mon, 20 Jun 2022) Log Message [CSS Container Queries] Container units don't work in gradients https://bugs.webkit.org/show_bug.cgi?id=241780 Reviewed by Tim Nguyen. * LayoutTests/TestExpectation

[webkit-changes] [295674] trunk/Tools/TestWebKitAPI/Tests/WebKit/GetUserMedia.mm

2022-06-20 Thread commit-queue
Title: [295674] trunk/Tools/TestWebKitAPI/Tests/WebKit/GetUserMedia.mm Revision 295674 Author commit-qu...@webkit.org Date 2022-06-20 06:04:59 -0700 (Mon, 20 Jun 2022) Log Message [ iOS ] TestWebKitAPI.WebKit2.CrashGPUProcessWhileCapturing is a flaky timeout https://bugs.webkit.org/show_b

[webkit-changes] [295673] trunk/LayoutTests/platform/ios-wk2/TestExpectations

2022-06-20 Thread commit-queue
Title: [295673] trunk/LayoutTests/platform/ios-wk2/TestExpectations Revision 295673 Author commit-qu...@webkit.org Date 2022-06-20 05:02:51 -0700 (Mon, 20 Jun 2022) Log Message [ iOS ] 8 imported/w3c/web-platform-tests/fetch/api (layout-tests) are flaky text failures https://bugs.webkit.o

[webkit-changes] [295672] trunk/LayoutTests/TestExpectations

2022-06-20 Thread antti
Title: [295672] trunk/LayoutTests/TestExpectations Revision 295672 Author an...@apple.com Date 2022-06-20 04:29:57 -0700 (Mon, 20 Jun 2022) Log Message Enable imported/w3c/web-platform-tests/css/css-contain/container-queries/svg-foreignobject-no-size-container.html in release https://bugs

[webkit-changes] [295671] trunk/Source/WebCore/css/parser/CSSPropertyParserHelpers.cpp

2022-06-20 Thread dpino
Title: [295671] trunk/Source/WebCore/css/parser/CSSPropertyParserHelpers.cpp Revision 295671 Author dp...@igalia.com Date 2022-06-20 02:02:37 -0700 (Mon, 20 Jun 2022) Log Message REGRESSION(r295627): [GCC] Unreviewed, fix build error in Debian Stable error: call to non-'constexpr' functi

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

2022-06-20 Thread commit-queue
Title: [295670] trunk/Source/WebKit Revision 295670 Author commit-qu...@webkit.org Date 2022-06-20 01:07:52 -0700 (Mon, 20 Jun 2022) Log Message IPC::FontReference is a redundant type alias in wrong software layer https://bugs.webkit.org/show_bug.cgi?id=241712 Patch by Kimmo Kinnunen on