gecko-dev/toolkit/components/places
Carsten "Tomcat" Book e1e203f1f5 Merge mozilla-central to autoland 2017-04-27 16:36:41 +02:00
..
tests Merge mozilla-central to autoland 2017-04-27 16:36:41 +02:00
BookmarkHTMLUtils.jsm Bug 1331661 - Enable the 'quotes' rule for eslint and fix most of the errors with --fix. r=Gijs 2017-01-17 09:48:17 -06:00
BookmarkJSONUtils.jsm Bug 1355056 - replace (function(args) { /* do stuff using this */ }).bind(this) with arrow functions, r=jaws. 2017-04-27 00:25:45 +02:00
Bookmarks.jsm Bug 1358127 - Fix bookmarks.search so it doesn't return the contents of tag folders, r=mak 2017-04-24 09:04:59 -04:00
ClusterLib.js Bug 1328805 - Enable the no-cond-assign rule for eslint and fix the six resulting errors mostly by wrapping the assignment with parentheses to explicitly state that the assignment is intentional with exception for advanced.js where assignment was not intended. r=mossop 2017-01-05 01:03:08 -05:00
ColorAnalyzer.js Bug 1325464 - Enable object-shorthand rule and run 'mach eslint --fix' with the rule enabled. r=MattN 2016-12-29 18:34:54 -05:00
ColorAnalyzer_worker.js Bug 1338249 - Improve eslint-plugin-mozilla's handling of workers when dealing with globals and imports. r=mossop 2017-02-07 11:14:49 +00:00
ColorConversion.js Bug 1316882: Turn on space-infix-ops eslint rule. r=jaws 2016-11-10 14:48:04 -08:00
Database.cpp Bug 1356220 - Set a journal_size_limit on favicons.sqlite and improve the wal autocheckpoint value. r=adw 2017-04-21 18:43:29 +02:00
Database.h Bug 1355414 - places.sqlite schema migration fails if an application has never used the bookmarks service. r=past 2017-04-11 16:04:23 +02:00
ExtensionSearchHandler.jsm Bug 1339250 - Fix error caused by ending an input session immediately after the session is started r=robwu 2017-02-14 12:02:40 +00:00
FaviconHelpers.cpp Bug 1357664 - Don't delete all relations to expired icons when updating icons for a specific page. r=adw 2017-04-19 10:19:48 +02:00
FaviconHelpers.h Backed out changeset eb94759f0fcf (bug 1356567) for test failures in own test 2017-04-18 12:58:09 +02:00
Helpers.cpp Bug 1344282 - prep: add a makeGuid method to nsINavHistory, r=mak 2017-03-13 22:22:57 +00:00
Helpers.h Bug 1344282 - prep: add a makeGuid method to nsINavHistory, r=mak 2017-03-13 22:22:57 +00:00
History.cpp Backed out changeset eb94759f0fcf (bug 1356567) for test failures in own test 2017-04-18 12:58:09 +02:00
History.h Bug 1341097 - part 1: group frecency notifications from history notifications, r=mak 2017-02-21 20:00:24 +00:00
History.jsm Merge autoland to central, a=merge CLOSED TREE 2017-04-12 15:13:30 -07:00
PageIconProtocolHandler.js Bug 977177 - Add size ref fragment to icon protocols. r=adw 2017-03-15 16:08:28 +01:00
PlaceInfo.cpp
PlaceInfo.h
PlacesBackups.jsm Bug 1355056 - replace (function(args) { /* do stuff using this */ }).bind(this) with arrow functions, r=jaws. 2017-04-27 00:25:45 +02:00
PlacesCategoriesStarter.js Backed out changeset 322fde2d53bf (bug 1356569) so bug 1355161 can be backed out. r=backout 2017-04-14 23:39:22 +02:00
PlacesDBUtils.jsm Bug 1356569 - Remove notifyObservers' last parameter when it is falsy, r=jaws. 2017-04-14 21:51:39 +02:00
PlacesRemoteTabsAutocompleteProvider.jsm Backed out changeset 322fde2d53bf (bug 1356569) so bug 1355161 can be backed out. r=backout 2017-04-14 23:39:22 +02:00
PlacesSearchAutocompleteProvider.jsm Bug 1325464 - Enable object-shorthand rule and run 'mach eslint --fix' with the rule enabled. r=MattN 2016-12-29 18:34:54 -05:00
PlacesSyncUtils.jsm Bug 1359737 - Preferences.jsm is unused in PlacesSyncUtils.jsm. r=kitcambridge 2017-04-26 13:44:48 +02:00
PlacesTransactions.jsm Bug 1329014 - Enable the no-extra-bind rule and use eslint --fix to autofix the errors. r=standard8 2017-01-05 16:43:29 -05:00
PlacesUtils.jsm Bug 1355161 - script-generated patch to replace .{currentThread,mainThread}.dispatch(..., Ci.nsIThread.DISPATCH_NORMAL) with .dispatchToMainThread(...), r=froydnj. 2017-04-14 18:29:12 +02:00
SQLFunctions.cpp Bug 977177 - Move favicons to a separate store. r=adw 2016-11-14 16:22:46 +01:00
SQLFunctions.h Bug 737836 - Don't rely on past visits for frecency calcuations for redirects. r=mak 2017-01-18 14:09:09 +00:00
Shutdown.cpp Bug 1297276 - Rename mfbt/unused.h to mfbt/Unused.h for consistency. r=froydnj 2016-08-24 14:47:04 +08:00
Shutdown.h
UnifiedComplete.js Bug 1359278 - Typo in UnifiedComplete causes browser.urlbar.restrict.searches not to be used. r=mak 2017-04-24 17:45:56 -07:00
VisitInfo.cpp
VisitInfo.h
jar.mn Bug 1336946 - store the list of top URLs in a file, r=Gijs 2017-02-17 12:40:31 +03:00
moz.build Bug 1336946 - store the list of top URLs in a file, r=Gijs 2017-02-17 12:40:31 +03:00
mozIAsyncFavicons.idl bug 977177 - Fallback to the root domain icon. r=adw 2017-03-28 11:50:53 +02:00
mozIAsyncHistory.idl Bug 1341097 - part 1: group frecency notifications from history notifications, r=mak 2017-02-21 20:00:24 +00:00
mozIAsyncLivemarks.idl
mozIColorAnalyzer.idl
mozIPlacesAutoComplete.idl Bug 1347271 - log preloaded top sites in telemetry and update their naming, r=mak 2017-03-22 13:23:15 +00:00
mozIPlacesPendingOperation.idl
nsAnnoProtocolHandler.cpp Bug 1351163: Part 4 - Don't start moz-anno: requests until the channel is opened. r=bz 2017-04-07 22:36:01 -07:00
nsAnnoProtocolHandler.h
nsAnnotationService.cpp Bug 1314084 - Implement `nsIAnnotationService::getObservers`. r=mak 2016-10-31 11:13:14 -07:00
nsAnnotationService.h
nsFaviconService.cpp Backed out changeset eb94759f0fcf (bug 1356567) for test failures in own test 2017-04-18 12:58:09 +02:00
nsFaviconService.h Bug 977177 - Add size ref fragment to icon protocols. r=adw 2017-03-15 16:08:28 +01:00
nsIAnnotationService.idl Bug 1314084 - Implement `nsIAnnotationService::getObservers`. r=mak 2016-10-31 11:13:14 -07:00
nsIBrowserHistory.idl Bug 1306276 - Deprecate History RemovePage and RemovePages. r=standard8 2017-03-22 12:44:54 +01:00
nsIFaviconService.idl Bug 977177 - Add size ref fragment to icon protocols. r=adw 2017-03-15 16:08:28 +01:00
nsINavBookmarksService.idl Bug 1351915 - Fire onItemChanged when deduping sync bookmarks. r=kitcambridge 2017-04-08 19:57:39 -04:00
nsINavHistoryService.idl Bug 1355216 - Mark last parameters that are almost always falsy as optional, r=froydnj. 2017-04-12 00:07:30 +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 1355161 - script-generated patch to replace .{currentThread,mainThread}.dispatch(..., Ci.nsIThread.DISPATCH_NORMAL) with .dispatchToMainThread(...), r=froydnj. 2017-04-14 18:29:12 +02:00
nsMaybeWeakPtr.h
nsNavBookmarks.cpp Bug 1344205 - Remove unsatisfied assertion on database page removals and protect removals from orphaning. r=standard8 2017-03-23 17:51:52 +01:00
nsNavBookmarks.h Bug 1228827 - Sync correctly the bookmark separators positions. r=kitcambridge 2017-01-26 17:41:12 -05:00
nsNavHistory.cpp Bug 977177 - Don't expire root domain icons with history, and don't associate pages to them. r=adw 2017-03-30 15:16:41 +02:00
nsNavHistory.h Bug 1341097 - part 3: don't dispatch oodles of titlechanged notifications for new history entries, r=mak 2017-02-27 18:26:21 +00:00
nsNavHistoryQuery.cpp Bug 1302901 - Create a Places mobile bookmarks root. r=mak 2016-09-29 13:44:08 -07:00
nsNavHistoryQuery.h
nsNavHistoryResult.cpp Bug 1341097 - part 3: don't dispatch oodles of titlechanged notifications for new history entries, r=mak 2017-02-27 18:26:21 +00:00
nsNavHistoryResult.h Bug 1341097 - part 3: don't dispatch oodles of titlechanged notifications for new history entries, r=mak 2017-02-27 18:26:21 +00:00
nsPIPlacesDatabase.idl
nsPlacesExpiration.js Bug 1355056 - replace (function(args) { /* do stuff using this */ }).bind(this) with arrow functions, r=jaws. 2017-04-27 00:25:45 +02:00
nsPlacesIndexes.h Bug 977177 - Move favicons to a separate store. r=adw 2016-11-14 16:22:46 +01:00
nsPlacesMacros.h Bug 1296401 - Implement simple chrome.bookmarks events, r=mak 2016-08-17 10:22:10 -04:00
nsPlacesModule.cpp
nsPlacesTables.h Bug 977177 - Don't expire root domain icons with history, and don't associate pages to them. r=adw 2017-03-30 15:16:41 +02:00
nsPlacesTriggers.h Bug 977177 - Don't expire root domain icons with history, and don't associate pages to them. r=adw 2017-03-30 15:16:41 +02:00
nsTaggingService.js Backed out changeset 322fde2d53bf (bug 1356569) so bug 1355161 can be backed out. r=backout 2017-04-14 23:39:22 +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-top-urls.json Bug 1344276 - top 20 websites of www.alexa.com/topsites, r=Gijs 2017-03-03 20:15:56 +03:00