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.

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

mercurial