Asaf Romano
fd118435f9
Bug 543444 - Replace single-view API with multiple observers. r=mak sr=rstrong
2010-03-12 12:14:47 +01:00
Blair McBride
bd0b32abc1
Backout patch for c7562242f88e due to bustage
2010-03-11 16:35:37 +13:00
Blair McBride
8274492c49
Bug 480350 - Show currently loaded URIs in location bar autocomplete results, allow switching to the tab. r=gavin,mak sr=mconnor
2009-11-23 15:37:39 +13:00
Marco Bonardo
55340792b2
Bug 542943 - Get rid of bookmarksHash, r=dietrich
2010-03-10 13:40:52 +01:00
Marco Bonardo
8bbafcd423
Bug 542941 - Part2: markPageAsFollowedLink and TRANSITION_FRAMED_LINK, r=dietrich sr=mconnor
2010-03-10 13:40:34 +01:00
Marco Bonardo
aa09cf6372
backout bug 543444 due to leaks
2010-03-09 17:23:32 +01:00
Asaf Romano
e7acf94dc2
Bug 543444 - Replace single-view API with multiple observers. r=mak sr=rstrong
2010-03-09 14:43:09 +01:00
Robert O'Callahan
f4de62cffe
Backed out changeset 79f299fc10d6
2010-03-05 20:10:20 +13:00
Asaf Romano
6598acf4f4
Relanding bug 543444 - Replace single-view API with multiple observers. r=mak. sr=rstrong.
2010-03-04 13:23:41 -08:00
Asaf Romano
8a462d5e47
Backing out bug 543444 due to orange.
2010-03-03 17:23:51 -08:00
Asaf Romano
c9e79d3dc6
Bug 543444 - Replace single-view API with multiple observers. r=mak, sr=rstrong.
2010-03-03 14:45:16 -08:00
Asaf Romano
d66bedf608
Bug 520659 - Lazily build places trees when possible. r=mak.
2010-02-25 20:30:09 +02:00
Paul O’Shannessy
c8c63254e0
Backed out changeset 2c60006b6c1f (bug 520659) because of resulting orange.
2010-02-22 14:58:09 -08:00
Asaf Romano
a94a5b9868
Bug 520659 - Lazily build places trees when possible. r=mak.
2010-02-22 23:37:52 +02:00
Marco Bonardo
393f2298ed
Bug 520165 - Part8: Change onPageExpired to onDeleteVisits, r=mano, sr=mconnor
2010-01-15 17:40:17 +01:00
Marco Bonardo
cced464000
Bug 520165 - Part7: Provide a new preference to toggle history, r=mano ui-r=faaborg
2010-01-15 17:40:14 +01:00
Marco Bonardo
47e2f806ca
Bug 531151 - Increase Annotation Service robustness, r=dietrich
2009-12-18 11:30:37 +01:00
Dave Townsend
5c06d159bb
Bug 526651: Interfaces changed between the 1.9.2 branch and trunk with no IID rev. r=joe, r=mak77, r=myk
2009-11-06 14:33:17 -08:00
Dave Townsend
3771e35013
Bug 526635: Interfaces changed on the 1.9.2 branch with no IID rev. r=enn, r=vlad, r=josh, r=mak77, r=ted, r=roc
2009-11-06 11:31:22 -08:00
Dão Gottwald
c5f31ac9ac
Bug 525710 - getPagesWithAnnotation, getItemsWithAnnotation, getPageAnnotationNames, getItemAnnotationNames, getFaviconData, getQueries, getFolders and getTagsForURI length out params should be optional. r=sdwilsh
...
--HG--
extra : rebase_source : e46c14838c9076d6bb32a423e0193e71b1d0532a
2009-11-02 22:04:15 +01:00
Neil Rashbrook
0224c6aca9
Bug 524972 Remove nsTArray from nsINavBookmarksService.idl r=mak
2009-10-28 23:52:41 +00:00
Marco Bonardo
6b1e89f0ef
Bug 478718 - Move last Places sync to xpcom-shutdown, r=sdwilsh
...
--HG--
rename : toolkit/components/places/tests/sync/test_database_sync_after_quit_application.js => toolkit/components/places/tests/sync/test_database_sync_after_shutdown.js
rename : toolkit/components/places/tests/sync/test_database_sync_after_quit_application_with_removeAllPages.js => toolkit/components/places/tests/sync/test_database_sync_after_shutdown_with_removeAllPages.js
2009-10-14 11:53:13 +02:00
Dietrich Ayala
f66429541f
Bug 498130 - Reduce places-views overhead (RELAND)
2009-10-01 09:53:26 -07:00
Dietrich Ayala
890e1e64fa
Backout bug 498130 due to persistent startup crash on Windows Mobile (bug 519854)
2009-09-30 17:21:39 -07:00
Asaf Romano
0cdda0b913
Bug 498130 - Reduce places-views overhead. r=mak. sr=mconnor.
2009-09-26 11:23:17 +03:00
Marco Bonardo
a0da05226f
Bug 510984 - nsIAnnotationService IDL is lying about EXPIRE_NEVER, r=dietrich
2009-09-11 15:25:30 +02:00
Marco Bonardo
eaf7e3c442
Bug 428591 - idl is hiding the fact QUERY_TYPE_BOOKMARKS does not support grouping, r=dietrich
2009-08-21 22:36:53 +02:00
Marco Bonardo
942029b1e0
Bug 326208 - API should not allow creation of "holes" in bookmark folders, r=dietrich
2009-08-21 11:54:12 +02:00
Marco Bonardo
dee4846ef3
Bug 425726 - Unified Queries are not yet implemented, but the idl is hiding the fact, r=dietrich
2009-08-21 11:54:05 +02:00
Shawn Wilsher
c2762f99e9
Bug 455555 - Use asynchronous queries for places AutoComplete.
...
This changes the location bar's AutoComplete provider to use asynchronous
queries instead of synchronous ones. No more blocking the main thread FTW!
r=mak
r=Mardak
r=dietrich
2009-07-13 12:19:03 -07:00
Shawn Wilsher
7768c2ef87
Bug 498722 - nsIFaviconService.getFaviconLinkForIcon error on null argument
...
Updates the IDL to indicate that it is not OK to pass null as the URI.
r=mak
2009-06-26 11:09:13 -07:00
Marco Bonardo
aa2951dec7
Bug 482346 - mDBFindURIBookmarks can't use indices to sort, r=sdwilsh r=dietrich
2009-06-24 10:59:14 +02:00
Marco Bonardo
902e3022ce
Bug 492884 - getMostRecentFolderForFeedURI should use the livemarks service instead of annos directly, r=dietrich
2009-06-23 01:00:51 +02:00
Marco Bonardo
4a7058a7b6
Bug 324430 - Allow stopping Places results updates when they are unused, r=dietrich
2009-06-15 13:09:40 +02:00
Benjamin Smedberg
611c5b8124
Fix mis-spellings of "receive" to kick builds on a CLOSED TREE.
2009-05-18 09:48:36 -04:00
Drew Willcoxon
a506b12c1c
Bug 491983 - nsIBrowserHistory needs removeVisitsByTimeframe method, r=dietrich
2009-05-16 19:32:13 -07:00
adw@mozilla.com
0f2289897a
Bug 399799 - Provide better options to query for tags (r=dietrich)
2009-05-04 20:40:34 -07:00
Shawn Wilsher
93af15cb71
Bug 487511 - nsINavHistoryObserver has no "onBeforeDeleteURI" callback
...
r=dietrich
2009-04-10 13:51:40 -04:00
Marco Bonardo
709721be3e
Bug 422163 - Split History container in the Library (like sidebar BY DATE), r=dietrich ui-r=beltzner
2009-04-03 01:41:20 +02:00
Dietrich Ayala
2dd8d1275e
imported patch backout-bug-422163
2009-03-30 18:24:43 -07:00
Marco Bonardo
6f83c3e43e
Bug 422163 - Split History in day containers in the Library (like sidebar BY DATE), r=dietrich ui-r=beltzner
2009-03-30 23:08:24 +02:00
Shawn Wilsher
c3bde40cce
Bug 468305 - nsINavBookmarksObserver has no "onBeforeItemRemoved" callback
...
Not having this callback makes life difficult for anyone trying to synchronize
bookmarks. You cannot get any additional information about a bookmark when
onItemRemoved is called, since it's been removed. Things like a guid no longer
exist, which results in a lot of pain for add-ons that want to synchronize.
r=dietrich
2009-03-19 15:56:51 -04:00
Marco Bonardo
266a76ab6d
Bug 428690 - Two entries added to history menu when visiting a page that redirects, r=dietrich
2009-03-17 22:00:50 +01:00
Shawn Wilsher
d8f1be3ec1
Bug 480211 - Stop expiring history on every page visit
...
This makes the history code expire when we flush the temporary table data to
disk instead of every single time we add a visit. This is also now done on a
background thread as opposed to the main thread, in a transaction with other
work. In theory, this reduces fsyncs (but in practice, no change was noticed).
Regardless, this removes fsyncs from the main thread, which is always a good
thing to do.
r=dietrich
r=mak
2009-03-03 13:27:01 -05:00
Marco Bonardo
a9919cef88
Bug 476636 - nsFaviconService::ExpireAllFavicons cannot work, r=sdwilsh
2009-02-28 14:17:36 +01:00
Marco Bonardo
8af19aa0fb
Bug 474582 - With initial migration Shiretoko doesn't import favorites from Internet Explorer 7 anymore, r=dietrich
2009-02-09 19:16:02 +01:00
Gavin Sharp
b34e772a9e
Bug 474538 - nsIBrowserHistory::removePagesFromHost documentation is crazy, r=sdwilsh
2009-01-23 12:52:14 +01:00
mak77@bonardo.net
1c24addb1a
Bug 470348 - clear private data on shutdown does not delete history if "ask me before..." is enabled (r=dietrich, gavin)
2009-01-06 12:41:08 -08:00
Marco Bonardo
be7aeedd0c
Bug 464438 - move EnsureCurrentSchema into migration path, r=dietrich
2008-12-30 22:42:23 +01:00
Dietrich Ayala
17dd8776c4
Bug 414715 - Notify the user if places.sqlite is locked and bookmarks and history will not work (relanding w/ leak fix, r=marco, r=gavin, l10n-r=pike)
2008-12-30 13:44:55 +01:00