947
edits
(→Packages: this is no longer the canonical location) |
(→Profile Management - mozprofile package: note implementation status) |
||
Line 44: | Line 44: | ||
=== Profile Management - mozprofile package === | === Profile Management - mozprofile package === | ||
The mozprofile package is complete with the exception that it might need the ability to install plugins as well as addons. We | The mozprofile package is complete with the exception that it might need the ability to install plugins as well as addons. We may expand these interfaces to use a packaged xpcshell to insert state-specific items into the profile (i.e. fire up xpcshell and use JS + XPCOM to create a set of bookmarks, for instance). | ||
You can find the code in the [https://github.com/mozilla/mozbase/tree/master/mozprofile MozProfile package]. | You can find the code in the [https://github.com/mozilla/mozbase/tree/master/mozprofile MozProfile package]. | ||
Line 50: | Line 50: | ||
Status: | Status: | ||
* implemented: https://github.com/mozilla/mozbase/tree/master/mozprofile | |||
* [https://github.com/mozilla/mozbase/blob/master/mozprofile/README.md documentation] | * [https://github.com/mozilla/mozbase/blob/master/mozprofile/README.md documentation] | ||
* [https://github.com/mozilla/mozbase/tree/master/mozprofile/tests tests] | * [https://github.com/mozilla/mozbase/tree/master/mozprofile/tests tests] |
edits