Commit Graph

82 Commits

Author SHA1 Message Date
Marco Bonardo
e7a888df87 Bug 826409 - Remove onBeforeDeleteURI and onBeforeItemRemoved notifications.
r=Mano sr=gavin
2013-02-06 20:48:56 +01:00
OHZEKI Tetsuharu
6ad86ebbbb Bug 575955 - Replace internal usage of old transactions shim, add a new toolkit test. r=mak
--HG--
rename : browser/components/places/tests/unit/test_placesTxn.js => toolkit/components/places/tests/unit/test_placesTxn.js
rename : browser/components/places/tests/unit/test_txnGUIDs.js => toolkit/components/places/tests/unit/test_txnGUIDs.js
2012-02-28 18:40:38 -05:00
Marco Bonardo
5226ce6445 Bug 613588 (Frontend) - Load-on-demand livemarks.
r=dietrich,mano
2012-02-24 13:42:26 +01:00
Marek Stepien
ad5883ae28 Bug 590283 - Bookmark folder item count should use correct plural forms. r=mak77 f=pike
--HG--
extra : rebase_source : bb512289678a750063890e43ac9a74c5c0c69696
2011-12-14 11:33:01 +01:00
Paul Biggar
d8fd60d75c Change in-tree users of Array.prototype.splice to not rely on non-standard behavior of deleting all elements from |k| onward for |arr.splice(k)|. r=jwalden
--HG--
extra : rebase_source : b2f041ab27c500636598fe6213481c1a5f0989e8
2011-09-22 15:43:11 -07:00
Marco Bonardo
908a60c4c3 Bug 663269 - Handle null livemarks siteURIs.
r=dietrich
2011-06-15 01:54:31 +02:00
Marco Bonardo
8179a3190d Bug 631374 - Adding or removing tags in the selector listbox always scrolls to top.
r=dietrich
2011-05-05 13:14:21 +02:00
Marco Bonardo
3914c254ba Bug 524091 - Remove microsummaries support. (Places changes) 2011-04-26 14:25:07 +02:00
Marco Bonardo
cda3091ae8 Bug 394353 (Part 2) - Tag list is not updated when manually adding, renaming, or deleting tags from within the tags field.
r+a=dietrich
2011-01-27 12:18:20 +01:00
Marco Bonardo
64c6ad7ae3 Bug 394353 - Tag list is not updated when manually adding, renaming, or deleting tags from within the tags field.
r+a=dietrich
2011-01-18 15:01:14 +01:00
Shawn Wilsher
878becc3e3 Bug 607309 - Modify nsINavBookmarkObserver::onItemAdded to include the URI
r=mak
sr=mconnor
a=blocking
2010-10-26 17:20:53 -05:00
Marco Bonardo
f4b0ea5b4a Bug 458026 (part 2) - Do not allow creation of empty-named tags. r=mano sr=rs a=blocking 2010-10-16 11:06:35 +02:00
Marco Bonardo
46a081b592 Bug 573302 - Folder name is not update when create a folder and/or edit name in Properties. r=dietrich 2010-06-24 13:47:31 +02:00
Marco Bonardo
3e6c4bb2e6 Bug 556739 - Part4: PlacesUIUtils should be a module instead. r=dietrich
--HG--
rename : browser/components/places/content/utils.js => browser/components/places/src/PlacesUIUtils.jsm
rename : browser/components/places/tests/chrome/test_bug510634.xul => browser/components/places/tests/chrome/test_0_bug510634.xul
rename : browser/components/places/tests/chrome/test_multiple_left_pane.xul => browser/components/places/tests/chrome/test_0_multiple_left_pane.xul
2010-04-17 12:07:19 +02:00
Marco Bonardo
d644ba9c98 Bug 556739 - Part 1: Expose more from PlacesUtils. r=dietrich 2010-04-16 23:51:04 +02: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
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
Dietrich Ayala
17819e9de5 Bug 492796 - isLivemark should use the livemark cache, instead of the db (r=marco) 2009-06-12 15:39:42 -07:00
Dietrich Ayala
dada5bf421 Bug 492802 - library details pane is refreshed on focus even when contents haven't changed, r=mak77 2009-05-19 01:07:01 +02:00
Michael Kohler
0097616c32 Bug 489212 - EIO_onDescriptionFieldInput() should be EIO_onDescriptionFieldBlur(). r=mak 2009-04-21 09:48:29 +02:00
Marco Bonardo
b0986bde8b Bug 487040 - Crash [@ nsNavHistoryResult::OnItemAdded ] in mochitest-browser-chrome, r=dietrich,sdwilsh,smaug a=blocking191 2009-04-18 14:12:01 +02:00
Marco Bonardo
18a643c289 test for Bug 427633 - Disable creating a New Folder in the bookmarks dialogs if insertionPoint is invalid, r=dietrich 2009-04-01 19:11:18 +02:00
Dietrich Ayala
f766fe6d47 Bug 485100 - Exchanging a letter of a tag name with its big/small equivalent removes tag from bookmark, r=mak77 2009-03-30 23:08:20 +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
Asaf Romano
997033cc57 Bug 480151 - remember the last field modified first in the Add Bookmark dialog and start with focus there next time. r=dietrich. 2009-02-26 17:27:39 -08:00
Marco Bonardo
4852f5f0a2 Backed out changeset d11dfa373acf, not working as expected and adding back Library leak. 2009-01-23 01:47:01 +01:00
Marco Bonardo
3a012d4df7 Bug 473976 - MozMill test breaks editBookmark popup initialization, r=dietrich 2009-01-21 12:39:07 +01:00
Marco Bonardo
65993edf13 Fix a typo in patch for Bug 433231 that is causing oranges on unit boxes 2009-01-13 14:22:07 +01:00
Marco Bonardo
2323c3c2a6 Bug 433231 - Places Library leaks the nsGlobalWindow when closed with a history entry selected, r=dietrich 2009-01-13 11:48:28 +01:00
Marco Bonardo
074e58b8a0 Bug 427633 - Disable creating a New Folder in the bookmarks dialogs if insertionPoint is invalid, r=dietrich 2009-01-13 11:48:26 +01:00
Marco Bonardo
341c01d4dd Bug 413053 - Bookmark Dialogs: Align treeview and listview, r=dao r=dietrich ui-r=faaborg 2009-01-13 11:48:26 +01:00
Marco Bonardo
248d436712 Bug 462765 - instant-apply muddies the MRU folder list in the bookmark properties dialog, r=dietrich 2009-01-08 00:37:00 +01:00
Marco Bonardo
c1c4eecb7c Bug 416650 - Tags list is shown while viewing properties of a folder after viewing properties of a bookmark, r=mano 2008-12-16 11:04:08 +01:00
Dietrich Ayala
7205e49db9 Bug 438252 - Editing bookmark's uri and then Tags, update tags for the old uri (r=mconnor) 2008-11-11 21:30:41 -08:00
highmind63@gmail.com
6fd13cd9d8 Bug 459438 - Support bulk tagging for multiple history items (r=dietrich) 2008-11-01 19:57:07 -07:00
Marco Bonardo
32ef41c82a Bug 411261 - Bookmark properties dialog needs tagging UI, r=dietrich, ui-r:changes required by Faaborg in bug 459958 2008-10-30 18:21:47 +01:00
Marco Bonardo
6be899bfd4 Bug 458043 - Use aggregate transaction for tag (multi)editing, r=dietrich 2008-10-13 14:25:14 +02:00
Dietrich Ayala
e3904c9f2a Bug 412002 - should be able to edit tags for multiple bookmarks at the same time (for highmind63@gmail.com, r=dietrich) 2008-09-29 23:10:47 -07:00
mozilla.mano@sent.com
f93c2c85e2 Bug 407541 - Details pane in Library shows wrong info when a history item is selected. r+a=dietrich. 2008-04-20 17:33:02 -07:00
timeless@mozdev.org
219c6d8ba2 Bug 428255 please spell equals correctly (syntax typo) r=dietrich a=beltzner 2008-04-15 16:09:18 -07:00
mozilla.mano@sent.com
c11638207c Bug 423747 - New Folder has inconsistent name in Bookmark Contextual Dialog. r=dietrich. 2008-04-01 18:42:01 -07:00
dietrich@mozilla.com
041d8b9a51 Bug 425040 ? PlacesUtils.getItemDescription() in editBookmarkOverlay.js fails (r=mano) 2008-03-28 09:51:37 -07:00
mozilla.mano@sent.com
ddebed20e0 Bug 420520 - Losing bookmark name data in bookmark organizer. r=dietrich. 2008-03-14 12:43:21 -07:00
dietrich@mozilla.com
dd2d470451 More utils conversions for bug 384370 (irc-r=mano) 2008-03-14 09:08:06 -07:00
mozilla.mano@sent.com
9f7a578cf9 Bug 394252 - Unable to create a bookmark folder with Star menu. r=dietrich. 2008-03-13 17:52:21 -07:00
dietrich@mozilla.com
9b590e293e Bug 384370 - use JSON as the on disk, lossless format for our bookmark backup (r=mano) 2008-03-13 12:25:49 -07:00
mozilla.mano@sent.com
7432d22729 Bug 411549 - place:folder=x shows next to Location line in Library. r=dietrich. 2008-03-13 11:20:49 -07:00
dietrich@mozilla.com
bb02f4a736 Backing out test of bug 384370 2008-03-10 10:49:31 -07:00