dom/wifi/DOMWifiManager.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 # DOMWifiManager.js
michael@0 2 component {c9b5f09e-25d2-40ca-aef4-c4d13d93c706} DOMWifiManager.js
michael@0 3 contract @mozilla.org/wifimanager;1 {c9b5f09e-25d2-40ca-aef4-c4d13d93c706}
michael@0 4
michael@0 5 component {c01fd751-43c0-460a-8b64-abf652ec7220} DOMWifiManager.js
michael@0 6 contract @mozilla.org/mozwifinetwork;1 {c01fd751-43c0-460a-8b64-abf652ec7220}
michael@0 7
michael@0 8 component {23579da4-201b-4319-bd42-9b7f337343ac} DOMWifiManager.js
michael@0 9 contract @mozilla.org/mozwificonnection;1 {23579da4-201b-4319-bd42-9b7f337343ac}
michael@0 10
michael@0 11 component {83670352-6ed4-4c35-8de9-402296a1959c} DOMWifiManager.js
michael@0 12 contract @mozilla.org/mozwificonnectioninfo;1 {83670352-6ed4-4c35-8de9-402296a1959c}

mercurial