Bug 280493
| Summary: | Web Inspector: InspectorFrontendHost should not call setPageAndTextZoomFactors on the LocalFrame | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Matt Woodrow <mattwoodrow> |
| Component: | Web Inspector | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | inspector-bugzilla-changes, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | All | ||
| OS: | All | ||
Matt Woodrow
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/136798696>
Nipun Shukla
Pull request: https://github.com/WebKit/WebKit/pull/50450
EWS
Committed 301271@main (795dbd901705): <https://commits.webkit.org/301271@main>
Reviewed commits have been landed. Closing PR #50450 and removing active labels.