toolkit/components/search/tests/xpcshell/data/search-metadata.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     "[app]/amazondotcom.xml": {
     3         "used": 0,
     4         "order": 4
     5     },
     6     "[app]/eBay.xml": {
     7         "used": 0,
     8         "order": 1
     9     },
    10     "[app]/wikipedia.xml": {
    11         "used": 0,
    12         "order": 6
    13     },
    14     "[app]/twitter.xml": {
    15         "used": 0,
    16         "order": 7
    17     },
    18     "[app]/google.xml": {
    19         "used": 1,
    20         "order": 2
    21     },
    22     "[app]/bing.xml": {
    23         "order": 5
    24     },
    25     "[app]/yahoo.xml": {
    26         "order": 3
    27     }
    28 }

mercurial