gecko/toolkit/components/places
2012-01-05 18:46:35 -05:00
..
tests Bug 715268 - Downgrades may cause missing favicons GUIDs. 2012-01-05 11:43:29 +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 712427 - provide more information in SQL PRAGMA queries; r=mak 2012-01-05 18:46:35 -05:00
Database.h Bug 715268 - Downgrades may cause missing favicons GUIDs. 2012-01-05 11:43:29 +01:00
Helpers.cpp Bug 646993 - Cap the bookmark title length to TITLE_LENGTH_MAX r=mak 2011-10-28 20:37:13 -07:00
Helpers.h Bug 646993 - Cap the bookmark title length to TITLE_LENGTH_MAX r=mak 2011-10-28 20:37:13 -07:00
History.cpp Bug 707865 - Convert nsTArray::SizeOf() to nsTArray::SizeOfExcludingThis(). r=jlebar. 2011-12-15 14:59:53 -08:00
History.h Bug 707865 - Convert nsTArray::SizeOf() to nsTArray::SizeOfExcludingThis(). r=jlebar. 2011-12-15 14:59:53 -08:00
Makefile.in Bug 700296 (Interfaces) - Remove dynamic containers implementation from Places. 2011-11-29 02:22:49 +01: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
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 696900 - Avoid any shutdown work in Places when possible. 2011-10-27 11:11:47 +02: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
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 692120 - The star button doesn't need to observe bookmarks changes till bookmarks service is alive. 2011-10-27 11:11:45 +02: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 704855. Reduce fsyncs in Places & create/update root bookmarks in Database.cpp. r=mak 2011-12-13 12:52:06 -05:00
nsNavBookmarks.h Bug 704855. Reduce fsyncs in Places & create/update root bookmarks in Database.cpp. r=mak 2011-12-13 12:52:06 -05:00
nsNavHistory.cpp Bug 709205 - use GetObserverService in places; r=mak 2011-12-09 14:35:59 -05:00
nsNavHistory.h Bug 700314 - Remove nsNavHistory nsICharsetResolver implementation. 2011-11-08 00:29:40 +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
nsPlacesAutoComplete.js Bug 710723. Finalize statement. r=mak. 2011-12-15 08:42:48 -05:00
nsPlacesAutoComplete.manifest
nsPlacesExpiration.js Bug 700417 - Further reduce cache_size in Places. 2011-11-08 00:29:38 +01:00
nsPlacesImportExportService.cpp Bug 709205 - use GetObserverService in places; r=mak 2011-12-09 14:35:59 -05: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 675996 - Part 1: extend moz_favicons with GUID to support Sync. r=mak 2011-12-01 13:58:19 -08: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 702037 - Merge Android History into mozilla-central. r=marco 2011-11-18 14:42:52 -08:00
nsPlacesTables.h Bug 675996 - Part 1: extend moz_favicons with GUID to support Sync. r=mak 2011-12-01 13:58:19 -08:00
nsPlacesTriggers.h Bug 707945 - Remove the keywords trigger since it's a useless perf hog. 2011-12-07 21:56:23 +01:00
nsTaggingService.js Bug 707955 - Tags should avoid results overhead. 2011-12-07 21:56:30 +01:00
PlaceInfo.cpp
PlaceInfo.h
PlacesCategoriesStarter.js 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
PlacesDBUtils.jsm Bug 712427 - provide more information in SQL PRAGMA queries; r=mak 2012-01-05 18:46:35 -05:00
PlacesUtils.jsm Bug 707948 - Avoid some useless work when importing tags. 2011-12-07 21:56:16 +01:00
SQLFunctions.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
SQLFunctions.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
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