toolkit/components/places/toolkitplaces.manifest

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 # nsLivemarkService.js
     2 component {dca61eb5-c7cd-4df1-b0fb-d0722baba251} nsLivemarkService.js
     3 contract @mozilla.org/browser/livemark-service;2 {dca61eb5-c7cd-4df1-b0fb-d0722baba251}
     5 # nsTaggingService.js
     6 component {bbc23860-2553-479d-8b78-94d9038334f7} nsTaggingService.js
     7 contract @mozilla.org/browser/tagging-service;1 {bbc23860-2553-479d-8b78-94d9038334f7}
     8 component {1dcc23b0-d4cb-11dc-9ad6-479d56d89593} nsTaggingService.js
     9 contract @mozilla.org/autocomplete/search;1?name=places-tag-autocomplete {1dcc23b0-d4cb-11dc-9ad6-479d56d89593}
    11 # nsPlacesExpiration.js
    12 component {705a423f-2f69-42f3-b9fe-1517e0dee56f} nsPlacesExpiration.js
    13 contract @mozilla.org/places/expiration;1 {705a423f-2f69-42f3-b9fe-1517e0dee56f}
    14 category history-observers nsPlacesExpiration @mozilla.org/places/expiration;1
    16 # PlacesCategoriesStarter.js
    17 component {803938d5-e26d-4453-bf46-ad4b26e41114} PlacesCategoriesStarter.js
    18 contract @mozilla.org/places/categoriesStarter;1 {803938d5-e26d-4453-bf46-ad4b26e41114}
    19 category idle-daily PlacesCategoriesStarter @mozilla.org/places/categoriesStarter;1
    20 category bookmark-observers PlacesCategoriesStarter @mozilla.org/places/categoriesStarter;1
    22 # ColorAnalyzer.js
    23 component {d056186c-28a0-494e-aacc-9e433772b143} ColorAnalyzer.js
    24 contract @mozilla.org/places/colorAnalyzer;1 {d056186c-28a0-494e-aacc-9e433772b143}

mercurial