gecko-dev/toolkit/components/places
Marco Bonardo 44ccf4da4e Bug 1569217 - Use single quoted literals in IFNULL, NULLIF, COALESCE. r=RyanVM
Differential Revision: https://phabricator.services.mozilla.com/D39514

--HG--
extra : moz-landing-system : lando
2019-07-26 15:53:55 +00:00
..
bookmark_sync Bug 1569217 - Use single quoted literals in IFNULL, NULLIF, COALESCE. r=RyanVM 2019-07-26 15:53:55 +00:00
tests Bug 1569217 - Use single quoted literals in IFNULL, NULLIF, COALESCE. r=RyanVM 2019-07-26 15:53:55 +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 1569217 - Use single quoted literals in IFNULL, NULLIF, COALESCE. r=RyanVM 2019-07-26 15:53:55 +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 Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
Helpers.cpp Bug 1482608 - Fix up inconsistent bookmarks at sync time. r=markh,tcsc 2019-03-25 04:50:38 +00:00
Helpers.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
History.cpp Bug 1289211 - Rename InfallibleTArray to nsTArray in toolkit/ r=mconley 2019-07-10 03:33:30 +00:00
History.h Bug 1517241 - Rename nsIDocument to mozilla::dom::Document. r=smaug 2019-01-03 17:48:33 +01:00
History.jsm Bug 1569217 - Use single quoted literals in IFNULL, NULLIF, COALESCE. r=RyanVM 2019-07-26 15:53:55 +00:00
INativePlacesEventCallback.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
PageIconProtocolHandler.jsm Bug 1566595. Stop using [array] in nsIBinaryOutputStream. r=froydnj 2019-07-22 20:27:39 +00:00
PlaceInfo.cpp Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
PlaceInfo.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
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 1561435 - Format toolkit/components/, a=automatic-formatting 2019-07-05 11:14:05 +02: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 1569217 - Use single quoted literals in IFNULL, NULLIF, COALESCE. r=RyanVM 2019-07-26 15:53:55 +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 Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
Shutdown.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01: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 1569217 - Use single quoted literals in IFNULL, NULLIF, COALESCE. r=RyanVM 2019-07-26 15:53:55 +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 1569217 - Use single quoted literals in IFNULL, NULLIF, COALESCE. r=RyanVM 2019-07-26 15:53:55 +00:00
VisitInfo.cpp Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
VisitInfo.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
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 1552621 - Record shutdown blocker progress in the bookmarks mirror. r=markh,tcsc 2019-06-03 23:04:37 +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 1555412 - Remove all the bookmark annotations but the last used one. r=Standard8 2019-06-05 10:25:13 +00:00
nsNavBookmarks.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
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 Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
nsPlacesIndexes.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
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 Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
nsPlacesTriggers.h Bug 1519058 - Some bookmark favicons disappear after clearing history. r=Standard8 2019-02-11 17:27:29 +00:00
unifiedcomplete-top-urls.json