dom/apps/src/InterAppComm.manifest

Sat, 03 Jan 2015 20:18:00 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Sat, 03 Jan 2015 20:18:00 +0100
branch
TOR_BUG_3246
changeset 7
129ffea94266
permissions
-rw-r--r--

Conditionally enable double key logic according to:
private browsing mode or privacy.thirdparty.isolate preference and
implement in GetCookieStringCommon and FindCookie where it counts...
With some reservations of how to convince FindCookie users to test
condition and pass a nullptr when disabling double key logic.

     1 component {9dbfa904-0718-11e3-8e77-0721a45514b8} InterAppConnection.js
     2 contract @mozilla.org/dom/inter-app-connection;1 {9dbfa904-0718-11e3-8e77-0721a45514b8}
     4 component {6a77e9e0-0645-11e3-b90b-73bb7c78e06a} InterAppConnection.js
     5 contract @mozilla.org/dom/inter-app-connection-request;1 {6a77e9e0-0645-11e3-b90b-73bb7c78e06a}
     7 component {c66e0f8c-e3cb-11e2-9e85-43ef6244b884} InterAppMessagePort.js
     8 contract @mozilla.org/dom/inter-app-message-port;1 {c66e0f8c-e3cb-11e2-9e85-43ef6244b884}
    10 component {3dd15ce6-e7be-11e2-82bc-77967e7a63e6} InterAppCommService.js
    11 contract @mozilla.org/inter-app-communication-service;1 {3dd15ce6-e7be-11e2-82bc-77967e7a63e6}
    12 category profile-after-change InterAppCommService @mozilla.org/inter-app-communication-service;1
    14 component {d7c7a466-f91d-11e2-812a-6fab12ece58e} InterAppConnection.js
    15 contract @mozilla.org/dom/system-messages/wrapper/connection;1 {d7c7a466-f91d-11e2-812a-6fab12ece58e}

mercurial