webapprt/components.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 # CommandLineHandler.js
     2 component {6d69c782-40a3-469b-8bfd-3ee366105a4a} CommandLineHandler.js
     3 contract @mozilla.org/webapprt/clh;1 {6d69c782-40a3-469b-8bfd-3ee366105a4a}
     4 category command-line-handler x-default @mozilla.org/webapprt/clh;1
     6 # ContentPermission.js
     7 component {07ef5b2e-88fb-47bd-8cec-d3b0bef11ac4} ContentPermission.js
     8 contract @mozilla.org/content-permission/prompt;1 {07ef5b2e-88fb-47bd-8cec-d3b0bef11ac4}
    10 # DirectoryProvider.js
    11 component {e1799fda-4b2f-4457-b671-e0641d95698d} DirectoryProvider.js
    12 contract @mozilla.org/webapprt/directory-provider;1 {e1799fda-4b2f-4457-b671-e0641d95698d}
    13 category xpcom-directory-providers webapprt-directory-provider @mozilla.org/webapprt/directory-provider;1
    15 # PaymentUIGlue.js
    16 component {ede1124f-72e8-4a31-9567-3270d46f21fb} PaymentUIGlue.js
    17 contract @mozilla.org/payment/ui-glue;1 {ede1124f-72e8-4a31-9567-3270d46f21fb}

mercurial