-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Issue 1509 window messaging from iframe to parent live test (#5320)
* frame-level dest and listener for confirmation_result and pgp_block_render * fix * helpers for getting async results from content-script, window postMessage support * prepare test infrastructure to test passphrase dialog on gmail page * refactor RelayManager to track reloaded frames, disabled test * restartable relays * tidy up, less dependency on frameId, protection against unexpected progress callbacks * removed unnecessary async * tidy up * stricter _tab_ detection * registry of content scripts in background page * prevent content script setup for non-top frame * Revert "prevent content script setup for non-top frame" This reverts commit 9d11287. * fixed wiring to window messages * rename * pgp_block_retry handling with window messaging and actual frame check --------- Co-authored-by: Roman Shevchenko <[email protected]>
- Loading branch information
1 parent
e4dee98
commit 6d6a340
Showing
27 changed files
with
560 additions
and
403 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.