Skip to content

fix(browser): resolve out-of-process iframe targets - #2452

Open
lorenzozanee wants to merge 1 commit into
jackwener:mainfrom
lorenzozanee:fix/browser-frames-oopif
Open

fix(browser): resolve out-of-process iframe targets#2452
lorenzozanee wants to merge 1 commit into
jackwener:mainfrom
lorenzozanee:fix/browser-frames-oopif

Conversation

@lorenzozanee

Copy link
Copy Markdown

Summary

browser frames and browser eval --frame now include out-of-process iframe targets surfaced by chrome.debugger.getTargets(), so cross-process frames stay discoverable even when they do not appear in the page target's frame tree.

Testing

  • npm test -- --run extension/src/background.test.ts extension/src/cdp.test.ts

Fixes #2223

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: browser frames misses out-of-process iframes: enumeration and target resolution both use paths that cannot see them

1 participant