brade%netscape.com
67d49d6298
bug #34416 ; tested by axel@pike.org (Thanks!)
2000-05-08 15:00:39 +00:00
brade%netscape.com
79d66d48e5
First Checked In.
2000-05-08 13:47:24 +00:00
jfrancis%netscape.com
bd8b43e4c5
fix for 30759, plaintext paste as quotation creates ubercaret
2000-05-08 07:50:57 +00:00
mjudge%netscape.com
693b7801f1
we get selection controller not from pres shell. we get it from GetSelectionController
2000-05-08 04:01:26 +00:00
brade%netscape.com
186c13552e
first pass at some of the editor toolbar tooltips
2000-05-07 10:53:42 +00:00
brade%netscape.com
c5e09486dc
missing line
2000-05-07 10:53:09 +00:00
brade%netscape.com
22f2467169
enable tooltips in editor (when in overlay)
2000-05-07 10:52:22 +00:00
brade%netscape.com
344de80885
changes submitted by Brian King (briano9@yahoo.com); improvements to image map editor for skinnability and localization
2000-05-07 10:51:34 +00:00
jfrancis%netscape.com
307b8fbcc5
fixed bug where undo could cause extra break nodes; fixed bug 37845: plaintext gets clutered with empty text nodes; fixed bug where toolbar style feedback was wrong after typing a return.
2000-05-07 01:33:42 +00:00
danm%netscape.com
7cec3168f2
adding chrome registry update directives
2000-05-06 01:02:42 +00:00
sfraser%netscape.com
1ebf5439a6
Big command tidyup. Make the distinction between editor and composer command clearer, and remove vestiges of the old singleton composer command manager. Also tidy up command node state attribute code.
2000-05-05 23:20:21 +00:00
sfraser%netscape.com
f9a3a34695
Get rid of the redundant command state saving methods, and amalgamate the code that deals with multiple reloads into one method.
2000-05-05 23:19:08 +00:00
sfraser%netscape.com
a8340dd50e
Get rid of the redundant command state saving methods.
2000-05-05 23:18:15 +00:00
sfraser%netscape.com
58ed70653c
Move the cmd_NewFoo command nodes out of any commandset, so that they don't appear disabled always. Remove superfluous cmd_Save nodes.
2000-05-05 23:17:38 +00:00
sfraser%netscape.com
57a43be605
Comment out dump().
2000-05-05 23:16:52 +00:00
sfraser%netscape.com
811721723e
Remove the style commands command set, because we ain't got not style. Fixes JS errors/exceptions.
2000-05-05 23:16:28 +00:00
jfrancis%netscape.com
eb2ab3d2ee
rest of fix for bug 30763
2000-05-05 21:57:58 +00:00
jfrancis%netscape.com
04915ae284
splitting mail cites in replies now gives you the caret where you want it.
2000-05-05 21:22:09 +00:00
jfrancis%netscape.com
b109f8dbd6
fixing bugs with paste; making paste not inherit local inline stlyes
2000-05-05 20:42:36 +00:00
brade%netscape.com
5d7b8a936d
First Checked In.
2000-05-05 15:05:01 +00:00
kin%netscape.com
c4f863915d
Fixed spellchecker recheck bug.
...
mozilla/editor/base/nsEditorShell.cpp
mozilla/editor/idl/nsIEditorSpellCheck.idl
- Modified StartSpellChecking() so that it no longer calls
NextMisspelledWord().
- Renamed Start/CloseSpellChecking() to Init/UninitSpellChecker().
- Changed prototype of GetCurrentDictionary() in the idl file.
- Replaced all references of NS_SPELLCHECKER_CID with NS_SPELLCHECKER_PROGID.
mozilla/editor/txtsvc/public/nsISpellChecker.h
- Added NS_SPELLCHECKER_PROGID.
mozilla/editor/txtsvc/public/nsTextServicesCID.h
- Removed NS_SPELLCHECKER_CID.
mozilla/editor/ui/composer/content/ComposerCommands.js
- Replaced all calls to Start/CloseSpellChecking() with
Init/UninitSpellChecker().
- We now call GetNextMisspelledWord() after initing the spellchecker.
mozilla/editor/ui/dialogs/content/EdSpellCheck.js
- Dialog now assumes the spellchecker language has been set before the
dialog is invoked.
- Fixed Recheck() so that it now sets the language.
2000-05-05 14:58:43 +00:00
cmanske%netscape.com
ca4caf40bc
Updating CSS to use new icons for All Tags mode. r=jfrancis
2000-05-05 12:54:55 +00:00
cmanske%netscape.com
d8691d286a
Adding images for All Tags edit mode. r=jfrancis
2000-05-05 12:39:41 +00:00
danm%netscape.com
c30da52a01
adding chrome registry update directives
2000-05-05 01:43:24 +00:00
jfrancis%netscape.com
26e457e4fd
fix for 29320; deletion putting caret in wrong table cell
2000-05-04 23:54:00 +00:00
sfraser%netscape.com
a425fffce8
Fix bugs 38189 and 38190 -- basic command enabling stuff.
2000-05-04 23:39:14 +00:00
cmanske%netscape.com
78ef893e72
Removed duplicate declarations
2000-05-04 23:01:05 +00:00
cmanske%netscape.com
7237e38781
Added 'Split Cell' and fixed initialization of 'Join Cells' in table menu. Added stubs for 'Split Cell'
2000-05-04 22:32:24 +00:00
cmanske%netscape.com
d9cf80630b
Fixed Spell Check dialog layout. Replace more 'html:script' with 'script'.
2000-05-04 22:21:35 +00:00
brade%netscape.com
45146921c5
add tooltips for page color properties dialog
2000-05-04 14:57:43 +00:00
brade%netscape.com
7e04b92dc7
add tooltips for insert table dialog
2000-05-04 14:56:55 +00:00
brade%netscape.com
87cf80b941
add tooltips for image dialog
2000-05-04 14:56:07 +00:00
brade%netscape.com
d9597d7e35
add tooltips to hrule dialog
2000-05-04 14:53:52 +00:00
kin%netscape.com
9a62a21851
Added spellchecker support for different dictionaries/languages:
...
mozilla\editor\base\nsEditorShell.cpp
mozilla\editor\idl\nsIEditorSpellCheck.idl
mozilla\editor\txtsvc\public\nsISpellChecker.h
- Added GetDictionaryList() and Get/SetCurrentDictionary() methods.
mozilla\editor\ui\dialogs\content\EdDialogCommon.js
- Added AppendValueAndDataToMenulist() function.
mozilla\editor\ui\dialogs\content\EdSpellCheck.xul
- We now import strres.js.
mozilla\editor\ui\dialogs\content\EdSpellCheck.js
- Added InitLanguageMenu().
2000-05-04 14:37:56 +00:00
cmanske%netscape.com
fdced22104
Replace GetBodyElement with GetRootElement to fix bustage
2000-05-04 14:32:07 +00:00
cmanske%netscape.com
3403bfda38
HTML Soure editor is working. Tweaked some dialog xul. Removed some unused stuff from EditorCommands.js
2000-05-04 14:02:03 +00:00
mjudge%netscape.com
e08e0cd08f
merge error. my fault. fix
2000-05-04 09:32:40 +00:00
mjudge%netscape.com
ebafd36182
massive change to prepare for ender-lite. should be a no-op for current implementation
2000-05-04 08:33:48 +00:00
sfraser%netscape.com
a43512054e
Make the quit menu item work in composer, bug 38074.
2000-05-04 00:33:44 +00:00
akkana%netscape.com
afedd3f559
Fix warnings
2000-05-03 23:42:25 +00:00
akkana%netscape.com
19c96db73d
Restoring one of Joe's fixes, apparently lost in a CVS merge in the last checkin
2000-05-03 23:38:36 +00:00
cmanske%netscape.com
3b8303878c
Change to correct strings for 'Recent Pages' and 'Revert to Last Saved'
2000-05-03 21:40:18 +00:00
akkana%netscape.com
acb1acede5
37560: convert platform to dom newlines before inserting html. r=cmanske
2000-05-03 21:18:23 +00:00
brade%netscape.com
d3dd6e17e4
add some missing entities so Composer will startup today; add some tooltips which Simone will reword
2000-05-03 14:47:05 +00:00
brade%netscape.com
f98c49b79b
check in some missing entities so Composer might open up
2000-05-03 14:28:52 +00:00
cmanske%netscape.com
eec2372c22
Strings and menu items for 'Revert' and 'Recent pages'. Preliminary UI for HTML Source editor (not activated).
2000-05-03 05:17:43 +00:00
sfraser%netscape.com
e22440d244
General tidyup.
2000-05-03 05:14:11 +00:00
sfraser%netscape.com
fe26596791
Ensure that the style buttons update as soon as you press them, so that the button reflects the type-in state properly.
2000-05-03 05:13:59 +00:00
dprice%netscape.com
4feedc9725
fixing 37980, r=mjudge
2000-05-03 03:11:23 +00:00
sfraser%netscape.com
57998fc84b
Change the Find interface to use an nsIDOMWindow instead of a webshell, for better scriptability.
2000-05-03 02:24:16 +00:00
jfrancis%netscape.com
509b944592
partial fix for bug 30763
2000-05-03 01:34:34 +00:00
jfrancis%netscape.com
f6251ee4f7
implementing list behavior spec, plus a few bug fixes
2000-05-03 00:14:28 +00:00
jfrancis%netscape.com
64c1b28325
First Checked In.
2000-05-03 00:09:13 +00:00
sfraser%netscape.com
80719a03c9
Fix for bug 37898 -- can't type in editor, msg and IM compose. r=kin, a=leaf
2000-05-02 21:46:23 +00:00
cmanske%netscape.com
003a94051d
Set focus when page is done loading. Fixed labels for menus and toolbars. Replaced 'vertical-align' with 'valign' for box alignment. Changed strings for Edit Modes. Unload style sheets when loading a url into existing window
2000-05-02 03:24:11 +00:00
sfraser%netscape.com
9b856fda03
Make the toolbar look purdy.
2000-05-01 22:19:26 +00:00
sfraser%netscape.com
bf637866d2
Minor fixage for new command stuff.
2000-05-01 22:15:40 +00:00
sfraser%netscape.com
11026f1bf5
Fix the case of nsHash*t*able.h include.
2000-05-01 22:11:22 +00:00
sfraser%netscape.com
035965297d
Fixes for bugs 34503 and 34504 -- split the editor controller into editor and composer controllers, and make commands for lots of editor functions.
2000-05-01 21:49:52 +00:00
sfraser%netscape.com
a9c14b529c
Added nsComposerCommands.cpp
2000-05-01 21:43:21 +00:00
sfraser%netscape.com
591d1d8d90
Remove bogus button styles.
2000-05-01 21:42:58 +00:00
sfraser%netscape.com
ea0cf39f2e
Add ComposerCommands.js
2000-05-01 21:39:02 +00:00
sfraser%netscape.com
7703837d15
Add nsComposerCommands.cpp
2000-05-01 21:38:31 +00:00
sfraser%netscape.com
bdc2737942
Adding ComposerCommands.js
2000-05-01 21:38:11 +00:00
sfraser%netscape.com
288d009794
First Checked In.
2000-05-01 21:37:38 +00:00
anthonyd%netscape.com
ad6918e77a
r: mjudge
...
disabled selection (grey selection) excludes input fields now.
2000-04-30 18:55:13 +00:00
ben%netscape.com
b0ab659e09
editor skinnability fixes
2000-04-30 02:49:23 +00:00
cmanske%netscape.com
457644b039
Fixed bug 37029, strip <body> from head output string. Last checkin fixed bug 36681: put last-modified date in Page Properties
2000-04-28 23:39:27 +00:00
cmanske%netscape.com
9efe5dc6eb
Added last-modified date to Page Properties dialog
2000-04-28 23:35:36 +00:00
cmanske%netscape.com
748e1bd3de
Added method to select textfield. Fixed error in pixel/percent menulist initialization
2000-04-28 14:41:04 +00:00
cmanske%netscape.com
4113539c28
More editor CSS and XUL cleanup. Use grid to control button widths in dialogs. [Grids rock!]. New text for Edit Mode buttons
2000-04-28 14:06:34 +00:00
cmanske%netscape.com
92a8c74bdd
Tweak EdImageProps.js
2000-04-28 07:57:29 +00:00
cmanske%netscape.com
dafd33e59b
Fixed AdvancedEditButton in ImageProps dialog
2000-04-28 07:54:58 +00:00
cmanske%netscape.com
db7bb1ebe8
Fixed EdHLineProps.xul and EdColorProps.xul. Cleaned up AdvancedEdit buttons
2000-04-28 07:34:48 +00:00
mjudge%netscape.com
67a72ebc1e
massive change to stop the editor fromknowing about nsIPresShell or nsIDocument
2000-04-28 06:20:36 +00:00
cmanske%netscape.com
e78e6fbae6
Fixed Composer bugs 287475, 36937, 36981, 36996. More massive XUL skin conversion.
2000-04-28 05:59:16 +00:00
mjudge%netscape.com
2c0953e1be
ender lite checkin.
2000-04-27 07:37:12 +00:00
cmanske%netscape.com
5c8ee3b969
Changed flex=100% to flex=1
2000-04-27 01:03:15 +00:00
brade%netscape.com
86008c59a7
fix some of the brokenness; don't always add a map tag; set customsize/original size appropriately; enable/disable some strings
2000-04-26 15:06:24 +00:00
brade%netscape.com
0351594df1
bad parameter
2000-04-26 15:04:51 +00:00
brade%netscape.com
c46e9ceee9
latest changes to image map editor; hooking it up to image properties dialog (submitted by Dan Haddix; dan6992@hotmail.com)
2000-04-26 10:07:04 +00:00
brade%netscape.com
fd620d7f49
latest changes to image map editor (submitted by Dan Haddix; dan6992@hotmail.com)
2000-04-26 10:04:43 +00:00
brade%netscape.com
c0b91488d9
latest changes to image map editor (submitted by Dan Haddix; dan6992@hotmail.com)
2000-04-26 09:50:23 +00:00
brade%netscape.com
50c3390051
forgot to add contributor Brian King (noticed by Dan Haddix)
2000-04-26 09:46:05 +00:00
brade%netscape.com
300e634ddf
fix bug; set heightInput
2000-04-26 08:48:47 +00:00
ben%netscape.com
a3689cb38f
files I forgot to checkin with yesterday's prefwindow landing
2000-04-26 05:56:26 +00:00
hyatt%netscape.com
1391459a8f
fix menus.
2000-04-26 02:27:56 +00:00
danm%netscape.com
2aeb01376b
use preference for browser chrome url (aka navigator.xul). bug 31867
2000-04-26 02:25:28 +00:00
mjudge%netscape.com
2cfb602409
making string conversions explicit. scc
2000-04-26 01:13:55 +00:00
akkana%netscape.com
5709d8739f
Change Save File APIs in layout and editor to eliminate the specific
...
references to text and html and make them more general (take a mime type).
In the editor, prettyprint all output if editor.prettyprint_html is set.
2000-04-26 01:00:50 +00:00
brade%netscape.com
e6b4111fd7
for DragDrop, call InsertFromDrop which will handle the drop for the appropriate flavors (as paste if appropriate)
2000-04-25 14:15:33 +00:00
brade%netscape.com
59f3e13cf7
factored paste so drop could use the common code; added InsertFromDrop, InsertFromTransferable, PrepareTransferable; r/tested=akkana; tested=jst
2000-04-25 14:15:04 +00:00
brade%netscape.com
7b4cdb0bf5
add methods for InsertFromDrop, PrepareTransferable, InsertFromTransferable; r=akkana
2000-04-25 14:14:48 +00:00
brade%netscape.com
51bf56abee
add method for InsertFromDrop; r=akkana
2000-04-25 14:14:42 +00:00
ben%netscape.com
fac49c6c14
PrefWindow IV landing
2000-04-25 03:09:02 +00:00
jfrancis%netscape.com
c207f78168
lots of improvements to block transformations:
1) looks inside inlines for breaks;
2) fixes the "extra break when unlisting" bug
3) changing paragraph style to normal consistently gets breaks
4) any splitting needed occurs when blocks inserted
plus a lot of small bug fixes
2000-04-24 11:51:12 +00:00
cmanske%netscape.com
dfd6ae4398
Very simple UI fix - replaced titledbutton with button for Plain Text Editor
2000-04-22 01:49:00 +00:00
akkana%netscape.com
1e8272b521
36778: Contribution from Ryan Cassin (kidteckco@hotmail.com) to fix toolbar and titlebar in plaintext editor
2000-04-22 01:12:52 +00:00
sfraser%netscape.com
a9566d98c3
Fix for 24043, close empty editor doc when opening a new file. Help from Ryan Cassin <kidteckco@hotmail.com>.
2000-04-21 22:32:57 +00:00
cmanske%netscape.com
6886a5b883
Lots of xul rewrite, e.g., replaced all 'align' on box with 'orient', using <tree> for simple lists. Added 'Insert Chars' feature by bakibon@yahoo.com
2000-04-21 15:00:23 +00:00
cmanske%netscape.com
390af1fcc3
Fixed setting title bug 36179, lots of xul rewrite, e.g., replaced all 'align' on box with 'orient', using <tree> for simple lists. Added 'Insert Chars' feature by bakibon@yahoo.com
2000-04-21 14:55:54 +00:00
scc%netscape.com
bb0ce46710
making string conversions explicit
2000-04-21 09:33:45 +00:00
scc%netscape.com
8d5a2627d8
making string conversions explicit
2000-04-21 06:56:47 +00:00
sfraser%netscape.com
d15d319675
Fix frameset detection. An additional Notify() method was not hooked up properly.
2000-04-21 00:50:04 +00:00
anthonyd%netscape.com
815b66f915
drawing selection as tri-state. on-off-disabled. hardcoded disable color to grey right now. r=mjudge
2000-04-20 23:11:41 +00:00
akkana%netscape.com
c2c750f37e
6276: Add wrapping support for mail.
2000-04-20 22:45:54 +00:00
akkana%netscape.com
549ddb821d
Add nsWrapUtils to build.
2000-04-20 22:41:02 +00:00
akkana%netscape.com
fc94fffa54
Wrapping code, useful for citers and perhaps other code
2000-04-20 22:32:56 +00:00
brade%netscape.com
ee58896b25
changes submitted by Brian King (briank@clubi.ie); handle the case where an image hasn't been inserted but will be.
2000-04-20 14:12:33 +00:00
sfraser%netscape.com
27b5192b2c
Fix for 29843 -- caret disappears on delete. r=jfrancis
2000-04-20 03:59:50 +00:00
sfraser%netscape.com
1b34326be4
Fix a warning.
2000-04-20 03:58:10 +00:00
danm%netscape.com
d0d8c4d5c3
dist...chrome restructuring
2000-04-19 21:42:30 +00:00
akkana%netscape.com
b16cf77faa
29794: Disable meta-refresh in editor pages.
...
API and some implementation for 6276: rewrap.
2000-04-18 22:39:10 +00:00
jfrancis%netscape.com
9e1600956e
tab in table, tab in lists, fixed inline style handling over multi-ranged selections
2000-04-18 21:39:35 +00:00
brade%netscape.com
e43c308855
commented out some code that really should be rewritten
2000-04-18 14:33:23 +00:00
brade%netscape.com
285279591a
submitted changes from Brian King (briano9@yahoo.com) as well as some tweaking needed to get it to layout a bit better with new xul widgets
2000-04-18 14:32:27 +00:00
brade%netscape.com
3ff7c999db
changes submitted by Dan Haddix (dan6992@hotmail.com); also I added some error checking
2000-04-18 14:26:36 +00:00
scc%netscape.com
04b44006ee
making string conversions explicit
2000-04-18 07:52:02 +00:00
scc%netscape.com
9ac6c4fb06
making string conversions explicit
2000-04-18 07:44:58 +00:00
scc%netscape.com
04c23b9c99
making string conversions explicit
2000-04-18 05:51:09 +00:00
nisheeth%netscape.com
7b7f9d1021
Fix for bug 30958: Reflow commands are now processed asynchronously all the time. The semantics of the API for queuing and processing reflow commands has changed. Now, AppendReflowCommand() initiates an asynchronous reflow event and all reflow command processing happens when that event fires. It is no longer possible for consumers outside the presentation shell to call ProcessReflowCommands() synchronously. Because of this change, reflow locks are no longer needed and have been removed.
2000-04-17 07:13:57 +00:00
cmanske%netscape.com
37cc8bf4d2
Replace 'onclick' with 'oncommand' in sidebar xul.
2000-04-16 21:27:42 +00:00
cmanske%netscape.com
13a52a1650
Put 'width' controls first in HLine Props dialog
2000-04-16 20:49:15 +00:00
cmanske%netscape.com
371c750504
Most all dialogs rewritten for XUL widget covnersion for skins, bug 19565
2000-04-16 20:29:08 +00:00
cmanske%netscape.com
24189be5e5
Replaced titledbuttons with button (part of 19565), onclick with oncommand in dialogs. Added more text styles (34894)
2000-04-15 02:03:52 +00:00
akkana%netscape.com
b92f151eba
35814: add clipboard type to editor paste methods, and call the right type
2000-04-14 23:38:21 +00:00
mjudge%netscape.com
b12e881502
fixing another api change on notifyt selection
2000-04-14 23:01:09 +00:00
cmanske%netscape.com
f23eaa74fb
Removing blue background css for cells with border=0
2000-04-14 21:51:51 +00:00
akkana%netscape.com
9f53106968
29794: tell docshell to disable meta-refresh
2000-04-14 21:19:44 +00:00
mjudge%netscape.com
5c7c4c5c69
changes to api for selection listeners
2000-04-14 11:26:18 +00:00
cmanske%netscape.com
55e2ac48d1
Lots and lots of bug fixes and XUL widget conversions. Work in progress, but must checkin to allow XPFE to fix bugs
2000-04-14 03:19:31 +00:00
pinkerton%netscape.com
7990ffae73
new clipboard interfaces for unix selection clipboard.
2000-04-14 02:52:38 +00:00
jfrancis%netscape.com
5c5e885156
added RemoveAllInlineProperties()
2000-04-13 22:27:41 +00:00
jfrancis%netscape.com
0254b96365
Wrote RemoveAllInlineProperties() to deal with clearing out inline style, and also fixed a bunch of IME bugs.
2000-04-13 21:50:19 +00:00
akkana%netscape.com
8fd574a4f9
Rename libender to libeditor on Linux and Windows (r=ssu)
2000-04-13 19:43:51 +00:00
akkana%netscape.com
b9bccbdcc4
Fix Editor's View Source dialog (r=cmanske)
2000-04-13 19:41:11 +00:00
sfraser%netscape.com
b7f4874e82
No need to #include nsIGfxTextControlFrame.h any more.
2000-04-13 04:49:52 +00:00
brade%netscape.com
dcba534195
remove duplicate line
2000-04-12 13:30:32 +00:00
brade%netscape.com
e79e8c6fd8
remove colon from alignment box label; add image map box label
2000-04-12 13:27:00 +00:00
brade%netscape.com
032ff51733
redo with xul widgets
2000-04-12 13:26:16 +00:00
brade%netscape.com
c3944720b7
remove update of labels which are being removed altogether; add edit image map js
2000-04-12 13:24:41 +00:00
brade%netscape.com
eb0240a37d
remove commented out keybindings; comment out stylesheet insertion menu items
2000-04-12 13:07:02 +00:00
brade%netscape.com
bea97dd36d
remove EditorApplyStyleSheet and EditorImageMap functions (we aren't supporting insertion of stylesheets at this time and image map function is moved to image dialog js file).
2000-04-12 13:05:28 +00:00
tbogard%aol.net
3090e598d6
Changed nsEditorShell to hold on to docShells instead of webShells. Changed a number of places to use nsIDocShell instead of nsIWebShell. Removed the hold on a nsIWebShellWindow as no one should ever hold onto that.
2000-04-11 23:48:14 +00:00
cmanske%netscape.com
fc8ad1658c
Fixed spell checker bug 34479. r=akkana, a=leaf
2000-04-06 01:17:54 +00:00
sfraser%netscape.com
a0e5da27e2
Minor cleanup, removal of some unused parameters. r=cmanske.
2000-04-05 00:06:53 +00:00
sfraser%netscape.com
d3c9e4771c
Fix for 28491 -- clicking list buttons should unlist correctly now, and some other minor cleanup. r=cmanske.
2000-04-05 00:06:13 +00:00
harishd%netscape.com
fffbdc5583
Added the new Notify(), overloaded, method.
...
r=sfraser
2000-04-04 23:59:33 +00:00
pavlov%netscape.com
8242fd6791
Make nsIFileURL scriptable and QueryInterfaceable. fix bug #34335 and 34328 and 34470. Minor cleanups on unix file picker dialog
2000-04-04 23:50:41 +00:00
cmanske%netscape.com
a70cf9ae17
Fixed window title bug (28591), spell check done notification (28152), validate param range in dialogs (33027), converted to using nsIFilePicker in dialogs, other skinability fixes. r=mjudge,jfrancis
2000-04-04 14:51:26 +00:00