Commit Graph

6 Commits

Author SHA1 Message Date
Bob Silverberg
2e01e83446 Bug 1381605 - Do not load ExtensionSettingsStore's JSON file synchronously, r=aswan
MozReview-Commit-ID: 7lQp9hL9pNd
2017-07-24 15:49:30 -04:00
Mark Banner
b1b7a75372 Bug 1380009 - Enable the ESLint no-return-await call to avoid unnecessary intermediate promise creation. r=mossop
MozReview-Commit-ID: EnhSBHMjurr
2017-07-11 22:49:55 +01:00
Bob Silverberg
41925d1e93 Bug 1368545 - Prevent the ExtensionPreferencesManager from mistakenly overriding a user set preference, r=aswan
Prior to this change the code that automatically updates prefs when an add-on is disabled, reenabled or uninstalled
could overwrite changes to a pref that were made manually by a user, either via the UI or via about:config.

This change introduces a check into each of those actions that verifies that the current state of the pref
is what we expect it to be based on the data we have about add-on settings, and if it is not then we
do not change the pref.

MozReview-Commit-ID: 5DpEg2fGwIW
2017-06-05 14:22:05 -04:00
Bob Silverberg
2a3140feb8 Bug 1345583 - Move code for startup and shutdown handling of preferences to ExtensionPreferencesManager, r=aswan
MozReview-Commit-ID: 8EILFeFjvnd
2017-03-08 14:47:26 -05:00
Bob Silverberg
7a75bd36e0 Bug 1341277 - Part 2: Update ExtensionPreferencesManager to support disabled settings. r=aswan
MozReview-Commit-ID: FG7u2KbWLdG
2017-02-22 14:27:33 -05:00
Bob Silverberg
3a5d69e781 Bug 1320736 - Part 3: Create ExtensionPreferencesManager module, r=aswan
MozReview-Commit-ID: BiY8XikUSUV
2017-01-16 17:30:47 -05:00