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
09c6f16612
Bug 381240 - last-modified-date tests for bookmarks failing on Linux qm-rhel02 dep unit test, r=dietrich
2009-08-18 10:06:17 +02: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
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
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
dietrich@mozilla.com
0fdbddb399
Bug 423200 - nsNavBookmarks.cpp: can't moveItem() one index down? (for mak77@supereva.it, r=dietrich)
2008-04-07 23:32:35 -07:00
joshmoz@gmail.com
02f9335fc2
back out fixes for bugs 423200 and 424038
2008-04-06 13:03:21 -07:00
dietrich@mozilla.com
615104a3da
Bug 423200 - nsNavBookmarks.cpp: can't moveItem() one index down? (for mak77@supereva.it, r=dietrich)
2008-04-06 10:30:21 -07:00
dietrich@mozilla.com
e99b7ee9f2
Bug 385245 ? history sidebar very slow (way slower than fx2) (for ondrej@allpeers.com, r=dietrich)
2008-02-26 20:48:51 -08:00
mozilla.mano@sent.com
4828f22488
Bug 332047 - Should select correct items (after delete, insert, paste, drop). patch from Marco Bonardo <mak77@supereva.it>, r=me.
2008-02-06 13:05:23 -08:00
dietrich@mozilla.com
6462312176
Bug 406937 ? Fix places tests using milliseconds for APIs that require microseconds (for ondrej@allpeers.com, r=dietrich)
2008-01-23 13:23:13 -08:00
sdwilsh@shawnwilsher.com
5495227102
Bug 400544 - nsINavHistoryService::addVisit should take a uri for the referrer, not a place id. r=mano, a=beltzner.
2007-12-21 11:37:18 -08:00
mozilla.mano@sent.com
adf51f6912
Bug 387746 - New Left Pane for Places Organizer, along with other places back-end and front-end changes; also fixes bugs 393547, 395994, 401075, 403141. r=dietrich.
2007-11-19 18:01:53 -08:00
sspitzer@mozilla.org
f7f5b51147
fix for bug #387996 : add a "Places" folder to the bookmarks menu, populated with smart folders fix for bug #387734 : add a "Places" folder to the bookmarks toolbar, populated with smart folders fix for bug #385826 : pre-populated places queries fix for bug #396807 : have "top 10 most visited sites" as a pre-populated smart folder fix for bug #385831 : Investigate dependencies for Most Used Tags query fix for bug #378799 : GROUP_BY_FOLDER only works in simple bookmark-folder queries thanks to dietrich for the initial GROUP_BY_FOLDER patch. r=dietrich,mano a=blocking-firefox-3+
2007-10-10 23:42:38 -07:00
mozilla.mano@sent.com
b0a9d68eed
Bug 396300 - Put unfiled-bookmarks under their own root. r=dietirch, a=mconnor.
2007-09-16 18:42:15 -07:00
dietrich@mozilla.com
8393b84957
Bug 317847 Implement "Save this Search" (r=mano)
2007-09-01 14:23:36 -07:00
mozilla.mano@sent.com
67258253c1
Bug 388695 - getBookmarkIdsForURI should sort by relevance. r=dietrich, sayrer.
2007-07-22 16:25:49 -07:00
sspitzer@mozilla.org
11ce56d087
unit tests for bug #385829 : Search for bookmark queries by lastModified / dateDated
...
r=mano
2007-07-20 15:26:01 -07:00
mozilla.mano@sent.com
15f04b5ba3
Backing out bug 388695 due to tinderbox suckage.
2007-07-18 21:01:53 -07:00
mozilla.mano@sent.com
dc8d2f6f2f
Bug 388695 - getBookmarkIdsForURI should sort by relevance. r=dietrich.
2007-07-18 19:31:37 -07:00
mozilla.mano@sent.com
501fbf8e09
Bug 331654 - Provide a way to handle annotations values in a type-agnostic way. r=dietrich.
2007-07-11 02:57:59 -07:00
sspitzer@mozilla.org
e17228fb9c
fix for bug #383678 : moving a folder to its grandchild folder (or deeper) results in datalossr=dietrich
2007-06-12 08:36:16 -07:00
dietrich@mozilla.com
9965fa5d00
Bug 382094 bookmarks root should be a child of the places root (r=mano)
2007-05-31 18:33:29 -07:00
dietrich@mozilla.com
669f9b5306
Bug 381360 basic bookmarks query test failing (r=sspitzer)
2007-05-25 19:04:57 -07:00
sspitzer@mozilla.org
b643a886db
Bug 381240 - disabling more dateAdded tests
2007-05-25 01:22:02 -07:00
dietrich@mozilla.com
28094c9ab2
Bug 381240 - disabling more lastModified tests
2007-05-24 22:15:37 -07:00
sspitzer@mozilla.org
22a9fef741
bug 381240 - disabling more tests for now
2007-05-23 17:45:46 -07:00
dietrich@mozilla.com
03a6d8398a
Bug 381240 - disabling tests for now
2007-05-23 10:24:40 -07:00
mozilla.mano@sent.com
fcf315384a
Bug 372508 - rename insertItem to insertBookmark and add a title parameter. r=dietrich.
2007-05-22 18:06:31 -07:00
mozilla.mano@sent.com
4466f1279a
Bug 372508 - onFolderChanged removal. r=dietrcih.
2007-05-22 16:56:50 -07:00
mozilla.mano@sent.com
fb0664a9e6
Bug 371823 - Optimize item moves. r=sspitzer.
2007-05-22 15:03:53 -07:00
dietrich@mozilla.com
d46f3a6e67
reverting the failing part of the patch to bug 381237
2007-05-20 13:10:40 -07:00
dietrich@mozilla.com
f16d9f1f0e
Bug 381237 test failure on toolbar folder value on the qm-win2k3-01 - attempting to re-enable this test (r=mano)
2007-05-20 12:22:47 -07:00
mozilla.mano@sent.com
d4e917b4da
Bug 381220 - until I modify a folder, the dateAdded / lastModified values don't appear in the bookmark organizer. r=sspitzer.
2007-05-20 04:39:02 -07:00
sspitzer@mozilla.org
9b06287e93
adding some LOG() so I can figure out why the last-modified tests for placesbookmarks are failing on tinderbox.bug #381240
2007-05-19 18:24:48 -07:00
dietrich@mozilla.com
ebb2e1142f
Bug 381240 - disabling to allow further testing (r=sayrer)
2007-05-19 01:20:50 -07:00
dietrich@mozilla.com
96893e679f
Bug 381240 backing out tests to figure out why failing on linux only (r=sayrer)
2007-05-19 00:18:44 -07:00
sspitzer@mozilla.org
2af310476a
fix for bug #371827 : places bookmarks need additional metadate for lastModified and dateAdded.fix for bug #381209 : don't write out ID attributes to bookmarks.html, as it will confuse Firefox 2.patch by dietrich, sspitzer. r=mano,dietrich,sspitzer
2007-05-18 17:40:55 -07:00
mozilla.mano@sent.com
301af5c506
Bug 380505 - Simplify and optimize mDBGetChildren. r=sspitzer.
2007-05-14 14:42:57 -07:00
mozilla.mano@sent.com
769a716f84
Bug 372508 - compact the bookmark APIs - part 1. r=sspitzer.
2007-05-10 11:18:34 -07:00
mozilla.mano@sent.com
f1ee4c669a
Bug 379211 - Use item IDs for annotating bookmark/folder items rather than place: URIs. r=dietrich.
2007-05-10 01:05:19 -07:00
dietrich@mozilla.com
0069f830d2
follow-up to bug 379986 (r=sayrer)
2007-05-08 18:51:39 -07:00
dietrich@mozilla.com
484d7290e6
Bug 379986 make bookmark folders use ids from the moz_bookmarks table (r=mano)
2007-05-08 18:19:12 -07:00
dietrich@mozilla.com
1cd5754cc2
Bug 376008 bookmarks html import/export needs to move to /browser (r=mano)
2007-05-03 01:56:41 -07:00
dietrich@mozilla.com
62feabd61f
Bug 378820 Crash in addVisit (r=mano)
2007-05-01 09:34:33 -07:00
mozilla.mano@sent.com
7737f46584
Bug 377500 - Result is broken if two bookmarks items have the same URL but with different titles. r=dietrich.
2007-04-25 14:03:29 -07:00
dietrich@mozilla.com
076b7d4a14
Bug 376863 bookmarkId is set to the node type for bookmark folders? (r=mano)
2007-04-11 12:52:44 -07:00
dietrich@mozilla.com
18173d1eda
Bug 372501 Items in moz_bookmarks should be explicitly typed (r=sspitzer)
2007-04-04 10:21:03 -07:00