-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Conversation
@dangoor This is ready to merge for testing. I'm still looking at how we can add some unit tests. |
@@ -97,6 +105,8 @@ define(function (require, exports, module) { | |||
var _idsToRemove = [], | |||
_idsToUpdate = []; | |||
|
|||
PreferencesManager.definePreference(FOLDER_AUTOINSTALL, "object", undefined); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry, I missed this line on my last review. This isn't a preference, so it should not be defined on the PreferencesManager. It should either be PreferencesManager.stateManager.definePreference
or not here at all.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed.
@ingorichter Are you testing on the branch? I'd be fine merging this now because the one comment I had above doesn't impact the behavior here. It's just something we should clean up. |
Merging |
I'm done with testing. I found one issue that is reported here #9576 |
Squashed version of #9490
Automatically install extensions "bundled" with installer on startup. This feature relies on the installer putting zip files for "bundled" extensions into the
[install-dir]/auto-install-extensions/
folder.This is for #9233
Testing Matrix for
auto-install-extensions
folderShould fail silently
Should install extension