gecko-dev/toolkit/components/places
2012-05-18 13:30:49 -04:00
..
tests Bug 739213 - Kill AddPageWithDetails. r=mak 2012-05-14 20:42:29 +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 Bug 737164 part C - switch various in-tree callers which are using fallible strings to keep using them 2012-05-08 13:55:24 -04: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 734847 part 2 - treewide changes resulting from the default-infallibility of hashtables; either remove useless result checks, or use the fallible version of APIs, depending on context, r=jlebar 2012-05-18 13:30:49 -04: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
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 Bug 595513 - Reduce makefile recursion in toolkit. r=khuey 2011-03-08 14:58:46 +11:00
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 734847 part 2 - treewide changes resulting from the default-infallibility of hashtables; either remove useless result checks, or use the fallible version of APIs, depending on context, r=jlebar 2012-05-18 13:30:49 -04:00
nsFaviconService.h Bug 699843 - Asynchronous Favicons API - ReplaceFaviconData. r=mak 2011-12-15 16:55:22 -08:00
nsIAnnotationService.idl Bug 595513 - Reduce makefile recursion in toolkit. r=khuey 2011-03-08 14:58:46 +11:00
nsIBrowserHistory.idl Bug 739213 - Kill AddPageWithDetails. r=mak 2012-05-14 20:42:29 +02:00
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 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 734847 part 2 - treewide changes resulting from the default-infallibility of hashtables; either remove useless result checks, or use the fallible version of APIs, depending on context, r=jlebar 2012-05-18 13:30:49 -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 734847 part 2 - treewide changes resulting from the default-infallibility of hashtables; either remove useless result checks, or use the fallible version of APIs, depending on context, r=jlebar 2012-05-18 13:30:49 -04:00
nsNavHistory.h Bug 615213 - Remove nsIGlobalHistory. 2012-05-09 21:30:41 +02: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 734847 part 2 - treewide changes resulting from the default-infallibility of hashtables; either remove useless result checks, or use the fallible version of APIs, depending on context, r=jlebar 2012-05-18 13:30:49 -04: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 Bug 595513 - Reduce makefile recursion in toolkit. r=khuey 2011-03-08 14:58:46 +11:00
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 740076 - Disable autoFill when autocomplete is disabled. 2012-05-05 14:26:42 +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
PlaceInfo.cpp Bug 595513 - Reduce makefile recursion in toolkit. r=khuey 2011-03-08 14:58:46 +11:00
PlaceInfo.h Bug 595513 - Reduce makefile recursion in toolkit. r=khuey 2011-03-08 14:58:46 +11:00
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 750269 - Fix places transactions leak with cpg (r=mak,a=not-in-libxul) 2012-05-02 15:06:07 -07: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
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 Bug 595513 - Reduce makefile recursion in toolkit. r=khuey 2011-03-08 14:58:46 +11:00
VisitInfo.h Bug 595513 - Reduce makefile recursion in toolkit. r=khuey 2011-03-08 14:58:46 +11:00