Gaia/System/Contribution

From MozillaWiki
< Gaia‎ | System
Jump to: navigation, search

System App Review/Contribution Notes

  • Use Service.query/Service.request instead of direct module access like |window.appWindowManager._activeApp|
* Service.query is for synchronous information check
* Service.request is to request certain asynchronous action to other module.

Read https://github.com/mozilla-b2g/gaia/blob/master/apps/system/js/service.js for more infomation