Bug 1736876 - Stop migrating profiles into App Package builds. r=agashlin

The product experience migrating a profile when a non-MSIX Firefox is
running is not ideal, so we're going to always start with a fresh
profile for simplicity.

This is a straight backout of the "meat" of Bug 1709969 - Migrate from
an existing profile when running from an app package for the first
time, namely `hg backout -r 5136d2f684012dc3d586dcb10374f8c6eda8b6d7`.
The changes from follow-up Bug 1723298 (correcting test failures on
devedition), namely revision a4bca433c8f7003a90fda61248f38d9b389c394e,
were manually reverted and the test files deleted.

Differential Revision: https://phabricator.services.mozilla.com/D129066
This commit is contained in:
Nick Alexander
2021-10-20 21:54:07 +00:00
parent ed5f6adc07
commit d1ae296641
11 changed files with 43 additions and 352 deletions

View File

@@ -872,7 +872,6 @@ with modules["PROFILE"]:
errors["NS_ERROR_LAUNCHED_CHILD_PROCESS"] = FAILURE(200)
errors["NS_ERROR_SHOW_PROFILE_MANAGER"] = FAILURE(201)
errors["NS_ERROR_DATABASE_CHANGED"] = FAILURE(202)
errors["NS_MIGRATE_INTO_PACKAGE"] = SUCCESS(203)
# =======================================================================