gecko-dev/toolkit/components/places
Kit Cambridge 2aee7885cb Bug 1285408 - Add change source tracking for bookmarks. r=markh
MozReview-Commit-ID: I6IWhMWR1bG

--HG--
extra : rebase_source : b331e448871e44ee51923b4c512e0b8ad4206cd4
2016-08-11 13:13:22 -07:00
..
tests Bug 1285408 - Add change source tracking for bookmarks. r=markh 2016-08-11 13:13:22 -07:00
BookmarkHTMLUtils.jsm Bug 1285408 - Add change source tracking for bookmarks. r=markh 2016-08-11 13:13:22 -07:00
BookmarkJSONUtils.jsm Bug 1285408 - Add change source tracking for bookmarks. r=markh 2016-08-11 13:13:22 -07:00
Bookmarks.jsm Bug 1285408 - Add change source tracking for bookmarks. r=markh 2016-08-11 13:13:22 -07:00
ClusterLib.js
ColorAnalyzer_worker.js
ColorAnalyzer.js
ColorConversion.js
Database.cpp Bug 1277106 - Part 2: Expand MOZ_UTF16() strings to u"" string literals. r=Waldo 2016-07-20 22:03:25 -07:00
Database.h Bug 889561 - Reduce the size of places.sqlite by removing the url unique index from moz_places. r=adw 2016-06-29 14:47:36 +02:00
FaviconHelpers.cpp Bug 798223 - Increase optimized favicon dimension in Places database from 16 to 32. r=mak 2016-08-02 18:00:07 -07:00
FaviconHelpers.h Bug 1269737 - Make AsyncFaviconHelpers more maintainable. r=adw 2016-05-06 11:37:26 +02:00
Helpers.cpp Bug 1292224 - Remove duplicate mRefCnt member from nsNavHistoryFolderResultNode, r=adw 2016-08-05 13:51:34 -04:00
Helpers.h Bug 1293603 (part 2) - Make Run() declarations consistent. r=erahm. 2016-08-08 12:18:10 +10:00
History.cpp Bug 1293603 (part 2) - Make Run() declarations consistent. r=erahm. 2016-08-08 12:18:10 +10:00
History.h Bug 1209027 - Reduce queries load on visits addition. r=adw 2016-05-31 15:19:16 +02:00
History.jsm Bug 889561 - Reduce the size of places.sqlite by removing the url unique index from moz_places. r=adw 2016-06-29 14:47:36 +02:00
moz.build Bug 1274108 - Add a PlacesSyncUtils module. r=markh 2016-08-10 12:54:45 -07:00
mozIAsyncFavicons.idl Bug 1265420 - SetAndFetchFaviconForPage should return a cancelable object to allow aborting the fetch. r=Gijs 2016-05-03 15:42:12 +02:00
mozIAsyncHistory.idl
mozIAsyncLivemarks.idl
mozIColorAnalyzer.idl
mozIPlacesAutoComplete.idl
mozIPlacesPendingOperation.idl Bug 1265420 - SetAndFetchFaviconForPage should return a cancelable object to allow aborting the fetch. r=Gijs 2016-05-03 15:42:12 +02:00
nsAnnoProtocolHandler.cpp Bug 798223 - Increase optimized favicon dimension in Places database from 16 to 32. r=mak 2016-08-02 18:00:07 -07:00
nsAnnoProtocolHandler.h
nsAnnotationService.cpp Bug 1285408 - Add change source tracking for bookmarks. r=markh 2016-08-11 13:13:22 -07:00
nsAnnotationService.h
nsFaviconService.cpp Bug 798223 - Increase optimized favicon dimension in Places database from 16 to 32. r=mak 2016-08-02 18:00:07 -07:00
nsFaviconService.h Bug 798223 - Increase optimized favicon dimension in Places database from 16 to 32. r=mak 2016-08-02 18:00:07 -07:00
nsIAnnotationService.idl Bug 1285408 - Add change source tracking for bookmarks. r=markh 2016-08-11 13:13:22 -07:00
nsIBrowserHistory.idl Bug 1261313 - Remove RemoveVisitsByTimeframe API. r=adw 2016-08-09 16:44:17 +05:30
nsIFaviconService.idl Bug 798223 - Increase optimized favicon dimension in Places database from 16 to 32. r=mak 2016-08-02 18:00:07 -07:00
nsINavBookmarksService.idl Bug 1285408 - Add change source tracking for bookmarks. r=markh 2016-08-11 13:13:22 -07:00
nsINavHistoryService.idl Bug 1277235 - add typed and visitCount to onVisit. r=adw 2016-06-01 16:42:15 +02:00
nsITaggingService.idl Bug 1285408 - Add change source tracking for bookmarks. r=markh 2016-08-11 13:13:22 -07:00
nsLivemarkService.js Bug 1285408 - Add change source tracking for bookmarks. r=markh 2016-08-11 13:13:22 -07:00
nsMaybeWeakPtr.h
nsNavBookmarks.cpp Bug 1285408 - Add change source tracking for bookmarks. r=markh 2016-08-11 13:13:22 -07:00
nsNavBookmarks.h Bug 1285408 - Add change source tracking for bookmarks. r=markh 2016-08-11 13:13:22 -07:00
nsNavHistory.cpp merge mozilla-inbound to mozilla-central a=merge 2016-08-10 15:54:26 +02:00
nsNavHistory.h Bug 1277235 - add typed and visitCount to onVisit. r=adw 2016-06-01 16:42:15 +02:00
nsNavHistoryQuery.cpp Bug 1287624, part 2 - Replace swap with forget in a few places. r=froydnj 2016-07-20 15:19:00 -07:00
nsNavHistoryQuery.h
nsNavHistoryResult.cpp Bug 1285408 - Add change source tracking for bookmarks. r=markh 2016-08-11 13:13:22 -07:00
nsNavHistoryResult.h Bug 1285408 - Add change source tracking for bookmarks. r=markh 2016-08-11 13:13:22 -07:00
nsPIPlacesDatabase.idl
nsPlacesAutoComplete.js Bug 889561 - Reduce the size of places.sqlite by removing the url unique index from moz_places. r=adw 2016-06-29 14:47:36 +02:00
nsPlacesAutoComplete.manifest Bug 1223728 - Remove the unifiedcomplete pref, the urlinline component and stop bundling the old autocomplete component in Firefox. r=adw 2016-05-05 00:14:51 +02:00
nsPlacesExpiration.js Bug 1292042 - Enable the keyword-spacing rule for eslint. Most of this patch was autogenerated by 'eslint --fix'. Files with .xml extension needed to be changed by hand due to limitations of custom plugin. r=markh 2016-08-04 03:28:58 -04:00
nsPlacesIndexes.h Bug 889561 - Reduce the size of places.sqlite by removing the url unique index from moz_places. r=adw 2016-06-29 14:47:36 +02:00
nsPlacesMacros.h
nsPlacesModule.cpp
nsPlacesTables.h Bug 889561 - Reduce the size of places.sqlite by removing the url unique index from moz_places. r=adw 2016-06-29 14:47:36 +02:00
nsPlacesTriggers.h Bug 1209027 - Reduce queries load on visits addition. r=adw 2016-05-31 15:19:16 +02:00
nsTaggingService.js Bug 1285408 - Add change source tracking for bookmarks. r=markh 2016-08-11 13:13:22 -07:00
PageIconProtocolHandler.js Bug 798223 - Increase optimized favicon dimension in Places database from 16 to 32. r=mak 2016-08-02 18:00:07 -07:00
PlaceInfo.cpp
PlaceInfo.h
PlacesBackups.jsm Bug 1292042 - Enable the keyword-spacing rule for eslint. Most of this patch was autogenerated by 'eslint --fix'. Files with .xml extension needed to be changed by hand due to limitations of custom plugin. r=markh 2016-08-04 03:28:58 -04:00
PlacesCategoriesStarter.js
PlacesDBUtils.jsm Bug 1292042 - Enable the keyword-spacing rule for eslint. Most of this patch was autogenerated by 'eslint --fix'. Files with .xml extension needed to be changed by hand due to limitations of custom plugin. r=markh 2016-08-04 03:28:58 -04:00
PlacesRemoteTabsAutocompleteProvider.jsm Bug 1290701 - Replace in-tree consumer of non-standard Iterator() with Object.{values,entries} in toolkit/. r=dtownsend 2016-08-03 11:53:10 +05:30
PlacesSearchAutocompleteProvider.jsm Bug 1240727 - match search engine alias with lower case; r=mak 2016-03-29 11:47:41 +08:00
PlacesSyncUtils.jsm Bug 1285408 - Add change source tracking for bookmarks. r=markh 2016-08-11 13:13:22 -07:00
PlacesTransactions.jsm Bug 1292042 - Enable the keyword-spacing rule for eslint. Most of this patch was autogenerated by 'eslint --fix'. Files with .xml extension needed to be changed by hand due to limitations of custom plugin. r=markh 2016-08-04 03:28:58 -04:00
PlacesUtils.jsm Bug 1285408 - Add change source tracking for bookmarks. r=markh 2016-08-11 13:13:22 -07:00
Shutdown.cpp Bug 1271280 - Places shutdown blockers have wrong names and are not properly reporting state. r=adw 2016-05-09 15:27:59 +02:00
Shutdown.h
SQLFunctions.cpp Bug 1287277 - Silly micro-optimization. r=mak 2016-07-14 14:10:20 +02:00
SQLFunctions.h Bug 1287277 - Avoid unnecessary string copies in MatchAutoCompleteFunction::fixupURISpec. r=mak 2016-07-14 01:25:46 +02:00
toolkitplaces.manifest Bug 1283825 - Add a page-icon protocol to fetch the best icon for a url. r=adw 2016-06-30 18:17:44 +02:00
UnifiedComplete.js Bug 1180944 - Implement one-off searches from Awesomebar. r=mak,florian 2016-08-02 18:00:26 -07:00
UnifiedComplete.manifest
VisitInfo.cpp
VisitInfo.h