gecko-dev/toolkit/components/places
Nicholas Nethercote 43f329dbbd Bug 744311 (part 1) - Preliminary whitespace and code order changes. r=jlebar.
--HG--
extra : rebase_source : f700733d8aa1aed1ae1f9206b4ee9063f9a03341
2012-04-09 22:52:33 -07:00
..
tests Bug 742776 - Use a case sensitive match for the URI path in inline autocomplete query. 2012-04-19 22:17:04 +02:00
AsyncFaviconHelpers.cpp Bug 745659 - Removed the nsPrintfCString constructor which takes a length and all corresponding instances that call that particular constructor. This is accomplished by removing the length component from the instantiation. r=jlebar 2012-04-24 14:43:00 -04:00
AsyncFaviconHelpers.h Bug 737133 - getFaviconURLForPage and getFaviconDataForPage should invoke nsIFaviconDataCallback even if the favicon is not available. r=mak sr=gavin 2012-04-12 12:27:14 +02:00
BookmarkHTMLUtils.jsm Bug 728174 - Replace old synchronous favicons calls in the bookmarks HTML import. r=mak 2012-04-12 12:27:36 +02:00
Database.cpp Bug 715355 - Deprecate and remove old style GUIDs. r=mak 2012-04-12 12:27:57 +02:00
Database.h Bug 715355 - Deprecate and remove old style GUIDs. r=mak 2012-04-12 12:27:57 +02:00
Helpers.cpp Back out changeset d2693e86769d (bug 482911) due to crashes on Mac xpcshell tests. r=orange. 2012-03-23 11:25:08 +02:00
Helpers.h Back out changeset d2693e86769d (bug 482911) due to crashes on Mac xpcshell tests. r=orange. 2012-03-23 11:25:08 +02:00
History.cpp Bug 744311 (part 1) - Preliminary whitespace and code order changes. r=jlebar. 2012-04-09 22:52:33 -07:00
History.h Bug 680727 - Part 1: IHistory::VisitURI should accept a reloaded URI. r=mak 2012-03-28 21:50:59 +02:00
Makefile.in Back out changeset d2693e86769d (bug 482911) due to crashes on Mac xpcshell tests. r=orange. 2012-03-23 11:25:08 +02:00
PlaceInfo.cpp
PlaceInfo.h
PlacesCategoriesStarter.js Bug 721319 - PlacesUtils.removeLazyBookmarkObserver() doesn't always remove observers, causes browser window to leak. 2012-02-24 11:10:38 +01:00
PlacesDBUtils.jsm Bug 715355 - Deprecate and remove old style GUIDs. r=mak 2012-04-12 12:27:57 +02:00
PlacesUtils.jsm Bug 742714 - Remove LMANNO_EXPIRATION, LMANNO_LOADFAILED, and LMANNO_LOADING. r=mak 2012-04-12 12:28:12 +02:00
SQLFunctions.cpp Bug 742776 - Use a case sensitive match for the URI path in inline autocomplete query. 2012-04-19 22:17:04 +02:00
SQLFunctions.h Bug 742776 - Use a case sensitive match for the URI path in inline autocomplete query. 2012-04-19 22:17:04 +02:00
VisitInfo.cpp
VisitInfo.h
mozIAsyncFavicons.idl Bug 737133 - getFaviconURLForPage and getFaviconDataForPage should invoke nsIFaviconDataCallback even if the favicon is not available. r=mak sr=gavin 2012-04-12 12:27:14 +02:00
mozIAsyncHistory.idl Bug 702810 - mozIAsyncHistory should expose an async isURIVisited method. 2011-11-30 00:48:47 +01:00
mozIAsyncLivemarks.idl Bug 731274 - Make reloadLivemarks optionally force reloads and use it to speed up livemarks population. 2012-03-08 11:14:59 +01:00
mozIPlacesAutoComplete.idl Bug 742776 - Use a case sensitive match for the URI path in inline autocomplete query. 2012-04-19 22:17:04 +02:00
nsAndroidHistory.cpp Bug 738209 - Cleanup a usages of NS_Convert*to*() in places. r=mak 2012-03-23 13:18:59 +09:00
nsAndroidHistory.h Bug 702037 - Merge Android History into mozilla-central. r=marco 2011-11-18 14:42:52 -08:00
nsAnnoProtocolHandler.cpp Bug 695554 - Split a Database class out of the History service. (expected fake Ts_shutdown regressions!) 2011-10-27 11:11:34 +02:00
nsAnnoProtocolHandler.h
nsAnnotationService.cpp Bug 706420 - intermittent failure in test_annos_expire_session.js 2012-02-17 14:24:54 +01:00
nsAnnotationService.h Bug 693949 - Drop nsCStringArray. r=bsmedberg 2011-10-28 08:35:45 +01:00
nsFaviconService.cpp Bug 737846 - Ensure favicons service doesn't add unwanted pages to history. 2012-03-27 15:28:14 +02:00
nsFaviconService.h Bug 699843 - Asynchronous Favicons API - ReplaceFaviconData. r=mak 2011-12-15 16:55:22 -08:00
nsIAnnotationService.idl
nsIBrowserHistory.idl
nsIFaviconService.idl Bug 737133 - getFaviconURLForPage and getFaviconDataForPage should invoke nsIFaviconDataCallback even if the favicon is not available. r=mak sr=gavin 2012-04-12 12:27:14 +02:00
nsILivemarkService.idl Bug 613588 (Interfaces) - Load-on-demand livemarks. 2012-02-24 13:42:21 +01:00
nsINavBookmarksService.idl Bug 715355 - Deprecate and remove old style GUIDs. r=mak 2012-04-12 12:27:57 +02:00
nsINavHistoryService.idl Bug 737841 - Part 3: remove no more useful redirectsMode query option. 2012-04-07 01:17:53 +02:00
nsIPlacesImportExportService.idl Back out changeset d2693e86769d (bug 482911) due to crashes on Mac xpcshell tests. r=orange. 2012-03-23 11:25:08 +02:00
nsITaggingService.idl Bug 707946 - Improve performances of hasChildren for tag queries. 2011-12-07 21:56:26 +01:00
nsLivemarkService.js Bug 732755 - Intermittent test_mozIAsyncLivemarks.js | false == true. 2012-03-12 21:50:26 +01:00
nsMaybeWeakPtr.cpp
nsMaybeWeakPtr.h
nsNavBookmarks.cpp Bug 745659 - Removed the nsPrintfCString constructor which takes a length and all corresponding instances that call that particular constructor. This is accomplished by removing the length component from the instantiation. r=jlebar 2012-04-24 14:43:00 -04:00
nsNavBookmarks.h Bug 715355 - Deprecate and remove old style GUIDs. r=mak 2012-04-12 12:27:57 +02:00
nsNavHistory.cpp Bug 745659 - Removed the nsPrintfCString constructor which takes a length and all corresponding instances that call that particular constructor. This is accomplished by removing the length component from the instantiation. r=jlebar 2012-04-24 14:43:00 -04:00
nsNavHistory.h Bug 672681 - Make nsIDownloadHistory::addDownload asynchronous. r=mak 2012-01-20 13:48:20 +01:00
nsNavHistoryQuery.cpp Bug 737841 - Part 3: remove no more useful redirectsMode query option. 2012-04-07 01:17:53 +02:00
nsNavHistoryQuery.h Bug 737841 - Part 3: remove no more useful redirectsMode query option. 2012-04-07 01:17:53 +02:00
nsNavHistoryResult.cpp Bug 702639 - Kill excludeItemsIfParentHasAnnotation query option. 2012-02-24 23:43:49 +01:00
nsNavHistoryResult.h Bug 711799 - Fix a bunch of initializing-pointer-from-boolean warnings. r=dholbert 2011-12-18 01:00:47 -05:00
nsPIPlacesDatabase.idl
nsPIPlacesHistoryListenersNotifier.idl
nsPlacesAutoComplete.js Bug 742776 - Use a case sensitive match for the URI path in inline autocomplete query. 2012-04-19 22:17:04 +02:00
nsPlacesAutoComplete.manifest Bug 566489 - Enable inline autocomplete again, but make it smarter. 2012-01-19 12:31:24 +01:00
nsPlacesExpiration.js Bug 718255 - Merge nsIPrefBranch2 with nsIPrefBranch - Part C, remove uses of nsIPrefBranch2 in toolkit/ ; r=bsmedberg 2012-01-17 14:18:29 +13:00
nsPlacesExportService.cpp Back out changeset d2693e86769d (bug 482911) due to crashes on Mac xpcshell tests. r=orange. 2012-03-23 11:25:08 +02:00
nsPlacesExportService.h Bug 728174 - Replace old synchronous favicons calls in the bookmarks HTML import. r=mak 2012-04-12 12:27:36 +02:00
nsPlacesIndexes.h Bug 720258 - Inline autocomplete should only autocomplete URLs you've typed. 2012-02-17 14:24:58 +01:00
nsPlacesMacros.h Bug 695554 - Split a Database class out of the History service. (expected fake Ts_shutdown regressions!) 2011-10-27 11:11:34 +02:00
nsPlacesModule.cpp Back out changeset d2693e86769d (bug 482911) due to crashes on Mac xpcshell tests. r=orange. 2012-03-23 11:25:08 +02:00
nsPlacesTables.h Bug 720258 - Inline autocomplete should only autocomplete URLs you've typed. 2012-02-17 14:24:58 +01:00
nsPlacesTriggers.h Bug 737841 - Part 1: ensure Places history properly handles redirecting and error visits. 2012-04-07 01:17:49 +02:00
nsTaggingService.js Bug 722254 - Add an XPCOMUtils method to generate a singleton factory. 2012-02-07 10:17:42 +01:00
toolkitplaces.manifest Bug 692120 - The star button doesn't need to observe bookmarks changes till bookmarks service is alive. 2011-10-27 11:11:45 +02:00