Commit Graph

60488 Commits

Author SHA1 Message Date
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
slamm%netscape.com
cb44bf4286 Make text for sidebar-header-box and sidebar-header-splitter flexible so it can be collapsed. 2000-05-05 22:41:00 +00:00
slamm%netscape.com
18252afe02 Add 'loading...' text for tabs 2000-05-05 22:40:58 +00:00
slamm%netscape.com
bb259b3ab4 Change 'Panel' to 'Tab' and column headers. 2000-05-05 22:40:54 +00:00
slamm%netscape.com
d7b8370f57 Change 'Panel' to 'Tab'. 2000-05-05 22:40:50 +00:00
slamm%netscape.com
b40ce446bc Add loading text/image to tabs. Clean-up some names. Fix styles for the first panel and the first panel after the selected one. Support only hiding the sidebar panels (as is needed for mailnews and addressbook). 2000-05-05 22:40:48 +00:00
slamm%netscape.com
f9b243a635 Trim some margins. Reformat file. Add grippy graphics. Add loading image/text for tabs. Fix border for .sidebar-main-header (had to add \!important to get it to work in mailnews and addressbook). Clean up styles for panel picker menu. 2000-05-05 22:40:40 +00:00
slamm%netscape.com
860a5e18b1 Make preview look more like an actual tab. 2000-05-05 22:40:25 +00:00
slamm%netscape.com
90b18d4051 Fix initial size (bug 37724) by adding size attributes to window tag. Persist dialog size. 2000-05-05 22:40:22 +00:00
slamm%netscape.com
af56580417 Persist dialog dimensions. Fix bug where icons do not show on added tab (bug 37300) 2000-05-05 22:40:19 +00:00
slamm%netscape.com
05ee5f5434 Add grippy graphics. 2000-05-05 22:40:16 +00:00
slamm%netscape.com
bcea0a788b Remove obsolete class attribute from sidebar's splitter. 2000-05-05 22:39:42 +00:00
andreas.otte%primus-online.de
412281d5fa fix a possible mem leak introduced with my last checkin 2000-05-05 22:39:03 +00:00
nhotta%netscape.com
52b0168516 Added a new function to return the default font name/size of mailnews. 2000-05-05 22:24:06 +00:00
slamm%netscape.com
f8589cb4d8 Add id to view menu so the Sidebar menu option appears. Also remove an old sidebar call from the splitter. 2000-05-05 22:14:03 +00:00
slamm%netscape.com
58d8b69cd5 Remove a netwerk/protocol/resource Makefiles. warren pulled them out of the build, but forgot to remove these entries. Also pull out old network work directories. 2000-05-05 22:12:20 +00:00
alecf%netscape.com
37a49bc3b3 now pass in the filter's scope when the filter row is created 2000-05-05 22:09:18 +00:00
alecf%netscape.com
652f3dbbe4 speed up initialization of the dialog by forwarding the scope into the initialization method for a searchterm 2000-05-05 22:06:18 +00:00
jfrancis%netscape.com
eb2ab3d2ee rest of fix for bug 30763 2000-05-05 21:57:58 +00:00
rods%netscape.com
9d82e3076d The press event always delivers the key as lowercase where key down gives you the key that was pressed
need to change str to lowercase instead of uppercase
b=34630
2000-05-05 21:51:56 +00:00
rogerl%netscape.com
ca4af3db37 New arithmetic ops. 2000-05-05 21:38:16 +00:00
rogerl%netscape.com
ed1a08b00a Bunch more arithmetic ops etc.
Also fixed case munging when class name was only 2 letters long.
2000-05-05 21:36:36 +00:00
ftang%netscape.com
db1c23707c check in for tajima@eng.sun.com
fix bug 36985. Add Solaris locale. r=ftang
2000-05-05 21:32:44 +00:00
sfraser%netscape.com
dcfabbd241 Add XML-RPC to the build, and move installing chatzilla and XML-RPC resources to the BuildExtensions function. 2000-05-05 21:27:08 +00:00
andreas.otte%primus-online.de
7fbecd38cb fix bug 37109, nsStdURL::Equals() should not malloc, r=warren@netscape.com 2000-05-05 21:23:08 +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
ftang%netscape.com
64c2db61bf fix 30798, skip font start with "." and "%" for font enumeration since they are private font. 2000-05-05 21:19:26 +00:00
sfraser%netscape.com
526ebe8d8e File Removed. 2000-05-05 21:18:14 +00:00
sfraser%netscape.com
4ef2e91828 First Checked In. 2000-05-05 21:18:13 +00:00
ftang%netscape.com
5800ea3deb fix 38182 and 31509. Make menu bar and help menu work for non English on JLK 2000-05-05 21:18:03 +00:00
andreas.otte%primus-online.de
4811de2210 fix bug 37801, SetFile does not add a / in front of the path before calling SetPath on XP_PC, r=cmanske@netscape.com
fix bug 34966, fragment id on root-documents without /  misinterpreted, fixing the missed case, r=gagan@netscape.com
2000-05-05 21:11:28 +00:00
andreas.otte%primus-online.de
5871fe9114 fix bug 37801, SetFile does not add a / in front of the path before calling SetPath on XP_PC, the fix is more general and applys to all platforms, r=cmanske@netscape.com 2000-05-05 21:08:31 +00:00
erik%netscape.com
0f1eec05eb bug 26237; added support for HTML LANG attribute -- it now uses the fonts
specified by the user for elements with the LANG attribute when the font
is a CSS generic (e.g. serif); r=pierre
2000-05-05 21:04:36 +00:00
waterson%netscape.com
3e2175aa29 Add nsIXULTemplateBuilder.idl 2000-05-05 21:00:42 +00:00
erik%netscape.com
805eeda765 clean up a bit 2000-05-05 20:51:30 +00:00
mj%digicool.com
9d033fe555 Manual testfile for XML-RPC, not part of build. See README for usage. 2000-05-05 20:49:07 +00:00
pierre%netscape.com
c049f96de1 Fixed the registration of the Language Atom Service. r=ftang 2000-05-05 20:47:27 +00:00
leaf%mozilla.org
cc2c648e3d Automated update 2000-05-05 20:45:27 +00:00
erik%netscape.com
9e29e550ce correcting a comment 2000-05-05 20:44:33 +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
waterson%netscape.com
799b5beee6 Bug 34623. Add nsIXULTemplateBuilder.idl. 2000-05-05 20:42:21 +00:00
harishd%netscape.com
b8c3fa5b10 Propagating nsIFormProcessor change to nsTestFormProcessor. 2000-05-05 20:39:23 +00:00
harishd%netscape.com
ace4c698ab Adding parser side support for KEYGEN.
r=kmcclusk
2000-05-05 20:39:18 +00:00
harishd%netscape.com
8b82778676 Changed a parameter ( nsVector to nsVoidArray ).
to add support for KEYGEN.
2000-05-05 20:39:12 +00:00
nhotta%netscape.com
a873dde79f Added a field to nsMsgAttachmentHandler in order to avoid applying base64 for main body, bug 33987, r=rhp. 2000-05-05 20:35:57 +00:00