.. |
tests
|
Bug 820784 - Remove alternative add_task implementations. r=mak
|
2013-01-24 12:47:19 +08:00 |
AsyncFaviconHelpers.cpp
|
Bug 786533 - Replace NS_MIN/NS_MAX with std::min/std::max and #include <algorithm> where needed. r=ehsan
|
2013-01-15 13:22:03 +01:00 |
AsyncFaviconHelpers.h
|
Bug 814470 - Fix a leak when channel setup in AsyncFetchAndSetIconFromNetwork fails by not tracking the channel in the first place and thus avoiding a circular references. r=mak
|
2012-11-27 14:52:54 -05:00 |
BookmarkHTMLUtils.jsm
|
Bug 740468 - Replace old synchronous favicons calls in the bookmarks export service. r=mak
|
2012-12-08 20:50:56 +01:00 |
ClusterLib.js
|
Bug 634139 - Add a service for finding the representative color in an image. r=MattN
|
2012-08-03 14:18:00 -07:00 |
ColorAnalyzer_worker.js
|
Bug 634139 - Add a service for finding the representative color in an image. r=MattN
|
2012-08-03 14:18:00 -07:00 |
ColorAnalyzer.js
|
Bug 798491: Add an option to stick all chrome JSMs/JS components in the same compartment. r=mrbkap,philikon
|
2012-10-31 09:13:28 -07:00 |
ColorConversion.js
|
Bug 634139 - Add a service for finding the representative color in an image. r=MattN
|
2012-08-03 14:18:00 -07:00 |
Database.cpp
|
Bug 820570 - Move mozilla::DebugOnly into DebugOnly.h to pare down the grab-baggish Util.h. r=Ms2ger
|
2012-12-14 18:58:45 -05:00 |
Database.h
|
Bug 797224 - Remove Database::mCurrentJournalMode; r=mak
|
2012-10-03 16:33:30 -04:00 |
Helpers.cpp
|
Bug 791906: Replace NSPR integer limit constants with stdint ones; r=ehsan
|
2012-09-28 01:57:33 -05:00 |
Helpers.h
|
Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg
|
2012-08-22 11:56:38 -04:00 |
History.cpp
|
Bug 825849 - Add a RemoveAllDownloads API to nsIDownloadHistory.
|
2013-01-05 10:21:04 +01:00 |
History.h
|
Bug 825849 - Add a RemoveAllDownloads API to nsIDownloadHistory.
|
2013-01-05 10:21:04 +01:00 |
Makefile.in
|
Bug 763295 - Port the bookmarks export service to JavaScript. r=mak
|
2012-12-08 20:50:54 +01:00 |
mozIAsyncFavicons.idl
|
Bug 741059 - Part 2: Use the nsIChannel::SetPrivate API to set the private bit on the favicon channel loads based on the knowledge of the caller of the favicon loading API; r=mak
|
2012-09-04 20:38:00 -04:00 |
mozIAsyncHistory.idl
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
mozIAsyncLivemarks.idl
|
|
|
mozIColorAnalyzer.idl
|
Bug 634139 - Add a service for finding the representative color in an image. r=MattN
|
2012-08-03 14:18:00 -07:00 |
mozIPlacesAutoComplete.idl
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
nsAnnoProtocolHandler.cpp
|
Bug 773151: Convert nsCAutoString->nsAutoCString CLOSED TREE r=bsmedberg
|
2012-09-01 22:35:17 -04:00 |
nsAnnoProtocolHandler.h
|
Bug 758992 - Make the classes which use the XPCOM nsISupports implementation macros final, to avoid the warning about deleting using a pointer to a base class with virtual functions and no virtual dtor (places parts); r=mak
|
2012-06-19 23:58:39 -04:00 |
nsAnnotationService.cpp
|
Bug 822710 (part 1) - Implement a new getAnnotationsHavingName method.
|
2012-12-21 15:19:04 +01:00 |
nsAnnotationService.h
|
Bug 822710 (part 1) - Implement a new getAnnotationsHavingName method.
|
2012-12-21 15:19:04 +01:00 |
nsFaviconService.cpp
|
Bug 791906: Replace NSPR integer limit constants with stdint ones; r=ehsan
|
2012-09-28 01:57:33 -05:00 |
nsFaviconService.h
|
Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg
|
2012-08-22 11:56:38 -04:00 |
nsIAnnotationService.idl
|
Bug 822710 (part 1) - Implement a new getAnnotationsHavingName method.
|
2012-12-21 15:19:04 +01:00 |
nsIBrowserHistory.idl
|
Bug 785738 Part 6: use PRTime where appropriate, and add reinterpret_casts to int64_t in corresponding GetInt64 calls. r=ehsan
|
2012-08-30 09:10:49 +02:00 |
nsIFaviconService.idl
|
Bug 741059 - Part 2: Use the nsIChannel::SetPrivate API to set the private bit on the favicon channel loads based on the knowledge of the caller of the favicon loading API; r=mak
|
2012-09-04 20:38:00 -04:00 |
nsILivemarkService.idl
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
nsINavBookmarksService.idl
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
nsINavHistoryService.idl
|
Bug 825849 - Add a RemoveAllDownloads API to nsIDownloadHistory.
|
2013-01-05 10:21:04 +01:00 |
nsITaggingService.idl
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
nsLivemarkService.js
|
Bug 798491: Add an option to stick all chrome JSMs/JS components in the same compartment. r=mrbkap,philikon
|
2012-10-31 09:13:28 -07:00 |
nsMaybeWeakPtr.cpp
|
Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg
|
2012-08-22 11:56:38 -04:00 |
nsMaybeWeakPtr.h
|
Bug 806279 - CC macros refactoring: part 3: fold the TRAVERSE_NATIVE and AMBIGUOUS cases - r=mccr8,smaug
|
2012-11-15 02:32:39 -05:00 |
nsNavBookmarks.cpp
|
Bug 825849 - Add a RemoveAllDownloads API to nsIDownloadHistory.
|
2013-01-05 10:21:04 +01:00 |
nsNavBookmarks.h
|
Bug 791562 - crash in PlacesFolderConversion::AppendFolder.
|
2012-12-17 15:03:49 +01:00 |
nsNavHistory.cpp
|
Bug 786533 - Replace NS_MIN/NS_MAX with std::min/std::max and #include <algorithm> where needed. r=ehsan
|
2013-01-15 13:22:03 +01:00 |
nsNavHistory.h
|
Bug 766799 - Notify hidden visits to history observers.
|
2012-12-20 23:45:00 +01:00 |
nsNavHistoryQuery.cpp
|
Bug 791562 - crash in PlacesFolderConversion::AppendFolder.
|
2012-12-17 15:03:49 +01:00 |
nsNavHistoryQuery.h
|
Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg
|
2012-08-22 11:56:38 -04:00 |
nsNavHistoryResult.cpp
|
Bug 824074 - Properly update frecency sorting in bookmarks queries.
|
2013-01-22 21:19:01 +01:00 |
nsNavHistoryResult.h
|
Bug 827268 - Avoid useless onVisit work on transition filtered queries.
|
2013-01-07 18:54:38 +01:00 |
nsPIPlacesDatabase.idl
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
nsPIPlacesHistoryListenersNotifier.idl
|
Bug 825849 - Add a RemoveAllDownloads API to nsIDownloadHistory.
|
2013-01-05 10:21:04 +01:00 |
nsPlacesAutoComplete.js
|
Bug 822446: Add parens around assignment-used-as-loop-condition in nsPlacesAutoComplete.js and nsPlacesExpiration.js, to fix JS strict warning "test for equality mistyped as assignment". r=mak
|
2012-12-17 22:23:05 -08:00 |
nsPlacesAutoComplete.manifest
|
|
|
nsPlacesExpiration.js
|
Bug 825849 - Add a RemoveAllDownloads API to nsIDownloadHistory.
|
2013-01-05 10:21:04 +01:00 |
nsPlacesIndexes.h
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
nsPlacesMacros.h
|
Bug 812639 - Fix per-window private browsing builds after the landing of bug 723005; r=mak
|
2012-11-17 10:53:27 -05:00 |
nsPlacesModule.cpp
|
Bug 763295 - Port the bookmarks export service to JavaScript. r=mak
|
2012-12-08 20:50:54 +01:00 |
nsPlacesTables.h
|
Bug 720081 - Part 2: inline autocomplete should respect protocol and www prefix
|
2012-06-01 14:38:39 +02:00 |
nsPlacesTriggers.h
|
Bug 720081 - Part 2: inline autocomplete should respect protocol and www prefix
|
2012-06-01 14:38:39 +02:00 |
nsTaggingService.js
|
Bug 798491: Add an option to stick all chrome JSMs/JS components in the same compartment. r=mrbkap,philikon
|
2012-10-31 09:13:28 -07:00 |
PlaceInfo.cpp
|
Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg
|
2012-08-22 11:56:38 -04:00 |
PlaceInfo.h
|
Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg
|
2012-08-22 11:56:38 -04:00 |
PlacesCategoriesStarter.js
|
Bug 798491: Add an option to stick all chrome JSMs/JS components in the same compartment. r=mrbkap,philikon
|
2012-10-31 09:13:28 -07:00 |
PlacesDBUtils.jsm
|
Bug 798491: Add an option to stick all chrome JSMs/JS components in the same compartment. r=mrbkap,philikon
|
2012-10-31 09:13:28 -07:00 |
PlacesUtils.jsm
|
Bug 763295 - Port the bookmarks export service to JavaScript. r=mak
|
2012-12-08 20:50:54 +01:00 |
SQLFunctions.cpp
|
Bug 792180 - Replace NS_{UN,}LIKELY with MOZ_{UN,}LIKELY; r=ehsan
|
2012-10-26 15:32:10 +02:00 |
SQLFunctions.h
|
Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg
|
2012-08-22 11:56:38 -04:00 |
toolkitplaces.manifest
|
Bug 634139 - Add a service for finding the representative color in an image. r=MattN
|
2012-08-03 14:18:00 -07:00 |
VisitInfo.cpp
|
Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg
|
2012-08-22 11:56:38 -04:00 |
VisitInfo.h
|
Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg
|
2012-08-22 11:56:38 -04:00 |