Commit Graph

97092 Commits

Author SHA1 Message Date
axel%pike.org
c2be46a14c Bustage fix for sicking 2002-02-05 15:24:52 +00:00
glazman%netscape.com
b9ada4affb Adding noCSS flag to nsHTMLEditor; b=bugscape11956, r=brade, sr=kin 2002-02-05 15:16:14 +00:00
sicking%bigfoot.com
eb1378412b Speed up NodeSets by always keeping them in document order. Only sort when we get nodes in random order (such as for id()) or when merging NodeSets.
This removes the need for the sortByDocumentOrder function.

b=85893 r=Pike rs=jag
2002-02-05 14:22:34 +00:00
nboyd%atg.com
d7f0af7c79 Have ClassNameHelper object be allocated lazily 2002-02-05 13:47:16 +00:00
nboyd%atg.com
dc8951753b Don't hold a static reference to a ClassLoader that will prevent JavaAdapter classes
from being unloaded.
2002-02-05 13:37:50 +00:00
locka%iol.ie
d1e0b4e3c3 Remove GetContentShellById from nsIWebShellWindow & impl as it's already defined in nsIXULWindow. b=122861 r=timeless@mac.com sr=jag@netscape.com 2002-02-05 12:41:47 +00:00
jst%netscape.com
d223dd0666 Checking in Pete Zha's <pete.zha@sun.com> fix for bug 121726. Don't remove and re-insert form controls into form.elements when the name or id changes. This caused form.elements to be incorrectly ordered and is pointless to start with. r=jkeiser@iname.com, sr=jst@netscape.com 2002-02-05 10:36:28 +00:00
seawood%netscape.com
c84f59958d Add Makefile.ins for mapi
Bug #120135
2002-02-05 09:23:43 +00:00
racham%netscape.com
da581b52cf Fixing bugscape bug 9846. Adding default version number for html domain pre-population. r=ducarroz, sr=sspitzer 2002-02-05 09:06:26 +00:00
racham%netscape.com
566751d9ef Fixing bugscape bug 9846. This fix allows ISPs to prepopulate list of html domains that can be added to html domain list of send format check. r=ducarroz, sr=sspitzer 2002-02-05 09:04:04 +00:00
racham%netscape.com
06088dabed Fixing bug 122309. Using new ParseString routine to parse ports list. r=dougt, sr=jag 2002-02-05 08:39:30 +00:00
racham%netscape.com
c91192351a Fixing bug 122309. Adding a new routine that can take a string and parse it on a delimiter to add elements to the nsCStringArray. r=dougt, sr=jag 2002-02-05 08:35:28 +00:00
bbaetz%student.usyd.edu.au
e83b1a7570 Point to ftp.netscape.com/Welcome for ftp tests since ftp.mozilla.org
appears to be loaded
rs=jag
2002-02-05 07:16:24 +00:00
jst%netscape.com
6ccd56c9e9 More comments... 2002-02-05 07:13:50 +00:00
jband%netscape.com
dcbd4a1a96 Add better support to xpconnect for converting between variants and arrays. bug 120881. r=dbradley sr=vidur. Trivial fix for case where we were hitting an assert at xpcom shutdown. bug 121536. r=dbradley rs=vidur. 2002-02-05 06:45:08 +00:00
jst%netscape.com
59e0a124a6 Fixing bug 123078. Making document.<n> === document['<n>'] for backwards compatibility reasons. r=peterv@netscape.com, sr=rpotts@netscape.com 2002-02-05 06:44:04 +00:00
peterlubczynski%netscape.com
e1a7597cc0 Propigate wParam for mouse events directly to plugin bug 123005 r=kmcclusk sr=beard 2002-02-05 06:13:44 +00:00
leaf%mozilla.org
3059e14847 Automated update 2002-02-05 06:12:07 +00:00
jst%netscape.com
bb331beade Whitespace cleanup... 2002-02-05 06:04:56 +00:00
seawood%netscape.com
eddc5fef3f Since we build a program called nsinstall in the tree, make sure that uwe use the full path to the nsinstall.exe found in wintools.zip.
Bug #123294 r=bryner
2002-02-05 06:01:58 +00:00
jst%netscape.com
cb926125b8 Fixing bug 116834. Making element.innerHTML='...<script>...</script>...' not execute the script, this makes mozilla compatible with IE wrt innerHTML and execution of scripts. r=bzbarsky@mit.edu, sr=rpotts@netscape.com 2002-02-05 05:53:56 +00:00
jst%netscape.com
c628cca2e5 Fixing bug 115352. Making FlushPendingNotifications() properly flush the parent document as well if there is one. This causes layout data in iframes to not always be up to date since iframe sizes are dependent on the parent being reflown. r=peterv@netscape.com, sr=rpotts@netscape.com 2002-02-05 05:47:22 +00:00
jst%netscape.com
4efc3ec90e Fixing compiler warnings and defaulting line numbers to 0 in stead of (PRUint32)-1. sr=rpotts@netscape.com 2002-02-05 05:43:08 +00:00
mscott%netscape.com
9e7114b7a5 Bug #123457 --> fix some thread safety assertion warnings by making sure
the notifications callback for the socket gets released on the UI thread.
r/sr=bienvenu
2002-02-05 05:05:37 +00:00
rpotts%netscape.com
06c72fc557 bug #117948 (r=bzarsky@mit.edu, sr=vidur@netscape.com) Ignore the HTTP Window-Target header inside of <meta> tags 2002-02-05 04:46:54 +00:00
blakeross%telocity.com
dc778eaccd Backing this out because it made shift+space not do a space, which I think is worse in the end. (122017). r=ben sr=hewitt 2002-02-05 04:43:47 +00:00
rpotts%netscape.com
4b6fa54f90 bug #122150 (r=jst@netscape.com, sr=darin@netscape.com) File transport was using the wrong nsIProgressEventSink when firing notifications... 2002-02-05 04:42:25 +00:00
jst%netscape.com
3bf61fc083 Checking in Fabian's <hidday@geocities.com> fix for bug 69196. Making image.border, .hspace, and .vspace default to 1 an not -1. r=sicking@bigfoot.com, sr=jst@netscape.com 2002-02-05 04:37:10 +00:00
jst%netscape.com
dc32d120ab Checking in Fabian's <hidday@geocities.com> fix for bug 76895. Making cloneNode() work on document fragments. r=bzbarsky@mit.edu, sr=jst@netscape.com 2002-02-05 04:22:17 +00:00
bzbarsky%mit.edu
86ae59c1c9 mfcEmbed has no Equals() on CString. Oops. Fixing mfcembed bustage. 2002-02-05 03:54:32 +00:00
ian.mcgreer%sun.com
274e685871 cleanup suggested by review by Nelson 2002-02-05 03:53:50 +00:00
naving%netscape.com
2b672e24c3 74781 r=bienvenu sr=sspitzer. Select the newly downloaded pop3 message that was truncated by limit size. 2002-02-05 03:46:15 +00:00
dougt%netscape.com
b5aa797464 Fixing calling conventions of NS_IMPL_THREADSAFE_RELEASE. Submitted by Tobias Oberstein. r=me, sr=jband@netscape.com. 2002-02-05 03:34:44 +00:00
mcafee%netscape.com
8d3bdcbd7a Adding --file support. verbal r= alecf 2002-02-05 03:25:24 +00:00
bzbarsky%mit.edu
bfeb54db4b Fix bustage. "i" is already declared. 2002-02-05 03:11:01 +00:00
darin%netscape.com
96d9e2d527 final patch for bug 109179 "replace nsStdEscape with NS_EscapeURL"
r=dougt, sr=alecf
2002-02-05 03:08:15 +00:00
chak%netscape.com
d3a61dde4e Fix for #123054 - Rearrange profile dlgs in MfcEmbed
r=adamlock, sr=alecf
2002-02-05 02:57:54 +00:00
bryner%netscape.com
a9340ba386 Fixing bug 122034 (tabbing not working from xbl selects). Not turned on yet. 2002-02-05 02:14:50 +00:00
vidur%netscape.com
6c208b4066 Fix for bug 122305. XMLHttpRequest now has a way to override the mime type of the incoming stream. r=heikki, sr=jst 2002-02-05 02:10:52 +00:00
bzbarsky%mit.edu
40d60f39ec Convert Compare() to Equals() where possible now that we can do
case-insensitive Equals().  Bug 115289, r=alecf, sr=jag
2002-02-05 02:03:07 +00:00
sspitzer%netscape.com
60fbb1b90d fix for #122481, crash when creating (and then unsubscribing) from bogus
newsgroups, like news://news.mozilla.org/foo/bar.

also some code cleanup.

r/sr=bienvenu.  thanks to hwaara for the initial patch.
2002-02-05 02:00:25 +00:00
jst%netscape.com
1b033d847d Fixing bug 123438. Making element.localName not be uppercased for XHTML elements. r=heikki@netscape.com, sr=vidur@netscape.com 2002-02-05 01:51:06 +00:00
relyea%netscape.com
c133a81be6 Fix error path, only free arena is one was allocated. 2002-02-05 01:47:01 +00:00
pschwartau%netscape.com
57f17cedc4 Initial add. Regression test for bug 123437. 2002-02-05 01:44:52 +00:00
varga%utcru.sk
24926ac7d1 Fix for 122794. Outliner columns ordered incorrectly.
- use selection sort instead of quick sort, since quick sort in unstable
r=bryner, sr=hewitt
2002-02-05 01:44:51 +00:00
cathleen%netscape.com
740d95a0a9 eliminates 107 nsCRT::memset calls to use memset instead. removed nsCRT::memset() function. bug 118135 r=dp sr=brendan 2002-02-05 01:41:13 +00:00
bbaetz%student.usyd.edu.au
cc0f1a6ebc Bug 110241 pt 2 - fix regression from previous checkin, and remove a
couple of write-only vars
r=dougt, sr=darin
2002-02-05 01:38:44 +00:00
dougt%netscape.com
1c3dc6d749 Adding comments to the nsIGenericFactory file. bug 123442. r=gagan@netscape.com, sr=alecf@netscape.com 2002-02-05 01:38:43 +00:00
mscott%netscape.com
66e5d0b2ca Bug #122236 --> set the performing biff flag when we are about to perform biff
and register the root folder as a listener on the url so it can clear the flag
r=naving
sr=bienvenu
2002-02-05 01:36:42 +00:00
mscott%netscape.com
90f007dec7 Bug #122236 --> set the performing biff flag when we are about to perform biff
and register the root folder as a listener on the url so it can clear the flag

Bug #123440 --> don't give a message window when performing biff, this keeps
biff from bringing up any form of UI.
r=naving
sr=bienvenu
2002-02-05 01:36:15 +00:00