joki%netscape.com
db16fa08a6
Fix bug 9140. Prevent window level mouse exit events from accidentally propagating to content. r:rods a:jar
2000-03-03 23:07:31 +00:00
norris%netscape.com
a5c6bcf187
Fix 29541
...
r=travis,a=jar
2000-03-03 22:55:40 +00:00
valeski%netscape.com
15ba96ab79
25775. a=jar, r=rpotts. We now handled the incorrect 'multipart/mixed' type comming from an HTTP reponse for backwards compat.
2000-03-03 22:44:32 +00:00
alecf%netscape.com
e8d62422d6
fix for #29304 r=pierre a=jar
...
only register against the browser.* preferences that layout actually cares about, to improve startup performance
2000-03-03 22:39:31 +00:00
slamm%netscape.com
2b112043cb
Checkin for german@netscape.com. Add styles new 'texttab' widget (based on boxes). Bug 28353. r=hyatt,slamm, a=jar.
2000-03-03 22:39:00 +00:00
slamm%netscape.com
d722a02a3a
Checkin for german@netscape.com. Add globalBindings.xml and images for new 'texttab' widget (based on boxes). Bug 28353. r=hyatt,slamm, a=jar.
2000-03-03 22:38:42 +00:00
slamm%netscape.com
7ad70cd281
Checkin for german@netscape.com. Use tab look for panel headers. Bug 28353. r=hyatt,slamm, a=jar.
2000-03-03 22:37:09 +00:00
rginda%netscape.com
71bd3a5aea
Added bugnumber to uc-003.js and regress-24712.js
...
new testcase regress-28686.js added
2000-03-03 22:14:09 +00:00
norris%netscape.com
cd66c924c2
Clean up debugging interfaces.
2000-03-03 21:46:44 +00:00
rginda%netscape.com
60ac950eeb
Initial add of regress-24712.js
2000-03-03 21:33:08 +00:00
tomk%mitre.org
047da2712f
Misc. fixes for issues found during wrapper testing. The classes affected by
...
this change are not part of the regular Mozilla build.
2000-03-03 21:03:55 +00:00
tomk%mitre.org
bc6cc05811
Misc. fixes from wrapper testing. The classes affected by this submission is
...
not part of the regular mozilla build process.
2000-03-03 21:02:41 +00:00
mscott%netscape.com
afd6b9ccc1
Bug #30281 --> fix for the regression that's keeping the tree closed. unescape was failing on short strings....argggh.
...
a=granrose
2000-03-03 20:38:59 +00:00
alecf%netscape.com
f700b0b4af
first time adding nsIPrefListener - not part of build
2000-03-03 20:18:17 +00:00
rginda%netscape.com
52b7c5c94f
updated readme, add comments to parse_apidoc.pl, make parse_devedge_doc.pl exit on startup, remove zpidoc.xml (it's in mozilla.org/projects/apidoc)
2000-03-03 19:59:54 +00:00
wtc%netscape.com
8978513d04
Merged NSPR 4.0 release onto the main trunk.
2000-03-03 19:53:57 +00:00
idk%eng.sun.com
30cc104fab
updated README
2000-03-03 19:40:52 +00:00
norris%netscape.com
1f65a6474f
Clean up examples to use current jsFunction_ and jsGet_ method forms.
2000-03-03 19:15:51 +00:00
rogerl%netscape.com
a4f173e8ff
Added lineTerminator test back into \s & \S atoms
2000-03-03 19:07:16 +00:00
slamm%netscape.com
f9619a07a2
Nudge the hour coloring. It was off by a second.
2000-03-03 17:32:04 +00:00
norris%netscape.com
1562a17939
Fix js1_2/function/Function_object.js
2000-03-03 17:18:49 +00:00
rickg%netscape.com
871f8db7ce
landed WIP nsString3 early design; not part of build; a=n/a
2000-03-03 09:04:50 +00:00
alecf%netscape.com
5543fcd325
revive xlib build (not part of default seamonkey build)
2000-03-03 08:21:46 +00:00
ssu%netscape.com
40fbfcc0af
fixing bugs:
...
#30096 - App crashes in Java at launch on Ja systems. Need to deliver
international version of jre.
#30186 - installer needs to apply patch to jre1.3
a=jar
r=sgehani
2000-03-03 08:15:24 +00:00
alecf%netscape.com
a7204f3a03
fix for REALLY stupid typo from my earlier fix for #29714
...
typo fix was reviewed by mscott, and because this was part of an earlier checkin, this is also a=phil
2000-03-03 08:10:52 +00:00
rods%netscape.com
82336a2260
backing out earlier change
...
a=jar
2000-03-03 07:19:22 +00:00
rods%netscape.com
487dcba875
backing out earlier check
...
a=jar
2000-03-03 07:16:25 +00:00
rods%netscape.com
932879ce4d
Backout plan, this check only fixes bug 28628
...
a=jar
2000-03-03 07:14:58 +00:00
rods%netscape.com
bbcb309cb3
backing out earlier checkin
2000-03-03 07:14:57 +00:00
mscott%netscape.com
ad4e9f7a14
Bug #26915 , #21203 , #22960 , #29773 --> improve performance of mozTXTToHTMLConv
...
r=waterson
a=phil,waterson
2000-03-03 06:49:23 +00:00
mscott%netscape.com
b574527cd1
Bug #30102 --> don't logoff the external login requestor
...
if we succeeded in the request...we want to cache the requestor
for the session.
r=amusil
a=daver
2000-03-03 06:29:58 +00:00
dmose%mozilla.org
e88ff2743a
move configurables to the top of the file and get rid of a few perl warnings
2000-03-03 06:14:50 +00:00
rods%netscape.com
e426b0a6ae
added include instead of the class decl.
...
r=waterson
2000-03-03 05:06:03 +00:00
ducarroz%netscape.com
7313198728
Fix for bug 30188. We need to set the tree width to 0 if we want let the flex attribute do is job. This because trees have a fix width of 200px by default. R=mscott, A=phil,daver.
2000-03-03 04:57:59 +00:00
rods%netscape.com
6769208b97
add call to combobox for setting the frame constructor
...
b=28593, r=evaughan a=jar
2000-03-03 04:30:32 +00:00
rods%netscape.com
0de348eef2
modified the reflow method for better handling incremental and for optimization
...
b=28593, r=buster,kmclusk a=jar
2000-03-03 04:28:59 +00:00
rods%netscape.com
5efa0171a0
changes for the new combobox
...
b=28593, r=self, a=jar
2000-03-03 04:24:53 +00:00
rods%netscape.com
5891de2d4a
changes for new combobox
...
b=28593, r=self, a=jar
2000-03-03 04:23:45 +00:00
ben%netscape.com
85089af838
PDT+ b=26592, r=german (and other people in bug report), a=jevering
2000-03-03 03:46:50 +00:00
ftang%netscape.com
b0d393088d
fix bug 28464. Use the Unichar version of the pref function instead of the Char version so we
...
will read/write UTF8 from the pref. r=matt a=bobj
2000-03-03 02:41:35 +00:00
cata%netscape.com
736559f0ba
last bit in activating charset override
2000-03-03 02:21:24 +00:00
cata%netscape.com
c82fa81c2a
activating charset override. bug #7886 , r=ftang, a=bobj
2000-03-03 02:20:53 +00:00
hyatt%netscape.com
02020cce65
part 2 of fix for bug #25073 , r=pink,evaughan, a=jevering
2000-03-03 02:08:02 +00:00
edburns%acm.org
7a008662e7
r=alecf
...
a=edburns
bug=25931
2000-03-03 01:53:52 +00:00
evaughan%netscape.com
34ae678c07
fix for bug 25073
...
-r hyatt -a jevering
2000-03-03 01:50:43 +00:00
dp%netscape.com
5605a931c0
bug# 29685 Eliminating unneccessary hits to registry to improve startup. Improving on previous fix. Thanks to jband's help. r=jband,dveditz a=jevering
2000-03-03 01:48:41 +00:00
ben%netscape.com
ef4dbc4e46
fix for 30119, r=waterson@netscape.com, a=jar@netscape.com
2000-03-03 01:46:45 +00:00
tonyr%fbdesigns.com
e156aa87d1
Convert strings to UTF8 when adding to the address book. b=29789, r=chuang@netscape.com a=phil
2000-03-03 01:15:00 +00:00
ftang%netscape.com
aab35d0a18
fix 29725. delay the loading of charsetalias.properties till when we hit charset that is neither UTF-8 nor ISO-8859-1 to
...
speed init performance. r=dp a=jevering
2000-03-03 01:02:24 +00:00
rods%netscape.com
b297f3ae76
idef'ed out the adding of border padding to maxelement size, this was casuing some warnings.
...
r=kmcclusk a=jar b=28593
2000-03-03 00:58:00 +00:00