Commit Graph

48238 Commits

Author SHA1 Message Date
ducarroz%netscape.com
e399189e0e Fix for bug 20219. Use spring instead of flex to separate a label from its text field. R=sspitzer 1999-12-02 02:17:50 +00:00
ssu%netscape.com
b757709c17 fixing problem with not checking for empty string of command line path passed into setup. If an empty string was passed in (meaning nothing was passed in), it would used to still try to contatenate a filename to this empty string. bad. r=sgehani@netscape.com 1999-12-02 02:14:51 +00:00
rhp%netscape.com
8f0ec1eb9f Fixing project file for release build. 1999-12-02 01:45:13 +00:00
cmanske%netscape.com
f5cd113a45 Added immediate saving of sidebar show/hide and width states. r=slamm 1999-12-02 01:36:40 +00:00
rogerl%netscape.com
a75fb74671 Added missing null scope parameter. 1999-12-02 01:33:22 +00:00
morse%netscape.com
c23a406906 fix bug 20539, cookie & signon viewer display blank lines, r=davidm 1999-12-02 01:32:33 +00:00
tbogard%aol.net
8b7ac4125d Removed now defunct interfaces. 1999-12-02 01:30:41 +00:00
slamm%netscape.com
b1e2c19562 Use the correct URL for the tinderbox panel. 1999-12-02 01:29:33 +00:00
warren%netscape.com
c17a380edc Fixed bug accessing jar entry. 1999-12-02 01:27:48 +00:00
valeski%netscape.com
16fb33b7bf r=waterson. 19939. sym links in ftp dir listings now look different and spin when accessed. 1999-12-02 01:21:05 +00:00
dougt%netscape.com
3456b189e3 Changes to the nsIFile.idl which were discussed between shaver, brendan,
sdagley and I.  not part of the build.
1999-12-02 01:19:10 +00:00
alecf%netscape.com
5f6698699e add new unicode-friendly pref accessors
(prefs will be stored in UTF8)
preparation for #20405, r=nhotta
1999-12-02 01:18:24 +00:00
rogerl%netscape.com
a7e0325cf6 Passing scope down into parser/IRFactory/NodeTransformer so that syntax
errors can be packaged as ECMA Error objects.
1999-12-02 01:16:02 +00:00
cmanske%netscape.com
97326d482a Added immediate saving of sidebar show/hide persist state. r=slamm 1999-12-02 01:15:49 +00:00
ducarroz%netscape.com
6cda5a05d0 original data was corrupted. I hoppe this time it will work. R=cmanske 1999-12-02 01:12:30 +00:00
ducarroz%netscape.com
23a28a4221 Fix column width problem in MsgCompose addressing widget. This is related to bug 20506. R=sspitzer. 1999-12-02 01:11:16 +00:00
bienvenu%netscape.com
e008d8acd7 turn back on throbber now that paint problems are fixed 1999-12-02 01:07:38 +00:00
evaughan%netscape.com
9c827edcdb 1) Added sanity checks to box to case memory bugs
2) Fixed the floating point roundoff that was causing boxes to lay themselves out off by 1 pixel
3) Simplified box data structure

-r Hyatt
1999-12-02 01:07:27 +00:00
bienvenu%netscape.com
ff8f6ed9d1 fix assert creating uri's for imap sub-folders, r=mscott 1999-12-02 01:06:50 +00:00
bienvenu%netscape.com
c27cba2068 fix pop move msg filters to truncate inbox r=mscott, #18030 1999-12-02 01:05:31 +00:00
troy%netscape.com
8bc52f9fe2 b=20367, r=jinjin@pacbell.net. Changed ResizeReflow() so that if we skip
reflowing the table cell (that's an optimization we do) we make sure and
position any child views
1999-12-02 01:02:53 +00:00
pavlov%netscape.com
910d4a3e5d building with --enable-x11-shm actually uses xshm now and works r=shaver 1999-12-02 01:01:13 +00:00
sspitzer%netscape.com
a0a96bdfa7 I just crashed because we were dereferencing null.
so here some bulletproofing to prevent the crash.
I haven't been able to reproduce it, so I don't have a bug for this.
1999-12-02 01:00:24 +00:00
tbogard%aol.net
a4d7be6cba Removed nsIDocShellEdit.idl and nsIDocShellFile.idl. 1999-12-02 00:59:28 +00:00
tbogard%aol.net
4058118557 Removed 1999-12-02 00:58:49 +00:00
warren%netscape.com
19acf20a26 Fix from Jud where we were dropping error code. r=warren 1999-12-02 00:58:43 +00:00
pavlov%netscape.com
98bc938328 intersect expose rects with the width and height of the window and unqueue draws and reset update area on scrolls r=mcafee 1999-12-02 00:51:13 +00:00
sfraser%netscape.com
e7977838cc Fix linkage errors with nsLinebreakConverter.r=kin 1999-12-02 00:31:45 +00:00
cmanske%netscape.com
b6683e3851 Removing unused images 1999-12-02 00:28:31 +00:00
varada%netscape.com
8840e3e505 changing the checkboxes for readme and license to being not checked by default 1999-12-02 00:17:17 +00:00
ducarroz%netscape.com
a850f2549e Fix build bustage. Casting missing! 1999-12-02 00:04:26 +00:00
rhp%netscape.com
69324f7882 Adding smime wrapper- R: ducarroz 1999-12-01 23:22:25 +00:00
rhp%netscape.com
bbcc763a69 Correcting project file. 1999-12-01 23:17:58 +00:00
rogerl%netscape.com
741cf4ed39 Bug #19980 - insist on curly-brace after catch block rather than just
accepting it - forces error that allows catch block to span lines for
interactive input.
1999-12-01 23:12:58 +00:00
varada%netscape.com
c506f95548 fix for bold font 1999-12-01 23:09:55 +00:00
erik%netscape.com
f1a2d6ff7f backing out part of previous change due to size and boldness issues on
some displays; r=none
1999-12-01 23:06:50 +00:00
sfraser%netscape.com
db82916641 Part of fix for bug 16813 -- line termination problems with forms. r=pollman, rickg. 1999-12-01 23:05:58 +00:00
beard%netscape.com
7ec4e61f10 bug #17574: fixed ResizeView() to generate an update for the bounding box of old and new bounds of the view, instead of the entire parent view (duh!). this can be optimized further by doing separate updates if old and new aren't overlapping. r=kin 1999-12-01 22:58:24 +00:00
ducarroz%netscape.com
add6efd7e0 Fix for bug 16340. Add button Insert Object in MsgCompose Format Toolbar. R=cmanske 1999-12-01 22:54:48 +00:00
ducarroz%netscape.com
c67d923cc5 Fix for bug 16340. Add button Insert Object in MsgCompose Format Toolbar. R=cmanske 1999-12-01 22:49:15 +00:00
mcafee%netscape.com
bd6cbc3a44 Fix for divide-by-zero case when encountering a zer-height rect. (20071) r=evaughan 1999-12-01 22:48:06 +00:00
waterson%netscape.com
084b9e5d76 Make 'kGrowArrayBy' const. Thanks, Heikki. 1999-12-01 22:44:42 +00:00
akkana%netscape.com
86106d8d29 Fix the last output test that didn't pass.
Now TestOutSinks can be run as an automated test, by anyone, to find
regressions, instead of me having to go through each one by hand.
1999-12-01 22:41:22 +00:00
sspitzer%netscape.com
3b299c0483 ignore generated test app. 1999-12-01 22:39:22 +00:00
danm%netscape.com
8597b304fe hooking up 'close' xul event handler. bug 13695. r:hyatt@netscape.com 1999-12-01 22:38:06 +00:00
danm%netscape.com
d25d8e587a adding 'close' xul event handler. part of bug 13695. r:hyatt@netscape.com 1999-12-01 22:35:33 +00:00
ducarroz%netscape.com
f43c28181f Part of fix for bug 17771. Add class nsIMsgRecipientArray. R=jefft 1999-12-01 22:34:49 +00:00
ducarroz%netscape.com
4121bdcf42 Fix for bug 17771. Add a split addresses function in nsIMsgCompFields to let the UI use backend code to split correctly email addresses. R=jefft 1999-12-01 22:34:45 +00:00
ducarroz%netscape.com
eef04c348d Fix for bug 17771 and bug 18676. We need to quote name and address part when we reformat email addresses. R=jefft 1999-12-01 22:34:33 +00:00
ducarroz%netscape.com
6927e70354 Rename shadow variable. R=jefft 1999-12-01 22:33:55 +00:00