Commit Graph

77552 Commits

Author SHA1 Message Date
beard%netscape.com
e14f9a7fdc [not part of build] Added metadata test. 2001-03-02 05:00:34 +00:00
wtc%netscape.com
7e6b3bd5b2 Bugzilla bug #62877: deleted unused code added in the previous checkin. 2001-03-02 04:58:06 +00:00
beard%netscape.com
599f805e95 [not part of build] took out unnecessary OpenTransport libraries. 2001-03-02 04:57:42 +00:00
beard%netscape.com
dfc91d59d9 Now reading/writing all metadata into disk cache. 2001-03-02 04:57:09 +00:00
beard%netscape.com
3a40fad954 [not part of build] Added CalculateSize() to account for null termination of strings. 2001-03-02 04:54:27 +00:00
nicolson%netscape.com
3c4d88040d Shift around native methods in SSL package. 2001-03-02 04:38:33 +00:00
nicolson%netscape.com
24e154d544 Add the last of the methods to SSLServerSocket for backward compatibility.
Split out common functionality into SocketBase (not the same as SocketImpl!).
2001-03-02 04:38:14 +00:00
dbaron%fas.harvard.edu
5601f3de10 Fix "Open Link in New Window" which has been broken for the past 4 hours, since mstoltz changed the case of checkLoadURI in nsIScriptSecurityManager.idl. r=blake sr=jst 2001-03-02 04:35:23 +00:00
beard%netscape.com
f2eaa4cceb [not part of build] Added FlattenMetaData()/UnflattenMetaData(). 2001-03-02 04:09:01 +00:00
timeless%mac.com
a47d4b2460 fix bug 70569 dead code doesn't belong in tree
r=morse, sr=brendan@mozilla.org
2001-03-02 04:04:35 +00:00
axel%pike.org
ad9cd60d3b not part of build; adding a XUL interface to use the xalan conformance tests for transformiix 2001-03-02 03:45:29 +00:00
axel%pike.org
a229441467 not part of build; Calling ::Normalize() on result document, hack to get the xalan buster return useful hints on errors 2001-03-02 03:40:48 +00:00
hewitt%netscape.com
212d80d3be 70541 - xbl content attribute setting, r=blake, sr=hyatt 2001-03-02 03:35:04 +00:00
blakeross%telocity.com
38794d139f UIEvent button property is incorrect according to the DOM2 spec. Changing values to 0, 1, 2 (left, middle, right mouse buttons respectively) from 1, 2, 3. |event.which| continues to use the old values for backwards compatibility. This affects future xbl, js, and c++ event button checks so please see the newsgroups for more info (60703). r=timeless sr=jst 2001-03-02 03:07:53 +00:00
pollmann%netscape.com
393596d00b Bug 70510: Remove needless nsAutoString wrappers, patch by jag <disttsc@bart.nl>, r=pollmann@netscape.com, sr=jst@netscape.com 2001-03-02 02:55:24 +00:00
nelsonb%netscape.com
e42af5fa30 Use $TMP, $TMPDIR, or $TEMP for directory to hold server SID cache file.
Implements RFE 70617.
2001-03-02 02:52:21 +00:00
wtc%netscape.com
f17c114167 Bugzilla bug #62877: checked in patches contributed by Javier Pedemonte
<pedemont@us.ibm.com> and Dmitry Kubov <dmitry@north.cs.msu.su>.
Modified files: prinet.h, _os2.h, os2poll.c, and os2sock.c.
2001-03-02 02:40:52 +00:00
timeless%mac.com
57cdcfa954 fix bug 70033 UI elements need to be disabled if the PrefIsLocked is true.
fix by eddyk@netscape.com r=timeless, sr=ben
2001-03-02 02:21:18 +00:00
timeless%mac.com
c5bb39e046 fix bug 49164 Secure IMAP on wrong port
fix by len@intelligenesis.net r=bienvenu, sr=mscott
2001-03-02 02:18:15 +00:00
timeless%mac.com
2673229ab5 fix bug 51588 'Edit' and 'Remove' buttons should appear disabled in Helper apps window when no app is chosen
patches by ksosez@softhome.net, bzbarsky@mit.edu r=bz,timeless sr=alecf
2001-03-02 02:18:02 +00:00
gordon%netscape.com
94a9fab0c0 Fix casing of SetMetaDataElement method. 2001-03-02 01:52:29 +00:00
gordon%netscape.com
b3ae735e46 [not part of build]
Fixed cache meta data. Implemented eviction list for memory cache device. Worked on entry deactivation, validation, and doom.
2001-03-02 01:51:41 +00:00
javi%netscape.com
ab0e09d117 Give the nsNSSCertDB class a virtual destructor.
Gets rid of a warning on Linux.
2001-03-02 01:37:11 +00:00
beard%netscape.com
3d142549b8 Switch from NS_STATIC_CAST to NS_REINTERPRET_CAST to fix bustage on Mac. r=mstoltz 2001-03-02 01:13:35 +00:00
naving%netscape.com
4806bc1d9c #70419. r=racham, sr=bienvenu. Don't initiate an inputFileStream on nsIFileSpec. Use
existing mInputSream.
2001-03-02 01:08:27 +00:00
andreww%netscape.com
07ab27cc55 bugzilla 48746 r=jelwell, sr=hewitt - fixing mac classic communicator pref panel button wierdness. 2001-03-02 01:00:54 +00:00
andreww%netscape.com
d141f2ad14 bugzilla: 62781 r=jelwell , sr= hewitt, missing gifs in profile dialog - classic skin all platforms. 2001-03-02 00:56:10 +00:00
andreww%netscape.com
5b0b338582 First Checked In. 2001-03-02 00:54:14 +00:00
andreww%netscape.com
b99a6417ac bug 65211 r-timeless, sr-hewitt - fixing inverted tabs in composer. mac classic skin. 2001-03-02 00:52:01 +00:00
jst%netscape.com
f2cea13138 Removing unused IID. r=pollmann@netscape.com 2001-03-02 00:50:05 +00:00
jst%netscape.com
4fe2dbdb4b Removing unused files. r=harishd@netscape.com 2001-03-02 00:35:33 +00:00
jst%netscape.com
de0f81218c Don't export unused nsXIFDTD.h file. r=harishd@netscape.com 2001-03-02 00:33:13 +00:00
av%netscape.com
9c86c6c83e Fixing 69736, adding npp->pdata check before calling NPP_* functions, sr=jst 2001-03-02 00:29:33 +00:00
rogerl%netscape.com
e93b9c7b20 Fix #61751. sr=brendan,r=mang. #define changes to fix floating point bug
in JavaScript on NetBSD/arm32.
2001-03-02 00:20:11 +00:00
erik%netscape.com
e1cc38e64a bug 70028; author=simon@softel.co.il; r=ftang; sr=erik; updating the tool
that generates the symmetric swapping table for bidi characters
2001-03-02 00:20:02 +00:00
beard%netscape.com
9845279d6d options cache 1 now implies #define MOZ_NEW_CACHE 1. r=sfraser 2001-03-02 00:19:29 +00:00
rogerl%netscape.com
0f3fdaea1e Fix bug #67773. sr=brendan, r=rginda. Fixes doubly nested quantifiers in
reg.exps when deeper sub-expression has to backup without failing. Some
other clean-up changes, too.
2001-03-02 00:17:48 +00:00
jst%netscape.com
fea82dcc80 Removing unused files. r=harishd@netscape.com 2001-03-02 00:10:33 +00:00
mkaply%us.ibm.com
b2b153595e #58627
r=cls
Remove timer.dll from OS/2 build - make it a part of widget
2001-03-02 00:10:24 +00:00
dbragg%netscape.com
018cc6a6d9 Adding Unix verion of the cleanup util and its makefile. NOT PART OF BUILD 2001-03-02 00:10:10 +00:00
mstoltz%netscape.com
33c8110175 bug 47905, adding security check to XMLHttpRequest.open(). r=heikki, sr=brendan 2001-03-02 00:09:20 +00:00
jfrancis%netscape.com
29396a3fed bug 30763: splitting mailcites in plaintext mail reply was broken. r=akkana; sr=blizzard 2001-03-02 00:08:20 +00:00
ducarroz%netscape.com
78e91d631e Fix for smoketest blocker 70500. identity->GetSignature can return a null file despite rv=NS_OK. R=varada 2001-03-01 23:42:33 +00:00
javi%netscape.com
199f51be6f Add a -C lib to the gmake line to prevent nmake from getting
confused.
2001-03-01 22:54:10 +00:00
javi%netscape.com
847bf29448 Checking in some logging functionality I wrote to help debugging on the Mac. 2001-03-01 22:33:32 +00:00
javi%netscape.com
1183ba2c15 Remove extra reference to ssl.lib 2001-03-01 22:31:11 +00:00
dave%intrec.com
b465fdb8d1 Fix for bug 54690: security holes in cvsview2.cgi by lax validation of the http query string. Fixed by retrieving parms via CGI.pm instead of trying to dynamically parse them from the query string. Patch by Adam Spiers <adam@spiers.net> 2001-03-01 22:18:55 +00:00
kirke%netscape.com
f0fde27571 Bug 69582 endless loop on EOF reading Extensions 2001-03-01 21:45:33 +00:00
dougt%netscape.com
ac8a00dcc3 not part of build. we should init the cache meta data. 2001-03-01 21:27:11 +00:00
gordon%netscape.com
7e1b7ad450 [not part of build]
Mark cache entry meta data dirty when key/value pair added.
2001-03-01 20:06:16 +00:00