gecko/toolkit/components/places
2013-11-20 11:46:18 -05:00
..
tests Bug 672843 part D2 - Fix the xpconnect exception code and Components.results to prefer the name NS_ERROR_ILLEGAL_VALUE over the other synonyms. Fix a few tests that rely on exception names to use exception values instead. r=bholley 2013-11-20 11:46:18 -05:00
AsyncFaviconHelpers.cpp Bug 784739 - Switch from NULL to nullptr in toolkit/components/ (1/2); r=ehsan 2013-10-10 16:38:05 -04:00
AsyncFaviconHelpers.h Bug 913847 - Include MainThreadUtils.h instead of nsThreadUtils.h - r=ehsan 2013-09-19 09:54:42 -04:00
BookmarkHTMLUtils.jsm
BookmarkJSONUtils.jsm Bug 887043 - Use an async SQL query instead of a result to collect backups data. r=mak 2013-11-18 14:36:40 +08:00
ClusterLib.js
ColorAnalyzer_worker.js
ColorAnalyzer.js Bug 903653 - Raise ColorAnalyzers MAXIMUM_PIXELS to 144x144, update imageTooLarge test. r=ttaubert 2013-08-15 16:24:28 -07:00
ColorConversion.js
Database.cpp Bug 919341 - Minimize the #includes in xpcom/ IDL files; r=bsmedberg 2013-09-23 13:29:27 -04:00
Database.h Bug 913847 - Include MainThreadUtils.h instead of nsThreadUtils.h - r=ehsan 2013-09-19 09:54:42 -04:00
Helpers.cpp Bug 784739 - Switch from NULL to nullptr in toolkit/components/ (1/2); r=ehsan 2013-10-10 16:38:05 -04:00
Helpers.h Bug 905017 (part 1) - Minimize inclusions of JS engine headers in .h and .idl files. r=billm. 2013-08-17 15:50:18 -07:00
History.cpp Bug 884410 - Remove JS_ValueToNumber. r=terrence 2013-10-19 18:39:52 +02:00
History.h Bug 831193 (part 7) - Don't use NS_MEMORY_REPORTER_IMPLEMENT in toolkit/components/. r=nfroyd. 2013-01-17 16:45:11 -08:00
Makefile.in Bug 928709 - Convert chromium-config.mk to mozbuild, r=mshal 2013-10-02 13:17:55 -04:00
moz.build Bug 939632 - Remove LIBRARY_NAME for leaf libraries. r=gps 2013-11-19 11:50:54 +09:00
mozIAsyncFavicons.idl
mozIAsyncHistory.idl Bug 905017 (part 1) - Minimize inclusions of JS engine headers in .h and .idl files. r=billm. 2013-08-17 15:50:18 -07:00
mozIAsyncLivemarks.idl Backed out changeset 0879fec4cfc3 (bug 896193) for frequent Linux xpcshell failures. 2013-11-20 13:44:05 -05:00
mozIColorAnalyzer.idl
mozIPlacesAutoComplete.idl
nsAnnoProtocolHandler.cpp Bug 895839 - Remove support for binary annotations. r=mak. sr=gavin. 2013-08-03 14:06:47 +03:00
nsAnnoProtocolHandler.h Bug 895839 - Remove support for binary annotations. r=mak. sr=gavin. 2013-08-03 14:06:47 +03:00
nsAnnotationService.cpp Bug 895839 - Remove support for binary annotations. r=mak. sr=gavin. 2013-08-03 14:06:47 +03:00
nsAnnotationService.h Bug 895839 - Remove support for binary annotations. r=mak. sr=gavin. 2013-08-03 14:06:47 +03:00
nsFaviconService.cpp Bug 784739 - Switch from NULL to nullptr in toolkit/components/ (1/2); r=ehsan 2013-10-10 16:38:05 -04:00
nsFaviconService.h
nsIAnnotationService.idl Bug 895839 - Remove support for binary annotations. r=mak. sr=gavin. 2013-08-03 14:06:47 +03:00
nsIBrowserHistory.idl
nsIFaviconService.idl
nsINavBookmarksService.idl Bug 914687 - API for presetting GUIDs on bookmarks. r=mak. sr=gavin 2013-11-19 17:13:27 +02:00
nsINavHistoryService.idl Bug 627487 - Bookmark JSON backup should contain new-style GUIDs. r=mano 2013-09-03 11:56:25 +08:00
nsITaggingService.idl
nsLivemarkService.js Backed out changeset 0879fec4cfc3 (bug 896193) for frequent Linux xpcshell failures. 2013-11-20 13:44:05 -05:00
nsMaybeWeakPtr.cpp
nsMaybeWeakPtr.h
nsNavBookmarks.cpp Bug 914687 - API for presetting GUIDs on bookmarks. r=mak. sr=gavin 2013-11-19 17:13:27 +02:00
nsNavBookmarks.h Bug 914687 - API for presetting GUIDs on bookmarks. r=mak. sr=gavin 2013-11-19 17:13:27 +02:00
nsNavHistory.cpp Bug 784739 - Switch from NULL to nullptr in toolkit/components/ (1/2); r=ehsan 2013-10-10 16:38:05 -04:00
nsNavHistory.h Bug 784739 - Switch from NULL to nullptr in toolkit/components/ (1/2); r=ehsan 2013-10-10 16:38:05 -04:00
nsNavHistoryQuery.cpp Bug 784739 - Switch from NULL to nullptr in toolkit/components/ (1/2); r=ehsan 2013-10-10 16:38:05 -04:00
nsNavHistoryQuery.h
nsNavHistoryResult.cpp Bug 914294 - Don't throw exceptions from the history result end batch macro to retain backwards compatibility. 2013-10-15 14:30:33 +02:00
nsNavHistoryResult.h Bug 627487 - Bookmark JSON backup should contain new-style GUIDs. r=mano 2013-09-03 11:56:25 +08:00
nsPIPlacesDatabase.idl
nsPIPlacesHistoryListenersNotifier.idl
nsPlacesAutoComplete.js
nsPlacesAutoComplete.manifest
nsPlacesExpiration.js
nsPlacesIndexes.h
nsPlacesMacros.h Bug 928043 - Remove some prtypes.h inclusions from startupcache/, testing/ and toolkit/; r=bsmedberg 2013-10-18 20:34:57 -04:00
nsPlacesModule.cpp Bug 784739 - Switch from NULL to nullptr in toolkit/components/ (1/2); r=ehsan 2013-10-10 16:38:05 -04:00
nsPlacesTables.h
nsPlacesTriggers.h
nsTaggingService.js
PlaceInfo.cpp Bug 784739 - Switch from NULL to nullptr in toolkit/components/ (1/2); r=ehsan 2013-10-10 16:38:05 -04:00
PlaceInfo.h
PlacesBackups.jsm Bug 859695 - OS.File should be adopted in PlacesBackups.jsm and PlacesUtils.jsm. r=mak 2013-10-07 14:52:08 +08:00
PlacesCategoriesStarter.js
PlacesDBUtils.jsm Bug 900953 - Fix test_bug513194.html intermittent failure related to PlacesDBUtils.jsm error. r=mak 2013-11-11 15:36:51 -08:00
PlacesUtils.jsm Bug 895839 - Remove support for binary annotations. r=mak. sr=gavin. 2013-08-03 14:06:47 +03:00
SQLFunctions.cpp
SQLFunctions.h
toolkitplaces.manifest
VisitInfo.cpp
VisitInfo.h