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.
michael@0 | 1 | { |
michael@0 | 2 | "name": "method", |
michael@0 | 3 | "id": "method", |
michael@0 | 4 | "version": "1.0.2", |
michael@0 | 5 | "description": "Functional polymorphic method dispatch", |
michael@0 | 6 | "keywords": [ |
michael@0 | 7 | "method", |
michael@0 | 8 | "dispatch", |
michael@0 | 9 | "protocol", |
michael@0 | 10 | "polymorphism", |
michael@0 | 11 | "type dispatch" |
michael@0 | 12 | ], |
michael@0 | 13 | "author": "Irakli Gozalishvili <rfobic@gmail.com> (http://jeditoolkit.com)", |
michael@0 | 14 | "homepage": "https://github.com/Gozala/method", |
michael@0 | 15 | "main": "./core.js", |
michael@0 | 16 | "repository": { |
michael@0 | 17 | "type": "git", |
michael@0 | 18 | "url": "https://github.com/Gozala/method.git", |
michael@0 | 19 | "web": "https://github.com/Gozala/method" |
michael@0 | 20 | }, |
michael@0 | 21 | "bugs": { |
michael@0 | 22 | "url": "http://github.com/Gozala/method/issues/" |
michael@0 | 23 | }, |
michael@0 | 24 | "devDependencies": { |
michael@0 | 25 | "test": "~0.x.0", |
michael@0 | 26 | "repl-utils": "~2.0.1", |
michael@0 | 27 | "phantomify": "~0.1.0" |
michael@0 | 28 | }, |
michael@0 | 29 | "scripts": { |
michael@0 | 30 | "test": "npm run test-node && npm run test-browser", |
michael@0 | 31 | "test-browser": "node ./node_modules/phantomify/bin/cmd.js ./test/browser.js", |
michael@0 | 32 | "test-node": "node ./test/common.js", |
michael@0 | 33 | "repl": "node node_modules/repl-utils" |
michael@0 | 34 | }, |
michael@0 | 35 | "licenses": [ |
michael@0 | 36 | { |
michael@0 | 37 | "type": "MIT", |
michael@0 | 38 | "url": "https://github.com/Gozala/method/License.md" |
michael@0 | 39 | } |
michael@0 | 40 | ] |
michael@0 | 41 | } |