browser/components/sessionstore/src/nsSessionStore.manifest

Thu, 22 Jan 2015 13:21:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 22 Jan 2015 13:21:57 +0100
branch
TOR_BUG_9701
changeset 15
b8a032363ba2
permissions
-rw-r--r--

Incorporate requested changes from Mozilla in review:
https://bugzilla.mozilla.org/show_bug.cgi?id=1123480#c6

     1 # WebappRT doesn't need these instructions, and they don't necessarily work
     2 # with it, but it does use a GRE directory that the GRE shares with Firefox,
     3 # so in order to prevent the instructions from being processed for WebappRT,
     4 # we need to restrict them to the applications that depend on them, i.e.:
     5 #
     6 #   b2g:            {3c2e2abc-06d4-11e1-ac3b-374f68613e61}
     7 #   browser:        {ec8030f7-c20a-464f-9b0e-13a3a9e97384}
     8 #   mobile/android: {aa3c5121-dab2-40e2-81ca-7ea25febc110}
     9 #   mobile/xul:     {a23983c0-fd0e-11dc-95ff-0800200c9a66}
    10 #
    11 # In theory we should do this for all these instructions, but in practice it is
    12 # sufficient to do it for the app-startup one, and the file is simpler that way.
    14 component {5280606b-2510-4fe0-97ef-9b5a22eafe6b} nsSessionStore.js
    15 contract @mozilla.org/browser/sessionstore;1 {5280606b-2510-4fe0-97ef-9b5a22eafe6b}
    16 component {ec7a6c20-e081-11da-8ad9-0800200c9a66} nsSessionStartup.js
    17 contract @mozilla.org/browser/sessionstartup;1 {ec7a6c20-e081-11da-8ad9-0800200c9a66}
    18 category app-startup nsSessionStartup service,@mozilla.org/browser/sessionstartup;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