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

62642 Коммитов

Автор SHA1 Сообщение Дата
slamm%netscape.com 473ae55996 Revert last two checkins. Fix for 37428 caused tabs to not load properly. 2000-05-23 00:55:43 +00:00
locka%iol.ie 22dd69fae6 Added code to scroll to # hrefs in the current page rather than reload. - bug #39716
Added code to preserve postdata in the session history - bug #39668
2000-05-23 00:52:59 +00:00
locka%iol.ie ed5e4d93c6 New parameter for AddToSessionHistory #39668 2000-05-23 00:51:37 +00:00
wtc%netscape.com ee9f79045f Bugzilla bug #26506: getipnodebyname and getipnodebyaddr are thread
safe, so no need to lock around them.
2000-05-23 00:51:09 +00:00
rginda%netscape.com b71c85c7dc apparently windows is too 2000-05-23 00:15:06 +00:00
rginda%netscape.com 27345b3bb3 linux is so picky 2000-05-23 00:13:48 +00:00
sgehani%netscape.com 5f14e72ac8 Fix Linux installer seg fault on exit. [b=36781, r=dveditz] 2000-05-23 00:12:25 +00:00
rogerl%netscape.com 709d6c75d9 COMPARE_GT etc are gone. 2000-05-23 00:09:44 +00:00
rogerl%netscape.com 8dc4133f96 Fall out from operator overloading. 2000-05-23 00:09:02 +00:00
rogerl%netscape.com 932d63213b Added operator overloading support 2000-05-23 00:08:29 +00:00
rogerl%netscape.com e562e8eb21 Fix bug #39309 - parameters must be AnyType, also vars used before def. 2000-05-23 00:06:24 +00:00
evaughan%netscape.com abeceb3744 Fixed a round off error bug #29949
-r pinkerton
2000-05-22 23:23:04 +00:00
nhotta%netscape.com 038dcc7f63 Additional break condition to prevent infinite loop, r=rhp, a=waterson, bug 39737. 2000-05-22 23:20:46 +00:00
pnunn%netscape.com c2c004ee47 bug#39301: bump up img cache size back up to 2M. Now have way to limit other
resources. pnunn r:sfraser@netscape.com
2000-05-22 23:08:42 +00:00
jst%netscape.com 94b72b8065 Fixing nsbeta2+ bug #24958, script.text never contained the actual script source, now it gets the script source from the textnodes inside the script element. r=vidur@netscape.com 2000-05-22 23:02:40 +00:00
pnunn%netscape.com 27c76f8f47 bug#36242: add test in il_PermitLoad(). pnunn, rev:morse. 2000-05-22 23:01:26 +00:00
wtc%netscape.com 8fbbd840e7 Bugzilla bug #39110: removed the test freeif.c from the makefile and
test harness because the fix of this bug is deferred to NSPR 5.0.
Modified files: Makefile, Makefile.in, runtests.ksh.
2000-05-22 22:42:05 +00:00
pinkerton%netscape.com df605aed70 Fix for 36479, crash on some systems counting # of monitors. There were a couple
of possible culprits, removed a printf that was crashing things and removing the use
of the big rectangle that I bet was confusing certain video cards. r=mjudge.
2000-05-22 22:40:02 +00:00
wtc%netscape.com 1fba98b9c8 Bugzilla bug #39110: backed out the fix because it breaks code that
depends on the broken definition.  Defer the fix to NSPR 5.0.
2000-05-22 22:38:53 +00:00
danm%netscape.com 195df10c46 installed chrome list now uses resource url instead of full file path. a=leaf r=saari 2000-05-22 22:26:19 +00:00
pavlov%netscape.com 03325131f0 make defaultString a wstring instead of a string bug 39946 2000-05-22 22:19:00 +00:00
harishd%netscape.com 7e9c3b231f Forgot to checkin this file - This should have been a part of
my previous checkin.
2000-05-22 22:16:56 +00:00
danm%netscape.com 03b460098e installed chrome list now uses resource url instead of full file path. a=leaf r=saari 2000-05-22 22:13:44 +00:00
alecf%netscape.com 05d5611b9b fix for #37181 r=sspitzer 2000-05-22 22:08:10 +00:00
slamm%netscape.com a21517efea Second attempt on FreeBSD checkout bug 33568. Use a shell function instead of nested eval's. r=pavlov a=waterson 2000-05-22 22:04:45 +00:00
alecf%netscape.com b8ee80483c change boolean to integer (same C++ storage size, so no other changes needed)
(no reviewer, this is trivial as it was already being used as an integer)
2000-05-22 22:00:14 +00:00
pavlov%netscape.com 1b23366994 fix for 40020 r=alecf,mscott 2000-05-22 21:50:40 +00:00
mkaply%us.ibm.com bd731506c1 # 37239
r = mkaply@us.ibm.com, a = brendan
OS/2 bringup continues on M16 - These files are OS/2 only - fix for trap
2000-05-22 21:45:00 +00:00
danm%netscape.com e19c959728 fix crash on startup bug 40150. code=hyatt r=me 2000-05-22 21:40:11 +00:00
nhotta%netscape.com b1432332ad Fix for uninitialized memory reference, contributed by rich.burridge@sun.com, r=nhotta, a=waterson, bug 39891. 2000-05-22 21:36:46 +00:00
buster%netscape.com 23476f617b fixed bug 35777
r=av@netscape.com

The problem was the object frame was assuming it was at offset y=0 within it's parent frame when calculating a percent height.  This is an invalid assumption.
Instead, we now measure from the top of the containing block.  This still isn't 100% correct, but it is the right parent to be measuring margin from.
2000-05-22 21:36:35 +00:00
nhotta%netscape.com d36e59152a Warning fix for unicharutil self test code, contributed by daa@distributed.net, r=nhotta, a=waterson bug 40089. 2000-05-22 21:35:33 +00:00
rods%netscape.com ed680830a6 Preventing event from bubbling, capture and default causes a mismatch in mousecapture
and this causes the lock. After a lot of testing it appears that the original reason
this was needed is no longer there.
Bug 38422 r=kmcclusk
2000-05-22 21:35:00 +00:00
harishd%netscape.com 9366dbc29d Get the parser bundle through a normal COM interface. 2000-05-22 21:33:12 +00:00
harishd%netscape.com 03f598abb6 Fix for
36148 - Mlk [ r= rickg ] nsParser::Parse(string)
39713 - Crash caused by an uninitialized ref. counter
39466 - Handling XML error before calling DidBuildModel().

r=nisheeth

a=waterson
2000-05-22 21:32:06 +00:00
rginda%netscape.com 6fa16759c6 quieting linux warnings and fixing build bustage 2000-05-22 21:05:35 +00:00
dcone%netscape.com 48c1f7c9aa Divided the number of bytes by 3 for grayscale image printing. r=rods a=brendan@mozilla.org b=26814 2000-05-22 20:13:12 +00:00
wtc%netscape.com 61341d802b Improved the test a little. 2000-05-22 19:52:56 +00:00
mkaply%us.ibm.com 677613d5be # 37239
r = mkaply@us.ibm.com, a = brendan
OS/2 bringup continues on M16 - These files are OS/2 only!
2000-05-22 19:38:22 +00:00
wtc%netscape.com 6279a20f04 Bugzilla bug #39110: added a new test freeif.c to catch this bug.
Added file: freeif.c
Modified files: Makefile, Makefile.in, runtests.ksh
2000-05-22 18:30:06 +00:00
wtc%netscape.com f29b26f75d Bugzilla bug #39110: put PR_BEGIN_MACRO and PR_END_MACRO around
PR_DELETE and PR_FREEIF.  Thanks to Erik van der Poel <erik@netscape.com>
for the bug report and suggested fix.
2000-05-22 18:12:11 +00:00
slamm%netscape.com ef47d89d23 Arg, it does not work with the date. Back it out. 2000-05-22 17:54:15 +00:00
javi%netscape.com db923c030e Don't link against libraries we don't need. 2000-05-22 17:34:42 +00:00
slamm%netscape.com 9520cf8ee6 Fix checkout for FreeBSD. Thanks to Pascal Hofstee (daeron@shadowmere.student.utwente.nl) for the fix. bug 33568.. a=leaf,waterson. 2000-05-22 17:02:23 +00:00
chrisk%netscape.com cc9a75cd14 Added RFC2630 OID values:
SEC_OID_CMS_EPHEMERAL_STATIC_DIFFIE_HELLMAN = id-alg-ESDH
SEC_OID_CMS_3DES_KEY_WRAP                   = id-alg-CMS3DESwrap
SEC_OID_CMS_RC2_KEY_WRAP                    = id-alg-CMSRC2wrap
2000-05-22 15:28:22 +00:00
chrisk%netscape.com 8a40c748ac Added SEC_ASN1DecodeInteger function 2000-05-22 15:24:20 +00:00
hyatt%netscape.com eb1f83728f packager file update for earlier checkin of treeBindings.xml, r=ben 2000-05-22 09:19:55 +00:00
hyatt%netscape.com a08562a971 support for dynamic multiple insertion points r=ben 2000-05-22 09:15:54 +00:00
hyatt%netscape.com f4b0b08faf support for multiple insertion points r=ben 2000-05-22 08:23:46 +00:00
hyatt%netscape.com c6264b4e74 supporting multiple insertion points r=ben 2000-05-22 08:23:09 +00:00