toolkit/mozapps/update/nsUpdateService.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 {B3C290A6-3943-4B89-8BBE-C01EB7B3B311} nsUpdateService.js
michael@0 2 contract @mozilla.org/updates/update-service;1 {B3C290A6-3943-4B89-8BBE-C01EB7B3B311}
michael@0 3 category update-timer nsUpdateService @mozilla.org/updates/update-service;1,getService,background-update-timer,app.update.interval,86400
michael@0 4 component {093C2356-4843-4C65-8709-D7DBCBBE7DFB} nsUpdateService.js
michael@0 5 contract @mozilla.org/updates/update-manager;1 {093C2356-4843-4C65-8709-D7DBCBBE7DFB}
michael@0 6 component {898CDC9B-E43F-422F-9CC4-2F6291B415A3} nsUpdateService.js
michael@0 7 contract @mozilla.org/updates/update-checker;1 {898CDC9B-E43F-422F-9CC4-2F6291B415A3}
michael@0 8 component {27ABA825-35B5-4018-9FDD-F99250A0E722} nsUpdateService.js
michael@0 9 contract @mozilla.org/updates/update-prompt;1 {27ABA825-35B5-4018-9FDD-F99250A0E722}
michael@0 10 component {e43b0010-04ba-4da6-b523-1f92580bc150} nsUpdateServiceStub.js
michael@0 11 contract @mozilla.org/updates/update-service-stub;1 {e43b0010-04ba-4da6-b523-1f92580bc150}
michael@0 12 category profile-after-change nsUpdateServiceStub @mozilla.org/updates/update-service-stub;1

mercurial