Security/Reviews/Gaia/InterAppCommunicationAPI: Difference between revisions

Jump to navigation Jump to search
Line 105: Line 105:


==== Secure Communications ====
==== Secure Communications ====
Not relevant.
TBD


==== Secure Data Storage ====
==== Secure Data Storage ====
Downloads are stored on the SDcard, which is appropriate for user content.
TBD


==== Denial of Service ====
==== Denial of Service ====
See [https://bugzilla.mozilla.org/show_bug.cgi?id=960739 960739]
TBD


==== Interfaces with other Apps/Content====
==== Interfaces with other Apps/Content====
===== gaia/apps/system/js/download/download_notification.js =====
TBD
Used to launch Settings->Download list
  183        var activity = new MozActivity({
  184          name: 'configure',
  185          data: {
  186            target: 'device',
  187            section: 'downloads'
  188          }
  189        });
 
===== gaia/gaia/shared/js/download/download_helper.js =====
Used to open file after download
  176    var activity = new MozActivity({
  177      name: 'open',
  178      data: {
  179        url: download.path,
  180        type: contentType,
  181        blob: blob
  182      }


=== Gecko ===
=== Gecko ===
Confirmed users
353

edits

Navigation menu