Confirmed users
179
edits
No edit summary |
No edit summary |
||
| Line 14: | Line 14: | ||
This feature is to simplify the SDK's module loader and bootstrap code and relay on platform capabilities were possible. | This feature is to simplify the SDK's module loader and bootstrap code and relay on platform capabilities were possible. | ||
|Feature users and use cases=The target audience is addon developers. The use case is an add-on developer using the Add-on SDK (either directly or via the Add-on Builder) to build an addon. | |Feature users and use cases=The target audience is addon developers. The use case is an add-on developer using the Add-on SDK (either directly or via the Add-on Builder) to build an addon. | ||
|Feature dependencies=https://bugzilla.mozilla.org/show_bug.cgi?id=638742 | |Feature dependencies=* https://bugzilla.mozilla.org/show_bug.cgi?id=638742 | ||
https://bugzilla.mozilla.org/show_bug.cgi?id=672443 | * https://bugzilla.mozilla.org/show_bug.cgi?id=672443 | ||
|Feature requirements=* Combine bootstrap.js, components/harness.js, cuddlefish.js and securable-module.js into single form module loader that has no external dependencies. | |Feature requirements=* Combine bootstrap.js, components/harness.js, cuddlefish.js and securable-module.js into single form module loader that has no external dependencies. | ||
* Let platform handle all IO operations associated to the module loading. | * Let platform handle all IO operations associated to the module loading. | ||
| Line 24: | Line 24: | ||
}} | }} | ||
{{FeatureTeamStatus}} | {{FeatureTeamStatus}} | ||
This change is crucial and indirectly related to other features: | |||
* [https://wiki.mozilla.org/Features/Jetpack/Out-of-Process_Addons Out-of-Process Addons] | |||
* [https://wiki.mozilla.org/Features/Jetpack/SDK_Support_for_Firefox_for_Mobile_Addons SDK Support for Firefox for Mobile Addons] | |||