Граф коммитов

29 Коммитов

Автор SHA1 Сообщение Дата
chanial%noos.fr 7ada155800 Bug 234717, 234116, Context menu commands don't work in *subfolders* of bookmarks menu. Remove the last two children instead of using getElementsByAttributes. The latter is no more needed, since now, insertion of bookmarks with DND occurs at the correct location. YAW--. 2004-03-20 08:13:39 +00:00
chanial%noos.fr 74d33bab94 Bug 229241: Bookmarks menu fails to collapse if bookmark is middle clicked.
YAW. Thanks to Mike for testing the patch.
2004-01-19 06:16:46 +00:00
chanial%noos.fr d54521401d Bug 230396: in the BT, new folders can only be created in menupopups with the context menu, clarifying comments.
initial patch by Gregor Larson <comm001@glarson.org>
2004-01-10 04:55:12 +00:00
chanial%noos.fr b7c01103c3 fix regresion 228952: open in tabs broken 2003-12-19 19:14:15 +00:00
chanial%noos.fr 6d3d288fac more on bug 210910: menubar menus don't have an "open" attribute, and when a dialog opens, the child of the target of the context menu is not closed. 2003-12-19 06:04:25 +00:00
chanial%noos.fr 4f59147559 the focus should be set to the content before executing a command that opens a modal dialog. When the dialog closes, focus automatically gets back to the focused element in the parent window. This fix will prevent the edit menu (undo, redo, delete...) to perform bm command.
Fix a harmless js error also.
2003-12-19 03:19:04 +00:00
chanial%noos.fr d130654799 Bug 228897: pasting inserts a menusepator. We had the same problem inserting a resource in a folder via DND.
Some cleanup, use of "class" instead of "id" for the "open in tabs" menuitem and menuseparator, because the latter are supposed to be unique in the document.
2003-12-19 02:01:53 +00:00
chanial%noos.fr fe1be84a39 Bug 225921: Can't copy/paste bookmarks from personal toolbar
Bug 210910: Right-clicking a file within a bookmarks folder in the bookmarks menu or toolbar makes that folder inaccessible

I added the bm command controller to the menubar bookmark menu, to deal with hidden bookmarks toolbar.
2003-12-18 10:38:17 +00:00
chanial%noos.fr 842d885a0f removing comm.jar dependencies in the bookmarks component. Escape close the window and fix for bug 168412.
Also remove the bookmark edit command (ex: cmd_bm_paste) and use the edit ones instead (ex: cmd_paste)
2003-10-14 05:20:35 +00:00
chanial%noos.fr deb907dede - fix regression 221118: Can't drag links into bookmark manager or bookmark sidebar.
- logic change: a transaction will not be performed when one of its item can not be acted on. Before, the only the valid items were processed. A LOT of simplifications have come up. I am slowly moving toward the resolution of bug 168411, by simplifying the interface that will be needed to move the transactions to the bookmarks service.
- fix bug 221550: the selection is not retained when performing an invalid transaction
- no need to restore the selection after an action that doesn't touch the datasource.
- during a batch, the bookmarks toolbar observer wasn't notified.
- much faster preUpdateTreeSelection
- various code cleanup
- DND bookmarks in tree is now significantly faster.
- still need to figure out what is the best BATCH_LIMIT value.
2003-10-08 09:01:48 +00:00
chanial%noos.fr dc78449a98 checking in back the fix for bug 172113.
an additional fix is included: if no ...#BookmarksToolbarFolder arc is found, then search for an (obsolete) resource "NC:PersonalToolbarFolder" (221410).
When none of them is found, then a new btf is created (only once!).
2003-10-08 08:17:23 +00:00
chanial%noos.fr fb4cd3d291 For the next cycles: backing out the changes for bug 172113 to investigate perf because I landed them just after the tinderbox went down and also because large landings occurred before it went up. 2003-10-08 04:45:29 +00:00
chanial%noos.fr a8253ec478 - bug 172113: rewrite the way we handle the bookmarks toolbar folder. Now, there is no more 2 ways to characterize the BTF: by an arc to the resource "...#BookmarksToolbarFolder" that points to the literal "true". As a consequence, the resource NC:PersonalToolbarFolder and "...#folderType" are dead.
- remove unused functions. Note that RDF commands were already broken, so deleteBookmarkItem and insertBookmarkItem (that were not used) may come back, but in another form.
- remove the "New Bookmark Folder" and "New Search Folder"
- refactor the "html" serializer to avoid some duplicated code.
- remove the use of the profile name for the bookmarks root.
- enforce synthax "aArgument" in some random places.
2003-10-03 20:30:14 +00:00
blakeross%telocity.com 0b7f05c9d2 Hacky workaround for bug 210910 -- to be removed after 0.7. 2003-08-27 19:03:27 +00:00
hyatt%mozilla.org e3cdfbf901 Fix Open in Tabs on Mac with a hacky JS workaround. 2003-08-10 01:50:05 +00:00
noririty%jcom.home.ne.jp 2e98534f73 Fix 213787 - Add an id for 'Open in Tabs' menuseparator. Patch by logan@dct.com. 2003-08-08 14:42:01 +00:00
hyatt%mozilla.org 0bde6d5621 Slight simplifcation to the way open in tabs works. 2003-08-05 08:59:45 +00:00
noririty%jcom.home.ne.jp eb7dc90a5b Bug 180156 - fix overlap chevron, patch (mostly) by dkoppenh@null.net 2003-08-03 14:49:27 +00:00
varga%netscape.com 717feaab4a Landing bookmarks changes.
Bug 205378 - Meta bug for changes in bookmarks sorting code
r=jag, sr=sspitzer, a=sspitzer,asa

The CloneResource() has been back ported from Firebird, originally
implemented by Pierre Chanial.
2003-05-23 12:03:40 +00:00
chanial%noos.fr 1ecee1e9ed bug 200480: cut/paste doesn't work on folders and separators 2003-04-24 21:46:55 +00:00
chanial%noos.fr 46b563aa5e dropping folder group support 2003-04-23 15:05:10 +00:00
chanial%noos.fr 7c14f34fdb fixing middle click in menus 2003-04-22 23:12:25 +00:00
chanial%noos.fr 9e12aab4bc fixing 'open in tabs' and commenting 2003-04-22 02:55:55 +00:00
chanial%noos.fr 3d3359f78f 1) porting back in phoenix a refactoring I made in seamonkey wrt loading bookmarks
2) no context menus on the static menu items. (original patch by Chu Alan)
2003-04-21 20:11:58 +00:00
chanial%noos.fr a06072c2a3 getting back phoenix bookmarks in sync with seamonkey
first step to clean the 'add bookmark' mess (removing a flag because we always show the dialog, and moving addBookmarkFor*Browser in browser.js where it belong)
2003-04-21 05:47:02 +00:00
chanial%noos.fr 9273880c70 Bug 194756: fix doubled bookmarks in the toolbar by moving the tooltip definition outside of the toolbar in order not to confuse the template builder. 2003-02-26 16:37:46 +00:00
chanial%noos.fr 3f6c7f317a fix DND in an empty area of the bookmarks toolbar
fix chevron menu update
2003-02-25 04:45:31 +00:00
chanial%noos.fr a51ba6641a fix middle click regression in the bookmarks menus 2003-02-24 22:11:11 +00:00
chanial%noos.fr 8a0a589d17 Fixes for:
bug 168504: de-XBLify the bookmarks toolbar
bug 172328, 172291: various DND problems
bug 192028: add context menus to the bookmark menu and the bookmarks toolbar.
2003-02-23 21:49:19 +00:00