heikki%netscape.com
3ec78740ae
Bug 29473 ondblclick event not being fired.
2000-08-08 20:32:09 +00:00
mcgreer%netscape.com
a4c0bd7e17
zero the correct amount of input bytes
2000-08-08 20:30:56 +00:00
rogerl%netscape.com
e0214135b4
r=brendan, bug# 34276. Fix for correctly including winsock2.h.
2000-08-08 20:28:49 +00:00
rogerl%netscape.com
cf1bd923c5
(update to fix for bug #31255 ). Previous patch was insufficient in that it
...
didn't handle the case when the tokenstream is not tokenizing newlines.
2000-08-08 20:24:56 +00:00
alecf%netscape.com
d526441bfe
fix for prefs bustage
2000-08-08 19:50:00 +00:00
sdv%sparc.spb.su
c3071ae3dd
fix for bug=47878
...
NamedNodeMapImpl class should not extend NodeImpl
according to the w3c spec.
2000-08-08 16:43:52 +00:00
rods%netscape.com
9ef8a08013
during reflow it makes sure the maxelementsize width is set to the smaller of
...
min size or the current size.
(see also fix nsGfxTextControlFrame.cpp)
b=40596 r=evaughan
2000-08-08 14:30:08 +00:00
rods%netscape.com
284077eb18
minor fix for max-element-size. The minsize needs to be calc and cached during the regular reflow
...
there is too much state to be remember to calc the min size for when ever it is asked for it.
(see also fix nsBoxFramae.cpp)
b=40596 r=evaughan
2000-08-08 14:27:36 +00:00
dcone%netscape.com
0ca85e6a01
Check to see if the view had been reparented.. b=44718 a=mcclusk
2000-08-08 14:11:09 +00:00
dcone%netscape.com
e9a2f317a9
Fixes slow scrolling, using patblt on windows NT. bug = 43943. A=mcclusk
2000-08-08 14:07:38 +00:00
valeski%netscape.com
c042afcc10
formatting change to wml output
2000-08-08 07:38:43 +00:00
ben%netscape.com
6e0bf98809
update jar packager file for previous checkin
2000-08-08 07:30:03 +00:00
valeski%netscape.com
4beccedd7b
adding WML output for WAP browsers
2000-08-08 06:59:15 +00:00
ben%netscape.com
2831e732ac
fix for mac bustage. oops
2000-08-08 06:53:21 +00:00
bryner%uiuc.edu
46afa39c99
Removing .cvsignore files so CVS will realize that this directory is
...
empty. Not part of build.
2000-08-08 06:47:17 +00:00
tor%cs.brown.edu
162e133cb0
Bug 40942 and 47816 - fix off-by-one error in DrawComposited
...
sanity check. r=bryner
2000-08-08 06:42:26 +00:00
alecf%netscape.com
72daa61d47
final part of fix for 46712 - flush the string bundle cache when the locale changes
...
r=hyatt
2000-08-08 06:24:56 +00:00
ben%netscape.com
85c8cc23f8
fix for 47441 & incremental fix for 46613, correct windows classic skin use of system colours in scrollbar thumb.
2000-08-08 06:15:35 +00:00
ben%netscape.com
1f046e8ee7
nsbeta3+ bug 45085, move search results 'default.htm' file into locale.
2000-08-08 06:07:25 +00:00
nelsonb%netscape.com
1a81db9b8a
Fix crash caused by zeroing a larger buffer than the caller passed in.
2000-08-08 05:56:56 +00:00
nelsonb%netscape.com
1818f084e5
Fix crash caused by uninitialized variable.
2000-08-08 05:56:10 +00:00
rjc%netscape.com
a08d78f72c
Remove Mac debugging info. r=me
2000-08-08 05:55:22 +00:00
rjc%netscape.com
83eb62c847
Sorting fixes for bug # 26131. r=me, nhotta, putterman
2000-08-08 05:50:10 +00:00
ben%netscape.com
0f3ce50488
fix for nsbeta3+ bug 44229, can't drag urls out of history window
2000-08-08 05:46:32 +00:00
waterson%netscape.com
f7e11a804a
Add regression test for 44709.
2000-08-08 05:03:36 +00:00
waterson%netscape.com
06818446fd
Use nsVoidArray instead of nsISupportsArray to hold kids. r=hyatt
2000-08-08 05:02:07 +00:00
waterson%netscape.com
d9cda5ebc1
Bugs 46616, 46964. Clean up RebuildContainer(): factor into two methods to share code better. Maintain a queue of ungenerated elements to scan for generated children. Add tons of comments so I don't have to figure this all out again when I look at it next. r=rjc
2000-08-08 04:57:55 +00:00
ducarroz%netscape.com
14e6dc6c87
Fix for bug 36480. Add function to switch the signature. R=putterman
2000-08-08 04:46:55 +00:00
putterman%netscape.com
b493f66f72
Fix for 45059. r=mscott. Character encoding menus didn't work in the standalone message window.
2000-08-08 04:46:42 +00:00
av%netscape.com
52d1151fbc
Fixing #8740 , r=serge
2000-08-08 04:45:03 +00:00
ducarroz%netscape.com
1e712cff77
Fix for bug 36480. Add function to switch the signature. R=putterman
2000-08-08 04:45:02 +00:00
alecf%netscape.com
7aa6e1e4b8
fix for #40329 contributed by jrgm@netscape.com, r=ben
2000-08-08 04:43:35 +00:00
waterson%netscape.com
2723cb8319
fucking mac
2000-08-08 04:23:43 +00:00
ben%netscape.com
fa1f598ecb
fix for nsbeta3+ 45687, problems with helper apps pref panel
2000-08-08 04:18:23 +00:00
mscott%netscape.com
b0f28a359e
Bug #46881 --> set the charset correctly for mutlipart/alternative
...
r=rhp
2000-08-08 04:09:26 +00:00
ducarroz%netscape.com
bc46f1e467
Part of fix for bug 36480. I check in this fix for jfrancis. The function EndOfDocument which wasn't used yet was setting the selection on the wrong node. R=ducarroz
2000-08-08 04:05:26 +00:00
tor%cs.brown.edu
01833b1bca
Landing libmng 0.9.2+. a=waterson
2000-08-08 03:58:05 +00:00
blizzard%redhat.com
8db4d2172a
fix the following bugs: #39560 , #47141 , #46928 , #47949 . use nsIPipe for the stream impl, seperate XPCOM startup, add a resize callback so content with a width and height are sized correctly, fix problems with gtkmozembed widgets on gtk notebook widgets. also, add some new signals for progress loading and net changes. r=dougt, a=waterson
2000-08-08 03:58:03 +00:00
dmose%mozilla.org
b941e6ffda
added ldap_abandon()-like functionality to the XPCOM wrapper, and changed the nsLDAPChannel code to implement request cancellation (eg pressing the stop button in the browser) using said functionality. a=r=(not built).
2000-08-08 03:23:05 +00:00
nelsonb%netscape.com
53ac6c5c98
- Change mpi private function s_mp_mul_d_add_offset into a macro.
...
- Declare and implement new function s_mp_mul_add, which is a candidate
for replacement with assembler code.
- Convert mp_mul, mp_sqr, etc. to use s_mp_mul_add.
- New implementation of mp_invmod for odd moduli. Algorithm from paper
"Fast Modular Reciprocals" by Richard Schroeppel (a.k.a. Captain Nemo).
- New function s_mp_invmod_32b in mpi.c, computes inverse mod 2**32, also
from same paper. Used in mp_invmod and mp_exptmod.
2000-08-08 03:20:35 +00:00
dmose%mozilla.org
31fca86c72
use lexical closure of JS functions to bind data to a function for use as a callback. a=r=(not built)
2000-08-08 02:56:44 +00:00
mscott%netscape.com
49aebf5865
Fix a small memory leak.
2000-08-08 02:27:52 +00:00
mscott%netscape.com
624abc3bed
Bug #43389 , 41125 --> header conversion should honor default and over ride charset
...
information.
r=nhotta
2000-08-08 02:27:38 +00:00
bryner%uiuc.edu
35bd39c38e
Patch from Jan Varga <varga@utcru.sk> for filepicker localizability fixes,
...
improved keyboard navigation, and misc. cleanups. bug
45561. r=me,pavlov. a=waterson.
2000-08-08 01:55:59 +00:00
sgehani%netscape.com
665c40a58e
Ensure linux installer doesn't core dump for "long" install destination paths
...
when a default location is specified in the config.ini.
[nsbeta3+ b=46458; r=dveditz]
2000-08-08 01:29:04 +00:00
javi%netscape.com
97d62f44f5
A fix for Windows where the client stops trying to read decrypted data back from the client before it's ready.
2000-08-08 01:26:44 +00:00
rhp%netscape.com
3dda3615b3
Fix for vCard having an inactive Add button - Bug #: 47537 - r: putterman
2000-08-08 00:52:52 +00:00
pierre%netscape.com
8c26256cb6
47138: Some invalid units are not resulting in dropped declarations.
15174: counter() and counters() should not be recognized by CSS parser.
2000-08-08 00:34:42 +00:00
mscott%netscape.com
2f4a12190e
Remove some debugging code from the rdf file
2000-08-08 00:34:06 +00:00
waterson%netscape.com
d867e404c8
Bug 46053. Add [begin|end]UpdateBatch() to nsIRDFObserver; case-normalize the resot of the nsIRDFObserver methods; update implemetors, users. r=bienvenu,rjc,dmose,slamm
2000-08-08 00:22:36 +00:00