Commit Graph

52506 Commits

Author SHA1 Message Date
warren%netscape.com
dcfe43430c Fixed indentation. 2000-02-04 12:18:27 +00:00
warren%netscape.com
7879538143 fixed typo 2000-02-04 12:17:39 +00:00
warren%netscape.com
6139a47ee4 Lowercased method names for idl. 2000-02-04 12:16:33 +00:00
brendan%mozilla.org
caf4d5038c Performance fix to cut down on gratuitous JS GCs (13350, r=shaver). 2000-02-04 09:50:25 +00:00
warren%netscape.com
a4bc849b83 Fix for bug 24996 - moving file creation from nsStreamXferOp into nsFileTransport where it belongs. r=mscott 2000-02-04 09:29:55 +00:00
law%netscape.com
e706f60c92 Export new splash screen interface header (part of splash screen for windows changes); b=6391, r=davidm@netscape.com 2000-02-04 09:12:06 +00:00
warren%netscape.com
591856a337 Implemented GetOwner/SetOwner. r=mscott 2000-02-04 08:55:05 +00:00
law%netscape.com
807bee749f Removing some debugging crud from new file 2000-02-04 08:51:23 +00:00
mscott%netscape.com
b1f1fbcb8d more prepation for docshell landing. Implement IsPreferred and move implemtation of CanHandlecontent from the
application layer into the webshell/docshell layer.

r=travis
2000-02-04 08:45:34 +00:00
mscott%netscape.com
0ad75b2c5f more prepation for docshell landing. Implement IsPreferred and move implemtation of CanHandlecontent from the
application layer into the webshell/docshell layer.

r=traivs
2000-02-04 08:44:46 +00:00
mscott%netscape.com
9a386e5c0a More prepation for docshell landing. Add a IsPreferred method to nsIURIContentListener and use the Ispreferred
method when the load type is user click to find the preferred registered window for handling the content

r=travis
2000-02-04 08:43:34 +00:00
waterson%netscape.com
0624ff054a Bug 26522. Stabilize refcount before calling code that'll addref/release the clone. r=mcafee 2000-02-04 08:41:03 +00:00
mcafee%netscape.com
0c27e49ad6 Switching Send Link & Send Page menu items (5659), r=akkana 2000-02-04 08:39:15 +00:00
mscott%netscape.com
e41ecd9cd2 Back out rjc's checkin which broke bookmarks. (whenever you quit we lost your bookmarks)
a=sleestack
2000-02-04 08:39:08 +00:00
warren%netscape.com
cd6e6d6513 Fix for bug 24996 - moving file creation from nsStreamXferOp into nsFileTransport where it belongs. r=mscott 2000-02-04 08:33:17 +00:00
syd%netscape.com
5aa386cb3f Fix build bustage. r=mscott 2000-02-04 07:51:21 +00:00
pinkerton%netscape.com
990f036b4e fix popup regression in editor. r=hyatt. 2000-02-04 07:44:43 +00:00
warren%netscape.com
9e08bb8519 Added stream buffering. Made file transport use it. Bug #19233 r=dougt 2000-02-04 07:31:43 +00:00
pinkerton%netscape.com
be979f653a fix for mexican-jumping menus when menus were too large and needed to be repositioned to fit on screen. fixes bug 21477. r=hyatt. 2000-02-04 07:27:30 +00:00
sdagley%netscape.com
8e7fc7d323 nsLocalFileMac work. Added GetFileSizeWithResFork() method for callers that need to account for the total size of a Mac file (GetFileSize() only returns the size of the data fork). r=pinkerton 2000-02-04 07:17:36 +00:00
hyatt%netscape.com
879e6a837e Fix for bug#26483 2000-02-04 06:46:50 +00:00
pavlov%netscape.com
8f04abab54 remove code cruft and initialize the gcvalues struct's values to 0 so that we can correctly compare them in the gc cache r=tor@cs.brown.edu 2000-02-04 06:31:01 +00:00
sdagley%netscape.com
64569b5154 Fix #22428 where attachments didn't work on Mac as the length of the form data wasn't being computed properly. In nsFormFrame::ProcessAsMultipart now uses an nsILocalFile to get file size rather than PR_GetFileInfo as the path to the file is in native format and PR_GetFileInfo doesn't handle native Mac paths. r=saari 2000-02-04 05:55:54 +00:00
bienvenu%netscape.com
0decdacb6c fix unicode folder name handling, user name escaping, r=jefft 7130 and 25476 (for real this time, last checkin was wrong) 2000-02-04 05:52:32 +00:00
morse%netscape.com
7d11612c9f center dialog on the screen, coder=ben, r=morse 2000-02-04 05:49:33 +00:00
bienvenu%netscape.com
988bb610b4 break out method for getting folder cache elem from file spec, r=sspitzer 2000-02-04 05:48:50 +00:00
sdagley%netscape.com
9419bc40eb For now nsLocalFileMac::GetFileSize should only return the size of the file's data fork to be compatible with other places in the code that make that assumption. r=saari 2000-02-04 05:26:00 +00:00
pinkerton%netscape.com
31d1e5651b oops, messed up the optimized target. now fixed. 2000-02-04 05:22:37 +00:00
bienvenu%netscape.com
abcdfec4c5 fix unicode folder name handling, user name escaping, r=jefft 7130 and 25476 2000-02-04 05:09:19 +00:00
sspitzer%netscape.com
d4401b412d add the interface for a command line handler. not part of build yet. 2000-02-04 04:33:46 +00:00
sspitzer%netscape.com
81ed4fd313 ignore generated makefiles 2000-02-04 04:32:00 +00:00
sdagley%netscape.com
0ca8ceeaaa nsFormFrame::GetFileNameWithinPath didn't work properly for Mac or Unix paths. Found as part of investigation of bug #22428 but not a fix by itself. r=gagan 2000-02-04 04:11:51 +00:00
beard%netscape.com
2acba7159d Added prefs for using nsViewManager2 to the debug panel. 2000-02-04 03:48:15 +00:00
pinkerton%netscape.com
584cebb54d Fixing bug 26468, gtk clipboard regression with plain text. Forgot to set the flavor when doing conversion to unicode from text/plain. doh! r=akkana 2000-02-04 03:38:27 +00:00
law%netscape.com
7384e01bca New files for windows splash screen (not built yet); b=6391, r=jevering@netscape.com 2000-02-04 03:34:44 +00:00
law%netscape.com
0126b6d9e7 Windows program icon (ugly as sin; please contribute a better one!); b=6391, r=jevering@netscape.com 2000-02-04 03:29:27 +00:00
law%netscape.com
7de17f0478 Windows splash screen bitmap (from Mozilla classic, same as Mac); b=6391, r=jevering@netscape.com 2000-02-04 03:28:09 +00:00
pinkerton%netscape.com
7d8250392f fix the access paths for pro5 migration. r=macdev. 2000-02-04 03:27:36 +00:00
law%netscape.com
ad81185b3e New file needed for Win splash screen; b=6391,r=davidm@netscape.com 2000-02-04 03:24:55 +00:00
pinkerton%netscape.com
5056d5b781 fix build bustage. win32 compiler is not ansi c++ compliant wrt scoping of idents declared in a for loop. 2000-02-04 03:22:33 +00:00
karnaze%netscape.com
04e091b408 new regression tests 2000-02-04 03:17:24 +00:00
karnaze%netscape.com
3d970cf36e bug 23994 get the correct child list for a caption frame, r=attinasi 2000-02-04 03:16:47 +00:00
morse%netscape.com
932abefdf3 clear list of saved sigons when database timeout occurs, r=pnunn 2000-02-04 03:09:23 +00:00
warren%netscape.com
eb18579d03 Propagating return code. r=vidur,joki 2000-02-04 03:06:56 +00:00
warren%netscape.com
5080d81af2 Added an assertion for case when return code gets ignored. 2000-02-04 03:06:16 +00:00
pavlov%netscape.com
d43191b9c1 remove the non-needed push/pop states r=sfraser 2000-02-04 03:03:08 +00:00
mcafee%netscape.com
f20ed5907b Fixing /* within /* warning, r=slamm 2000-02-04 02:56:48 +00:00
karnaze%netscape.com
735ae83d00 bug 7714 - better row height allocation for rows with no cells originating in them, r=attinasi 2000-02-04 02:49:27 +00:00
karnaze%netscape.com
f60386c319 bug 8411 - the outer table cannot be made narrower than the captions min width, r=attinasi 2000-02-04 02:47:13 +00:00
slamm%netscape.com
450826235f Pick last panel as default instead of first (bug #25506).
Remember "My Panels" height for mailnews (bug 25121).
Lay ground work to exclude panels on a per component basis (bug 24602).
Improve initial sidebar draw by hidding everything by default
and then showing components as needed. It used to be the opposite.
2000-02-04 02:16:55 +00:00