sspitzer%netscape.com
b34a88c9f6
fix for #40480 (problems with offscreen rows in search and filters)
...
fix for #78429 (status / priority pickers coming up blank)
and code cleanup. some of it r=hwaara, all of it r,sr=bienvenu
2001-07-13 21:16:31 +00:00
sspitzer%netscape.com
bfa2784e0c
fix for #90678 . more regressions caused by bad box -> vbox landing.
...
r/sr=bienvenu
2001-07-13 20:55:39 +00:00
sspitzer%netscape.com
670747a8a4
fix for #90678 . more regression from the box -> vbox landing.
...
r/sr=bienvenu
2001-07-13 20:48:45 +00:00
blakeross%telocity.com
bb92e9fb81
Wrong mimetype icons showing up for applications pref pane. r=bz sr=ben
2001-07-13 20:48:29 +00:00
yokoyama%netscape.com
bc50f1133e
Bug 75707: Some BIG5 characters can not be displayed properly in Solaris Trunk
...
add a boolean value to valid the med
checking in for ftang
2001-07-13 20:42:34 +00:00
sfraser%netscape.com
4787fc9a45
Fix bug 84216: add option to Mac build scripts to pull by date (options pull_by_date). r=peterv,sr=scc
2001-07-13 20:08:50 +00:00
cotter%netscape.com
efed285fe5
help content updates per b+85925, PDT approved, r=oeschger@netscape.com
2001-07-13 19:59:44 +00:00
dcone%netscape.com
ed1efd202b
b=88343 r=peterl sr=karnaze Fix a crash when the user goes back to a page with a listbox.
2001-07-13 19:51:59 +00:00
sspitzer%netscape.com
7d91e95850
follow up code cleanup to bug #67192 .
...
r & sr=bienvenu
2001-07-13 19:45:32 +00:00
bnesse%netscape.com
1f5364e562
Fix for bug 90382. The x and y coordinates in nsPluginWindow should be defined as PRInt32's not PRUint32's. r=av, sr=attinasi.
2001-07-13 18:55:10 +00:00
akkana%netscape.com
98989d30a1
69638: Use <span> instead of <blockquote> for plaintext quotes, to fix caret motion problems. r=mcafee, sr=sfraser
2001-07-13 18:45:53 +00:00
dbaron%fas.harvard.edu
76d666b495
Changing CRLF line endings to LF to fix IRIX bustage.
2001-07-13 18:34:42 +00:00
nhotta%netscape.com
a52d50df43
Changed simplified chinese encoders (GBK and GB2312) to include the unmapped character to length in case of NS_ERROR_UENC_NOMAPPING,
...
bug 90202, r=ftang, sr=blizzard.
2001-07-13 18:22:10 +00:00
harishd%netscape.com
47b8b8e1b6
87110 - Avoid memory bloat by moving Malloc out of do-while. Also do not propagate error messages
...
from unicode coverter. r=ftang, sr=vidur.
89732 - Stop searching for words if mOffset is negative. r=jst sr=vidur
2001-07-13 18:21:23 +00:00
mkaply%us.ibm.com
26bf67c1e8
More IRIX CRLF bustage
2001-07-13 18:19:47 +00:00
brendan%mozilla.org
a41197782b
Fix a bug reported incompletely by 89474: UMR in its_item for it.item() calls (NOT PART OF BUILD).
2001-07-13 17:58:50 +00:00
timeless%mac.com
8d0478157a
Bugzilla Bug 90598 spelling and minor syntactic correctness [doeHs]
...
r=mpt a=terry. [C=WP, A=OED]
2001-07-13 17:45:52 +00:00
mkaply%us.ibm.com
344819b9a0
More IRIX CRLF bustage
2001-07-13 16:09:33 +00:00
mkaply%us.ibm.com
d801288b4d
IRIX bustage - CRLF
2001-07-13 13:54:08 +00:00
nboyd%atg.com
bd4398308e
Subject:
...
Rhino: deal with all Throwables in Interpreter.interpret
Date:
Thu, 12 Jul 2001 14:27:34 +0200
From:
Igor Bukanov <igor@icesoft.no>
Organization:
Wind River
To:
Norris Boyd <nboyd@atg.com>
The attached patch modifies the catch code in Interpreter.interpret to
catch general Throwable exceptions to allow cleanup after throwing an
Error instance from Context.observeInstructionCount.
===================
Subject:
Rhino: change of InterpreterData.itsLineNumberTable from Hahstable to
UintHash
Date:
Thu, 12 Jul 2001 15:51:38 +0200
From:
Igor Bukanov <igor@icesoft.no>
Organization:
Wind River
To:
Norris Boyd <nboyd@atg.com>
The patch linetable_patch changes InterpreterData.itsLineNumberTable
from Hahstable to UintHash and debug/DebuggableScript.java to return
int[] array instead of Enumeration. It was run produced via
diff -ru javascript.0 javascript
The patch debugger_patch contains update for
toolsrc/org/mozilla/javascript/tools/debugger/Main.java to reflect above
api changes.
===============================
Subject:
Rhino: patch not to store VariableTable in InterpreterData
Date:
Thu, 12 Jul 2001 16:34:18 +0200
From:
Igor Bukanov <igor@icesoft.no>
Organization:
Wind River
To:
Norris Boyd <nboyd@atg.com>
The patch removes the "VariableTable itsVariableTable" field from
InterpreterData so it would not be stored in
InterpretedFunction/InterpretedScript and could be garbage collected
after interpreter byte code generation is finished. The usage of
theData.itsVariableTable it Interpreter.interpret is replaced by
accessing argNames/argCount fields from the passed NativeFunction.
2001-07-13 13:53:40 +00:00
kin%netscape.com
907212d677
Fixes from kin@netscape.com and brade@netscape.com
...
for bug #86450 : pasting plaintext into text area loses significant whitespace
content/base/src/nsDocumentEncoder.cpp
- Look for -moz-pre-wrap in the correct attribute ("style").
editor/base/nsHTMLDataTransfer.cpp
editor/base/nsPlaintextDataTransfer.cpp
- Set the correct mime-type on the encoder and transfer data.
- Pass correct init flags to encoder.
layout/base/src/nsCopySupport.cpp
layout/base/src/nsCopySupport.h:
- Added IsPlainTextContext() method.
- Modified HTMLCopy() to pass correct init flags and
mime-type to the encoder during plaintext copy.
r=kin@netscape.com ,brade@netscape.com sr=sfraser@netscape.com
2001-07-13 13:38:10 +00:00
dcone%netscape.com
6917d1184c
bug=88608 r=dcone sr=attinasi Put in UI for the A3 paper size for printing
2001-07-13 13:35:48 +00:00
mkaply%us.ibm.com
d64c9d1319
More CRLF bustage for IRIX
2001-07-13 11:48:54 +00:00
colin%theblakes.com
eeed8a41d9
OpenVMS only: do not prototype strerror. b=86323 sr=leaf
2001-07-13 10:50:26 +00:00
locka%iol.ie
b03677215d
Added new interface nsITooltipTextProvider and service to chrome listener. b=90195 r=valeski:@netscape.com sr=rpotts@netscape.com
2001-07-13 09:20:07 +00:00
locka%iol.ie
27dd6b5fd9
Fixed carriage return problem caused by checking in makefile.win on Linux. b=90404 r=chak@netscape.com sr=blizzard@mozilla.org
2001-07-13 09:17:34 +00:00
locka%iol.ie
c03b5bd1c0
Removed commented out rm operation. b=90404 r=chak@netscape.com sr=blizzard@mozilla.org
2001-07-13 09:12:33 +00:00
locka%iol.ie
e460fa3313
Update embedding manifest system to run through gen_mn.pl and be more tolerant of missing modules and people forgetting to update embed-jar.mn. b=90404 r=chak@netscape.com sr=blizzard@mozilla.org
2001-07-13 09:09:24 +00:00
katakai%japan.sun.com
ccd9c6510b
bug 90415
...
Account setup wizard: XIM status window doesn't show when it's turned on
r/sr=blizzard
2001-07-13 08:59:34 +00:00
jaggernaut%netscape.com
6da77f6bcc
Bug 9449: ``Top (shell) level window does not render non-English unicode text properly''. Patch by Ilya Konstantinov <mozilla-bugzilla@future.galanet.net>, r=jag, sr=blizzard
2001-07-13 08:53:30 +00:00
katakai%japan.sun.com
c8335c7f42
NOT PART OF BUILD: part of bug 84380
...
component of thai presentation forms under extensions
2001-07-13 08:48:30 +00:00
hwaara%chello.se
ee4784ff75
#67192 , nsMsgAccountManagerDataSource::supportsFilters should use the fairly new canHaveFilters bit to determine whether a nsMsgIncomingServer supports filters. r=timeless, sr=bienvenu
2001-07-13 08:31:01 +00:00
mstoltz%netscape.com
f3d9b0caa1
Bug 77485 - defining a function in another window using a targeted javascript:
...
link. Prevent running javascript: urls cross-domain and add a security check for adding
and removing properties. r=harishd, sr=jst.
2001-07-13 07:08:26 +00:00
dbaron%fas.harvard.edu
ad6bdfd2c5
Remove carriage returns introduced by previous checkin. Fixes IRIX bustage.
2001-07-13 06:16:18 +00:00
brendan%mozilla.org
2822c6166e
Always select JSOP_EVAL for unqualified eval calls (77578, r=rogerl, sr=shaver).
2001-07-13 06:13:56 +00:00
bernd.mielke%snafu.de
6fcb747ea2
nsTableFrame code cleanup bug 89747 r =karnaze sr=attinasi
2001-07-13 05:53:09 +00:00
mscott%netscape.com
7dd8f08a94
Bug #89414 --> mis-spelled a JS variable name. It should be choseApp.
...
r/sr=sspitzer
2001-07-13 05:45:59 +00:00
dbaron%fas.harvard.edu
e80f5a5eef
Changing vertical alignment of some form controls from 'bottom' to 'text-bottom', which is a good thing in itself but also fixes one of the many conditions needed to trigger bug 78066. b=87981 r=attinasi sr=waterson
2001-07-13 05:19:34 +00:00
timeless%mac.com
b5c0d6254f
Bugzilla Bug 88747 nsCRT::atoi should be removed or fixed
...
previous definition just recursed infinitely. |::atoi| takes a |char*|.
r=dbradley sr=scc
2001-07-13 05:17:33 +00:00
shanjian%netscape.com
360df58709
This is a document explaining the code in birdview.
2001-07-13 05:08:11 +00:00
mscott%netscape.com
8ab80a9d3e
Bug #89628 --> don't create a session history entry if there is no session history for this docshell chain.
...
Fixes the problem where the mailnews message pane was suddenly getting the scroll bar state remembered across messages.
(checking in for radha)
r=valeski
sr=mscott
2001-07-13 04:53:58 +00:00
mscott%netscape.com
3b18db52c8
Bug #89181 --> fix a typo.
...
r/sr=sspitzer
2001-07-13 04:44:56 +00:00
dcone%netscape.com
13181e8300
bug=82573 r=peterl sr=attinasi. Used the margin calculation to many times. Put in some code
...
so the PS can be debugged on windows
2001-07-13 04:13:01 +00:00
cmanske%netscape.com
46f719f5a6
Finish fix for missing menulists in Table Properties dialog, b=89644, r=sfraser, sr=kin
2001-07-13 04:10:07 +00:00
depstein%netscape.com
ca242cf008
update nsIWebNav tests (correct load/reload flags)
2001-07-13 01:46:57 +00:00
jst%netscape.com
1e3672ffdc
Fixing smoketest blocker 90472. Only initialize the context when the JS scope was cleared. r=harishd@netscape.com
2001-07-13 01:30:44 +00:00
pschwartau%netscape.com
dbf7887f5e
Initial add. Regression test for bug 77578.
2001-07-13 01:29:24 +00:00
cotter%netscape.com
9394290972
help content update per b=85925, PDT approved, r=oeschger@netscape.com
2001-07-12 23:47:12 +00:00
idk%eng.sun.com
a361d7a4c2
*not part of the build*
...
urpConnect update
2001-07-12 23:27:20 +00:00
edburns%acm.org
b2b531d4e3
bug=85523
...
ra=edburns
authors=edburns,
* Brian Satterfield <bsatterf@atl.lmco.com>
* Anthony Sizer <sizera@yahoo.com>
This implements Post. Please see EMWindow for how to use.
2001-07-12 23:18:52 +00:00