gecko/toolkit/components/places
2012-02-22 12:23:14 +01:00
..
tests Bug 722176 - Inline autocomplete becomes inactive after deleting an entry in location bar history. 2012-02-22 12:23:14 +01:00
AsyncFaviconHelpers.cpp Bug 699843 - Asynchronous Favicons API - ReplaceFaviconData. r=mak 2011-12-15 16:55:22 -08:00
AsyncFaviconHelpers.h Bug 699843 - Asynchronous Favicons API - ReplaceFaviconData. r=mak 2011-12-15 16:55:22 -08:00
Database.cpp Bug 722176 - Inline autocomplete becomes inactive after deleting an entry in location bar history. 2012-02-22 12:23:14 +01:00
Database.h Bug 720258 - Inline autocomplete should only autocomplete URLs you've typed. 2012-02-17 14:24:58 +01:00
Helpers.cpp Bug 721603 - We should spin the loop after calling asyncClose in Database.cpp. r=mak. 2012-02-16 07:03:53 -05:00
Helpers.h Bug 721603 - We should spin the loop after calling asyncClose in Database.cpp. r=mak. 2012-02-16 07:03:53 -05:00
History.cpp Bug 718449 - History may dispatch events that use the database after asyncClose. r=mak. 2012-02-01 11:59:27 +01:00
History.h Bug 718449 - History may dispatch events that use the database after asyncClose. r=mak. 2012-02-01 11:59:27 +01:00
Makefile.in Bug 702388 - Convert Makefiles to use |TEST_DIRS += foo| r=khuey 2012-02-04 17:32:24 +00:00
mozIAsyncFavicons.idl Bug 699843 - Interfaces Changes, replaceFaviconData(FromDataURL)?. r=mak, sr=gavin 2011-12-15 16:56:01 -08:00
mozIAsyncHistory.idl Bug 702810 - mozIAsyncHistory should expose an async isURIVisited method. 2011-11-30 00:48:47 +01:00
mozIPlacesAutoComplete.idl Bug 658242 - Search in bookmarks doesn't find javascript: bookmarks. 2011-07-26 15:12:38 +02:00
nsAndroidHistory.cpp Bug 702037 - Merge Android History into mozilla-central. r=marco 2011-11-18 14:42:52 -08: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 704558 - Toolkit changes to work with the newly modified imgTools functions. r=rs 2011-12-16 19:43:10 -05:00
nsFaviconService.h Bug 699843 - Asynchronous Favicons API - ReplaceFaviconData. r=mak 2011-12-15 16:55:22 -08:00
nsIAnnotationService.idl
nsIBrowserHistory.idl Bug 691524 - Remove support for browser.startup.page == 2 and deprecate lastPageVisited. r=mak, sr=gavin 2011-10-03 15:57:19 -07:00
nsIFaviconService.idl Bug 699843 - Interfaces Changes, replaceFaviconData(FromDataURL)?. r=mak, sr=gavin 2011-12-15 16:56:01 -08:00
nsILivemarkService.idl Bug 663269 - Handle null livemarks siteURIs. 2011-06-15 01:54:31 +02:00
nsINavBookmarksService.idl Bug 700296 (Interfaces) - Remove dynamic containers implementation from Places. 2011-11-29 02:22:49 +01:00
nsINavHistoryService.idl Bug 700296 (Interfaces) - Remove dynamic containers implementation from Places. 2011-11-29 02:22:49 +01:00
nsIPlacesImportExportService.idl
nsITaggingService.idl Bug 707946 - Improve performances of hasChildren for tag queries. 2011-12-07 21:56:26 +01:00
nsLivemarkService.js Bug 722254 - Add an XPCOMUtils method to generate a singleton factory. 2012-02-07 10:17:42 +01:00
nsMaybeWeakPtr.cpp Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones 2011-09-28 23:19:26 -07:00
nsMaybeWeakPtr.h Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones 2011-09-28 23:19:26 -07:00
nsNavBookmarks.cpp Bug 718440. Add more sampler labels to various places. r=bgirard 2012-01-17 15:33:04 -05:00
nsNavBookmarks.h Bug 711914 - Fetching bookmarks information during onBeforeItemRemove may break the bookmarks cache. 2012-01-12 17:04:09 +01:00
nsNavHistory.cpp Bug 706420 - intermittent failure in test_annos_expire_session.js 2012-02-17 14:24:54 +01:00
nsNavHistory.h Bug 672681 - Make nsIDownloadHistory::addDownload asynchronous. r=mak 2012-01-20 13:48:20 +01:00
nsNavHistoryQuery.cpp Bug 690892 - Replace PR_TRUE/PR_FALSE with true/false on mozilla-central; rs=dbaron 2011-10-17 10:59:28 -04:00
nsNavHistoryQuery.h Bug 690892 - Replace PR_TRUE/PR_FALSE with true/false on mozilla-central; rs=dbaron 2011-10-17 10:59:28 -04:00
nsNavHistoryResult.cpp Bug 508760 - Remove VC6 workaround. r=mano 2011-12-18 20:19:34 +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 Bug 660109 - Allow to distinguish history removals caused by expiration from those requested by the user. 2011-06-30 15:34:10 +02:00
nsPlacesAutoComplete.js Bug 720258 - Inline autocomplete should only autocomplete URLs you've typed. 2012-02-17 14:24:58 +01: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
nsPlacesImportExportService.cpp Bug 720124 - Remove dead code from HTMLContentSink: AddComment; r=hsivonen 2012-01-25 08:50:04 +01:00
nsPlacesImportExportService.h Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones 2011-09-28 23:19:26 -07: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 Bug 672681 - Make nsIDownloadHistory::addDownload asynchronous. r=mak 2012-01-20 13:48:20 +01: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 722176 - Inline autocomplete becomes inactive after deleting an entry in location bar history. 2012-02-22 12:23:14 +01:00
nsTaggingService.js Bug 722254 - Add an XPCOMUtils method to generate a singleton factory. 2012-02-07 10:17:42 +01:00
PlaceInfo.cpp
PlaceInfo.h
PlacesCategoriesStarter.js Bug 722254 - Add an XPCOMUtils method to generate a singleton factory. 2012-02-07 10:17:42 +01:00
PlacesDBUtils.jsm Bug 723925 - Telemetry for number and size of annotations. 2012-02-07 16:00:55 +01:00
PlacesUtils.jsm Bug 722254 - Add an XPCOMUtils method to generate a singleton factory. 2012-02-07 10:17:42 +01:00
SQLFunctions.cpp Bug 723924 - Telemetry for time needed for a single frecency update. 2012-02-07 16:01:07 +01:00
SQLFunctions.h Bug 699751 - Change schema for new inline autocomplete. 2012-01-19 12:31:23 +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
VisitInfo.cpp
VisitInfo.h