Граф коммитов

71603 Коммитов

Автор SHA1 Сообщение Дата
nhotta%netscape.com 33f2200058 (bstell speaking, cell (415) 845-7800)
for bug 46974 we changed the type for nsFontHandle; make corresponding
changes here

bug 46974 - display of ascii (8 bit) data incorrect with 10646 (16 bit) font
a=erik r=blizzard, approved for trunk checkin by jar
2000-09-29 22:19:16 +00:00
disttsc%bart.nl 46a0504241 Remove an obsolete comment, r=/a=waterson 2000-09-29 21:34:48 +00:00
mkaply%us.ibm.com 0ed6706b0b #54716
r=jkobal, a=blizzard
OS/2 only fix - we weren't destroying the splash screen.
Also put in a fix to honor system setting on OS/2 to not display the splash screen.
2000-09-29 21:20:12 +00:00
tor%cs.brown.edu 6f908956a4 Bug 52489 - prevent garbage from being shown when tiling a
partially received image.  Patch from adam@gimp.org.
r=alex@cendio.se,pavlov a=tor
2000-09-29 21:05:35 +00:00
mkaply%us.ibm.com f1ceec88bb OS/2 Tinderbox break continued
Better fix for breakage per waterson
2000-09-29 20:48:04 +00:00
mkaply%us.ibm.com a47da58b87 #54535
r=mkaply, dougt, a=jband
Code from jpedemonte to fix profile creation
2000-09-29 20:40:10 +00:00
dmose%mozilla.org 6c0ad43dd5 Reorganized significantly. Triaged so that there are only 4 items left to do (the first four) before attempting an initial prerelease (0.x). 2000-09-29 20:09:38 +00:00
nelsonb%netscape.com 9b1d01f3fd Don't use type "ulong". Use "unsigned long" instead. 2000-09-29 19:51:32 +00:00
wtc%netscape.com af0f02a163 Initial NetBSD port contributed by Shin'ichiro TAYA <taya@sm.sony.co.jp>.
Modified Files:
    coreconf/config.mk nss/lib/util/unix_rand.c
Added Files:
    coreconf/NetBSD.mk
2000-09-29 17:42:39 +00:00
mcgreer%netscape.com 3ac9e05c1a initial checkin of smime test script. does signed-data, enveloped-data, encrypted-data, and certs-only (basic cases). 2000-09-29 16:39:13 +00:00
mcgreer%netscape.com 25b1ead59c add a shortcut encoder routine. 2000-09-29 16:38:11 +00:00
mcgreer%netscape.com 6d3b3ca957 brutish changes to get encrypted data working, will clean up later. allows test script for 3.1 to work. 2000-09-29 16:37:29 +00:00
mcgreer%netscape.com 255eadd741 add seeding call (for 3.1, for 3.2 I think this function needs to go away). 2000-09-29 15:27:00 +00:00
mcgreer%netscape.com f912a0ccf0 add seeding call (req by RNG) 2000-09-29 15:25:42 +00:00
axel%pike.org 670e0f8cf3 removing windows linefeeds, still reminents from the old days, not part of build 2000-09-29 14:58:26 +00:00
mkaply%us.ibm.com e751ae1955 OS/2 Tinderbox breakage
Need to make these values really PRUint32 for VisualAge
If you guys thought your changes to get gcc to work were bad, wait until you see these
2000-09-29 14:36:46 +00:00
nboyd%atg.com d52574f9e0 Allow null returns from SecuritySupport methods if someone only
wants to implement LiveConnect filtering
2000-09-29 13:49:47 +00:00
Peter.VanderBeken%pandora.be 3e5ae4d5dc Fix for bug #53323, provided by jjs@acis.com.au. r=me. Not part of default build. a=leaf. 2000-09-29 12:19:15 +00:00
Peter.VanderBeken%pandora.be 6350985326 Fixing compiler warnings. Not part of default build. a=leaf. 2000-09-29 12:17:23 +00:00
waterson%netscape.com a3e9232614 Better fix, with explicit temporary for gcc-2.7.2.3's lame self. (thanks for the assist, scc.) 2000-09-29 06:45:22 +00:00
waterson%netscape.com 6aead1bea9 Temporary fix orange on gcc-2.7.2.3 build. 2000-09-29 06:29:44 +00:00
vidur%netscape.com 8ad7ea7ed8 Fix for bugscape bug 2533. onload event firing now happens *after* the last reflow command has been processed. a=waterson, r=nisheeth, pollmann, jst 2000-09-29 06:19:22 +00:00
dave%intrec.com 013c4024da Fix for bug 52921: checksetup.pl fails to create database with password.
Now it won't choke on this anymore.  Patch also includes a Perl 5.6
compatibility update (see bug 52921 and bug 44622 for details).
2000-09-29 05:43:53 +00:00
dougt%netscape.com 2d76c9b031 removing annoying unneeded assertion. r/a=warren@netscape.com 2000-09-29 05:30:02 +00:00
dave%intrec.com ecb5b5c3db Fix for bug 44076: Editparams falsely detecting text field changes and
NS4Mac putting a single linefeed in empty fields.
2000-09-29 05:29:09 +00:00
waterson%netscape.com 491a3997fb Bug 46134, the final chapter. Factor funky attribute parsing logic into a separate routine, ParseAttribute(), add callbacks to make SubstituteText() and IsAttrImpactedByVars() use this. Also (the real fix), make sure that we call it from AddSimpleRuleBindings() so we don't drop old-sk00l bindings on the floor when multiple substitutions present in an attribute. r=rjc, sr=hyatt 2000-09-29 04:09:42 +00:00
nelsonb%netscape.com 50098f2c22 Fix some bugs from the last checkin. 2000-09-29 04:03:34 +00:00
disttsc%bart.nl de1a0a1352 Simple xbl fixups after xbl syntax change, r=/a=hyatt
argument  -> parameter      : bug=52891, bug=53875
interface -> implementation : bug=53874
2000-09-29 02:25:45 +00:00
nhotta%netscape.com ababd202b4 backing out previous changes since depend versions of the tree won't build 2000-09-29 02:20:25 +00:00
mcgreer%netscape.com 5a93a08faa changes to allow build with RSA BSAFE Crypto-C library 2000-09-29 02:15:42 +00:00
mcgreer%netscape.com 05a6d4f086 change to allow builds with RSA BSAFE Crypto-C library 2000-09-29 02:14:03 +00:00
mcgreer%netscape.com 181442bd0a fixes based on review by nelsonb:
use mp_sub instead of mp_mod when possible.
increment generator candidate for DH instead of creating a new random one each time.
fix potential bugs when DH_Derive and KEA_Derive, where the secret is longer than the buffer the user requests.
check input key size to RSA_NewKey.
implement private key op with no CRT for PKCS12.
reduce base mod p and q before using mp_exptmod.
use mpl_lsh in pqg code (in place of exponent and multiply).
change PQG_Verify to return SECSuccess unless there is a library failure (not if verification fails).
2000-09-29 02:10:24 +00:00
dmose%mozilla.org 93e54988c3 * switch from old {First,Next}Attribute() functions to new GetAttributes() call
* adjust GetDn() calls to use an nsXPIDLString now that GetDN() does proper string ownership

* error-handling improvements

* partial addition of event sink infrastructure to be used for updating the status bar

* nsLDAP.h include replaced with nsLDAPInternal.h

* migrate from progids to contractids

* emacs mode-line added, and re-indented

a=r=(not built)
2000-09-29 01:20:31 +00:00
dmose%mozilla.org d0f8f905be * pipeWrite() prototype changed from |char *| to |const char *|
* infrastructure for firing progress against an nsIProgressEventSink added

a=r=(not built)
2000-09-29 01:14:53 +00:00
dmose%mozilla.org ba7f6ff318 Migrate from progids to contractids. a=r=(not built) 2000-09-29 01:11:34 +00:00
dmose%mozilla.org bf2d8408ca define __STRICT_ANSI__ and change the include order to keep linux gcc from whining about one of the system include files. a=r=(not built) 2000-09-29 01:10:40 +00:00
dmose%mozilla.org e5ccc70968 Tweak some comments. a=r=(not built) 2000-09-29 01:09:27 +00:00
dmose%mozilla.org dc482e949c include nsLDAPInternal.h instead of nsLDAP.h now. a=r=(not built) 2000-09-29 01:08:17 +00:00
dmose%mozilla.org 88a5c480ce * include of ldap.h removed. this header is now a public header, and clients of the XPCOM wrapper don't need to be polluted with the contents of ldap.h, since that functionality should happen entirely inside the wrapper.
* NS_ERROR_LDAP_DECODING_ERROR added

a=r=(not built)
2000-09-29 01:06:53 +00:00
dmose%mozilla.org 6c20606702 * migrate from progids to contractids
a=r=(not built)
2000-09-29 01:04:24 +00:00
dmose%mozilla.org 8ee5a1e74a * removed mPosition variable, since getAttributes() is now a single function
* prototypes for Iterate{Attributes,AttrErrHandler} added

* emacs mode line added

a=r=(not built)
2000-09-29 01:01:10 +00:00
dmose%mozilla.org bbd7df9f96 * replaced {First,Next}Attribute() functions with GetAttributes(), which returns an array. threadsafe and easier on JS callers.
* fixed GetDn() to do better error handling and use the standard XPCOM string ownership model (ie getter_Copies)

* better error handling for GetValues()

* tweak some includes

* added an emacs modeline and reindented

a=r=(not built)
2000-09-29 00:58:38 +00:00
dmose%mozilla.org 7808cb66cc * replaced {first,next}Attribute() with getAttributes which returns an array: threadsafe and more useful from JS.
* added an emacs mode line and reindented.

* improved doxygen comments to include nsresult errors thrown
2000-09-29 00:53:29 +00:00
dmose%mozilla.org c476dca916 Added an emacs mode line, reindented with spaces as per the mode line. Also tweaked a couple of comments as well as some debugging stuff. a=r=(not built) 2000-09-29 00:48:26 +00:00
av%netscape.com fc336d6b4b Fixing 53451. Added retun failure when plugin retuns zero on NPP_WriteReady call, r=waterson 2000-09-29 00:46:18 +00:00
dmose%mozilla.org f6b8f75202 Infrastructure for internal use by the LDAP code. a=r=(not built) 2000-09-29 00:45:52 +00:00
dmose%mozilla.org deecc5b1fd Significant updates to the todo list. a=r=(not built). 2000-09-29 00:43:22 +00:00
brendan%mozilla.org 9f53fa4c3a Fix bungled GC_KEEP_ATOMS logic (51954, r=mccabe, a=jband). 2000-09-29 00:18:15 +00:00
brendan%mozilla.org b28c211264 Don't leave fp->sp above fp->spbase when returning, js_Invoke may GC on the way out (53123, r=mccabe, a=jband). 2000-09-29 00:11:49 +00:00
mcafee%netscape.com f362c20c33 HTML 4.0-izing this file, part of gemal@gemal.dk's patch. r=mcafee 2000-09-29 00:04:23 +00:00