kestes%walrus.com
f156033144
fix break multiline empty on change of tree state
2002-05-03 22:29:28 +00:00
kestes%walrus.com
a1dbb4e33b
fixes
2002-05-03 22:01:05 +00:00
mscott%netscape.com
5bb1233d18
Bug #136949 --> when creating a new search or filter row, clone the search attribute
...
from the previous row.
r=ssu
sr=sspitzer
2002-05-03 21:58:10 +00:00
mscott%netscape.com
c5301bd3ac
Bug #109109 --> usability improvements to the custom header dialog
...
r=naving
sr=sspitzer
2002-05-03 21:57:39 +00:00
kestes%walrus.com
69804e4738
forgot to reset $NEXT_ROW{$tree}
2002-05-03 21:44:25 +00:00
ducarroz%netscape.com
8cc82f489f
Fix for bug 135279. Need to be able to specify a line token other than LF when reading a stream buffer. Local file on Mac or CR as line ending. R=naving, SR=mscott
2002-05-03 21:36:33 +00:00
kestes%walrus.com
f16077b06e
computed rowspan but did not use it.
2002-05-03 21:28:51 +00:00
kestes%walrus.com
36f93b445a
fixes
2002-05-03 21:25:24 +00:00
jst%netscape.com
a239cacff7
Fixing bug 140944. Making document.body.scroll* map to the scroll info for the root scroll frame. r=bzbarsky@mit.edu, sr=shaver@mozilla.org.
2002-05-03 21:14:13 +00:00
kestes%walrus.com
6cc9249711
bonsai fixes to make one giant square of no data.
2002-05-03 21:09:55 +00:00
wtc%netscape.com
300f9cadfe
Bugzilla bug 136279: fixed bugs where 'path' and 'oldpath' were passed
...
to string functions before they were null-terminated. Added a comment
to explain what 'oldpath' is for.
2002-05-03 20:59:50 +00:00
stephend%netscape.com
b8ee84f9eb
Bug 141894. Security button in msgCompose should have a tooltip. r=kaie@netscape.com, sr=sspitzer@netscape.com
2002-05-03 20:46:51 +00:00
kestes%walrus.com
a54ec8b0c8
add checks for permissions on the log directories during startup
2002-05-03 20:28:24 +00:00
kestes%walrus.com
15c35c8a05
fix spelling of $OSVer
2002-05-03 20:20:44 +00:00
kestes%walrus.com
f69cd0a98f
remove duplicate my of status variable.
2002-05-03 20:17:23 +00:00
timeless%mac.com
a8922ae98c
Bug 141813 add javadoc comments to idl so people can get useful info from them
...
nsIDOMEvent.idl nsIDOMEventListener.idl nsIDOMEventTarget.idl
r=fabian sr=jst
2002-05-03 19:57:42 +00:00
kestes%walrus.com
8990eae04a
use a centralized function to round numbers.
...
only use successful builds in computation of deadtime.
only use 10 most recent builds in computation of averages.
We do not use the very first datapoint in computation
of averages.
Fix the incoming data here so that builds do not overlap.
add a debug_database() function for use in debugging code.
there was an 'if ($buildstatus ne 'not_running')' but this
can't appear in the database remove it.
2002-05-03 19:50:43 +00:00
kestes%walrus.com
4ab3045a33
allow build errors to be turned off.
2002-05-03 19:43:58 +00:00
igor%mir2.org
aa545a86e2
Replace when possible usage of API available only since JDK 1.2 by their JDK 1.1 analogous or by classes available in the Rhino core to make port to JDK 1.1 easier.
2002-05-03 19:42:36 +00:00
kestes%walrus.com
b16ea7b0e2
centrallize all rounding through a single function.
2002-05-03 19:41:44 +00:00
pinkerton%netscape.com
ca506c2fbb
Adding David Haas
2002-05-03 19:23:18 +00:00
pinkerton%netscape.com
f4143f1783
Update the progress meter during download. From David Haas (haasd@cae.wisc.edu)
2002-05-03 19:22:23 +00:00
pinkerton%netscape.com
3478b60af8
Behave correctly when dock icon clicked and no windows are open. From David Haas (haasd@cae.wisc.edu)
2002-05-03 19:17:28 +00:00
darin%netscape.com
9508d71adc
fixes build bustage with --enable-xpctools
...
patch=dmose r/sr=darin
2002-05-03 19:04:14 +00:00
alexsavulov%netscape.com
3285301d39
fix for bug 134437 - syncronous focus event causes reflow reentrancy
...
resulting in a crash on WIN32. fixed trough WM_SETFOCUS deferral
sr= waterson r=kmccklusk
2002-05-03 18:52:04 +00:00
sicking%bigfoot.com
b4fccd9b86
Bug 119317. Drop support for non-namespaced "inherits" xbl-attribute and move over the last uses of the old syntax.
...
r=Hixie sr=hyatt
2002-05-03 17:51:44 +00:00
wtc%netscape.com
5be0633a19
Bugzilla bug 137736: Use "return 0" instead of exit(0) in the main()
...
functions of the configure test programs. Miscellaneous changes to fix
compiler warnings about the configure test programs.
2002-05-03 17:39:01 +00:00
mostafah%oeone.com
71986ba236
Fixing incorrect file names in css ( mostly png to gif ). Fixes bug 141399
2002-05-03 15:58:01 +00:00
timeless%mac.com
c7cf2499db
Bug 87965 Can't expand chrome/*.jar files on ARM
...
patch by jeroen.dobbelaere@acunia.com
r=dveditz sr=brendan
2002-05-03 14:50:46 +00:00
pinkerton%netscape.com
270d6a852d
backing out last patch, it doesn't work
2002-05-03 14:20:31 +00:00
pinkerton%netscape.com
49098d56df
Fix data length issues with CF_HTML. It's utf8, so don't treat it like
...
unicode when computing the length. r=brade/sr=kin, bug 69566.
2002-05-03 14:19:11 +00:00
pinkerton%netscape.com
d9e2699e22
Fix NS_ConvertUTF8ToUCF2 correctly work with substrings. patch by jag, r=pink
...
sr=scc, bug#141866
2002-05-03 13:57:12 +00:00
waterson%netscape.com
19cc34e181
Bug 137094. Prevent flow-of-control leak of space manager. r=attinasi, sr=kin.
2002-05-03 13:49:44 +00:00
dp%netscape.com
a087962d3f
Necko uri folded into necko
2002-05-03 13:27:16 +00:00
ccarlen%netscape.com
ea7e9cc6d5
Bug 141673 - PPEmbed crashes on launch due to bad code added in nsIFile API change. r=pinkerton/sr=darin
2002-05-03 13:22:08 +00:00
rayw%netscape.com
7a76b01cce
Fixes bug 141765, r=heikki, sr=jst, rs=rayw.
...
This is a very simple, safe fix that fixes a crash in decoding structures
inside of arrays in SOAP, and affects nothing else.
2002-05-03 11:56:31 +00:00
seawood%netscape.com
190c78368f
Restore unlabelled 'MozillaHack's.
...
Bug #140869
2002-05-03 10:25:32 +00:00
seawood%netscape.com
07e47dd696
Restoring unlabelled 'MozillaHack's. Fixing Netscape uname bustage.
...
Bug #140869
2002-05-03 10:02:05 +00:00
seawood%netscape.com
2e7b34b1ee
Sync config.guess & config.sub with official GNU versions.
...
Bug #140869 r=bryner
2002-05-03 08:49:10 +00:00
seawood%netscape.com
33df5008ab
Sync config.guess & config.sub with official GNU copies.
...
Bug #140869 r=bryner
2002-05-03 08:28:56 +00:00
seawood%netscape.com
a9ab635793
Fix xlib bustage.
...
Thanks to Roland Mainz <Roland.Mainz@informatik.med.uni-giessen.de> for the patch.
Bug #135441 r=cls
2002-05-03 08:11:10 +00:00
hyatt%netscape.com
1a3f0e300b
Adding globe icon for URL bar. Updating to 0.2.7
2002-05-03 08:02:16 +00:00
darin%netscape.com
b4b75daa66
cleaning up documentation, marking some interfaces frozen, and splitting
...
up some interfaces into separate IDL files (b=124465)
reviewed by dougt and bbaetz
2002-05-03 07:49:43 +00:00
hyatt%netscape.com
caa8d96337
Adding globe icon for URL bar. Updating to 0.2.7
2002-05-03 07:32:18 +00:00
hyatt%netscape.com
044f972ac7
Fix for 121583. r=ben, sr=kin, adt=selmer
2002-05-03 07:03:27 +00:00
gerv%gerv.net
b218062135
Bug 135836 - change requests should include expiration details. Patch by zeroJ@null.net; r=gerv, justdave.
2002-05-03 06:37:47 +00:00
jaggernaut%netscape.com
0af0c3ac3c
Bug 139321: forward button not working with pdf, r=biesi, sr=alecf
2002-05-03 06:37:32 +00:00
gerv%gerv.net
bfb3cce8b4
Bug 141609 - "Version unspecified" error when changing product with product groups enabled. Patch by myk; 2xr=gerv.
2002-05-03 06:03:25 +00:00
darin%netscape.com
7b515efbd9
documentation cleanup for nsIFile/nsILocalFile API changes (no code changes)
2002-05-03 06:01:29 +00:00
matty%chariot.net.au
47f731d5e8
Bug 97496: Release notes updates.
2002-05-03 05:50:32 +00:00