mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 05:41:12 +00:00
8f7f623182
For now, we only do that when "devtools.popups.debug" is manually set to true. This is introducing some complexity in the way we filter out the WindowGlobal we should consider or not. Before this patch it was quite straightforward. We accepted all WindowGlobal's matching the tab's `browserId`. Now we also accept the WindowGlobal whose `opener`'s `browserId` matches. With this patch only, popups start appearing in the iframe dropdown. You still have to manually switch to the popup via the dropdown to debug it in the inspector or console. In the debugger, you will already start seeing the popup source and break on it. Differential Revision: https://phabricator.services.mozilla.com/D133350 |
||
---|---|---|
.. | ||
js-window-actor | ||
content-process-connector.js | ||
frame-connector.js | ||
moz.build | ||
worker-connector.js |