[Webkit-unassigned] [Bug 280493] New: Web Inspector: InspectorFrontendHost should not call setPageAndTextZoomFactors on the LocalFrame

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 26 20:00:02 PDT 2024


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

            Bug ID: 280493
           Summary: Web Inspector: InspectorFrontendHost should not call
                    setPageAndTextZoomFactors on the LocalFrame
           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: mattwoodrow at apple.com
                CC: inspector-bugzilla-changes at group.apple.com,
                    webkit-bug-importer at group.apple.com

This function recursively sets the zoom on itself and all descendant LocalFrames in the same process, but won't zoom RemoteFrames (site-isolated subframes).

This should instead call the same function on the WebPageProxy in the UI-process, which can traverse the full frame subtree (asynchronously).

-- 
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/20240927/a91ab409/attachment.htm>


More information about the webkit-unassigned mailing list