[webkit-changes] [WebKit/WebKit] 6f271b: Custom content extension load blocking console mes...
Wenson Hsieh
noreply at github.com
Fri Nov 4 00:51:03 PDT 2022
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 6f271b3606b6e71deeb3ff2710a74922bee397b7
https://github.com/WebKit/WebKit/commit/6f271b3606b6e71deeb3ff2710a74922bee397b7
Author: Wenson Hsieh <wenson_hsieh at apple.com>
Date: 2022-11-04 (Fri, 04 Nov 2022)
Changed paths:
M Source/WebCore/loader/cache/CachedResourceLoader.cpp
Log Message:
-----------
Custom content extension load blocking console message should not surface as a resource load error
https://bugs.webkit.org/show_bug.cgi?id=247474
Reviewed by Aditya Keerthi.
Log the `customLoadBlockingMessageForConsole` as a separate (informational) console message, rather
than surfacing the message directly in the error description.
* Source/WebCore/loader/cache/CachedResourceLoader.cpp:
(WebCore::CachedResourceLoader::requestResource):
Canonical link: https://commits.webkit.org/256313@main
More information about the webkit-changes
mailing list