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.

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

mercurial