addon-sdk/source/mapping.json

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.

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

mercurial