NEW 280493
Web Inspector: InspectorFrontendHost should not call setPageAndTextZoomFactors on the LocalFrame
https://bugs.webkit.org/show_bug.cgi?id=280493
Summary Web Inspector: InspectorFrontendHost should not call setPageAndTextZoomFactor...
Matt Woodrow
Reported 2024-09-26 20:00:02 PDT
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).
Attachments
Radar WebKit Bug Importer
Comment 1 2024-09-26 20:00:13 PDT
Note You need to log in before you can comment on or make changes to this bug.