addon-sdk/source/mapping.json

Tue, 06 Jan 2015 21:39:09 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Tue, 06 Jan 2015 21:39:09 +0100
branch
TOR_BUG_9701
changeset 8
97036ab72558
permissions
-rw-r--r--

Conditionally force memory storage according to privacy.thirdparty.isolate;
This solves Tor bug #9701, complying with disk avoidance documented in
https://www.torproject.org/projects/torbrowser/design/#disk-avoidance.

michael@0 1 {
michael@0 2 "api-utils": "sdk/deprecated/api-utils",
michael@0 3 "base64": "sdk/base64",
michael@0 4 "content": "sdk/content/content",
michael@0 5 "deprecate": "sdk/util/deprecate",
michael@0 6 "event/core": "sdk/event/core",
michael@0 7 "events": "sdk/deprecated/events",
michael@0 8 "functional": "sdk/core/functional",
michael@0 9 "l10n/core": "sdk/l10n/json/core",
michael@0 10 "l10n/html": "sdk/l10n/html",
michael@0 11 "l10n/loader": "sdk/l10n/loader",
michael@0 12 "l10n/locale": "sdk/l10n/locale",
michael@0 13 "l10n/prefs": "sdk/l10n/prefs",
michael@0 14 "list": "sdk/util/list",
michael@0 15 "loader": "sdk/loader/loader",
michael@0 16 "memory": "sdk/deprecated/memory",
michael@0 17 "namespace": "sdk/core/namespace",
michael@0 18 "preferences-service": "sdk/preferences/service",
michael@0 19 "promise": "sdk/core/promise",
michael@0 20 "system": "sdk/system",
michael@0 21 "system/events": "sdk/system/events",
michael@0 22 "tabs/tab": "sdk/tabs/tab",
michael@0 23 "tabs/utils": "sdk/tabs/utils",
michael@0 24 "timer": "sdk/timers",
michael@0 25 "traits": "sdk/deprecated/traits",
michael@0 26 "unload": "sdk/system/unload",
michael@0 27 "window-utils": "sdk/deprecated/window-utils",
michael@0 28 "window/utils": "sdk/window/utils",
michael@0 29 "windows/dom": "sdk/windows/dom",
michael@0 30 "windows/loader": "sdk/windows/loader",
michael@0 31 "xul-app": "sdk/system/xul-app",
michael@0 32 "url": "sdk/url",
michael@0 33 "traceback": "sdk/console/traceback",
michael@0 34 "xhr": "sdk/net/xhr",
michael@0 35 "match-pattern": "sdk/util/match-pattern",
michael@0 36 "file": "sdk/io/file",
michael@0 37 "runtime": "sdk/system/runtime",
michael@0 38 "xpcom": "sdk/platform/xpcom",
michael@0 39 "querystring": "sdk/querystring",
michael@0 40 "text-streams": "sdk/io/text-streams",
michael@0 41 "app-strings": "sdk/deprecated/app-strings",
michael@0 42 "light-traits": "sdk/deprecated/light-traits",
michael@0 43 "environment": "sdk/system/environment",
michael@0 44 "keyboard/utils": "sdk/keyboard/utils",
michael@0 45 "dom/events": "sdk/dom/events",
michael@0 46 "utils/data": "sdk/io/data",
michael@0 47 "test/assert": "sdk/test/assert",
michael@0 48 "hidden-frame": "sdk/frame/hidden-frame",
michael@0 49 "collection": "sdk/util/collection",
michael@0 50 "array": "sdk/util/array",
michael@0 51 "cortex": "sdk/deprecated/cortex",
michael@0 52
michael@0 53
michael@0 54 "addon-page": "sdk/addon-page",
michael@0 55 "clipboard": "sdk/clipboard",
michael@0 56 "context-menu": "sdk/context-menu",
michael@0 57 "hotkeys": "sdk/hotkeys",
michael@0 58 "indexed-db": "sdk/indexed-db",
michael@0 59 "l10n": "sdk/l10n",
michael@0 60 "notifications": "sdk/notifications",
michael@0 61 "page-mod": "sdk/page-mod",
michael@0 62 "page-worker": "sdk/page-worker",
michael@0 63 "panel": "sdk/panel",
michael@0 64 "passwords": "sdk/passwords",
michael@0 65 "private-browsing": "sdk/private-browsing",
michael@0 66 "request": "sdk/request",
michael@0 67 "selection": "sdk/selection",
michael@0 68 "self": "sdk/self",
michael@0 69 "simple-prefs": "sdk/simple-prefs",
michael@0 70 "simple-storage": "sdk/simple-storage",
michael@0 71 "tabs": "sdk/tabs",
michael@0 72 "timers": "sdk/timers",
michael@0 73 "widget": "sdk/widget",
michael@0 74 "windows": "sdk/windows",
michael@0 75
michael@0 76 "harness": "sdk/test/harness",
michael@0 77 "run-tests": "sdk/test/runner",
michael@0 78 "test": "sdk/test"
michael@0 79 }

mercurial