97216 Commits

Author SHA1 Message Date
wtc%netscape.com
fcd0c830b9 Bugzilla bug 117479: define the PR_ABS macro only if it is not defined.
The patch is contributed by Roland.Mainz@informatik.med.uni-giessen.de.
r=wtc. sr=brendan.
2002-02-07 03:08:39 +00:00
rayw%netscape.com
9db9d11f19 Added code to properly decode multi-dimensional arrays as nested arrays
in XPCOM.  Unfortunately, there is no way to test this because Apache
SOAP servers do not seem to produce them in any simple configuration
because Java does not support multidimensional arrays.  I will be writing
code to test this later as I add support for encoding multi-dimensional
arrays, as specified by a schema type, which I can then decode without
actually sending / receiving a message, but I need to put this fix back
now.  At least I didn't break decoding of single-dimensional arrays.

SOAP is not part of default build.
2002-02-07 03:02:59 +00:00
darin%netscape.com
9bc075c94c 2nd attempt at fixing bug 86917 "socket transport should try all ip addresses
returned by DNS service" r=gordon sr=rpotts
2002-02-07 02:26:46 +00:00
rbs%maths.uq.edu.au
9063863332 Add a flag to distinguish a real infix operator from its 'isolated' form, e.g., as in x^{+} 2002-02-07 02:12:46 +00:00
wtc%netscape.com
3bfefc2636 Bugzilla bug 119376: initialize a local variable to eliminate a compiler
warning.
2002-02-07 01:57:48 +00:00
darin%netscape.com
108b6206b4 fixes pending XP_WIN bustage 2002-02-07 01:18:48 +00:00
darin%netscape.com
349f2c5caf fixes pending XP_UNIX bustage 2002-02-07 01:17:38 +00:00
stephend%netscape.com
b31e964844 Bug 123915. Properties textfield for folders/newsgroups is too small. r=jglick@netscape.com/sr=bienvenu@netscape.com 2002-02-07 01:09:14 +00:00
wtc%netscape.com
4f95c4463a Bugzilla bug 119376: fixed the uninitialized variable 'rv' in
rsa_PrivateKeyOp.
2002-02-07 01:00:31 +00:00
rginda%netscape.com
7fccaa5b34 bug 121039, "Need a way to unwrap jsdIValues", r=jband, sr=jst
adds jsdIValue::getWrappedValue() and jsdIService::wrapValue() methods to provid
e js scripts a way to convert between jsdIValues and "real" js values.
Also includes fix to not call breakpoint hook while paused, and changes jsdIFilt
er::glob attribute to jsdIFilter::globalObject, to match jsdIContext::globalObject
2002-02-07 00:59:55 +00:00
relyea%netscape.com
9c46c55eb3 Identify certs that have no trust as CA's if they have the right settings 2002-02-07 00:50:47 +00:00
ducarroz%netscape.com
b5fac2e49a Fix for bug 122815. We should truncate correctly long file name. And we should set the mac type/creator base on the content-type while saving an attachment. R=sfraser, SR=mscott 2002-02-07 00:42:09 +00:00
sgehani%netscape.com
4fc883e76e Resurrect stop button in tabs.
b=77738; r=morse; sr=alecf
2002-02-07 00:29:46 +00:00
heikki%netscape.com
0d8a8bd2cc Bug 98788, document.load() needs to do better reset on the document before starting to load new content. Also fixed a couple of bogus comments and unneeded document reset in document creation. r=mstoltz, sr=jst. 2002-02-07 00:24:09 +00:00
heikki%netscape.com
e59df780c2 Bug 123499, enable arbitrary HTTP commands via XMLHttpRequest. Patch from matthew@mjwilson.demon.co.uk, r=heikki, sr=darin. 2002-02-07 00:19:04 +00:00
sfraser%netscape.com
803a239462 Fix #include file case so that Mac builds on UFS volumes work. Bug 116709. r=tigger. 2002-02-07 00:03:06 +00:00
sfraser%netscape.com
f08b6dc7da Fix #include file case, so that Mac builds on UFS volumes work. r=gracie 2002-02-07 00:01:43 +00:00
yokoyama%netscape.com
9911eb9542 Bug 112767
Performance: Check Profile name for ASCII before
calling the unicode converter.
r=ccarlen;/sr=brendan
2002-02-06 23:58:10 +00:00
ian.mcgreer%sun.com
6b3e8a8041 another misused arena 2002-02-06 23:11:08 +00:00
alecf%netscape.com
a6c44d0c44 dependency update 2002-02-06 22:52:53 +00:00
sspitzer%netscape.com
3f87e27916 fix for #83091 (show LDAP autocomplete directories in addressbook).
and some code cleanup, and code bloat removal (see nsAbUtils.cpp)
r=dmose, sr=bienvenu
2002-02-06 22:50:26 +00:00
dougt%netscape.com
2d65ebf882 fixing bustage. 2002-02-06 22:49:00 +00:00
alecf%netscape.com
fe8bbbd587 dependency update 2002-02-06 22:19:07 +00:00
radha%netscape.com
ac83611671 Fix for bug 119914. nsDocShell::LoadURi() does not properly map certain load flags in nsIWebNavigation. r= adamlock. sr=rpotts. 2002-02-06 22:16:31 +00:00
vidur%netscape.com
80e9ee5924 More feedback during test. This is not part of the default build. 2002-02-06 22:10:39 +00:00
vidur%netscape.com
8171a995e8 Support for both schema namespaces. This is not part of the default build. 2002-02-06 22:09:22 +00:00
vidur%netscape.com
a2b08c6365 Support for string and wstring types. Array handling fixes and simplification. This is not part of the default build. 2002-02-06 22:07:53 +00:00
vidur%netscape.com
dc28f6c7ab Sharing of builtin types across loaders. Complex types now know when they are array and expose their array type and dimension. This is not part of the default build. 2002-02-06 22:06:10 +00:00
morse%netscape.com
36e3b822b2 bug 121161, enhancements to p3p cookie management, r=sgehani, sr=alecf 2002-02-06 21:55:16 +00:00
law%netscape.com
5daec863cb New files for proper progress dialog component; needed for fix for bugs 27609, et al. NOT BUILT YET 2002-02-06 21:53:30 +00:00
blakeross%telocity.com
4a9f3070a4 95894 - turbo icon is horked. r=law sr=hewitt 2002-02-06 21:38:54 +00:00
cavin%netscape.com
a6e3c423ee Fix for bugscape #3867. Added code to use xaol-move cmd, instead of copy and store (flag) cmds, for "delete msg" operations on webmail servers. r=naving, sr=bienvenu. 2002-02-06 21:12:21 +00:00
bzbarsky%mit.edu
c73ef95dda Ditch the history dropdown (which is nearly useless) in the XP
filepicker.  Convert it to an ancestor list instead.  Big 121354,
r=bryner, sr=jag
2002-02-06 21:10:01 +00:00
bzbarsky%mit.edu
827b9fbcae Make image/x-icon show ICON in title bar, not X-ICON. Bug 42093,
r=sicking, sr=jag
2002-02-06 21:05:52 +00:00
cavin%netscape.com
da86d56a36 Fix for #82276. Allow Eudora cards with no email address to be imported. Also allow import of additional address fields. r=ducarroz, sr=mscott. 2002-02-06 21:01:21 +00:00
rbs%maths.uq.edu.au
19be27a26f Add a helper function to lookup all the forms under which an operator is listed in the Operator Dictionary 2002-02-06 20:48:35 +00:00
dougt%netscape.com
3a76d52712 Fix for 103518. Call module destructor function *after* destroying factories. submitted by Henry.Jia@sun.com, r=dp/dougt, sr=alecf 2002-02-06 20:47:37 +00:00
dougt%netscape.com
e27f1817ae backing out. not part of 122523 bug fix 2002-02-06 20:42:02 +00:00
dougt%netscape.com
9659a6ca32 Optimization which gathers stat() info when opening a file. bug 122523, r=dp@netscape.com, sr=dveditz@netscape.com 2002-02-06 20:40:40 +00:00
dougt%netscape.com
f3abe73b1e Optimization which does not stat() the file prior to opening it. bug 122523, r=dp@netscape.com, sr=dveditz@netscape.com 2002-02-06 20:39:56 +00:00
kaie%netscape.com
6f0fffae1c b=122961 Fix sending encrypted mail
r=relyea sr=alecf
2002-02-06 20:38:58 +00:00
bryner%netscape.com
ebe7de7ac0 Reducing the top and bottom margin on the page proxy icon by one pixel to give the URL bar a more natural height. Bug 121784, r=hixie, sr=hewitt. 2002-02-06 20:37:02 +00:00
ian.mcgreer%sun.com
6d38eae938 Don't waste time searching on tokens for trust of a temp cert. It can only be found in the temp store. 2002-02-06 20:18:18 +00:00
ian.mcgreer%sun.com
a51d0334fd cleanup shutdown leak 2002-02-06 19:58:54 +00:00
shrutiv%netscape.com
24f766fb7d Fix for bugzilla 116974: Remove obsolete variables in wizard's 'Show
Config info' dialog (r=smeredith)
2002-02-06 19:54:47 +00:00
ian.mcgreer%sun.com
feba509c51 PK11_VerifyRecover leaks a slot reference, this fixes it.
r=relyea
2002-02-06 19:21:20 +00:00
brade%netscape.com
97c204f26e remove bogus '=' (sr=kin; a=leaf) 2002-02-06 18:19:39 +00:00
leaf%mozilla.org
99993747a3 Automated update 2002-02-06 17:42:07 +00:00
seawood%netscape.com
4e3d2505d3 Comment change to force reconfigure due to broken toplevel Makefile 2002-02-06 17:39:04 +00:00
wtc%netscape.com
0807ffd588 Fix the NSS 3.4 landing temporary workaround. The security/manager
directory exists only if MOZ_PSM is defined.
2002-02-06 17:21:01 +00:00