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 1868410 - MSIX set to default browser takes too long r=nalexander…
…,nrishel This fix addresses cleanup work from https://phabricator.services.mozilla.com/D194828 It also makes it so that all file/protocol handlers get set with one launch of Powershell, to speed things up. Which it does. A lot. It also: * makes somethings use of nsString (where it was easy to do) * moves the thread managing code out of SetDefaultBrowser.cpp and into DefaultAgent.cpp * puts auto in a couple of places to make the code easier to read * removes some logging statements in the powershell script code Differential Revision: https://phabricator.services.mozilla.com/D195839
- Loading branch information
1 parent
baa791e
commit 92a4711
Showing
5 changed files
with
405 additions
and
222 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
Oops, something went wrong.