Commit Graph

102782 Commits

Author SHA1 Message Date
bbaetz%student.usyd.edu.au
a5d4b479a4 bug 117718 - Mass Change removes a bugs groupset if the bug was in the
wrong product group
r=justdave x2


git-svn-id: svn://10.0.0.236/trunk@119094 18797224-902f-48f8-a5cc-f745e15eee43
2002-04-16 08:29:01 +00:00
bbaetz%student.usyd.edu.au
bab19bde2c Bug 125427 - Taint error in duplicates.cgi with perl < 5.6
r=gerv, myk


git-svn-id: svn://10.0.0.236/trunk@119093 18797224-902f-48f8-a5cc-f745e15eee43
2002-04-16 08:25:52 +00:00
bbaetz%student.usyd.edu.au
183c98e9f7 Bug 129420 - mailto: urls not working with PAC
r=dougt, sr=darin


git-svn-id: svn://10.0.0.236/trunk@119091 18797224-902f-48f8-a5cc-f745e15eee43
2002-04-16 07:41:47 +00:00
igor%mir2.org
76a458a7fe Fixing bug 137181 so after delete arguments[i], arguments[i] and corresponding function parameter in activation are not shared:
The patch uses the special NOT_FOUND value to flag deleted indexes. It also
make sure that original array object passed to Function.call is not modified,
as all changes goes to cloned copy. It is not necessary for the fix, but it is
the only place in the current Rhino that can alter Object[] array passed to
Function.call and I think it is better to remove this exceptional case.


git-svn-id: svn://10.0.0.236/trunk@119090 18797224-902f-48f8-a5cc-f745e15eee43
2002-04-16 07:28:40 +00:00
igor%mir2.org
8bbd639ae9 In setAttributes(int,...) mask out unused attributes bits in the same as setAttributes(String,...) does
git-svn-id: svn://10.0.0.236/trunk@119089 18797224-902f-48f8-a5cc-f745e15eee43
2002-04-16 07:24:50 +00:00
sspitzer%netscape.com
ccf58a14b9 until we've got a proper fix for the focus / cursor issue
(bug #130581) we need to turn of the cached compose window
(by default) on linux.  r/sr=bienvenu


git-svn-id: svn://10.0.0.236/trunk@119088 18797224-902f-48f8-a5cc-f745e15eee43
2002-04-16 07:23:38 +00:00
sspitzer%netscape.com
e142e2424f fix for #137697. about:config generates xpconnect errors
because getImageSrc is not defined.  r/sr=bienvenu


git-svn-id: svn://10.0.0.236/trunk@119087 18797224-902f-48f8-a5cc-f745e15eee43
2002-04-16 07:18:00 +00:00
sspitzer%netscape.com
c189301a1c explictly call .get(). no bug. r/sr=bienvenu
git-svn-id: svn://10.0.0.236/trunk@119086 18797224-902f-48f8-a5cc-f745e15eee43
2002-04-16 06:59:14 +00:00
jaggernaut%netscape.com
d8a26b0f43 Bug 121841: <!ENTITY> hangs 0.9.8 and trunk using 100% CPU. r=bryner, sr=scc. With thanks to Jeff Qiu <jeff.qiu@sun.com>.
git-svn-id: svn://10.0.0.236/trunk@119084 18797224-902f-48f8-a5cc-f745e15eee43
2002-04-16 06:27:16 +00:00
sspitzer%netscape.com
3b5d837bd9 fix build bustage, forgot to check in this file for #134897
git-svn-id: svn://10.0.0.236/trunk@119083 18797224-902f-48f8-a5cc-f745e15eee43
2002-04-16 06:26:59 +00:00
edburns%acm.org
739f828b40 Webclient compiles and runs with MOZILLA_0_9_9_BRANCH.
git-svn-id: svn://10.0.0.236/trunk@119082 18797224-902f-48f8-a5cc-f745e15eee43
2002-04-16 06:12:28 +00:00
sspitzer%netscape.com
6a538e9e68 landing cavin's fix for #134897. turbo related bug:
Mail account info and message display not working for new profile created in Quick Launch mode
r=bienvenu, sr=sspitzer


git-svn-id: svn://10.0.0.236/trunk@119080 18797224-902f-48f8-a5cc-f745e15eee43
2002-04-16 05:22:35 +00:00
bryner%netscape.com
44e172b98b Adding support for optgroups for XBL form controls (bug 130115). r=jkeiser, varga sr=jst.
git-svn-id: svn://10.0.0.236/trunk@119078 18797224-902f-48f8-a5cc-f745e15eee43
2002-04-16 05:09:35 +00:00
jaggernaut%netscape.com
af4e22d49e Bug 128965: Better icons for components in Window menu. r=marlon, sr=jag
git-svn-id: svn://10.0.0.236/trunk@119076 18797224-902f-48f8-a5cc-f745e15eee43
2002-04-16 04:39:13 +00:00
justdave%syndicomm.com
08b9c8baaf Fix for bug 137669: remove <nobr> tags from attachment status lists
Patch by Jeffrey Baker <jwbaker@acm.org>
r= justdave x2


git-svn-id: svn://10.0.0.236/trunk@119075 18797224-902f-48f8-a5cc-f745e15eee43
2002-04-16 04:25:21 +00:00
jefft%netscape.com
8a90bdb33a fixed bug 133437 - Sent Copy of MDN Request messages should have MSG_FLAG_MDN_REPORT_NEEDED turned off; r=ducarroz, sr=bienvenu
git-svn-id: svn://10.0.0.236/trunk@119074 18797224-902f-48f8-a5cc-f745e15eee43
2002-04-16 04:18:19 +00:00
jefft%netscape.com
ed08b7175b fixed bug 136476 - MDN:If you filter mesgs and receive a mesg that is
requesting RR, you are prompted to send the RR before you actually click
on the mesg; r=bienvenu, sr=sspitzer

fixed bug 133437 - Sent Copy of MDN Request messages should have
MSG_FLAG_MDN_REPORT_NEEDED turned off; r=ducarroz, sr=bienvenu


git-svn-id: svn://10.0.0.236/trunk@119073 18797224-902f-48f8-a5cc-f745e15eee43
2002-04-16 04:16:40 +00:00
bzbarsky%mit.edu
30bc7a2891 Fix the "Close" menuitem and keyboard shortcut in Inspector. r=hwaara,
sr=hewitt.


git-svn-id: svn://10.0.0.236/trunk@119072 18797224-902f-48f8-a5cc-f745e15eee43
2002-04-16 04:14:49 +00:00
jefft%netscape.com
b565343992 fixed bug 136476 -MDN:If you filter mesgs and receive a mesg that is requesting RR, you are prompted to send the RR before you actually click on the mesg; r=bienvenu, sr=sspitzer
git-svn-id: svn://10.0.0.236/trunk@119071 18797224-902f-48f8-a5cc-f745e15eee43
2002-04-16 04:13:09 +00:00
bzbarsky%mit.edu
e3d1f58b1c cloneNode() needs to copy the "style" attr as an HTMLValue, not as a
string.  Bug 137428, r=fabian, sr=jst


git-svn-id: svn://10.0.0.236/trunk@119070 18797224-902f-48f8-a5cc-f745e15eee43
2002-04-16 04:12:03 +00:00
shanjian%netscape.com
8514f72223 #128154 Crash: opening non-ascii attachments
replace default "default char" from "?" to "_".
r=ftang, sr=alecf.


git-svn-id: svn://10.0.0.236/trunk@119069 18797224-902f-48f8-a5cc-f745e15eee43
2002-04-16 04:10:54 +00:00
matty%chariot.net.au
2477beaf12 Release notes update.
git-svn-id: svn://10.0.0.236/trunk@119067 18797224-902f-48f8-a5cc-f745e15eee43
2002-04-16 04:03:30 +00:00
bryner%netscape.com
bbc0df6f1d Oops, I meant to remove this files when I removed the old XBL form controls (bug 137483). These are no longer in the tree.
git-svn-id: svn://10.0.0.236/trunk@119066 18797224-902f-48f8-a5cc-f745e15eee43
2002-04-16 04:00:58 +00:00
seawood%netscape.com
f1970f74c1 Add nsIMacTextInputEventSink to XPIDLSRCS.
Fixing OSX mach-o tinderbox bustage.


git-svn-id: svn://10.0.0.236/trunk@119064 18797224-902f-48f8-a5cc-f745e15eee43
2002-04-16 03:54:11 +00:00
morse%netscape.com
687e7a6c73 bug 62348, treat unescaped slash in query string correctly, coder=sn@neopoly.de, r=morse, sr=jag, a=asa
git-svn-id: svn://10.0.0.236/trunk@119061 18797224-902f-48f8-a5cc-f745e15eee43
2002-04-16 03:13:20 +00:00
ccarlen%netscape.com
e67f99d6b3 Fixing bustage - needs #if TARGET_CARBON
git-svn-id: svn://10.0.0.236/trunk@119056 18797224-902f-48f8-a5cc-f745e15eee43
2002-04-16 02:46:14 +00:00
mjudge%netscape.com
971c0c3c10 82151 r=jfrancis sr = kin
git-svn-id: svn://10.0.0.236/trunk@119055 18797224-902f-48f8-a5cc-f745e15eee43
2002-04-16 02:42:09 +00:00
mjudge%netscape.com
7c514c7a2d r= jfrancis sr= kin
git-svn-id: svn://10.0.0.236/trunk@119054 18797224-902f-48f8-a5cc-f745e15eee43
2002-04-16 02:39:54 +00:00
mscott%netscape.com
d6312bc6eb Bug #134745 --> prevent multiple biff calls from trying to
show an animated alert when we are already showing an alert.

Bug #133130 --> fix a race condition that caused the notification icon
to never go away.

r=bhuvan
sr=bienvenu


git-svn-id: svn://10.0.0.236/trunk@119050 18797224-902f-48f8-a5cc-f745e15eee43
2002-04-16 01:40:42 +00:00
dougt%netscape.com
00a9390fb5 fix mac build bustage
git-svn-id: svn://10.0.0.236/trunk@119049 18797224-902f-48f8-a5cc-f745e15eee43
2002-04-16 01:25:24 +00:00
varga%utcru.sk
c8db1a769f Fix for bug 137178 - Outliner tree expanded by default, should not be.
- prevent insertions to closed containers
r=sgehani/varga, sr=hewitt, patch=sgehani,varga


git-svn-id: svn://10.0.0.236/trunk@119047 18797224-902f-48f8-a5cc-f745e15eee43
2002-04-16 01:12:22 +00:00
morse%netscape.com
32f416081d bug 137551, form manager stopped working, sr=scc, a=asa
git-svn-id: svn://10.0.0.236/trunk@119045 18797224-902f-48f8-a5cc-f745e15eee43
2002-04-16 01:03:11 +00:00
relyea%netscape.com
8eb6106686 Don't free the temp secmod.db name until we are through using it.
git-svn-id: svn://10.0.0.236/trunk@119044 18797224-902f-48f8-a5cc-f745e15eee43
2002-04-16 00:24:34 +00:00
shliang%netscape.com
a3f82b7e39 137211 - change Netcenter reference in absync to Netscape.com. r=ssu,sr=sspitzer,a=asa
git-svn-id: svn://10.0.0.236/trunk@119043 18797224-902f-48f8-a5cc-f745e15eee43
2002-04-16 00:15:25 +00:00
mcafee%netscape.com
53053a425c Stub file for generated modules.mk, part of future embed build mechanism, not used by mozilla. r=garrett.
git-svn-id: svn://10.0.0.236/trunk@119042 18797224-902f-48f8-a5cc-f745e15eee43
2002-04-16 00:13:33 +00:00
despotdaemon%netscape.com
c9c1107042 Pseudo-automatic update of changes made by myk@mozilla.org.
git-svn-id: svn://10.0.0.236/trunk@119041 18797224-902f-48f8-a5cc-f745e15eee43
2002-04-16 00:13:06 +00:00
bienvenu%netscape.com
c442f87092 put up error message when user tries to move/copy messages not downloaded for offline use to local folders r=naving,sr=sspitzer 131047
git-svn-id: svn://10.0.0.236/trunk@119038 18797224-902f-48f8-a5cc-f745e15eee43
2002-04-16 00:09:43 +00:00
shliang%netscape.com
507b785098 134801 - Account Manager panels sorted incorrectly - r=bhuvan,sr=sspitzer,a=asa
git-svn-id: svn://10.0.0.236/trunk@119037 18797224-902f-48f8-a5cc-f745e15eee43
2002-04-16 00:08:44 +00:00
heikki%netscape.com
76fc825460 Bug 128541, make send(null) work again. r=harishd, sr=jst.
git-svn-id: svn://10.0.0.236/trunk@119031 18797224-902f-48f8-a5cc-f745e15eee43
2002-04-16 00:02:58 +00:00
dougt%netscape.com
b7bc680fcc removing #error to fix build bustage
git-svn-id: svn://10.0.0.236/trunk@119027 18797224-902f-48f8-a5cc-f745e15eee43
2002-04-15 23:57:42 +00:00
ftang%netscape.com
ad2ed72858 fix bug 110726. Add carbon event handler for Text Input event to handle input methods r=ccarlen sr=sfraser a=asa
git-svn-id: svn://10.0.0.236/trunk@119025 18797224-902f-48f8-a5cc-f745e15eee43
2002-04-15 23:53:11 +00:00
ftang%netscape.com
77a58c15ab fix bug 110726. r=ccarlen sr=sfraser a=asa add CTextInputEventhandling.cpp
git-svn-id: svn://10.0.0.236/trunk@119024 18797224-902f-48f8-a5cc-f745e15eee43
2002-04-15 23:51:13 +00:00
ftang%netscape.com
aade862b31 fix bug 110726. add carbon event handler for Text Input events. r=ccarlen sr=sfraser a=asa
git-svn-id: svn://10.0.0.236/trunk@119021 18797224-902f-48f8-a5cc-f745e15eee43
2002-04-15 23:49:29 +00:00
ftang%netscape.com
9983fb0ade fix bug 110726. r=ccarlen sr=sfraser a=asa . implement nsIMacTextInputEventSink on nsMacWindow so embdding application can send in Input Method events.
git-svn-id: svn://10.0.0.236/trunk@119020 18797224-902f-48f8-a5cc-f745e15eee43
2002-04-15 23:47:05 +00:00
colin%theblakes.com
b4dacc8d9c Make printing work again on OpenVMS.
b=136884 r=rods sr=attinasi


git-svn-id: svn://10.0.0.236/trunk@119019 18797224-902f-48f8-a5cc-f745e15eee43
2002-04-15 23:47:02 +00:00
ftang%netscape.com
7b220e60c4 fix 110726. add new idl for mac embedding r=ccarlen sr=sfraser a=asa
git-svn-id: svn://10.0.0.236/trunk@119018 18797224-902f-48f8-a5cc-f745e15eee43
2002-04-15 23:45:27 +00:00
darin%netscape.com
20c598b6e8 fixes bug 136216 "[viewpoint] GetURL fails on https file when the file is
partially in the browser's memory cache" r=serge sr=rpotts


git-svn-id: svn://10.0.0.236/trunk@119017 18797224-902f-48f8-a5cc-f745e15eee43
2002-04-15 23:45:07 +00:00
joki%netscape.com
38545b4f98 Fix for bug 135345, have input element check its own focus state before attempting to set focus to itself to avoid possible recursion inside onfocus handlers. r:jkeiser, sr:jst
git-svn-id: svn://10.0.0.236/trunk@119015 18797224-902f-48f8-a5cc-f745e15eee43
2002-04-15 23:29:15 +00:00
gerv%gerv.net
5f70d85ddd Bug 121247 - enter_bug comment templates. Template method for amalgamation of free-form enter_bug text fields into the description. Patch by gerv; 2xr=myk.
git-svn-id: svn://10.0.0.236/trunk@119014 18797224-902f-48f8-a5cc-f745e15eee43
2002-04-15 23:17:03 +00:00
naving%netscape.com
907f271f54 136784 r=bienvenu sr=mscott. Make compact local folders work for out-of-date summary files
and skip the folder if we are in middle of building msf file(parsing kicked off by selecting folder).


git-svn-id: svn://10.0.0.236/trunk@119013 18797224-902f-48f8-a5cc-f745e15eee43
2002-04-15 23:05:07 +00:00