ian%hixie.ch
de97b7e2eb
Add support for converting + signs in URIs back to spaces.
2002-05-04 01:02:19 +00:00
edburns%acm.org
83e5af980d
Make it possible to render the bookmarks tree, but you can't click on a
...
bookmark to open it in the browser due to a Java side deadlock.
2002-05-04 00:30:01 +00:00
ssu%netscape.com
b18fde6b52
fixing bug 141858 - unexpected setup\setup.exe error message after installing browser
2002-05-04 00:18:54 +00:00
mcafee%netscape.com
48ff418fc7
Print out visited modules in leaf-first order, first attempt at fixing the build-order problem.
2002-05-04 00:17:06 +00:00
mscott%netscape.com
0c08e54233
Bug #121583 --> work around the infinite reflow loop in various windows that use tree widgets by
...
forcing a min height and min width on the the tree. This fixes the famous 100 % CPU hang.
Patch from kin@netscape.com
r=mscott
sr=hyatt
2002-05-04 00:04:39 +00:00
rginda%netscape.com
d80e2f0750
- venkman only -
...
bug 137327, r=caillon@returnzero.com ,a=shaver
translate null to -1 in getParentIndex return, to avoid infinite loop
2002-05-04 00:04:07 +00:00
rginda%netscape.com
b99d7ba3f2
- cview only -
...
bug 137327, r=caillon@returnzero.com ,a=shaver
translate null to -1 in getParentIndex return, to avoid infinite loop
2002-05-04 00:03:28 +00:00
beard%netscape.com
3bc8d1d51c
[not part of build] Change history for 1.0fc2.
2002-05-03 23:40:53 +00:00
beard%netscape.com
29457f8fc5
[not part of build] bumped version to 1.0fc2.
2002-05-03 23:40:15 +00:00
mcafee%netscape.com
6a97078a50
opaque data comment
2002-05-03 23:37:38 +00:00
bnesse%netscape.com
9acd457492
Bumped version to 1.0fc2.
2002-05-03 23:35:39 +00:00
bnesse%netscape.com
4abfcd5b22
[Not part of build] Fix for bug 136063. r=sdagley, sr=beard.
2002-05-03 23:27:33 +00:00
cmanske%netscape.com
53570fb145
Fixed previewing page in browser command in Composer, b=140959, r=brade, sr=kin
2002-05-03 23:23:55 +00:00
kestes%walrus.com
20eb7f271b
fixes to the split on change state
2002-05-03 23:16:53 +00:00
rginda%netscape.com
99934c39c8
- chatzilla only -
...
correct the command name for the View->Open At Startup option
2002-05-03 23:02:12 +00:00
cathleen%netscape.com
16e0f2f1ca
export rules file into dist r=dp
2002-05-03 22:51:16 +00:00
kestes%walrus.com
9af79c36d1
change call to savetree_db to use oo notiation so we search ISA
2002-05-03 22:37:41 +00:00
dp%netscape.com
c796599b2b
Moving printNodeProcessor to new api
2002-05-03 22:33:08 +00:00
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