services/datareporting/DataReporting.manifest

Tue, 06 Jan 2015 21:39:09 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Tue, 06 Jan 2015 21:39:09 +0100
branch
TOR_BUG_9701
changeset 8
97036ab72558
permissions
-rw-r--r--

Conditionally force memory storage according to privacy.thirdparty.isolate;
This solves Tor bug #9701, complying with disk avoidance documented in
https://www.torproject.org/projects/torbrowser/design/#disk-avoidance.

     1 #   b2g:            {3c2e2abc-06d4-11e1-ac3b-374f68613e61}
     2 #   browser:        {ec8030f7-c20a-464f-9b0e-13a3a9e97384}
     3 #   mobile/android: {aa3c5121-dab2-40e2-81ca-7ea25febc110}
     4 #   mobile/xul:     {a23983c0-fd0e-11dc-95ff-0800200c9a66}
     5 #   suite (comm):   {92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}
     6 #   metro browser:  {99bceaaa-e3c6-48c1-b981-ef9b46b67d60}
     8 # The Data Reporting Service drives collection and submission of metrics
     9 # and other useful data to Mozilla. It drives the display of the data
    10 # submission notification info bar and thus is required by Firefox Health
    11 # Report and Telemetry.
    13 component {41f6ae36-a79f-4613-9ac3-915e70f83789} DataReportingService.js
    14 contract @mozilla.org/datareporting/service;1 {41f6ae36-a79f-4613-9ac3-915e70f83789}
    15 category app-startup DataReportingService service,@mozilla.org/datareporting/service;1 application={3c2e2abc-06d4-11e1-ac3b-374f68613e61} application={ec8030f7-c20a-464f-9b0e-13a3a9e97384} application={aa3c5121-dab2-40e2-81ca-7ea25febc110} application={a23983c0-fd0e-11dc-95ff-0800200c9a66}

mercurial