.. |
tests
|
Bug 1076775 - Implement History.removeHistoryByFilter .r=mak
|
2015-04-10 11:23:07 +02:00 |
AsyncFaviconHelpers.cpp
|
Bug 1076978 - Favicons should be categorized as TYPE_IMAGE. r=jimm
|
2014-10-03 17:23:36 -07:00 |
AsyncFaviconHelpers.h
|
Bug 1060974 - Fix more bad implicit constructors in places; r=mak
|
2014-09-03 18:25:36 -04:00 |
BookmarkHTMLUtils.jsm
|
Bug 1131107 - Part 13: Do not use non-standard flag argument of String.prototype.replace in toolkit/. r=gavin
|
2015-03-09 23:02:57 +09:00 |
BookmarkJSONUtils.jsm
|
Bug 1131107 - Part 13: Do not use non-standard flag argument of String.prototype.replace in toolkit/. r=gavin
|
2015-03-09 23:02:57 +09:00 |
Bookmarks.jsm
|
Bug 1125115 - Write a new keywords pseudo-API in PlacesUtils. r=ttaubert
|
2015-03-20 09:39:25 +01:00 |
ClusterLib.js
|
Bug 1016240 - Exterminate CR+LF line endings. r=briansmith,cpearce,ehsan,gavin
|
2014-06-18 17:56:02 -07:00 |
ColorAnalyzer.js
|
…
|
|
ColorAnalyzer_worker.js
|
Bug 950546 - Make color analyzer deterministic by breaking ties via comparing original colors. r=MattN
|
2014-08-26 16:52:00 +02:00 |
ColorConversion.js
|
Bug 1016240 - Exterminate CR+LF line endings. r=briansmith,cpearce,ehsan,gavin
|
2014-06-18 17:56:02 -07:00 |
Database.cpp
|
Bug 1146299 - Fix bookmark keywords, after the previous schema migration broke most of them. r=ttaubert
|
2015-03-24 16:22:29 +01:00 |
Database.h
|
Bug 1148527 - Indentation fix after bug 1145631, r=ehsan
|
2015-03-27 18:52:19 +00:00 |
Helpers.cpp
|
Bug 1127201 (attempt 2, part 1) - Replace most NS_ABORT_IF_FALSE calls with MOZ_ASSERT. r=Waldo.
|
2015-02-09 14:34:50 -08:00 |
Helpers.h
|
Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj
|
2015-03-21 12:28:04 -04:00 |
History.cpp
|
Bug 1148527 - Indentation fix after bug 1145631, r=ehsan
|
2015-03-27 18:52:19 +00:00 |
History.h
|
Bug 1148527 - Indentation fix after bug 1145631, r=ehsan
|
2015-03-27 18:52:19 +00:00 |
History.jsm
|
Bug 1076775 - Implement History.removeHistoryByFilter .r=mak
|
2015-04-10 11:23:07 +02:00 |
PlaceInfo.cpp
|
Bug 963921 - Clients of the JS API should use JS_DefineElement where appropriate r=smaug
|
2015-03-02 13:31:15 +00:00 |
PlaceInfo.h
|
Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj
|
2015-03-21 12:28:04 -04:00 |
PlacesBackups.jsm
|
Backed out changeset 638a3da0cf2f (bug 1123372) for xpcshell failures that appeared after being merged to m-c.
|
2015-01-22 20:48:51 -05:00 |
PlacesCategoriesStarter.js
|
Bug 1125115 - Write a new keywords pseudo-API in PlacesUtils. r=ttaubert
|
2015-03-20 09:39:25 +01:00 |
PlacesDBUtils.jsm
|
Bug 1125113 - Change the keywords schema associating them with uris. r=ttaubert
|
2015-03-20 09:39:20 +01:00 |
PlacesSearchAutocompleteProvider.jsm
|
Bug 1075549 - Firefox needs a restart in order to update the default search engine from the "<term> - Search with <engine>" string. r=mak
|
2014-10-06 23:40:11 +13:00 |
PlacesTransactions.jsm
|
Bug 1103636 - PlacesTransactions.Remove(guids), PlacesTransactions.RemoveBookmarksForUrls. r=mak.
|
2014-11-25 09:26:42 +02:00 |
PlacesUtils.jsm
|
Bug 1076775 - Implement History.removeHistoryByFilter .r=mak
|
2015-04-10 11:23:07 +02:00 |
SQLFunctions.cpp
|
Bug 1153267 - part 1 - use smart-pointer .forget() instead of NS_ADDREF+assign; r=ehsan
|
2015-03-31 10:03:49 -04:00 |
SQLFunctions.h
|
Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj
|
2015-03-21 12:28:04 -04:00 |
UnifiedComplete.js
|
Bug 1125117 - Use the new keywords API in autocomplete. r=ttaubert
|
2015-03-26 21:16:07 +01:00 |
UnifiedComplete.manifest
|
bug 959573 - Land UnifiedAutocomplete (disabled by default). rs=ttaubert
|
2014-04-14 13:10:16 +02:00 |
VisitInfo.cpp
|
Bug 1028588 - Fix dangerous public destructors in toolkit/ - r=ehsan
|
2014-06-23 18:40:02 -04:00 |
VisitInfo.h
|
Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj
|
2015-03-21 12:28:04 -04:00 |
moz.build
|
Bug 1150851 - Use AppConstants.jsm in Toolkit/places and stop pre-processing PlacesUtils.jsm r=mak77
|
2015-04-07 16:09:49 +08:00 |
mozIAsyncFavicons.idl
|
…
|
|
mozIAsyncHistory.idl
|
…
|
|
mozIAsyncLivemarks.idl
|
Bug 1098296 - addLivemark should take a dateAdded input property. r=mak
|
2014-11-25 14:34:20 +02:00 |
mozIColorAnalyzer.idl
|
…
|
|
mozIPlacesAutoComplete.idl
|
Bug 530209 - Improve search suggestions ui for locationbar prefs. r=mak
|
2014-11-12 08:16:00 -05:00 |
nsAnnoProtocolHandler.cpp
|
Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj
|
2015-03-21 12:28:04 -04:00 |
nsAnnoProtocolHandler.h
|
Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj
|
2015-03-21 12:28:04 -04:00 |
nsAnnotationService.cpp
|
Bug 1134920 - Use moz_xmalloc/moz_xrealloc/free instead of nsMemory::Alloc/Realloc/Free. r=nfroyd
|
2015-04-01 13:51:45 +09:00 |
nsAnnotationService.h
|
Bug 1148527 - Indentation fix after bug 1145631, r=ehsan
|
2015-03-27 18:52:19 +00:00 |
nsFaviconService.cpp
|
Bug 1134920 - Use moz_xmalloc/moz_xrealloc/free instead of nsMemory::Alloc/Realloc/Free. r=nfroyd
|
2015-04-01 13:51:45 +09:00 |
nsFaviconService.h
|
Bug 1148527 - Indentation fix after bug 1145631, r=ehsan
|
2015-03-27 18:52:19 +00:00 |
nsIAnnotationService.idl
|
…
|
|
nsIBrowserHistory.idl
|
…
|
|
nsIFaviconService.idl
|
…
|
|
nsINavBookmarksService.idl
|
Bug 1125113 - Change the keywords schema associating them with uris. r=ttaubert
|
2015-03-20 09:39:20 +01:00 |
nsINavHistoryService.idl
|
Bug 1105866 - Implement folderShorcutNode.targetFolderGuid (guid version of folderShortcutNode.folderItemId). r=mak
|
2014-12-10 19:03:15 +02:00 |
nsITaggingService.idl
|
Bug 407821 - Discard bookmark tags exceeding maximum length of 100 characters. r=paolo
|
2014-09-17 06:23:00 +01:00 |
nsLivemarkService.js
|
Bug 901952 - RSS live bookmark history should get updated after Recent history is cleared. r=mak
|
2015-03-28 08:33:00 -04:00 |
nsMaybeWeakPtr.cpp
|
Bug 1004098 - Make nsTArray use size_t in its interface (32bitness is fine as an internal detail) - r=froydnj, sr=bsmedberg
|
2014-05-08 21:03:35 -04:00 |
nsMaybeWeakPtr.h
|
Bug 1060974 - Fix more bad implicit constructors in places; r=mak
|
2014-09-03 18:25:36 -04:00 |
nsNavBookmarks.cpp
|
Bug 1134920 - Use moz_xmalloc/moz_xrealloc/free instead of nsMemory::Alloc/Realloc/Free. r=nfroyd
|
2015-04-01 13:51:45 +09:00 |
nsNavBookmarks.h
|
Bug 1148527 - Indentation fix after bug 1145631, r=ehsan
|
2015-03-27 18:52:19 +00:00 |
nsNavHistory.cpp
|
Bug 1134920 - Use moz_xmalloc/moz_xrealloc/free instead of nsMemory::Alloc/Realloc/Free. r=nfroyd
|
2015-04-01 13:51:45 +09:00 |
nsNavHistory.h
|
Bug 1148527 - Indentation fix after bug 1145631, r=ehsan
|
2015-03-27 18:52:19 +00:00 |
nsNavHistoryQuery.cpp
|
Bug 1134920 - Use moz_xmalloc/moz_xrealloc/free instead of nsMemory::Alloc/Realloc/Free. r=nfroyd
|
2015-04-01 13:51:45 +09:00 |
nsNavHistoryQuery.h
|
Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj
|
2015-03-21 12:28:04 -04:00 |
nsNavHistoryResult.cpp
|
Bug 1134920 - Use moz_xmalloc/moz_xrealloc/free instead of nsMemory::Alloc/Realloc/Free. r=nfroyd
|
2015-04-01 13:51:45 +09:00 |
nsNavHistoryResult.h
|
Bug 1148527 - Indentation fix after bug 1145631, r=ehsan
|
2015-03-27 18:52:19 +00:00 |
nsPIPlacesDatabase.idl
|
…
|
|
nsPlacesAutoComplete.js
|
Bug 1125117 - Use the new keywords API in autocomplete. r=ttaubert
|
2015-03-26 21:16:07 +01:00 |
nsPlacesAutoComplete.manifest
|
…
|
|
nsPlacesExpiration.js
|
Bug 1101553 - Remove nsPIPlacesHistoryListenersNotifier r=mak
|
2015-01-12 14:39:32 +01:00 |
nsPlacesIndexes.h
|
Bug 1125113 - Change the keywords schema associating them with uris. r=ttaubert
|
2015-03-20 09:39:20 +01:00 |
nsPlacesMacros.h
|
…
|
|
nsPlacesModule.cpp
|
…
|
|
nsPlacesTables.h
|
Bug 1125113 - Change the keywords schema associating them with uris. r=ttaubert
|
2015-03-20 09:39:20 +01:00 |
nsPlacesTriggers.h
|
Bug 1125113 - Change the keywords schema associating them with uris. r=ttaubert
|
2015-03-20 09:39:20 +01:00 |
nsTaggingService.js
|
Bug 407821 - Discard bookmark tags exceeding maximum length of 100 characters. r=paolo
|
2014-09-17 06:23:00 +01:00 |
toolkitplaces.manifest
|
…
|
|