Commit Graph

114549 Commits

Author SHA1 Message Date
caillon%returnzero.com
d751688cb9 Backing out these changes since they appear to have caused a Txul regression on some tinderboxes (not all... weird...)
git-svn-id: svn://10.0.0.236/trunk@135111 18797224-902f-48f8-a5cc-f745e15eee43
2002-12-11 05:11:02 +00:00
seawood%netscape.com
cd7937182e Fix CFData memory leak.
Bug #131306 r=beard


git-svn-id: svn://10.0.0.236/trunk@135110 18797224-902f-48f8-a5cc-f745e15eee43
2002-12-11 05:05:42 +00:00
bzbarsky%mit.edu
e69b0ba88c Backing out bug 182124 because I think it caused Ts to go up...
git-svn-id: svn://10.0.0.236/trunk@135109 18797224-902f-48f8-a5cc-f745e15eee43
2002-12-11 04:35:37 +00:00
leaf%mozilla.org
81b901b7c5 Automated update
git-svn-id: svn://10.0.0.236/trunk@135108 18797224-902f-48f8-a5cc-f745e15eee43
2002-12-11 04:30:08 +00:00
sspitzer%netscape.com
e1ca468952 fix for #59638. cross folder navigation in the stand alone msg window
doesn't load the next unread message.  thanks to ssu for the initial patch,
and neil for the suggestions.  r/sr=bienvenu

fix for #49305.  in "view all headers" mode, we only see the last header
for headers where multiple headers are legal.  thanks to richard.li@sun.com
for the initial patch.  r/sr=bienvenu

fix for #179803. when we added mail views, we added "Sender is[n't] in addressbook"
support to filter / search / views, but it left us with two "Sender" menuitems.
this code unifies them into one.  on disk (for filters and views) both the old
way ("from in ab") and the new way ("from") work, so there isn't a migration issue.
r/sr=bienvenu


git-svn-id: svn://10.0.0.236/trunk@135107 18797224-902f-48f8-a5cc-f745e15eee43
2002-12-11 04:28:05 +00:00
sspitzer%netscape.com
cfe67012c1 optimization suggested by neil. use test() instead of substring()
[part of bug #59638]  r/sr=bienvenu


git-svn-id: svn://10.0.0.236/trunk@135106 18797224-902f-48f8-a5cc-f745e15eee43
2002-12-11 04:20:23 +00:00
seawood%netscape.com
84fde43725 Fix our libical integration:
Pull libical & calendar by default.
RForce libical libs to be always dynamic & prefix them with moz
Bug $178798 r=blizzard


git-svn-id: svn://10.0.0.236/trunk@135105 18797224-902f-48f8-a5cc-f745e15eee43
2002-12-11 04:15:45 +00:00
timeless%mozdev.org
c76dda3c44 Bug 184681 qt port fails to compile in plugins code
X and Qt don't get along...
r=peterl sr=roc+moz


git-svn-id: svn://10.0.0.236/trunk@135104 18797224-902f-48f8-a5cc-f745e15eee43
2002-12-11 04:11:33 +00:00
timeless%mozdev.org
818b7881fd Fixing viewer crashes where prevFont->mFontMetrics is null
rearranged the code to use early returns/no else after returns.
r=jkeiser rs=bz


git-svn-id: svn://10.0.0.236/trunk@135103 18797224-902f-48f8-a5cc-f745e15eee43
2002-12-11 04:11:23 +00:00
caillon%returnzero.com
b14aafcb58 Removing ifdef. r/sr=roc+moz. bug 181975
git-svn-id: svn://10.0.0.236/trunk@135102 18797224-902f-48f8-a5cc-f745e15eee43
2002-12-11 04:11:04 +00:00
sspitzer%netscape.com
372cf3605c fix for bug #183965. assertions and problems when running news urls.
caused by the checkin for #179162.  r/sr=bienvenu


git-svn-id: svn://10.0.0.236/trunk@135101 18797224-902f-48f8-a5cc-f745e15eee43
2002-12-11 04:06:26 +00:00
sspitzer%netscape.com
b5ffcfe301 fix bug #184078. localize "All" and "Unread" in message views.
r=mstoltz,sr=dveditz,sspitzer.  thanks to Marek.Wawoczny@GmbH.rubikon.pl for the fix.


git-svn-id: svn://10.0.0.236/trunk@135100 18797224-902f-48f8-a5cc-f745e15eee43
2002-12-11 04:03:20 +00:00
dbaron%fas.harvard.edu
10a7236c6a Correctly implement text-decoration in standards mode by drawing the underline on the element with the text-decoration property set. Refactor painting code a bit to avoid code duplication. Patch by Esben Mose Hansen <esben@oek.dk>, with paint refactoring and some other changes by dbaron. r=dbaron sr=bzbarsky b=1777
git-svn-id: svn://10.0.0.236/trunk@135099 18797224-902f-48f8-a5cc-f745e15eee43
2002-12-11 04:00:18 +00:00
dbaron%fas.harvard.edu
e4a0d80702 Oops. Make this assertion that snuck in (for bug 81268) |#ifdef DEBUG_dbaron| for now, since it fires sometimes.
git-svn-id: svn://10.0.0.236/trunk@135098 18797224-902f-48f8-a5cc-f745e15eee43
2002-12-11 03:35:21 +00:00
bzbarsky%mit.edu
321285231b Use the prototype cache smarter, not harder, for getting sheets. Bug
183859, r=sicking, sr=brendan.


git-svn-id: svn://10.0.0.236/trunk@135097 18797224-902f-48f8-a5cc-f745e15eee43
2002-12-11 03:33:40 +00:00
bzbarsky%mit.edu
d1a0c8d1d1 Chrome protocol handler should not munge URIs on channel open (and remove some
workarounds around that behavior).  Bug 182124, r=rjc, sr=darin


git-svn-id: svn://10.0.0.236/trunk@135096 18797224-902f-48f8-a5cc-f745e15eee43
2002-12-11 03:29:27 +00:00
kyle.yuan%sun.com
0be0d7608a Bug 159947 no way to multiselect using keyboard in list box
r=akkana, sr=bryner
Use charCode instead of keyCode to check whether a key typing is SPACE


git-svn-id: svn://10.0.0.236/trunk@135095 18797224-902f-48f8-a5cc-f745e15eee43
2002-12-11 03:24:27 +00:00
dbaron%fas.harvard.edu
0da606ffe7 Clean up twisty maze of IBMBIDI ifdefs related to HorizontalAlignFrames and fix an RTL alignment bug. b=131023 r=smontagu sr=roc
git-svn-id: svn://10.0.0.236/trunk@135094 18797224-902f-48f8-a5cc-f745e15eee43
2002-12-11 02:38:33 +00:00
dbaron%fas.harvard.edu
c6828396c3 Release theme global in nsBox from layout module destructor instead of on a object count for objects whose destructors are not all called. (Adds nsBox to the leak stats, which will make leaks go up.) b=177807 r=bryner sr=roc
git-svn-id: svn://10.0.0.236/trunk@135093 18797224-902f-48f8-a5cc-f745e15eee43
2002-12-11 02:33:33 +00:00
dbaron%fas.harvard.edu
8c6d6103fa Fix incorrect check of position property in IsPercentageBase. b=180845 r=roc sr=bzbarsky
git-svn-id: svn://10.0.0.236/trunk@135092 18797224-902f-48f8-a5cc-f745e15eee43
2002-12-11 02:29:35 +00:00
harishd%netscape.com
3c4e24e3c6 Avoid unnecessary string copies in nsFixPtr. b=169764, r=heikki, sr=peterv.
** Patch provided by jst@netscape.com **


git-svn-id: svn://10.0.0.236/trunk@135091 18797224-902f-48f8-a5cc-f745e15eee43
2002-12-11 01:46:46 +00:00
thayes%netscape.com
f99655d56d Bug 184557: Allow usage specified on command line (-u) to be used to validate
certificates used for signing (-S option).  Also add special handling for
nickname "NONE" in the -Y option.  This specifies that no certificate and
encryption key preference should be included in the signature object.


git-svn-id: svn://10.0.0.236/trunk@135090 18797224-902f-48f8-a5cc-f745e15eee43
2002-12-11 01:44:37 +00:00
sicking%bigfoot.com
fda411b22c Bug 184362: kill nsISupportsArray in transformiix
r=bz sr=peterv


git-svn-id: svn://10.0.0.236/trunk@135089 18797224-902f-48f8-a5cc-f745e15eee43
2002-12-11 01:22:37 +00:00
bienvenu%netscape.com
92922c3365 fix crash creating new account, r=caillon, sr=sspitzer 182982
git-svn-id: svn://10.0.0.236/trunk@135088 18797224-902f-48f8-a5cc-f745e15eee43
2002-12-11 01:01:14 +00:00
dbaron%fas.harvard.edu
82de7a2bfe Fix bustage from dougt's checkin. b=170585 r=caillon sr=bzbarsky
git-svn-id: svn://10.0.0.236/trunk@135087 18797224-902f-48f8-a5cc-f745e15eee43
2002-12-11 00:53:53 +00:00
bugreport%peshkin.net
a99e419a4f Bug 184256 Canedit group_control_map entry does not prevent making attachments
r=bbaetz
a=justdave


git-svn-id: svn://10.0.0.236/trunk@135085 18797224-902f-48f8-a5cc-f745e15eee43
2002-12-11 00:41:19 +00:00
bienvenu%netscape.com
7613578844 fix crash on startup with missing default val for server pref, r=dmose, caillon, sr=sspitzer 182982
git-svn-id: svn://10.0.0.236/trunk@135084 18797224-902f-48f8-a5cc-f745e15eee43
2002-12-11 00:30:18 +00:00
bzbarsky%mit.edu
499000aebc Resolve possible problem in the unlikely event that we kick off an async load
for a sheet and then kick off a sync load for the same sheet before the async
load completes...  Bug 183299, r=sicking, sr=peterv


git-svn-id: svn://10.0.0.236/trunk@135083 18797224-902f-48f8-a5cc-f745e15eee43
2002-12-11 00:28:47 +00:00
rjc%netscape.com
1c5ae34f7c Fix bug # 183052: remove assert in RDFXMLDataSourceImpl::Flush(). r=bzbarsky@mit.edu sr=darin@netscape.com
git-svn-id: svn://10.0.0.236/trunk@135082 18797224-902f-48f8-a5cc-f745e15eee43
2002-12-11 00:20:10 +00:00
bzbarsky%mit.edu
d795c711b3 more nsCOMArray goodness -- uriloader, this time. Bug 183656, r=timeless,
sr=rpotts


git-svn-id: svn://10.0.0.236/trunk@135081 18797224-902f-48f8-a5cc-f745e15eee43
2002-12-11 00:15:19 +00:00
ducarroz%netscape.com
c8b10b2035 Fix for bug 184550. Don't need anymore to insert the document header separatly. That will avoid the performance regression as well. R=cavin, SR=bienvenu
git-svn-id: svn://10.0.0.236/trunk@135080 18797224-902f-48f8-a5cc-f745e15eee43
2002-12-11 00:14:27 +00:00
bzbarsky%mit.edu
5ddb3f1ed7 Backing this part out; it doesn't work properly without a change elsewhere I
forgot I had in this tree.  :(


git-svn-id: svn://10.0.0.236/trunk@135079 18797224-902f-48f8-a5cc-f745e15eee43
2002-12-11 00:09:28 +00:00
jst%netscape.com
cca36a757e Fixing bug 184209. Don't access timeout's past the point where they are released in a situation when the release might have deleted the timeout. r=dbradley@netscape.com, sr=rpotts@netscpae.com
git-svn-id: svn://10.0.0.236/trunk@135078 18797224-902f-48f8-a5cc-f745e15eee43
2002-12-11 00:03:34 +00:00
bzbarsky%mit.edu
3cfea6bce3 Remove some nsISupportsArray usage in nsSelection in favor of nsCOMArray. Bug
184022, r=timeless, sr=peterv


git-svn-id: svn://10.0.0.236/trunk@135077 18797224-902f-48f8-a5cc-f745e15eee43
2002-12-11 00:02:49 +00:00
dougt%netscape.com
d2c1a76809 cleaning up the nsISeekableStream interface comments. r=darin, sr=jst, b=170585
git-svn-id: svn://10.0.0.236/trunk@135076 18797224-902f-48f8-a5cc-f745e15eee43
2002-12-11 00:01:36 +00:00
bzbarsky%mit.edu
4c211afba5 Clean up some nsISupportsArray users in rdf/. Bug 184346, r=timeless, sr=scc
git-svn-id: svn://10.0.0.236/trunk@135075 18797224-902f-48f8-a5cc-f745e15eee43
2002-12-10 23:58:55 +00:00
caillon%returnzero.com
790c7e866a 182982 - Mailnews utility library needs to use nsIPrefBranch, nsIPrefService, et alia
r=timeless/nhotta sr=bienvenu


git-svn-id: svn://10.0.0.236/trunk@135074 18797224-902f-48f8-a5cc-f745e15eee43
2002-12-10 23:52:28 +00:00
bienvenu%netscape.com
eb9c8225c3 fix crash reading some imap messages, add null check, r/sr=sspitzer 184455
git-svn-id: svn://10.0.0.236/trunk@135073 18797224-902f-48f8-a5cc-f745e15eee43
2002-12-10 23:45:27 +00:00
cbiesinger%web.de
85b4a2a508 r=timeless rs=bz
QT ONLY - remove USE_IMG2 ifdefs


git-svn-id: svn://10.0.0.236/trunk@135072 18797224-902f-48f8-a5cc-f745e15eee43
2002-12-10 23:44:32 +00:00
caillon%returnzero.com
8eb8abf86c 182954 - Convert content to use nsIPrefService, nsIPrefBranch, and friends.
r=sicking sr=peterv


git-svn-id: svn://10.0.0.236/trunk@135071 18797224-902f-48f8-a5cc-f745e15eee43
2002-12-10 23:44:03 +00:00
bienvenu%netscape.com
6cef246e46 fix potential memory trounce when syncing for offline on some imap servers, r=ducarroz, sr=sspitzer 181372
git-svn-id: svn://10.0.0.236/trunk@135070 18797224-902f-48f8-a5cc-f745e15eee43
2002-12-10 23:43:09 +00:00
cbiesinger%web.de
cf4a4360eb 184696 r=timeless rs=bz
QT ONLY - running qt build fails due to qwindowsstyle


git-svn-id: svn://10.0.0.236/trunk@135069 18797224-902f-48f8-a5cc-f745e15eee43
2002-12-10 23:42:14 +00:00
caillon%returnzero.com
6b60a8affb Bug 181975 - Convert layout to use nsIPrefService, nsIPrefBranch, and friends.
r/sr=roc+moz


git-svn-id: svn://10.0.0.236/trunk@135068 18797224-902f-48f8-a5cc-f745e15eee43
2002-12-10 23:41:12 +00:00
timeless%mozdev.org
141452467f break the Qt build. If you're building Qt you don't want this checkin
git-svn-id: svn://10.0.0.236/trunk@135066 18797224-902f-48f8-a5cc-f745e15eee43
2002-12-10 21:50:56 +00:00
wtc%netscape.com
b372052c6a Bug 180294: moved the OpenVMS build from the POSIX subsystem to native
VMS (GNV).  The patch is contributed by Colin Blakes <colin@theblakes.com>.
Modified files: OpenVMS.mk config.mk rules.mk nsinstall/nsinstall.c


git-svn-id: svn://10.0.0.236/trunk@135065 18797224-902f-48f8-a5cc-f745e15eee43
2002-12-10 20:27:45 +00:00
sdagley%netscape.com
a36940e1dc Backing out jfrancis - back to v1.67
git-svn-id: svn://10.0.0.236/trunk@135064 18797224-902f-48f8-a5cc-f745e15eee43
2002-12-10 20:24:49 +00:00
timeless%mozdev.org
e064eb12fd Bug 184681 qt port fails to compile in plugins code
X and Qt don't get along...
r=peterl sr=roc+moz a=roc+moz


git-svn-id: svn://10.0.0.236/trunk@135063 18797224-902f-48f8-a5cc-f745e15eee43
2002-12-10 19:53:06 +00:00
kestes%walrus.com
98b0247347 add functions to access the VC_TREE data structure.:
git-svn-id: svn://10.0.0.236/trunk@135062 18797224-902f-48f8-a5cc-f745e15eee43
2002-12-10 19:49:27 +00:00
kestes%walrus.com
4941c1af86 major reworking of code structure to provide a clean Link construction but
not trip the perl warnings about undefined values.


git-svn-id: svn://10.0.0.236/trunk@135061 18797224-902f-48f8-a5cc-f745e15eee43
2002-12-10 19:45:03 +00:00
kestes%walrus.com
a620c044e0 I have a better fix for perl warning the last checkin was meant to fix.
Fix it at the source in Build.pm.  This function really should return
undefined if the result is undefined.


git-svn-id: svn://10.0.0.236/trunk@135060 18797224-902f-48f8-a5cc-f745e15eee43
2002-12-10 19:43:21 +00:00