forked from mozilla/gecko-dev
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug 1792466: Track browser windows that are in the process of being o…
…pened so we don't open multiple windows when trying to open many files/urls quickly. r=Gijs Ideally we would use the window mediator to just find new browser windows that are in the process of opening but while we can find the windows they just appear as about:blank with no way to verify that they are browser windows. This just takes the straightforward approach of forcing code that opens browser windows to register them with the BrowserWindowTracker and provides a simple shared API for opening browser windows that does this. Differential Revision: https://phabricator.services.mozilla.com/D161076
- Loading branch information
Showing
3 changed files
with
189 additions
and
10 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