Sat, 03 Jan 2015 20:18:00 +0100
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 Add-on SDK README
2 ==================
4 Before proceeding, please make sure you've installed Python 2.5,
5 2.6, or 2.7 (if it's not already on your system):
7 http://python.org/download/
9 Note that Python 3 is not supported.
11 For Windows users, MozillaBuild (https://wiki.mozilla.org/MozillaBuild)
12 will install the correct version of Python and the MSYS package, which
13 will make it easier to work with the SDK.
15 To get started, first enter the same directory that this README file
16 is in (the SDK's root directory) using a shell program. On Unix systems
17 or on Windows with MSYS, you can execute the following command:
19 source bin/activate
21 Windows users using cmd.exe should instead run:
23 bin\activate.bat
25 Then go to https://developer.mozilla.org/en-US/Add-ons/SDK/
26 to browse the SDK documentation.
28 If you get an error when running cfx or have any other problems getting
29 started, see the "Troubleshooting" guide at:
30 https://developer.mozilla.org/en-US/Add-ons/SDK/Tutorials/Troubleshooting
32 Bugs
33 -------
35 * file a bug: https://bugzilla.mozilla.org/enter_bug.cgi?product=Add-on%20SDK
38 Style Guidelines
39 --------------------
41 * https://github.com/mozilla/addon-sdk/wiki/Coding-style-guide