gecko-dev/toolkit/components/places
Mark Banner 4256dfcab4 Bug 1562926 - Use the default private search engine in the address bar. r=daleharvey
Differential Revision: https://phabricator.services.mozilla.com/D43244

--HG--
extra : moz-landing-system : lando
2019-08-29 14:43:43 +00:00
..
bookmark_sync Bug 1575757 - Don't use `WITH RECURSIVE` to build the local tree. r=tcsc 2019-08-27 20:24:21 +00:00
tests Bug 1575757 - Don't use `WITH RECURSIVE` to build the local tree. r=tcsc 2019-08-27 20:24:21 +00:00
BookmarkHTMLUtils.jsm Bug 1561435 - Format toolkit/components/, a=automatic-formatting 2019-07-05 11:14:05 +02:00
BookmarkJSONUtils.jsm Bug 1561435 - Format toolkit/components/, a=automatic-formatting 2019-07-05 11:14:05 +02:00
Bookmarks.jsm Bug 1569236 - bind history and bookmarks IN() clauses for safety reasons. r=Standard8 2019-07-31 15:21:50 +00:00
Database.cpp Bug 1564894 - Use a memory temp store when creating the favicons database. r=Standard8 2019-07-11 10:15:35 +00:00
Database.h Bug 1555412 - Remove all the bookmark annotations but the last used one. r=Standard8 2019-06-05 10:25:13 +00:00
ExtensionSearchHandler.jsm Bug 1561435 - Format toolkit/components/, a=automatic-formatting 2019-07-05 11:14:05 +02:00
FaviconHelpers.cpp Bug 1563139 - Remove StaticPrefs.h. r=glandium 2019-07-26 01:10:23 +00:00
FaviconHelpers.h
Helpers.cpp Bug 1482608 - Fix up inconsistent bookmarks at sync time. r=markh,tcsc 2019-03-25 04:50:38 +00:00
Helpers.h
History.cpp Bug 1569146 - a page redirecting to itself should appear in history. r=Standard8 2019-08-06 19:09:28 +00:00
History.h Bug 1569146 - a page redirecting to itself should appear in history. r=Standard8 2019-08-06 19:09:28 +00:00
History.jsm Bug 1569236 - bind history and bookmarks IN() clauses for safety reasons. r=Standard8 2019-07-31 15:21:50 +00:00
INativePlacesEventCallback.h
PageIconProtocolHandler.jsm Bug 1566595. Stop using [array] in nsIBinaryOutputStream. r=froydnj 2019-07-22 20:27:39 +00:00
PlaceInfo.cpp
PlaceInfo.h
PlacesBackups.jsm Bug 1561435 - Format toolkit/components/, a=automatic-formatting 2019-07-05 11:14:05 +02:00
PlacesCategoriesStarter.jsm Bug 1561435 - Format toolkit/components/, a=automatic-formatting 2019-07-05 11:14:05 +02:00
PlacesDBUtils.jsm Bug 1561435 - Format toolkit/components/, a=automatic-formatting 2019-07-05 11:14:05 +02:00
PlacesExpiration.jsm Bug 1561435 - Format toolkit/components/, a=automatic-formatting 2019-07-05 11:14:05 +02:00
PlacesRemoteTabsAutocompleteProvider.jsm Bug 1561435 - Format toolkit/components/, a=automatic-formatting 2019-07-05 11:14:05 +02:00
PlacesSearchAutocompleteProvider.jsm Bug 1562926 - Use the default private search engine in the address bar. r=daleharvey 2019-08-29 14:43:43 +00:00
PlacesSyncUtils.jsm Bug 1569217 - Use single quoted literals in IFNULL, NULLIF, COALESCE. r=RyanVM 2019-07-26 15:53:55 +00:00
PlacesTransactions.jsm Bug 1561435 - Format toolkit/components/, a=automatic-formatting 2019-07-05 11:14:05 +02:00
PlacesUtils.jsm Bug 1572615 - Make bookmark merges abortable. r=markh 2019-08-13 18:48:10 +00:00
SQLFunctions.cpp Bug 1547143 - Format the tree: Be prescriptive with the pointer style (left) r=Ehsan 2019-05-01 08:47:10 +00:00
SQLFunctions.h Bug 1547143 - Format the tree: Be prescriptive with the pointer style (left) r=Ehsan 2019-05-01 08:47:10 +00:00
Shutdown.cpp
Shutdown.h Bug 1565312: Remove useless include of Database.h in Shutdown.h r=mak 2019-08-02 09:40:16 +00:00
SyncedBookmarksMirror.h Bug 1482608 - Port the synced bookmarks merger to Rust. r=nika,mak,markh,tcsc 2019-03-25 04:50:14 +00:00
SyncedBookmarksMirror.jsm Bug 1575757 - Don't use `WITH RECURSIVE` to build the local tree. r=tcsc 2019-08-27 20:24:21 +00:00
TaggingService.jsm Bug 1358643 - Avoid leaking results to the next autocomplete search in tags autocomplete. r=Standard8 2019-07-18 13:13:29 +00:00
UnifiedComplete.jsm Bug 1562926 - Use the default private search engine in the address bar. r=daleharvey 2019-08-29 14:43:43 +00:00
VisitInfo.cpp
VisitInfo.h
components.conf Bug 1482608 - Port the synced bookmarks merger to Rust. r=nika,mak,markh,tcsc 2019-03-25 04:50:14 +00:00
jar.mn
moz.build Bug 1482608 - Port the synced bookmarks merger to Rust. r=nika,mak,markh,tcsc 2019-03-25 04:50:14 +00:00
mozIAsyncHistory.idl
mozIPlacesAutoComplete.idl
mozIPlacesPendingOperation.idl
mozISyncedBookmarksMirror.idl Bug 1573305 - Remove the check for unmerged synced bookmark changes. r=markh 2019-08-13 22:58:16 +00:00
nsAnnoProtocolHandler.cpp Bug 1536744 - Remove nsIProtocolHandler.newURI r=baku 2019-05-28 13:49:27 +00:00
nsAnnoProtocolHandler.h Bug 1547143 - Format the tree: Be prescriptive with the pointer style (left) r=Ehsan 2019-05-01 08:47:10 +00:00
nsAnnotationService.cpp Bug 1508973 - Remove getAnnotationsForItem and unused bookmark annotations APIs. r=Standard8,lina 2019-06-25 15:21:53 +00:00
nsAnnotationService.h Bug 1551779 part 4. Stop using [array] for getItemAnnotationNames. r=mak 2019-05-16 14:54:15 +00:00
nsFaviconService.cpp Bug 1557793 part 3. Change the signatures of various nsContentUtils localization methods to play nicer with the new stringbundle API. r=smaug 2019-06-08 21:26:12 +00:00
nsFaviconService.h Bug 1524687: Part 4 - Convert Places module to static registration. r=mak 2019-01-24 15:46:19 -08:00
nsIAnnotationService.idl Bug 1508973 - Remove getAnnotationsForItem and unused bookmark annotations APIs. r=Standard8,lina 2019-06-25 15:21:53 +00:00
nsIFaviconService.idl Bug 1551779 part 6. Stop using [array] for replaceFaviconData. r=mak 2019-05-16 14:20:17 +00:00
nsINavBookmarksService.idl Bug 1519840 - Stop onItemChanged updates for annotations. r=Standard8 2019-06-05 09:28:10 +00:00
nsINavHistoryService.idl Bug 1559686 - Reimplement the inputHistory feature in the Quantum Bar. r=adw 2019-06-20 18:21:01 +00:00
nsITaggingService.idl Bug 1551779 part 5. Stop using [array] for getTagsForURI. r=mak 2019-05-16 14:03:54 +00:00
nsNavBookmarks.cpp Bug 1558915 - Use infallible nsIURI::SchemeIs in toolkit/ r=Ehsan 2019-08-02 16:31:54 +00:00
nsNavBookmarks.h
nsNavHistory.cpp Bug 1559686 - Reimplement the inputHistory feature in the Quantum Bar. r=adw 2019-06-20 18:21:01 +00:00
nsNavHistory.h Bug 1559686 - Reimplement the inputHistory feature in the Quantum Bar. r=adw 2019-06-20 18:21:01 +00:00
nsNavHistoryQuery.cpp Bug 1551779 part 2. Stop using [array] for get/setParents in nsINavHistoryService. r=mak 2019-05-16 13:06:11 +00:00
nsNavHistoryQuery.h Bug 1551779 part 2. Stop using [array] for get/setParents in nsINavHistoryService. r=mak 2019-05-16 13:06:11 +00:00
nsNavHistoryResult.cpp Bug 1562489 - Sorting bookmarks by Location should put containers first. r=Standard8 2019-07-10 08:49:58 +00:00
nsNavHistoryResult.h
nsPlacesIndexes.h
nsPlacesMacros.h Bug 1547143 - Format the tree: Be prescriptive with the pointer style (left) r=Ehsan 2019-05-01 08:47:10 +00:00
nsPlacesTables.h
nsPlacesTriggers.h
unifiedcomplete-top-urls.json