Security/Reviews/Gaia/InterAppCommunicationAPI: Difference between revisions

Line 52: Line 52:


== Current Usage ==
== Current Usage ==
=== connect() ===
* apps/bluetooth/js/transfer.js:216:      app.connect('bluetoothTransfercomms').then(function(ports) {
* apps/communications/dialer/js/calls_handler.js:114:      app.connect('dialercomms').then(function(ports) {
* apps/communications/ftu/js/tutorial.js:123:          app.connect('ftucomms').then(function onConnAccepted(ports) {
* apps/homescreen/everything.me/js/search/control.js:12:      app.connect('search-results').then(
* apps/search/js/search.js:37:        app.connect('search-results').then(
* apps/system/js/rocketbar.js:249:      app.connect('search').then(
* apps/system/test/marionette/fakemusic/js/comms.js:34:      app.connect('mediacomms').then(function(ports) {
* shared/js/media/remote_controls.js:184:    app.connect('mediacomms').then(function(ports) {
=== apps/search/manifest.webapp ===
=== apps/search/manifest.webapp ===
   28    "search": {
   28    "search": {
Confirmed users
353

edits