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
hyatt%netscape.com
55915394d7
adding a file with bindings that aren't used. harmless. r=ben
2000-05-22 08:22:43 +00:00
alecf%netscape.com
7c9c7b14e3
adding assertion and null check to fix crash in #39860
...
(no reviewer, just a check-for-null before dereferencing a variable!)
2000-05-22 07:36:19 +00:00
alecf%netscape.com
49cb68986d
second part of fix for #28898 - fix multiple server selector functional, which was broken by me skinning this dialog. needed to update the way <text> node state is maintained to make it reliable for edge cases like undefined and null
...
r=sspitzer
2000-05-22 07:22:49 +00:00
valeski%netscape.com
46aa24a067
r=alecf. 39987. occasional crasher in nsMultiMixedConv.cpp stream converter. We now ensure that we don't search for EOL if we've moved beyond the legitimate buf len
2000-05-22 06:06:57 +00:00
alecf%netscape.com
3c17fb6537
first part of fix for #28898 - switch SMTP server API to store the key not the server itself, for easier access from the account manager
...
r=sspitzer
2000-05-22 05:33:49 +00:00
alecf%netscape.com
53c300b93d
fix for #39873 - crash when no ISP rdf files exist
...
(no reviewer, just a null-check due to semantic changes in strings)
2000-05-22 05:29:01 +00:00
ben%netscape.com
2f5f2674c6
fix for 38089, r=hyatt
2000-05-22 04:35:56 +00:00
ben%netscape.com
e7d0ebca54
forgot to add file as part of previous check-in to 19557.
2000-05-22 04:32:18 +00:00
ben%netscape.com
6f4c8beb08
fix for 38743, remove XUL titledbutton from bookmarks window. r=hyatt
2000-05-22 04:30:30 +00:00
ben%netscape.com
363add0908
correct text for the skin switching pref panel, bug 38964 r=verah
2000-05-22 04:25:12 +00:00
ben%netscape.com
85bbfefbe7
second attempt at 19557, skinnable sidebar. r=hyatt
2000-05-22 04:14:49 +00:00
nboyd%atg.com
b76123f465
Fix formatting.
2000-05-22 03:03:37 +00:00
nboyd%atg.com
85a7b4aa6c
Fix 38590.
2000-05-22 00:10:10 +00:00
cls%seawood.org
cb31f6e62d
More OS/2 changes. Batches 19 & 20 of Bug #34106 r=pavlov
2000-05-21 13:32:11 +00:00