gecko/toolkit/components/places
Henri Sivonen 511f3c52e5 Bug 482911 - Reimplement Netscape bookmark import using the HTML5 parser. r=mak, sr=gavin.
--HG--
rename : toolkit/components/places/nsPlacesImportExportService.cpp => toolkit/components/places/nsPlacesExportService.cpp
rename : toolkit/components/places/nsPlacesImportExportService.h => toolkit/components/places/nsPlacesExportService.h
2012-03-23 09:15:36 +02:00
..
tests Unit test bustage fix for apps that don't have private browsing following bug 728143. Fix incorrect brackets in if statement and a bad function name in the tests. r=bustage fix,test-only fix 2012-03-22 19:51:27 +00:00
AsyncFaviconHelpers.cpp
AsyncFaviconHelpers.h
BookmarkHTMLUtils.jsm Bug 482911 - Reimplement Netscape bookmark import using the HTML5 parser. r=mak, sr=gavin. 2012-03-23 09:15:36 +02:00
Database.cpp Bug 734351 - Fix a query syntax error that disallows populating the hosts table. 2012-03-09 18:05:11 +01:00
Database.h Bug 613588 (Backend) - Load-on-demand livemarks. 2012-02-24 13:42:24 +01:00
Helpers.cpp Bug 482911 - Reimplement Netscape bookmark import using the HTML5 parser. r=mak, sr=gavin. 2012-03-23 09:15:36 +02:00
Helpers.h Bug 482911 - Reimplement Netscape bookmark import using the HTML5 parser. r=mak, sr=gavin. 2012-03-23 09:15:36 +02:00
History.cpp Bug 733260 followup: use uint32_t for array and string lengths, r=luke 2012-03-06 15:52:55 -08: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 482911 - Reimplement Netscape bookmark import using the HTML5 parser. r=mak, sr=gavin. 2012-03-23 09:15:36 +02:00
mozIAsyncFavicons.idl
mozIAsyncHistory.idl
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
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
nsAnnoProtocolHandler.cpp
nsAnnoProtocolHandler.h
nsAnnotationService.cpp Bug 706420 - intermittent failure in test_annos_expire_session.js 2012-02-17 14:24:54 +01:00
nsAnnotationService.h
nsFaviconService.cpp
nsFaviconService.h
nsIAnnotationService.idl
nsIBrowserHistory.idl
nsIFaviconService.idl
nsILivemarkService.idl Bug 613588 (Interfaces) - Load-on-demand livemarks. 2012-02-24 13:42:21 +01:00
nsINavBookmarksService.idl
nsINavHistoryService.idl Bug 702639 - Kill excludeItemsIfParentHasAnnotation query option. 2012-02-24 23:43:49 +01:00
nsIPlacesImportExportService.idl Bug 482911 - Reimplement Netscape bookmark import using the HTML5 parser. r=mak, sr=gavin. 2012-03-23 09:15:36 +02:00
nsITaggingService.idl
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 702639 - Kill excludeItemsIfParentHasAnnotation query option. 2012-02-24 23:43:49 +01:00
nsNavBookmarks.h Bug 702639 - Kill excludeItemsIfParentHasAnnotation query option. 2012-02-24 23:43:49 +01:00
nsNavHistory.cpp Bug 736541: Remove unused variable 'parentId' from nsNavHistory.cpp to fix build warning. r=mak 2012-03-16 15:45:46 -07:00
nsNavHistory.h
nsNavHistoryQuery.cpp Bug 738209 - Cleanup a usages of NS_Convert*to*() in places. r=mak 2012-03-23 13:18:59 +09:00
nsNavHistoryQuery.h
nsNavHistoryResult.cpp Bug 702639 - Kill excludeItemsIfParentHasAnnotation query option. 2012-02-24 23:43:49 +01:00
nsNavHistoryResult.h
nsPIPlacesDatabase.idl
nsPIPlacesHistoryListenersNotifier.idl
nsPlacesAutoComplete.js Bug 720792 - Implement a better solution to start selected searches without a timeout. 2012-03-01 14:37:13 +01:00
nsPlacesAutoComplete.manifest
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 Bug 482911 - Reimplement Netscape bookmark import using the HTML5 parser. r=mak, sr=gavin. 2012-03-23 09:15:36 +02:00
nsPlacesExportService.h Bug 482911 - Reimplement Netscape bookmark import using the HTML5 parser. r=mak, sr=gavin. 2012-03-23 09:15: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
nsPlacesModule.cpp Bug 482911 - Reimplement Netscape bookmark import using the HTML5 parser. r=mak, sr=gavin. 2012-03-23 09:15:36 +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 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 721319 - PlacesUtils.removeLazyBookmarkObserver() doesn't always remove observers, causes browser window to leak. 2012-02-24 11:10:38 +01:00
PlacesDBUtils.jsm Bug 613588 (Backend) - Load-on-demand livemarks. 2012-02-24 13:42:24 +01:00
PlacesUtils.jsm Bug 482911 - Reimplement Netscape bookmark import using the HTML5 parser. r=mak, sr=gavin. 2012-03-23 09:15:36 +02:00
SQLFunctions.cpp Bug 613588 (Backend) - Load-on-demand livemarks. 2012-02-24 13:42:24 +01:00
SQLFunctions.h
toolkitplaces.manifest
VisitInfo.cpp
VisitInfo.h