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
sayrer@gmail.com
1d8e2138a3
Bug 398398. Unable to Reload Live Bookmarks. r=dietrich, a=mconnor
2007-10-03 14:46:16 -07:00
sayrer@gmail.com
85df010fad
Bug 398300. Places utils.js instantiates livemark service on startup, but could avoid it. r=mano, a=beltzner
2007-10-03 00:12:40 -07:00
mozilla.mano@sent.com
1b9bbe3b58
Bug 387749 - add an item detail pane to the organizer. r=dietrich (r=gavin for editable-menulist changes). a=mconnor.
2007-09-21 15:57:18 -07:00
dietrich@mozilla.com
fadc2450b5
Bug 395082 Assertion when right clicking in the Bookmarks Manager, open in tabs disabled for folders in the left hand pane of the organizer (r=sspitzer)
2007-09-21 15:48:23 -07:00
sspitzer@mozilla.org
74466dbc05
fix for bug #390747 : POST keyword bookmarks stop working after a restart r=dietrich
2007-09-20 12:17:11 -07:00
mozilla.mano@sent.com
19aa95afd1
Improve places command updating performance, part 1. Bug 394695, r=dietrich, a=mconnor.
2007-09-19 01:13:20 -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
sspitzer@mozilla.org
4b0bd8fb03
fix for bug #394527 : livemark feed URIs should show up as "bookmarked" (gold star on) in the url bar and in url bar autocomplete search results for performance: when searching previous autocomplete results, we don't need to regenerate the hash tables (of livemark item ids and livemark feed URIs). when searching previous autocomplete results, if we find any, tell the front end immediately, instead of waiting for our first db query to return. r=dietrich, a=mconnor for m8
2007-09-07 14:47:21 -07:00
mozilla.mano@sent.com
e72a9c65fa
Bug 175124 - improve open in tabs behaviour (see comment 26), this also enables 'Open All in Tabs' for host nodes in the history sidebar (bug 369919) and for saved searches (queries), patch by mconnor and me.
2007-09-02 12:03:24 -07:00
sspitzer@mozilla.org
961c0d46d0
fix for bug #393887 : Star icon shouldn't be set for items in RSS / Live Bookmarks. r=dietrich
2007-08-31 17:04:23 -07:00
mozilla.mano@sent.com
41bfc7b363
Bug 385266 - New starring, bookmarking and tagging UI, changes noted in comment 333. r=dietrich.
2007-08-28 14:47:43 -07:00
mozilla.mano@sent.com
7c1760b346
Bug 393924 - Stop setting the bookmarkFeedURI annotation on livemark children. r=sspitzer.
2007-08-27 17:35:55 -07:00
dietrich@mozilla.com
c2a60edd1f
Bug 382639 bookmark toolbar change not reflected in UI (for stevewon@gmail.com, r=dietrich)
2007-08-23 15:24:34 -07:00
gavin@gavinsharp.com
0b758ec54e
Bug 386789: create JSON utilities module and use it for search suggest/sessionstore/Places, patch by Simon Bünzli <zeniko@gmail.com>, r=sspitzer, sr+a=brendan
2007-08-22 07:47:56 -07:00
mozilla.mano@sent.com
4540312ba5
Bug 385266 - New starring, bookmarking and tagging UI, further work. Make Bookmark This Page/Frame/Link use the new panel. r=dietirch.
2007-08-17 00:22:12 -07:00
mozilla.mano@sent.com
18ad48a0ed
Bug 385266 - New starring, bookmarking and tagging UI. This is work-in-progress and not yet enabled for anything but the star button itself. Smart folders are not yet hooked up either. r=dietrich.
2007-08-15 18:15:50 -07:00
sspitzer@mozilla.org
f05a4e4e30
fix for bug #388111 : copy and paste from bookmarks into notepad.exe, and we lose newlines patch=Christine Yen <christineyen+bugs@gmail.com> r=sspitzer
2007-08-10 08:50:15 -07:00
mozilla.mano@sent.com
3f958cc2b2
Bug 382877 - dynamic containers implementation, part 1. r=dietrich.
2007-08-02 13:19:44 -07:00
mozilla.mano@sent.com
292f2e1daa
Bug 388337 - Pasting a folder which contains sub-folders fails. r=sspitzer.
2007-07-18 14:39:23 -07:00
mozilla.mano@sent.com
79feca49e7
Bug 376004 - Places Transactions must not live in the window global scope. patch by Steve Won and me.
2007-07-15 02:44:50 -07:00
sspitzer@mozilla.org
e13da5f762
fix for bug #378558 : Organize Bookmarks - paste doesn't work after cut
...
includes fixes for:
bug #341953 : unable to paste links into the organize bookmarks dialog
bug #383044 : Drag-and-drop bookmark creation should support meta-data
bug #385381 : Paste doesn't work in the bookmarks Manager during copy if item is modified between copy and paste
r=sspitzer
2007-07-13 17:25:26 -07:00
philringnalda@gmail.com
f013da0b9d
Bug 387833 - Cannot add keyword bookmark (because (get|set)PageAnnotationString is noscript now), r=mano
2007-07-11 23:05:15 -07:00
sspitzer@mozilla.org
74ae517038
code cleanup for bug #387203 : getFolderContents() returns the root result node instead of the result itself.
...
r=mano
2007-07-11 18:18:20 -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
bc972863cd
fix for bug #386705 : Description field of new bookmark is not populated even though it has <META name="description" content="...">
...
fix by=Marco Bonardo <mak77@supereva.it>
r=sspitzer
2007-07-03 08:39:33 -07:00
mozilla.mano@sent.com
25393cf047
Bug 382888 - BM menu not working when DM is focused. r=gavin.
2007-06-11 22:24:58 -07:00
mozilla.mano@sent.com
d485243cf3
Bug 381534 - cannot drag and drop url from location bar to bookmarks toolbar. r=sspitzer.
2007-06-05 16:24:39 -07:00
mozilla.mano@sent.com
29b143d626
Bug 374613 - the context menu of places bookmarks with live titles is missing the 'reload' option. patch from Steve Won <swon@mozilla.com>, r=me, a=mconnor.
2007-05-31 17:39:09 -07:00
dietrich@mozilla.com
f49133d34f
Bug 380232 occasionally not able to open the bookmarks dialog or subscribe to a feed url (using live bookmarks) [Remote chrome not allowed] (r=mano)
2007-05-31 12:13:15 -07:00
mozilla.mano@sent.com
fb0664a9e6
Bug 371823 - Optimize item moves. r=sspitzer.
2007-05-22 15:03:53 -07:00
sspitzer@mozilla.org
767defa6da
fix for bug #368240 : A link on the bottom of the history list takes long to loadr=mano
2007-05-22 13:36:43 -07:00
sspitzer@mozilla.org
a61bcd2baa
fix for bug #381594 : not warning user about loading js / data urlsr=dietrich
2007-05-22 13:19:45 -07:00
enndeakin@sympatico.ca
d7f51d5fe8
Bug 369813, persist container open state in trees, r=mano
2007-05-16 18:14:27 -07:00
mozilla.mano@sent.com
9cf5508862
Bug 329842 - Add support for POST keywords. r=sspitzer.
2007-05-14 20:59:38 -07:00
mozilla.mano@sent.com
3031ce0327
Bug 372508 part 2 - remove folderId getter. r=sspitzer.
2007-05-14 14:56:38 -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
sspitzer@mozilla.org
28c106ce0b
fix for bug #379552 : when I drop a page with no title onto the personal toolbar, we should use the uri as the title.r=mano
2007-05-03 07:37:11 -07:00
sspitzer@mozilla.org
561c2b6ef8
fix for bug #376302 : unable to drop favicon or link onto personal toolbar folder, favicon drop leaves the cursor behindr=mano
2007-05-02 00:06:34 -07:00
dietrich@mozilla.com
4e4384eab1
Bug 377066 GetAnnotationInfo always returns VALUE_TYPE_TEXT as the annotation type (r=mano)
2007-04-22 14:48:52 -07:00
mozilla.mano@sent.com
b3b55e1e56
Bug 376731 - Pasting/Dropping a child of a live-bookmark should not copy over its livemark/bookmarkFeedURI annotation. r=dietrich.
2007-04-09 17:36:43 -07:00
mozilla.mano@sent.com
bb79dc18fb
Bug 335323 - Fix bookmark-properties dialog dimensions and the dialog modality flag in the various modes of the dialog. r=sspitzer
2007-03-30 16:47:07 -07:00
mozilla.mano@sent.com
3b2151b233
Bug 373504 - Duplicating (pasting/dropping) a bookmark item does not copy over its annotations. r=dietrich.
2007-03-30 13:36:32 -07:00
dietrich@mozilla.com
efa757deda
Bug 329281 'Add Keyword for this Search' does not work w/ Places (r=mano)
2007-03-28 13:32:51 -07:00
sspitzer@mozilla.org
a7496e9aa6
fix for regression bug #375481 : [places] unable to dnd bookmarks to the personal toolbarr=mano
2007-03-26 22:50:29 -07:00
mozilla.mano@sent.com
103a6edab5
Bug 357316 - More add/edit UI work, see comment 18 for the change log. r=sspitzer.
2007-03-26 17:52:59 -07:00
mozilla.mano@sent.com
9653a0dd2a
Bug 374986 - Inappropriate commands are enabled for 'special' folders. r=sspitzer.
2007-03-25 14:56:52 -07:00
mozilla.mano@sent.com
bd9d273059
Bug 373838 - Replace nsNavHistoryResultTreeViewer with a JS, browser-specific tree view. r=dietrich.
2007-03-25 05:28:29 -07:00
mozilla.mano@sent.com
66bfaee856
Bug 370105 - Remove ViewConfigurator and 'system-area' cruft. r=sspitzer.
2007-03-22 16:43:56 -07:00
hg@mozilla.com
465265d0d4
Free the (distributed) Lizard! Automatic merge from CVS: Module mozilla: tag HG_REPO_INITIAL_IMPORT at 22 Mar 2007 10:30 PDT,
2007-03-22 10:30:00 -07:00