Commit Graph

46475 Commits

Author SHA1 Message Date
warren%netscape.com
4a274d01f1 Libjar cleanup. Added Close method. Bug#18273. r=mstoltz,gayatrib,dveditz 1999-11-12 06:13:13 +00:00
warren%netscape.com
925f33ebbc Switched to new nsIZipReader interface for Mac. 1999-11-12 06:12:14 +00:00
brendan%mozilla.org
90c5c9c53e XULDOMJS_19991106_BRANCH landing (15146, r=vidur@netscape.com) 1999-11-12 06:08:14 +00:00
brendan%mozilla.org
367ea33053 XULDOMJS_19991106_BRANCH landing (15146, 18025, r=shaver@mozilla.org) 1999-11-12 06:03:40 +00:00
warren%netscape.com
1dec9a5ab3 Added 1999-11-12 05:58:46 +00:00
alecf%netscape.com
2c156737e1 fix for #17146, #13483, possibly #15479
don't be stupid about finding the insertion point onto the tree for new rows. use GetInsertionPoint to walk the frames to determine the appropriate row index for new content that doesn't already have frames, so that the rows in the cellmap get the right index.
r=hyatt, bryner@uiuc.edu, alecf (some code dictated by hyatt)
1999-11-12 05:51:26 +00:00
rhp%netscape.com
fd6e8bfc24 Fixing my build warnings - No Bug - r: jefft 1999-11-12 04:58:33 +00:00
karnaze%netscape.com
fcfef2de8f disabled delayed handling of reflow commands (pre rev 3.208). r=nisheeth 1999-11-12 04:41:34 +00:00
norris%netscape.com
0f5432934f Fix bug 18640.
r=akhil.arora@sun.com
1999-11-12 04:33:17 +00:00
sdagley%netscape.com
562c627456 Fix for #17694 - nsFileSpecWithUIImpl.cpp::ChooseOutputFile should preset the directory if one has been specified as a starting point. Code from vxir@concentric.net, r=sdagley 1999-11-12 04:27:57 +00:00
sdagley%netscape.com
46a4b9382b Fix for #17666 - nsFileSpecWithUIImpl.cpp::ChooseOutputFile was returning NS_OK when user actually canceled the file selection. Code from vxir@concentric.net, r=sdagley 1999-11-12 04:09:40 +00:00
briano%netscape.com
ee15c8f611 Automated update 1999-11-12 04:00:22 +00:00
jdunn%netscape.com
2439aac20c AIX requires a 'const' in order to handle the assignment of 2 nsStrings
(see wallet.cpp line 3093).

rickg approved
1999-11-12 03:58:15 +00:00
jdunn%netscape.com
516103b7f2 turn on NSCAP_DISABLE_DEBUG_PTR_TYPES for AIX 1999-11-12 03:55:34 +00:00
jdunn%netscape.com
d2fd69dd5d Fix for AIX build bustage. Unfortunately the compiler requires that if
a class includes other classes, then the other classes must be defined
by the time the enclosing class is.  In this case nsDST includes
NodeArena, LeafNode & TwoNode and so therefore those classes must be
defined in nsDST.h.

r troy: Note, Troy didn't APPROVE of the fix (since it isn't pretty) but
        he has graciously allowed it in order to help AIX development.
        He did believe that it wouldn't hurt to put the change in.
1999-11-12 03:52:50 +00:00
pinkerton%netscape.com
416e0713a3 added JS and handlers to enable dropping URLs onto the content area and having them load (r=sdagley). 1999-11-12 03:41:27 +00:00
norris%netscape.com
cd9166c573 Restore original changes with bustage fixes. 1999-11-12 03:07:37 +00:00
rhp%netscape.com
1e2b59665d Changes for multipart alternative UI - Bug #: 17770 - r: jefft 1999-11-12 02:58:22 +00:00
norris%netscape.com
3bef1cd94e * Modify nsIPref to support security policy work.
r=neeti@netscape.com
* Close security holes by tightening prefs.
r=mstoltz@netscape.com
1999-11-12 02:50:18 +00:00
syd%netscape.com
da7af98876 Don't flash window if paint message is ignored. r=kmcclusk@netscape.com 1999-11-12 02:49:48 +00:00
hangas%netscape.com
078a98078c New Skin update (changed mail and AB windows to have visible representation of focus on trees). Fixed bug 16459 (clear card view pane on change of selection in AB). r=scottip 1999-11-12 02:41:50 +00:00
rchen%netscape.com
2711c3667d modify Localization notes 1999-11-12 02:35:35 +00:00
Jerry.Kirk%Nexwarecorp.com
72599041bf This fixes some clipping and sizing problems. Also converts the
drop down menus from containers to windows.
r=kedl
1999-11-12 02:20:07 +00:00
Jerry.Kirk%Nexwarecorp.com
190fc8d241 A re-write of Rendering and Drawing Surface to fix a lot of
inherent bugs that became apparent when the new Chrome was applied.
r=kedl
1999-11-12 02:18:36 +00:00
vidur%netscape.com
f322a94e4d Fix for bug 13144. Check that private of JSObject is an nsISupports before trying to convert. R=pollmann. 1999-11-12 02:17:12 +00:00
vidur%netscape.com
2684b62f9c Added error string for NS_ERROR_DOM_RETVAL_UNDEFINED since Nisheeth forgot to do it. R=pollmann. 1999-11-12 02:09:32 +00:00
vidur%netscape.com
97fc1836cd Added comment to remind people modifying nsDOMError.h to also add an error string. 1999-11-12 02:08:45 +00:00
vidur%netscape.com
5c6aaac40c Fix for bug 18040. Removed spurious UMR. Added macro for turning off incremental notification. R=buster, pollmann. 1999-11-12 02:07:54 +00:00
vidur%netscape.com
d04f1c5fe8 Fix for bug 18186. document.lastModified now returns the correct value for FileChannels as well. R=pollmann. 1999-11-12 02:06:54 +00:00
kmcclusk%netscape.com
4395520780 (Paint flashing debug option)Don't flash window if the paint is ignored. bug 16435; r=buster@netscape.com 1999-11-12 02:06:52 +00:00
vidur%netscape.com
375a018914 Fix for bug 13948. We now correctly store and retrieve an OL element with type=1. R=pollmann. 1999-11-12 02:06:09 +00:00
fergus%netscape.com
6ec4d9812f Updated/added Localization Notes. r: chjung & rchen 1999-11-12 01:53:54 +00:00
kmcclusk%netscape.com
199bc6a632 Fixed problem where buttons where causing reflows when entering and exiting.
Removed outline border style and fixed style context parentage of buttons.
bug 17892; r=buster@netscape.com
1999-11-12 01:45:53 +00:00
bienvenu%netscape.com
226efe3505 fix filters firing on read message, r=mscott, 17838 1999-11-12 01:29:26 +00:00
dp%netscape.com
7529298eaf Converted using nsIShutdownListener to xpcom shutdown observer. r=putterman 1999-11-12 01:28:58 +00:00
valeski%netscape.com
741d2f7369 FTP no longer sets the port on a URI. If no port is set on a URI, FTP will use the default (21) at connection time. 1999-11-12 01:26:20 +00:00
nhotta%netscape.com
5cfbad9452 For unicode conversion, I had to convert a part of the string not the entire string, otherwise MIME encoder aborts, bug 18105/18595, r=cata. 1999-11-12 01:22:09 +00:00
morse%netscape.com
f04d643651 fix bug 18603, grammar error in dialog, r=cpratt 1999-11-12 01:11:21 +00:00
pinkerton%netscape.com
ed2521b11f preliminary js for handling drops on the tree (r=saari). 1999-11-12 01:02:55 +00:00
pinkerton%netscape.com
e4bbb475eb don't generate drag exit events until _after_ drop event has been processed. move from PreHandleEvent to PostHandleEvent. r=saari. 1999-11-12 01:02:14 +00:00
rchen%netscape.com
5b96bace17 modify Localization notes 1999-11-12 01:00:30 +00:00
akkana%netscape.com
3593052cd6 Oops, citer classes weren't initializing refcount, causing an assert on Windows. One-line change, r=rhp 1999-11-12 00:57:55 +00:00
dveditz%netscape.com
7413916bd0 new versions of the build tools 1999-11-12 00:45:13 +00:00
mcafee%netscape.com
cae07c481e Print out what we're deleting, debugging orange status. 1999-11-12 00:28:56 +00:00
sspitzer%netscape.com
56d01e76b9 fix build bustage.
#include "nsIDOMDocument.h"
not
#include "nsIDOMDOcument.h"
1999-11-12 00:19:00 +00:00
buster%netscape.com
1f43e8ed87 added hooking up document tree in FireEndDocumentLoad. 1999-11-11 23:30:41 +00:00
norris%netscape.com
13907371db Remove call that the compilers can't figure out.
Appears that perhaps the IDL compiler isn't getting called on nsIPref.idl in time.
1999-11-11 23:25:59 +00:00
Jerry.Kirk%Nexwarecorp.com
e855259618 I left some junk in this file on the last check-in. This only effects
Photon.
r=kedl
1999-11-11 23:14:35 +00:00
norris%netscape.com
1fc11905d8 Fix build bustage.
My build on Linux worked; don't understand why the Tinderbox build is different.
1999-11-11 23:07:14 +00:00
akkana%netscape.com
f7ee0a5e97 Backing out previous change -- it didn't do as much as I'd hoped 1999-11-11 22:45:32 +00:00