canmove, Confirmed users
1,220
edits
Ptheriault (talk | contribs) (→Links) |
Ptheriault (talk | contribs) |
||
Line 10: | Line 10: | ||
**[http://mxr.mozilla.org/gaia/source/apps/system/js/updatable.js updatable.js]: This code represents an update - either an app or system update. It has methods like download() and applyUpdate() and provides an object to register callbacks for progress updates. | **[http://mxr.mozilla.org/gaia/source/apps/system/js/updatable.js updatable.js]: This code represents an update - either an app or system update. It has methods like download() and applyUpdate() and provides an object to register callbacks for progress updates. | ||
*Gecko | *Gecko | ||
**[http://mxr.mozilla.org/mozilla-central/source/dom/apps/src/Webapps.jsm Webapps.jsm]: WebApps registry service handles the actual downloads of manifest at the request of the Gaia system app, passing the results back to the system app via WebApps.js | **[http://mxr.mozilla.org/mozilla-central/source/dom/apps/src/Webapps.jsm Webapps.jsm]: WebApps registry service handles the actual downloads of manifest at the request of the Gaia system app, passing the results back to the system app via WebApps.js | ||
**[http://mxr.mozilla.org/mozilla-central/source/dom/apps/src/Webapps.js]: This is the child process half of the webapps service, which talks to the parent via system messages. The system app (update_manager.js) calls methods on app objects which are defined by this file. | **[http://mxr.mozilla.org/mozilla-central/source/dom/apps/src/Webapps.js]: This is the child process half of the webapps service, which talks to the parent via system messages. The system app (update_manager.js) calls methods on app objects which are defined by this file. |