[Webkit-unassigned] [Bug 235045] New: [Cocoa] Inspector Extensions: tabIconURLs with custom scheme URLs are incorrectly loaded

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 10 12:48:23 PST 2022


https://bugs.webkit.org/show_bug.cgi?id=235045

            Bug ID: 235045
           Summary: [Cocoa] Inspector Extensions: tabIconURLs with custom
                    scheme URLs are incorrectly loaded
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Inspector
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: bburg at apple.com
                CC: inspector-bugzilla-changes at group.apple.com

It looks like the conversion from NSURL -> API::URL -> WTF::URL -> WTF::String -> JSValue is not going as expected.

Since we don't examine or modify the URL, it suffices to convert it to NSURL -> WTF::String -> JSValue.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20220110/f1cfd647/attachment.htm>


More information about the webkit-unassigned mailing list