gecko-dev/toolkit/components/places
Doug Thayer a3cb917217 Bug 1418443 - Send OnVisit notifications from single runnable r=mak
Because there's an overhead in simply creating/sending/receiving a
runnable, it makes sense to send our onVisits notifications from a
bulk runnable in the case where we're inserting many visits. This
is only step one of many optimizations we can and should make to
the observer system.

MozReview-Commit-ID: Co5yOUCRdnZ

--HG--
extra : rebase_source : 3f4f67f8dfe1798612a2b6ea210caff8556e9d72
2017-11-21 14:43:47 -08:00
..
tests Bug 1420571 - Don't write unchanged page metadata to places.sqlite. r=Mardak 2017-11-27 18:15:21 +01:00
BookmarkHTMLUtils.jsm Bug 1411368 - Automatically fix space-unary-ops issues raised when using ESLint 4. r=mossop 2017-10-26 13:14:13 +01:00
BookmarkJSONUtils.jsm Bug 1373610 - Clarify BookmarkJSONUtils' handling of invalid bookmark types and add a test. r=mak 2017-11-21 16:36:28 +00:00
Bookmarks.jsm Bug 1414892 - Optimize moz_places_afterinsert_trigger r=mak 2017-11-07 12:01:53 -08:00
ClusterLib.js
ColorAnalyzer.js Bug 1412893 - Change instances of using getService to Services.jsm where possible in toolkit/components/places r=mak 2017-10-30 16:46:27 +00:00
ColorAnalyzer_worker.js
ColorConversion.js
Database.cpp Bug 1414892 - Optimize moz_places_afterinsert_trigger r=mak 2017-11-07 12:01:53 -08:00
Database.h Bug 1356531 - Remove moz_places_faviconindex and old Places migrations. r=Paolo 2017-10-20 12:48:37 +02:00
ExtensionSearchHandler.jsm Bug 1408777 - Automatically fix instances of missing semicolons in the tree. r=Standard8 2017-10-15 20:50:39 +01:00
FaviconHelpers.cpp Bug 1409969 - The root domain icon should not be preferred if 2 icons for the same size exist. r=standard8 2017-10-21 17:45:24 +02:00
FaviconHelpers.h Bug 1247843 - Part 2: Set request context ID for the channel used to load favicon. r=mak 2017-09-20 20:09:00 -04:00
Helpers.cpp Bug 1417266 - Cache calls to CryptAcquireContext r=mak 2017-11-21 11:28:40 -08:00
Helpers.h Bug 1412142 - Expose `PlacesUtils.history.hashURL`. r=mak 2017-08-16 16:01:40 -07:00
History.cpp Bug 1418443 - Send OnVisit notifications from single runnable r=mak 2017-11-21 14:43:47 -08:00
History.h Bug 1409249: Require singleton constructors to return explicit already_AddRefed. r=froydnj 2017-10-16 21:08:42 -07:00
History.jsm Bug 1420571 - Don't write unchanged page metadata to places.sqlite. r=Mardak 2017-11-27 18:15:21 +01:00
PageIconProtocolHandler.js Bug 1326520 - Rename nsIURI.path to pathQueryRef. r=valentin.gosu 2017-07-29 20:50:21 +09:00
PlaceInfo.cpp
PlaceInfo.h
PlacesBackups.jsm Bug 1408777 - Automatically fix instances of missing semicolons in the tree. r=Standard8 2017-10-15 20:50:39 +01:00
PlacesCategoriesStarter.js Bug 1371677 - Delay the database connection in the history service as far as possible. r=adw 2017-06-09 18:51:09 +02:00
PlacesDBUtils.jsm Bug 1376149 - Speed up orphan favicons cleanups on history removals. r=Paolo 2017-10-24 01:35:07 +02:00
PlacesRemoteTabsAutocompleteProvider.jsm Bug 1408777 - Automatically fix instances of missing semicolons in the tree. r=Standard8 2017-10-15 20:50:39 +01:00
PlacesSearchAutocompleteProvider.jsm Bug 1408777 - Automatically fix instances of missing semicolons in the tree. r=Standard8 2017-10-15 20:50:39 +01:00
PlacesSyncUtils.jsm Bug 1397551 - Delete Mobile Bookmarks query when there are no mobile bookmarks. r=markh 2017-11-09 14:55:54 -05:00
PlacesTransactions.jsm Bug 1415522 - PlacesTransactions.Tag should take account of a URL that is already tagged. r=mak 2017-11-08 13:08:21 +00:00
PlacesUtils.jsm Bug 1420571 - Don't write unchanged page metadata to places.sqlite. r=Mardak 2017-11-27 18:15:21 +01:00
SQLFunctions.cpp Bug 1380606 - Add an `IS_VALID_GUID()` SQL function to Places. r=mak 2017-10-05 11:32:49 -07:00
SQLFunctions.h Bug 1380606 - Add an `IS_VALID_GUID()` SQL function to Places. r=mak 2017-10-05 11:32:49 -07:00
Shutdown.cpp Bug 1275878 - Part 2: Replace places-will-close-connection notification with a shutdown blocker. r=adw 2016-05-19 23:50:27 +02:00
Shutdown.h Bug 1275878 - Part 2: Replace places-will-close-connection notification with a shutdown blocker. r=adw 2016-05-19 23:50:27 +02:00
UnifiedComplete.js Bug 1415908 - Intermittent failure (nsIAutoCompleteController.getCommentAt) in browser_ext_omnibox.js. r=adw 2017-11-19 21:58:14 +01:00
VisitInfo.cpp
VisitInfo.h
jar.mn
moz.build Bug 1382923 - Avoid AddRef()ing the History service in the Link constructor; r=smaug 2017-08-28 00:51:26 -04:00
mozIAsyncFavicons.idl Bug 1247843 - Part 2: Set request context ID for the channel used to load favicon. r=mak 2017-09-20 20:09:00 -04:00
mozIAsyncHistory.idl
mozIAsyncLivemarks.idl Bug 1412143 - Add `mozIAsyncLivemarks.invalidateCachedLivemarks`. r=mak 2017-09-08 15:27:32 -07:00
mozIColorAnalyzer.idl
mozIPlacesAutoComplete.idl
mozIPlacesPendingOperation.idl
nsAnnoProtocolHandler.cpp Bug 1402888 - Remove nsIInputStreamPump::Init() offset and limit params, r=smaug 2017-09-26 07:21:44 +02:00
nsAnnoProtocolHandler.h
nsAnnotationService.cpp Backed out changeset e0eab399db59 (bug 1417101) for Static errors in toolkit/components/places/target r=backout on a CLOSED TREE 2017-11-18 02:48:42 +02:00
nsAnnotationService.h Backed out changeset e0eab399db59 (bug 1417101) for Static errors in toolkit/components/places/target r=backout on a CLOSED TREE 2017-11-18 02:48:42 +02:00
nsFaviconService.cpp Bug 1421655 - Renaming imgITools::decodeImageBuffer to imgITools::decodeImageFromBuffer, r=aosmond 2017-11-30 14:48:47 +01:00
nsFaviconService.h Bug 1347532 - Allow to set a default icon size for the page-icon protocol. r=standard8 2017-10-17 16:24:55 +02:00
nsIAnnotationService.idl Backed out changeset e0eab399db59 (bug 1417101) for Static errors in toolkit/components/places/target r=backout on a CLOSED TREE 2017-11-18 02:48:42 +02:00
nsIBrowserHistory.idl Bug 1405687 - Remove some deprecated code from Places related code. r=standard8 2017-10-04 16:33:46 +02:00
nsIFaviconService.idl Bug 1347532 - Allow to set a default icon size for the page-icon protocol. r=standard8 2017-10-17 16:24:55 +02:00
nsINavBookmarksService.idl Bug 1388250 - Remove old sync isBookmarked and getBookmarkedURIFor APIs from nsINavBookmarksService. r=Paolo 2017-08-08 07:58:59 +01:00
nsINavHistoryService.idl Bug 1412142 - Expose `PlacesUtils.history.hashURL`. r=mak 2017-08-16 16:01:40 -07:00
nsITaggingService.idl
nsLivemarkService.js Bug 1418853 - Don't report handled rejections in `nsLivemarksService`. r=mak 2017-11-19 23:28:34 -08:00
nsMaybeWeakPtr.h
nsNavBookmarks.cpp Backed out changeset e0eab399db59 (bug 1417101) for Static errors in toolkit/components/places/target r=backout on a CLOSED TREE 2017-11-18 02:48:42 +02:00
nsNavBookmarks.h Backed out changeset e0eab399db59 (bug 1417101) for Static errors in toolkit/components/places/target r=backout on a CLOSED TREE 2017-11-18 02:48:42 +02:00
nsNavHistory.cpp Bug 1421654: Make tag queries case insensitive and associated tests. r=mak 2017-11-17 23:29:03 +05:30
nsNavHistory.h Bug 1417266 - Cache calls to CryptAcquireContext r=mak 2017-11-21 11:28:40 -08:00
nsNavHistoryQuery.cpp Bug 1380302 - Fix -Wmaybe-uninitialized warnings in Places. r=adw 2017-07-12 21:29:58 +02:00
nsNavHistoryQuery.h
nsNavHistoryResult.cpp Bug 1395333 - Remove an unexpected warning from nsNavHistoryResult.cpp. r=standard8 2017-09-01 13:55:01 +02:00
nsNavHistoryResult.h
nsPIPlacesDatabase.idl Bug 1275878 - Part 2: Replace places-will-close-connection notification with a shutdown blocker. r=adw 2016-05-19 23:50:27 +02:00
nsPlacesExpiration.js Bug 1414892 - Optimize moz_places_afterinsert_trigger r=mak 2017-11-07 12:01:53 -08:00
nsPlacesIndexes.h Bug 1396282 - Add query for getting Highlights (recent bookmarks and recent history with metadata). r=mak 2017-09-02 13:15:04 -07:00
nsPlacesMacros.h
nsPlacesModule.cpp
nsPlacesTables.h Bug 1414892 - Optimize moz_places_afterinsert_trigger r=mak 2017-11-07 12:01:53 -08:00
nsPlacesTriggers.h Bug 1414892 - Optimize moz_places_afterinsert_trigger r=mak 2017-11-07 12:01:53 -08:00
nsTaggingService.js Bug 1411368 - Automatically fix no-multi-spaces issues raised when using ESLint 4. r=mossop 2017-10-26 11:47:01 +01:00
toolkitplaces.manifest Bug 1371677 - Delay the database connection in the history service as far as possible. r=adw 2017-06-09 18:51:09 +02:00
unifiedcomplete-top-urls.json