browser/experiments/Experiments.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 {f7800463-3b97-47f9-9341-b7617e6d8d49} ExperimentsService.js
michael@0 2 contract @mozilla.org/browser/experiments-service;1 {f7800463-3b97-47f9-9341-b7617e6d8d49}
michael@0 3 category update-timer ExperimentsService @mozilla.org/browser/experiments-service;1,getService,experiments-update-timer,experiments.manifest.fetchIntervalSeconds,86400
michael@0 4 category profile-after-change ExperimentsService @mozilla.org/browser/experiments-service;1
michael@0 5
michael@0 6 category healthreport-js-provider-default ExperimentsProvider resource:///modules/experiments/Experiments.jsm
michael@0 7
michael@0 8

mercurial