gecko-dev/toolkit/components/places
Gregory Szorc 74dc48b41e Bug 818246 - Part 5: Move XPIDLSRCS into moz.build (manual); r=glandium 2013-03-12 10:20:41 -07:00
..
tests Merge m-i to b-s. 2013-02-28 14:46:10 +01:00
AsyncFaviconHelpers.cpp Bug 838349 - Fix bogus use of assertions in Places 2013-02-06 02:37:07 +01:00
AsyncFaviconHelpers.h Bug 814470 - Fix a leak when channel setup in AsyncFetchAndSetIconFromNetwork fails by not tracking the channel in the first place and thus avoiding a circular references. r=mak 2012-11-27 14:52:54 -05:00
BookmarkHTMLUtils.jsm Bug 793928: Switch users of the promise library to the new location and move tests files. r=gavin 2013-02-01 11:43:15 -08:00
ClusterLib.js Bug 634139 - Add a service for finding the representative color in an image. r=MattN 2012-08-03 14:18:00 -07:00
ColorAnalyzer.js Bug 798491: Add an option to stick all chrome JSMs/JS components in the same compartment. r=mrbkap,philikon 2012-10-31 09:13:28 -07:00
ColorAnalyzer_worker.js Bug 634139 - Add a service for finding the representative color in an image. r=MattN 2012-08-03 14:18:00 -07:00
ColorConversion.js Bug 634139 - Add a service for finding the representative color in an image. r=MattN 2012-08-03 14:18:00 -07:00
Database.cpp Bug 838349 - Fix bogus use of assertions in Places 2013-02-06 02:37:07 +01:00
Database.h Bug 797224 - Remove Database::mCurrentJournalMode; r=mak 2012-10-03 16:33:30 -04:00
Helpers.cpp Bug 817477 - Remove support for global private browsing mode; r=jdm,glandium 2013-01-29 13:12:13 -05:00
Helpers.h Bug 817477 - Remove support for global private browsing mode; r=jdm,glandium 2013-01-29 13:12:13 -05:00
History.cpp Bug 842186 - Update instances of jsval to JS::Value in .cpp and .h files within the toolkit and netwerk directories. r=jwalden 2013-03-06 13:16:46 -08:00
History.h Bug 825849 - Add a RemoveAllDownloads API to nsIDownloadHistory. 2013-01-05 10:21:04 +01:00
Makefile.in Bug 818246 - Part 5: Move XPIDLSRCS into moz.build (manual); r=glandium 2013-03-12 10:20:41 -07:00
PlaceInfo.cpp Bug 842186 - Update instances of jsval to JS::Value in .cpp and .h files within the toolkit and netwerk directories. r=jwalden 2013-03-06 13:16:46 -08:00
PlaceInfo.h Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
PlacesCategoriesStarter.js Bug 826409 - Remove onBeforeDeleteURI and onBeforeItemRemoved notifications. 2013-02-06 20:48:56 +01:00
PlacesDBUtils.jsm Bug 828546 - Part 1: Support Health Report mode when gathering Places Telemetry; r=mak 2013-02-05 10:44:14 -08:00
PlacesUtils.jsm Bug 838798 - Remove deprecated nsILivemarkService interface. 2013-02-27 22:12:49 +01:00
SQLFunctions.cpp Bug 792180 - Replace NS_{UN,}LIKELY with MOZ_{UN,}LIKELY; r=ehsan 2012-10-26 15:32:10 +02:00
SQLFunctions.h Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
VisitInfo.cpp Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
VisitInfo.h Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
moz.build Bug 818246 - Part 5: Move XPIDLSRCS into moz.build (manual); r=glandium 2013-03-12 10:20:41 -07:00
mozIAsyncFavicons.idl Bug 838841 - Remove experimental hints from Places async APIs. 2013-02-07 01:12:16 +01:00
mozIAsyncHistory.idl Bug 838841 - Remove experimental hints from Places async APIs. 2013-02-07 01:12:16 +01:00
mozIAsyncLivemarks.idl
mozIColorAnalyzer.idl Bug 634139 - Add a service for finding the representative color in an image. r=MattN 2012-08-03 14:18:00 -07:00
mozIPlacesAutoComplete.idl Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsAnnoProtocolHandler.cpp Bug 773151: Convert nsCAutoString->nsAutoCString CLOSED TREE r=bsmedberg 2012-09-01 22:35:17 -04:00
nsAnnoProtocolHandler.h Bug 758992 - Make the classes which use the XPCOM nsISupports implementation macros final, to avoid the warning about deleting using a pointer to a base class with virtual functions and no virtual dtor (places parts); r=mak 2012-06-19 23:58:39 -04:00
nsAnnotationService.cpp Bug 838349 - Fix bogus use of assertions in Places 2013-02-06 02:37:07 +01:00
nsAnnotationService.h Bug 822710 (part 1) - Implement a new getAnnotationsHavingName method. 2012-12-21 15:19:04 +01:00
nsFaviconService.cpp Bug 834457 - Mark the Places APIs we will remove as deprecated. 2013-02-14 13:39:20 +01:00
nsFaviconService.h Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsIAnnotationService.idl Bug 822710 (part 1) - Implement a new getAnnotationsHavingName method. 2012-12-21 15:19:04 +01:00
nsIBrowserHistory.idl bug 839034 - move markPageAsXXX methods to nsINavHistoryService r=mak sr=gavin 2013-02-27 10:54:09 +08:00
nsIFaviconService.idl Bug 834457 - Mark the Places APIs we will remove as deprecated. 2013-02-14 13:39:20 +01:00
nsINavBookmarksService.idl Bug 826409 - Remove onBeforeDeleteURI and onBeforeItemRemoved notifications. 2013-02-06 20:48:56 +01:00
nsINavHistoryService.idl bug 839034 - move markPageAsXXX methods to nsINavHistoryService r=mak sr=gavin 2013-02-27 10:54:09 +08:00
nsITaggingService.idl Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsLivemarkService.js bug 750421 - remove unnecessary nsIBadCertListener2 and nsISSLErrorListener implementations r=mayhemer r=mounir r=dolske 2013-03-06 11:25:03 -08:00
nsMaybeWeakPtr.cpp Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsMaybeWeakPtr.h Bug 806279 - CC macros refactoring: part 3: fold the TRAVERSE_NATIVE and AMBIGUOUS cases - r=mccr8,smaug 2012-11-15 02:32:39 -05:00
nsNavBookmarks.cpp Bug 826409 - Remove onBeforeDeleteURI and onBeforeItemRemoved notifications. 2013-02-06 20:48:56 +01:00
nsNavBookmarks.h Bug 791562 - crash in PlacesFolderConversion::AppendFolder. 2012-12-17 15:03:49 +01:00
nsNavHistory.cpp Bug 834457 - Mark the Places APIs we will remove as deprecated. 2013-02-14 13:39:20 +01:00
nsNavHistory.h Bug 766799 - Notify hidden visits to history observers. 2012-12-20 23:45:00 +01:00
nsNavHistoryQuery.cpp Bug 791562 - crash in PlacesFolderConversion::AppendFolder. 2012-12-17 15:03:49 +01:00
nsNavHistoryQuery.h Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsNavHistoryResult.cpp Bug 826409 - Remove onBeforeDeleteURI and onBeforeItemRemoved notifications. 2013-02-06 20:48:56 +01:00
nsNavHistoryResult.h Bug 826409 - Remove onBeforeDeleteURI and onBeforeItemRemoved notifications. 2013-02-06 20:48:56 +01:00
nsPIPlacesDatabase.idl Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsPIPlacesHistoryListenersNotifier.idl Bug 825849 - Add a RemoveAllDownloads API to nsIDownloadHistory. 2013-01-05 10:21:04 +01:00
nsPlacesAutoComplete.js Bug 822446: Add parens around assignment-used-as-loop-condition in nsPlacesAutoComplete.js and nsPlacesExpiration.js, to fix JS strict warning "test for equality mistyped as assignment". r=mak 2012-12-17 22:23:05 -08:00
nsPlacesAutoComplete.manifest
nsPlacesExpiration.js Bug 826409 - Remove onBeforeDeleteURI and onBeforeItemRemoved notifications. 2013-02-06 20:48:56 +01:00
nsPlacesIndexes.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsPlacesMacros.h Bug 834457 - Mark the Places APIs we will remove as deprecated. 2013-02-14 13:39:20 +01:00
nsPlacesModule.cpp Bug 763295 - Port the bookmarks export service to JavaScript. r=mak 2012-12-08 20:50:54 +01:00
nsPlacesTables.h Bug 720081 - Part 2: inline autocomplete should respect protocol and www prefix 2012-06-01 14:38:39 +02:00
nsPlacesTriggers.h Bug 720081 - Part 2: inline autocomplete should respect protocol and www prefix 2012-06-01 14:38:39 +02:00
nsTaggingService.js Bug 826409 - Remove onBeforeDeleteURI and onBeforeItemRemoved notifications. 2013-02-06 20:48:56 +01:00
toolkitplaces.manifest Bug 634139 - Add a service for finding the representative color in an image. r=MattN 2012-08-03 14:18:00 -07:00