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

336 Коммитов

Автор SHA1 Сообщение Дата
chanial%noos.fr 768c4d5e39 fix template, as suggested by Neil 2003-12-08 23:58:12 +00:00
chanial%noos.fr 7f600cc6ad Landing new add bookmark dialog (bug 214527).
Featuring an expandable tree and a dropdown menu containing the last used folders.
The 'new folder' functionality has not been included, yet.
Thanks to bz for the help on nsCOMArrays.
2003-12-08 16:30:28 +00:00
chanial%noos.fr 21749bccc8 Bug 225269: Can't use a bookmark as my homepage
patch by Mike Connor, r=me
2003-12-07 01:11:39 +00:00
chanial%noos.fr 2b3090e09e Bug 225121: Uncheck 'Load this bookmark in the sidebar' failed 2003-12-07 00:02:32 +00:00
ben%bengoodger.com f3ec7eea72 Ensure that window closing that would cause the app to quit goes through the same codepath as an actual application quit. 2003-12-01 05:40:07 +00:00
varga%nixcorp.com 2e490df717 Checking in for Jungshik Shin.
Fix for bug 195093. 'modernize'  nsILocale and nsIPlatformCharset.
r=smontagu sr=darin
2003-10-30 15:08:48 +00:00
chanial%noos.fr 31e49513d6 - Rewrite the way we handle print preview so that it can be used in any XUL app. This is achieved by adding a new "public" method to PrintUtils:
PrintUtils.printPreview(enterPPCallback, exitPPCallback) where the optional callback functions are called just before entering and after exiting PP mode

- disable all short keys in PP mode except ctrl-W and fix bug 178485 and bug 215277. Now clicking the close window icon actually closes the window.

- global vars gPrintSettingsAreGlobal, gSavePrintSettings, gPrintSettings, gOldCloseHandler, gInPrintPreviewMode, gWebProgress are removed.

- A lot of cleanup.
2003-10-29 08:01:27 +00:00
chanial%noos.fr 8b7c073a4a - add new debug routine dumpDOM that writes the DOM tree under a given element.
- enhance dumpOBJ debug routine to deal with null and properties not accessible that trigger an error
- enclose all the debug routine by a #ifdef DEBUG
2003-10-22 07:57:34 +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 16014e6ec2 Undo overzealous commenting (bug 221692) 2003-10-09 15:04:42 +00:00
chanial%noos.fr ccba7ce6b1 fix regression from last checkin (bug 221667) 2003-10-09 12:08:44 +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
chanial%noos.fr be43de5830 - code level cleaning up of bookmarksProperties.js
- fixing a potential crash in nsBookmarksService::GetTarget (when the RDF resource is null)
- remove unused function isChildOfContainer and GetResource in bookmarks.js though we may need later the latter.
2003-09-30 16:16:56 +00:00
chanial%noos.fr 025a088dcc - adding bookmark/separator in the bookmark manager now calls the property dialog for consistency with the folders.
- fix the use of the immutable bookmarks.
- remove unused methods: GetLastCharset and AddBookmarkImmediately
- porting several small fixes mainly from Jan's work
- more prototyping for BookmarkTransaction
2003-09-29 21:43:11 +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
chanial%noos.fr 65bdf8906b port textbox fix for bug 197486:
callback method in textbox is no more, use oncommand instead for the same functionality.
2003-08-17 11:17:00 +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
noririty%jcom.home.ne.jp d0a25da61c Fix 212188 - Increase accessibility to set homepage from bookmark. 2003-08-08 14:08:57 +00:00
blakeross%telocity.com 1c267436d6 Fixing some description-related issues. 2003-08-06 09:14:03 +00:00
blakeross%telocity.com 73a5e35088 Minor cleanup. 2003-08-06 08:40:04 +00:00
blakeross%telocity.com eb5ff8af6a Hide webpanels checkbox for folders/separators. 2003-08-06 02:58:52 +00:00
hyatt%mozilla.org 60fd1ad9c6 Make cmd+click work to open new tabs. Make cmd+number work to switch tabs. Mac OS X only. 2003-08-05 09:31:32 +00:00
hyatt%mozilla.org 0bde6d5621 Slight simplifcation to the way open in tabs works. 2003-08-05 08:59:45 +00:00
ben%bengoodger.com b4e9e49de4 components/bookmarks/content/selectBookmark.xul
components/bookmarks/locale/bookmarks.dtd
- Make dialog a bit wider, add some explanatory text for Start Groups and polish.
2003-08-04 22:37:16 +00:00
hyatt%mozilla.org caa6027fcf Separate the Page Holder concept from sidebar bookmarks. 2003-08-04 03:40:27 +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
hyatt%mozilla.org 3c10065147 Implement the Add Page button in the Web Panels sidebar. 2003-08-03 08:25:19 +00:00
hyatt%mozilla.org 628f2e0877 Implement support for Web Panel bookmarks. 2003-08-03 01:58:52 +00:00
hyatt%mozilla.org 030c44cce2 Hook up the web panels property in the bookmark properties dialog. Next step will be to make all the bookmarks access points honor this property and actually load the bookmark in the web panel. 2003-08-02 21:35:54 +00:00
hyatt%mozilla.org 4348ad3603 Impl the webpanels property in the bookmarks service. Remove the bogo text from the bookmark properties dialog. 2003-08-02 20:12:35 +00:00
noririty%jcom.home.ne.jp e9ae180182 Fix 212412 - remove unused findbookmark function 2003-07-22 14:17:24 +00:00
bzbarsky%mit.edu 37c20026e0 Move to the double-'::' notation for -moz-tree-* pseudo-elements in browser/.
Bug 211657, r+sr=dbaron
2003-07-07 22:18:42 +00:00
bryner%netscape.com 06efd8062a Removing CFM build files. 2003-06-11 00:28:11 +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 993b3c89d2 bug 68541: unchecked toolbar menuitem in the bookmark manager.
Clean up in utilityOverlay.js
- in goToggleToolbar: use of properties instead of attributes
- in getBrowserURL: don't use 'browser.chrome' pref.
Some dependency work in bookmarksManager.xul. More to be done.
2003-04-30 00:21:48 +00:00
chanial%noos.fr 1d623fd80b remove safe guard and allow now to copy a bookmark in the folder in which it is contained. 2003-04-24 22:07:17 +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 69480294c0 re-hook the undo/redo menu listeners 2003-04-23 18:08:25 +00:00
chanial%noos.fr d69472529c Don't scroll to row=1 in the bookmarks manager 2003-04-23 17:57:26 +00:00
chanial%noos.fr 62eba4e4b3 keep the selection active after a DND in the bookmark manager 2003-04-23 17:29:05 +00:00
chanial%noos.fr 46b563aa5e dropping folder group support 2003-04-23 15:05:10 +00:00
chanial%noos.fr 7d763c3c4b bug 202879: importing and exporting bookmarks are broken + code clean up 2003-04-23 14:10:49 +00:00
chanial%noos.fr 7c14f34fdb fixing middle click in menus 2003-04-22 23:12:25 +00:00
chanial%noos.fr 189cf8ee04 porting bug 174197, font error when link bookmarked 2003-04-22 02:59:58 +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 618aeeab7d Removing 2 extra blank lines 2003-04-21 20:06:32 +00:00
chanial%noos.fr c594f1a026 some commands were failing. Saving the selection before their execution 2003-04-21 19:17:43 +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
varga%netscape.com c89f445add Fixing bookmark separators.
I can't believe that bookmark specifix CSS lives in tree.css!
2003-04-17 21:07:35 +00:00
varga%netscape.com d8dce5aadf IsBookmarked -> isBookmarked 2003-03-26 22:14:35 +00:00
varga%netscape.com fef19df340 Updating JS to the latest nsIBookmarksService API. 2003-03-26 22:13:13 +00:00
varga%netscape.com ac75afc291 Fixing bookmarks in Phoenix. They should load at least. 2003-03-26 19:49:47 +00:00
chanial%noos.fr e738fad518 Adding 'New bookmark' button to the bookmark manager toolbar.
Adding also accesskeys.
2003-03-02 19:50:28 +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 44456f91a9 repose en paix. 2003-02-23 21:55:23 +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
chanial%noos.fr 1aca10ba65 Moving bookmarks styling out of the toolkit 2003-02-23 13:48:55 +00:00
chanial%noos.fr 9fe4cf08ed ooops... backing out. I did not intend to check this in. 2003-01-29 08:39:01 +00:00
chanial%noos.fr d91cf1656b fix a stupid js warning 2003-01-29 07:47:30 +00:00
chanial%noos.fr b6b7ed1ea9 speed up a bit loading a bookmark from the sidebar.
Fix also a regression: CTRL-click and SHIFT-click load only the selected bookmark.
2003-01-28 08:21:10 +00:00
chanial%noos.fr 13fc40ca00 This file was not used since 0.1 2003-01-28 07:10:43 +00:00
chanial%noos.fr 7ffaab9d4b Fix bug in getIndexOfResourceInContainer and some regressions in the bookmark manager:
- DND should keep the selection
- selection for undo and redo commands
2003-01-28 07:08:54 +00:00
ben%netscape.com 9c96a06f86 Fix 168415 (selection quirks) and 190678 (js errors when right clicking personal toolbar) 2003-01-27 11:00:11 +00:00
ben%netscape.com 2a29f4da05 Fixing bug 172025, "Cancelling a creation of new bookmark folder still leaves a folder called New Folder" 2003-01-27 06:44:11 +00:00
varga%netscape.com ca2dc05d5e Fixing a typo. 2003-01-21 12:13:59 +00:00
mkaply%us.ibm.com 247f2c1fb7 Bug 176370 folder pane performance regression r=varga sr=bienvenu 2003-01-17 15:23:48 +00:00
chanial%noos.fr d6a800c0cd bookmark cleanup. make clear the distinction between target and selection in trees.
now, insertion on a folder doesn't append but inserts before it.
Allow multiple selection of bookmarks and folders for the home pages.
2002-12-13 23:06:10 +00:00
blakeross%telocity.com ac4562a7bd Undo typo. 2002-11-17 03:38:22 +00:00
blakeross%telocity.com b703a680af Implement tabgroup homepages and fix a variety of bugs. 2002-11-16 17:14:12 +00:00
chanial%noos.fr 7cc9a8d7ad bug 177837: remove help menu in bookmark manager and view source window 2002-11-01 04:28:57 +00:00
chanial%noos.fr aaf5445810 clicking again on a bookmark in the sidebar does not reload it. 2002-11-01 02:47:10 +00:00
chanial%noos.fr c3441f7620 fix various DND/copy bookmark/folder issues 2002-10-31 01:30:43 +00:00
hyatt%netscape.com b1889e9af7 Temporary hack fix for bookmark jumping problem. 2002-10-29 03:34:06 +00:00
chanial%noos.fr 591a979097 fix some focus issues 2002-10-26 16:53:19 +00:00
chanial%noos.fr ff37ffc86c and more again 'open in tabs' menuitem fixing 2002-10-23 21:57:50 +00:00
chanial%noos.fr 12658a2f80 some cleanup 2002-10-23 11:56:40 +00:00
chanial%noos.fr 189bf81467 don't override single tab when pref is 'append' 2002-10-23 10:57:20 +00:00
chanial%noos.fr 82ddf46ba5 fix middle-click in bookmarks
+ make it honour the pref
2002-10-20 08:55:17 +00:00
blakeross%telocity.com 115b91c69f fix a bug in bookmarks. 2002-10-19 23:05:59 +00:00
blakeross%telocity.com 3701dd04ce Some modifier cleanup; fix load in background pref. 2002-10-19 19:38:57 +00:00
hyatt%netscape.com 08f44c5c5c Just to keep everyone guessing, inverting ctrl and shift. ctrl is new tab, shift is new window. 2002-10-19 01:21:57 +00:00
hyatt%netscape.com fabbc1b374 Implement CTRL+enter www/com completion in the URL bar. 2002-10-18 20:30:53 +00:00
bryner%netscape.com 4bf20c68ab fixing redeclared variable warning 2002-10-18 09:58:28 +00:00
chanial%noos.fr 03e0f1ab93 use of RDFC Utils methods + fix target check issue 2002-10-18 00:06:48 +00:00
blakeross%telocity.com 5713d360f6 A little cleanup for the Use Bookmark dialog. 2002-10-17 23:14:44 +00:00
chanial%noos.fr 1ff1131541 bug 174576 imported folder group from mozilla don't have an open in tab menuitem 2002-10-15 18:43:01 +00:00
chanial%noos.fr 1afd964704 fix open in tabs in trees 2002-10-15 13:35:37 +00:00
chanial%noos.fr 66d4575cb8 getting a method back 2002-10-14 20:57:16 +00:00
chanial%noos.fr 0b790cd573 fix bookmark property dialog 2002-10-14 20:11:33 +00:00
hyatt%netscape.com 775272c253 Yank icon from Open in Tabs for now until we decide whether or not commands will have icons. 2002-10-14 20:06:11 +00:00
chanial%noos.fr 84ac4227c1 fix bookmarks bustage 2002-10-14 19:09:16 +00:00
chanial%noos.fr 475836bd57 flush the ds after adding a bookmark 2002-10-14 02:14:40 +00:00
chanial%noos.fr c16bd86d61 delay service instanciation 2002-10-14 01:26:08 +00:00
chanial%noos.fr 88086f0325 fix DND between the last visible bookmark and the chevron in the personal toolbar. spring loaded chevron menupopup. 2002-10-13 16:56:13 +00:00
blakeross%telocity.com 4499ea4975 Just put the bookmarks-toolbar binding into browser.css so we don't need to include yet another css file. 2002-10-13 16:50:35 +00:00
blakeross%telocity.com 7f5d53bcea some fixes. 2002-10-13 03:24:34 +00:00
blakeross%telocity.com 10870fb2dd fix added col 2002-10-13 03:18:47 +00:00
blakeross%telocity.com 6d30e65a26 Fix Added column in bookmarks manager. 2002-10-13 03:11:35 +00:00
blakeross%telocity.com 08922d738b Reduce timeout to 0. 2002-10-13 02:27:53 +00:00
chanial%noos.fr bb27eb34dd when appending, reuse eventual last blank tabs
+ correct tab selection
2002-10-11 22:07:16 +00:00
hyatt%netscape.com 1a0a57c035 Add back rules for Open in Tabs having an icon 2002-10-11 22:05:33 +00:00
chanial%noos.fr 9d588ff8e5 adding pref append/replace when opening a bookmark folder 2002-10-11 21:03:28 +00:00
blakeross%telocity.com b985c1bde4 A little cleanup. 2002-10-11 02:22:35 +00:00
blakeross%telocity.com 481da7bc9d Strip more licenses. 2002-10-11 01:27:28 +00:00
chanial%noos.fr 0bd8f96e7e middle-click broken in bookmark menus 2002-10-10 19:51:50 +00:00
hyatt%netscape.com 16c69f558e Remove class attribute setting on open in tabs menu item. 2002-10-10 09:02:28 +00:00
hyatt%netscape.com 63c070044b Make personal toolbar look better during customization. 2002-10-10 07:13:43 +00:00
hyatt%netscape.com 870ffefdc5 Make personal toolbar look better during customization. 2002-10-10 07:03:27 +00:00
blakeross%telocity.com 8f1637ac69 Remove unused files. 2002-10-09 21:58:56 +00:00
blakeross%telocity.com 4ce1bc6c94 remove unused file. 2002-10-09 21:58:11 +00:00
blakeross%telocity.com db5c5985c3 bookmarks panel should use global.css, not browser.css 2002-10-09 21:57:23 +00:00
blakeross%telocity.com 65e446bca1 Add bookmark dlg should use global.css, not browser.css 2002-10-09 21:08:53 +00:00
chanial%noos.fr adb990fd66 temporary hack to indent the folders in the add bookmark dialog 2002-10-09 11:42:34 +00:00
chanial%noos.fr 993f567362 fix DND regression in menupopup 2002-10-08 03:38:01 +00:00
chanial%noos.fr 14152f97ca bug 173145: first time, add to default root folder fails 2002-10-08 03:12:24 +00:00
chanial%noos.fr ec9d09b938 smarter 'Open in Tabs' menuitem 2002-10-08 02:43:36 +00:00
hyatt%netscape.com 2a17e858ad Fix the regression in Tp and Ts 2002-10-07 21:21:11 +00:00
chanial%noos.fr 6f233caef7 Open in Tabs at bottom of menupopups
remove navigator dependencies in bookmarksToolbar.xml
and back out two lines that have not been checked in and that were horking bookmark management.
2002-10-07 20:44:08 +00:00
chanial%noos.fr 7ff10221d7 speeding up a bit the add bookmark dialog by QI'ing only the folders 2002-10-07 14:47:23 +00:00
hyatt%netscape.com d693bf0cc6 Still more toolbar tweaks. 2002-10-07 06:46:33 +00:00
hyatt%netscape.com 1ffda7121b Still more toolbar tweaks. 2002-10-07 04:29:01 +00:00
hyatt%netscape.com aff55fb896 Add style optimizations to make resizing of the window faster. 2002-10-07 04:25:33 +00:00
hyatt%netscape.com 8ae7c97a00 Fix remaining width calc problems with toolbar overflow. 2002-10-07 04:17:29 +00:00
hyatt%netscape.com 654f88abf4 Enforce a min-width on the new add bookmark dialog. 2002-10-07 03:36:59 +00:00
hyatt%netscape.com fb273eb207 fix toolbar overflow to work when items get asserted/unasserted in the datasource. 2002-10-07 03:32:24 +00:00
chanial%noos.fr 25a20f2b67 new add bookmark 2002-10-07 03:23:48 +00:00
chanial%noos.fr c24fd4ab86 New add bookmark dialog 2002-10-07 03:18:26 +00:00
chanial%noos.fr 4554bf9438 bug 172504: after clicking on a disabled item, CM does not work anymore 2002-10-06 14:00:55 +00:00
hyatt%netscape.com bd26e9ec9d Widt hcomputation tweaks for PT overflow. 2002-10-06 02:51:49 +00:00
hyatt%netscape.com 15b32e837f Implement chevron for overflow. 2002-10-06 02:07:35 +00:00
chanial%noos.fr ec13b522f7 typo correction 2002-10-05 20:53:22 +00:00
hyatt%netscape.com d8694cde47 Revising width calc 2002-10-05 00:50:00 +00:00
hyatt%netscape.com 794a2b9620 Fix context menus on PT 2002-10-05 00:33:57 +00:00
hyatt%netscape.com e033ae0d77 Fix PT bustage. 2002-10-05 00:20:55 +00:00
hyatt%netscape.com 1cb32bac45 Fix PT bustage. 2002-10-05 00:15:07 +00:00
hyatt%netscape.com a96331f087 Landing personal toolbar overflow. 2002-10-04 23:50:54 +00:00
chanial%noos.fr c0db97011c remove no more pertinent comment 2002-10-04 11:26:55 +00:00
chanial%noos.fr 6503ad2210 bug 172504: Context menu items in Bookmarks sidebar don't work (Windows) 2002-10-04 11:11:59 +00:00
hyatt%netscape.com 7ebe6b87ed Full favicon support landed. Dependent on some mozilla trunk work, but harmless until i get that checked in. 2002-10-04 07:38:44 +00:00
chanial%noos.fr 32e3001f88 bug 171327: implement "Use Bookmark" menubutton in General prefs 2002-10-04 01:13:49 +00:00
hyatt%netscape.com 0abe2200b6 Add back support for favicons. 2002-10-04 00:57:35 +00:00
chanial%noos.fr cb05f0d29a fix double click loading folder in bookmark manager
fix file: protocol
2002-10-03 21:45:05 +00:00
chanial%noos.fr a543acfc2b dropping support for imported or already existing folder groups 2002-10-03 03:30:06 +00:00
chanial%noos.fr 6ca7c9c655 bug 171330: dropping foldergroup concept.
opening bookmarks in folder via context menu, middle-click and ctrl-click.
saving group of tabs in folder
+ speed optimizations
2002-10-03 02:54:05 +00:00
chanial%noos.fr 68174b1bb8 some more back 2002-10-01 18:53:43 +00:00
blakeross%telocity.com 6d7edf1540 Move bookmarks sidebar back to one click. 2002-10-01 18:35:26 +00:00
chanial%noos.fr 3e9aef7e09 fix sort regression in the bookmarks panel 2002-10-01 17:45:45 +00:00
chanial%noos.fr d8a9d60171 fixing add new folder 2002-10-01 13:29:48 +00:00
blakeross%telocity.com 0c4bebf9a5 Add keyboard shortcuts for sidebar panels; use dbl not single clicks. 2002-10-01 00:30:47 +00:00
chanial%noos.fr b3e1057df8 fixing keyboard navigation pb in the bookmark panel and exposing the description field by default 2002-09-30 18:19:40 +00:00
blakeross%telocity.com 4f2964c4c1 Move tree css where it belongs; put quicksearch in history panel. 2002-09-30 05:09:15 +00:00
blakeross%telocity.com ce34f528d3 Bookmarks tweaks. 2002-09-30 04:25:25 +00:00
blakeross%telocity.com 7bee4994b2 More bookmarks tweaks. 2002-09-30 04:23:19 +00:00
blakeross%telocity.com f6016894b4 A little polish 2002-09-30 04:15:50 +00:00
chanial%noos.fr bb3ed3ed6b Bookmark Panel landing + its own Quick Search
Workaround for the hang using QS (bug 167167)
Conflicting accesskey for QS (bug 171545)
Focus the content after loading bm from the panel (bug 171584)
key enter not working in the manager/panel (bug 171610)
and other bugs/tweaks not reported
2002-09-30 01:06:30 +00:00
chanial%noos.fr 8bb227628e do/undo/redo import bookmark (bug 168416)
also fix for bug 168727, bug 170152 and bug 171451
2002-09-29 16:19:47 +00:00
chanial%noos.fr 2db164211e bug 171174: sorting bookmarks in the view menu does not work 2002-09-28 00:01:49 +00:00
chanial%noos.fr ca536e767a bug 170537: set as personal toolbar folder does not work 2002-09-24 23:53:29 +00:00
chanial%noos.fr 973b3bee46 fix for bug 170222: middle/modifier click should not load in the current tab 2002-09-22 22:02:27 +00:00
chanial%noos.fr 9c539a5271 fix bug 170157: bookmarks should be read regardless of the bookmark toolbar being visible or not. 2002-09-22 17:12:08 +00:00
chanial%noos.fr fef982c823 reset the items to be toggled before any transaction 2002-09-19 20:45:58 +00:00
chanial%noos.fr 6f2606650d fix for bug 169698: click-move-release on menuitem not working in the personal toolbar. also middle-click not working in the bookmark menu. 2002-09-19 19:29:06 +00:00
chanial%noos.fr 907b35d8c7 backing out last checking 2002-09-19 12:56:06 +00:00
chanial%noos.fr c4b0b23f4a unhide the bookmarks-toolbar widget at startup 2002-09-19 10:25:24 +00:00
chanial%noos.fr 564c280bf3 No more closure on |this| while loading bookmarks 2002-09-18 10:00:55 +00:00
blakeross%telocity.com 199bffdddd Fixing help menus. 2002-09-18 02:10:27 +00:00
chanial%noos.fr f36a0990c4 adding xul name spaces in the bookmarks-toolbar binding 2002-09-14 21:53:24 +00:00
chanial%noos.fr 86e329c93d nsIIOService::GetURLSpecFromFile has been moved to nsIFileProtocolHandler (bug 166792 + correction in addBookmark.js) 2002-09-14 18:52:57 +00:00
chanial%noos.fr 49a858bfc3 fix some command issues 2002-09-13 04:14:08 +00:00
chanial%noos.fr 6d91d31de6 Bye bye... 2002-09-13 03:19:07 +00:00
chanial%noos.fr 737ed98972 bookmarks rewrite landing 2002-09-13 03:12:27 +00:00
chanial%noos.fr 9811f02ac3 These files are also unused 2002-09-13 01:47:48 +00:00
chanial%noos.fr a588dfb2b9 bookmark manager landing 2002-09-13 01:21:36 +00:00
chanial%noos.fr 908b2c7fc2 tree widget landing 2002-09-13 00:37:59 +00:00
chanial%noos.fr a55b0647e5 no more used 2002-09-13 00:17:58 +00:00
chanial%noos.fr 683e0ee0bc initial file 2002-09-13 00:15:14 +00:00
chanial%noos.fr dcbd264f88 remove unused files 2002-09-13 00:13:03 +00:00
blakeross%telocity.com 29976e0d39 Readd import/export to File. 2002-08-15 00:29:19 +00:00
blakeross%telocity.com 6d65bd0de1 Forking bookmarks, adding QS. 2002-08-15 00:22:41 +00:00