gecko-dev/toolkit/components/places/src
Marco Bonardo bcd4485c7c Bug 472343 (Part 3) - Merge history and bookmarks batchers.
r=dietrich a=blocking
2010-11-12 22:20:04 +01:00
..
AsyncFaviconHelpers.cpp Bug 581657 - Async favicons fails on null data. r=sdwilsh 2010-08-06 13:48:12 +02:00
AsyncFaviconHelpers.h Bug 555218 - 8: Other Places warnings. r=dietrich 2010-04-27 13:25:16 +02:00
Helpers.cpp Bug 581648 - Useless warning in GetReversedHostName. r=sdwilsh 2010-08-03 10:01:49 +02:00
Helpers.h Bug 556400 - Add visits Asynchronously. r=mak r=sdwilsh sr=bz 2010-07-13 18:00:33 -07:00
History.cpp Bug 607469 - IPC-only Crash [@ mozilla::places::History::NotifyVisited] 2010-10-27 13:14:16 -07:00
History.h Bug 556400 - Set titles asynchronously. r=mak r=sdwilsh sr=bz 2010-07-13 18:00:41 -07:00
Makefile.in Bug 570387 - PlacesDBUtils should register itself in the idle-daily category. r+a=dietrich 2010-10-19 12:44:03 +02:00
PlacesCategoriesStarter.js Bug 570387 - PlacesDBUtils should register itself in the idle-daily category. r+a=dietrich 2010-10-19 12:44:03 +02:00
PlacesDBUtils.jsm Bug 570387 - PlacesDBUtils should register itself in the idle-daily category. r+a=dietrich 2010-10-19 12:44:03 +02:00
PlacesUtils.jsm Bug 570387 - PlacesDBUtils should register itself in the idle-daily category. r+a=dietrich 2010-10-19 12:44:03 +02:00
SQLFunctions.cpp Bug 570975 - Don't convert UTF-8 strings to UTF-16 in MatchAutoCompleteFunction r=sdwilsh, a2.0=blocking 2010-08-31 18:03:40 -07:00
SQLFunctions.h Bug 570975 - Don't convert UTF-8 strings to UTF-16 in MatchAutoCompleteFunction r=sdwilsh, a2.0=blocking 2010-08-31 18:03:40 -07:00
nsAnnoProtocolHandler.cpp
nsAnnoProtocolHandler.h
nsAnnotationService.cpp Bug 555218 - 3: (nsAnnotationService.cpp) Fix Places usage of deprecated Storage APIs. r=dietrich 2010-04-27 13:24:58 +02:00
nsAnnotationService.h
nsFaviconService.cpp Bug 499828 - kill LAZY_ADD and use async storage instead. r=sdwilsh 2010-07-22 14:09:10 +02:00
nsFaviconService.h Bug 573430 - nsIFaviconService.getFaviconData should not fail when passed the default favicon. r=mak 2010-06-25 14:06:14 -07:00
nsLivemarkService.js Bug 568691 - Convert existing JS components to use NSGetFactory and add manifest files for them. In a followup we will link the .manifest files together at packaging time. This patch was developed on Linux: Windows and Mac may require additional changes. 2010-06-22 12:59:15 -04:00
nsMaybeWeakPtr.cpp Bug 550611: Make nsTArray optionally infallible. sr=bsmedberg a=blocking 2010-11-08 20:48:59 -06:00
nsMaybeWeakPtr.h Bug 550611: Make nsTArray optionally infallible. sr=bsmedberg a=blocking 2010-11-08 20:48:59 -06:00
nsMicrosummaryService.js Bug 568691 - Convert existing JS components to use NSGetFactory and add manifest files for them. In a followup we will link the .manifest files together at packaging time. This patch was developed on Linux: Windows and Mac may require additional changes. 2010-06-22 12:59:15 -04:00
nsMorkHistoryImporter.cpp Bug 469951 - using %lld PR_scanf format directly on a PRTime is not portable. r=sdwilsh 2010-06-22 02:01:37 +02:00
nsNavBookmarks.cpp Bug 472343 (Part 3) - Merge history and bookmarks batchers. 2010-11-12 22:20:04 +01:00
nsNavBookmarks.h Bug 472343 (Part 3) - Merge history and bookmarks batchers. 2010-11-12 22:20:04 +01:00
nsNavHistory.cpp Bug 472343 (Part 3) - Merge history and bookmarks batchers. 2010-11-12 22:20:04 +01:00
nsNavHistory.h Bug 472343 (part 1) - Make Places results directly handle batches and refreshes. 2010-11-12 22:14:47 +01:00
nsNavHistoryQuery.cpp Bug 564270 - Can not search Places by transition type 2010-06-23 10:01:27 -07:00
nsNavHistoryQuery.h Bug 564270 - Can not search Places by transition type 2010-06-23 10:01:27 -07:00
nsNavHistoryResult.cpp Bug 472343 (Part 3) - Merge history and bookmarks batchers. 2010-11-12 22:20:04 +01:00
nsNavHistoryResult.h Bug 472343 (part 1) - Make Places results directly handle batches and refreshes. 2010-11-12 22:14:47 +01:00
nsPlacesAutoComplete.js follow up Bug 600469. indent only fix. r=mak77, a=whitespace fix 2010-10-22 21:27:44 +09:00
nsPlacesAutoComplete.manifest Fix contracts which were not registered correctly: nsPlacesAutoComplete.js was completely missing, and the nsINIParserFactory contract was missing. Fixes test_pref_interval.js to register/unregister its mock objects correctly. 2010-06-25 22:17:31 -04:00
nsPlacesDBFlush.js Bug 607309 - Modify nsINavBookmarkObserver::onItemAdded to include the URI 2010-10-26 17:20:53 -05:00
nsPlacesExpiration.js Bug 580892 - Checking 'clear history when minefield closes' is not clearing cache on shutdown. r=sdwilsh a=blocking 2010-08-27 21:24:54 -04:00
nsPlacesImportExportService.cpp Bug 556644 - 3. Let the browser reset bookmarks from the omnijar, r=sdwilsh sr=vlad a=blocking2.0 2010-08-10 15:15:26 -07:00
nsPlacesImportExportService.h Bug 556644 - 3. Let the browser reset bookmarks from the omnijar, r=sdwilsh sr=vlad a=blocking2.0 2010-08-10 15:15:26 -07:00
nsPlacesIndexes.h
nsPlacesMacros.h Bug 539076 - Part4: Rename ENUMERATE_OBSERVERS to NOTIFY_OBSERVERS, r=dietrich 2010-01-16 12:38:04 +01:00
nsPlacesModule.cpp Bug 568691 part B - mechanical changes to in-tree binary modules needed to get them building and registering correctly. After this patch, xpcshell appears to work. 2010-06-10 14:11:40 -04:00
nsPlacesTables.h Bug 546253 - moz_openpages_temp table needs to describe pages that may not be in moz_places. r=sdwilsh a=blocking 2010-08-13 21:53:05 -04:00
nsPlacesTriggers.h Bug 546253 - moz_openpages_temp table needs to describe pages that may not be in moz_places. r=sdwilsh a=blocking 2010-08-13 21:53:05 -04:00
nsTaggingService.js Bug 607309 - Modify nsINavBookmarkObserver::onItemAdded to include the URI 2010-10-26 17:20:53 -05:00
toolkitplaces.manifest Bug 570387 - PlacesDBUtils should register itself in the idle-daily category. r+a=dietrich 2010-10-19 12:44:03 +02:00
utils.js Bug 560104 - rename toolkit places utils.js to PlacesUtils.jsm r=dietrich 2010-04-26 21:04:17 +02:00