Commit Graph

615 Commits

Author SHA1 Message Date
chanial%noos.fr
4562c8656f fix the no more persisted "class" attribute in old profiles.
the expandable state may be persisted in the future.
2003-12-11 14:23:02 +00:00
chanial%noos.fr
a16baf64ec Bug 228040: make the add bookmark dialog resizable.
I didn't noticed that because linux doesn't honor the option "resizable=no".
Patch by Steffen Wilberg, r=me.
2003-12-11 12:53:30 +00:00
chanial%noos.fr
ebffd7282a Bug 228035: patch by Steffen, r=me 2003-12-10 15:05:50 +00:00
chanial%noos.fr
fd49ad454c on going work on bug 214527: add folder icons to the menulist. 2003-12-10 14:45:37 +00:00
chanial%noos.fr
9aab5be252 add a |focus| method to the bookmarks tree widget 2003-12-10 05:33:56 +00:00
chanial%noos.fr
6103e75198 Bug 227761: Hardcoded Firebird string in phrase: downloadsRemoveExit.label
patch by Simon Paquet <bugzilla@babylonsounds.com>, r=me
2003-12-10 01:36:00 +00:00
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
863ac50034 Let's leave this off for just now. 2003-12-05 00:02:39 +00:00
ben%bengoodger.com
4a63ad4ff1 moz-bookmark URL support. preliminary. 2003-12-04 23:58:52 +00:00
ben%bengoodger.com
175130b283 We no longer need any of these files 2003-12-04 04:28:55 +00:00
jshin%mailaps.org
5684182912 bug 225695 : follow-up to the fix for bug 44272. the first part of three ; tree-wide sweep to replace escape/unescape with en|decodeURI(Component). r=bz, sr=rbs, a=asa 2003-12-03 21:41:37 +00:00
ben%bengoodger.com
497926a709 bug 225958 - plugin list is empty in downloads panel. patch by Steffen Wilberg <steffen.wilberg@web.de>. 2003-12-02 03:13:48 +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
ben%bengoodger.com
687b3316bd Shorten delay before dlmgr window opens. 2003-11-29 23:57:52 +00:00
ben%bengoodger.com
755fe67158 215467, Part I. New Download Manager. 2003-11-27 00:54:33 +00:00
mkaply%us.ibm.com
051f34c626 #222978
r=mkaply, a=mkaply
Get fonts working again on OS/2 Firebird
2003-11-19 20:38:06 +00:00
bryner%brianryner.com
dfcc425990 Fix tree rowcount change notifications for cookie manager (bug 215656). patch by steffen.wilberg@web.de, r=bryner. 2003-11-15 00:00:39 +00:00
chanial%noos.fr
22bd07ecb3 bug 221597: remove reference to a communicator locale (sidebar.properties) by copying and updating it (Sidebar Internet Search Tab -> Search Bar) 2003-11-12 05:52:02 +00:00
chanial%noos.fr
8d152f3d52 bug 224241: sidebar installation is broken.
hyatt should find a way out of the Matrix :-).
patch suggested by caillon.
2003-11-12 03:13:40 +00:00
mkaply%us.ibm.com
52f735028c #152264
r=jshin, sr=blizzard
zh-HK support for firebird and thunderbird
2003-11-06 18:57:39 +00:00
chanial%noos.fr
78a205117e cvs remove unused files.
(including pref-bidi.dtd, not part of any build see bug 79675)
2003-11-06 07:10:01 +00:00
chanial%noos.fr
4773dba6c8 bug 224569: Cookie Manager and Exceptions window should remember column size. patch by Steffen Wilberg <steffen.wilberg@web.de> r=me.
some flex tweaking, also
2003-11-04 05:02:35 +00:00
chanial%noos.fr
4249292cca bug 221599: remove comm.jar dependencies in nsGlobalHistory.cpp by adding history.properties for now. Putting the history in the toolkit seems highly bogus. 2003-11-03 08:14:10 +00:00
chanial%noos.fr
3fd3695714 bug 224522: collapse menuitem needs a correct accesskey "C".
Moving the crap out of history.properties.
2003-11-03 08:05:03 +00:00
chanial%noos.fr
6fb6c0acf8 Bug 221597: remove the comm.jar dependecies in the history panel 2003-11-03 07:10:04 +00:00
chanial%noos.fr
2e582dbb3c Add a routine |clearObsoletePrefs| to remove/migrate the old prefs 2003-11-02 01:09:18 +00:00
chanial%noos.fr
6be9c94ec8 Don't preprocess dtd files. 2003-10-31 15:49:17 +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
27226ee2a0 Bug 221597,221599: remove toolkit and browser dependencies to chrome://communicator/content/pref/pref-charset.xul by copying it to the toolkit and renaming it as customizeCharset.xul. 2003-10-26 04:03:29 +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
85f81b6573 cvs remove browser/components/search (not built) 2003-10-22 07:46:00 +00:00
varga%nixcorp.com
199cf9bc76 Changing my email address. 2003-10-21 15:35:57 +00:00
noririty%jcom.home.ne.jp
f5f4d124fe Fix b=170499 move visitLink() to toolkit for about dialog and thunderbird 2003-10-19 15:18:15 +00:00
chanial%noos.fr
a43d6710f0 bug 221078: unfork firebird/mozilla cookie prefs.
Initial patch by dwitte.
This patch migrates and removes the old cookie prefs. UI is not changed.
2003-10-17 15:05:49 +00:00
chanial%noos.fr
75f2a9f5c3 bug 222625: Default attribute for preferences should be "value"
bug 222030: useless use of wsm_attributes used in <data/> objects
and also remove some silly use of prefattribute
2003-10-17 14:56:39 +00:00
bryner%brianryner.com
3515d16faa really fix bug 220067, and add license from nsWalletTreeUtils.js (the source of this code) 2003-10-16 18:09:55 +00:00
bryner%brianryner.com
55adbb6571 removing unused file 2003-10-16 18:07:21 +00:00
bryner%brianryner.com
0e97dcab55 port fix to sort strings case-insensitively, bug 220067 2003-10-16 09:44:52 +00:00
chanial%noos.fr
5047f7cadc Bug 221597: remove comm.jar references in pref-fonts.xul 2003-10-14 22:54:54 +00:00
chanial%noos.fr
1e43f74565 Bug 221597: remove comm.jar references in pref-theme.* 2003-10-14 21:18:44 +00:00
chanial%noos.fr
d57c578337 bug 221597: remove comm.jar dependencies in pref-calibrate-screen.xul 2003-10-14 20:38:25 +00:00
chanial%noos.fr
82c47f7d35 on going work on bug 221597: move the close, restore and minimize icons to the toolkit. 2003-10-14 20:11:16 +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