timeless%mac.com
c06ee84271
Bugzilla Bug 108271�Support RLE compression and bitfields for the BMP Decoder
...
This patch adds bitfields support.
Only 5-5-5 and 5-6-5 16-bit BMPs and 8-8-8 32-bit BMPs are supported;
patch by cbiesinger@web.de r=pavlov, sr=tor
2001-11-19 23:15:27 +00:00
gordon%netscape.com
87e3bb822d
Fix bug 110327 "0775 is bad mask for for cache", checkin patch for timeless@mac.com, r=gordon, sr=darin.
2001-11-19 22:48:30 +00:00
rginda%netscape.com
a0ba7a05f1
bug 110620, r=aaronl, sr=brendan, a=blizzard/drivers
...
add null pointer check to avoid crash when we're called in unexpected ways.
2001-11-19 22:44:14 +00:00
bryner%netscape.com
6479688f87
Checking in for Roland.Mainz@inforamtik.med.uni-giessen.de - bug 110628, tune xlib gc cache size. r=timeless, sr=scc.
2001-11-19 22:37:51 +00:00
colinp%oeone.com
48ab55e49d
added mozilla toolbars and statusbar
2001-11-19 22:25:41 +00:00
bbaetz%cs.mcgill.ca
25d77eb313
Don't use gen_art_config - supply art_config.h instead (made using nspr).
...
Makes the build stuff easier.
2001-11-19 22:12:29 +00:00
sgehani%netscape.com
544c63991e
Fix Debug|Verification|JavaScript menu item link.
...
b=56848; sr=alecf
2001-11-19 22:11:01 +00:00
mscott%netscape.com
08ff222e01
Bug #109923 --> register messenger-smime chrome
2001-11-19 22:01:49 +00:00
locka%iol.ie
a8f890f8dd
Restore old URI space trimming code to avoid potential regression. bug 110081 r=pchen@netscape.com sr=ben@netscape.com
2001-11-19 21:48:31 +00:00
bienvenu%netscape.com
edf0df5f1f
fix leak of imap password, r=naving, sr=sspitzer 11065
2001-11-19 21:47:04 +00:00
bienvenu%netscape.com
1062b90806
fix leak of progress string (and fix assert when compact fires with biff) r=naving, sr=sspitzer 11061
2001-11-19 21:45:12 +00:00
bienvenu%netscape.com
e9e44887c9
fix MimeInlineText leaking encoder and decoder for every message read, r=ducarroz, sr=sspitzer 11066
2001-11-19 21:42:16 +00:00
bienvenu%netscape.com
22b967254e
fix leak of identity object when editing drafts r=ducarroz, sr=sspitzer
2001-11-19 21:40:33 +00:00
locka%iol.ie
9d5587b92f
Fix for assertions happening on every new docshell. b=110685 r=brade@netscape.com sr=darin@netscape.com
2001-11-19 21:39:40 +00:00
nhotta%netscape.com
bf532e0cdb
Change to notify S/MIME charset properly, it needs to have a separte code because the parsing is delayed for S/MIME
...
and the common code in mimemult.cpp cannot get the charset because of the delay,
bug 110030, r=ducarroz, sr=mscott.
2001-11-19 21:31:11 +00:00
darin%netscape.com
eb86e42576
fixes bug 110418; r=morse, sr=alecf
2001-11-19 21:26:56 +00:00
varada%netscape.com
4de030ec9c
mail smoketest automation:NOT PART OF BUILD
2001-11-19 20:52:53 +00:00
bzbarsky%mit.edu
6331a770d6
Check the mimetype on the stylesheet channel and only
...
load the sheet if the type is text/css (strict mode change
only). bug 46225, r=dbaron, sr=attinasi
2001-11-19 20:30:29 +00:00
bzbarsky%mit.edu
b394eea231
Add detection of PDF and PostScript to the unknown content decoder.
...
Bugs 110662 and 110663, r=bbaetz, sr=rpotts
2001-11-19 20:25:53 +00:00
alecf%netscape.com
e404891446
fix for bug 102043 - hide redirected URLs after adding them to global history
...
r=radha, sr=rpotts
2001-11-19 20:22:14 +00:00
darin%netscape.com
b26867f744
fixes bug 110508 "doing SetSpec() with a string with a query doesn't do the
...
right thing" r=bbaetz, sr=sspitzer
2001-11-19 20:21:42 +00:00
pinkerton%netscape.com
37a0c77e8d
if we don't find the command in our table, don't return noErr from the event handler so things like plugins still get a crack at it. r=peterl/sr=sfraser. bug# 108835
2001-11-19 20:19:14 +00:00
relyea%netscape.com
68bc6218a2
NSS 3.4 integration changes.
...
1) 3.4 needs to bump the version numbers up by one on secmod.db from NSS 3.3
2) Need to add escapes to the configdirectory. (should add them to other parameters as well.
3) put exported files back into the correct headers.
4) Add _BEGIN/_END protos where appropriate.
2001-11-19 19:04:59 +00:00
dp%netscape.com
e6507f3213
split diff computation into a function
2001-11-19 17:33:51 +00:00
karnaze%netscape.com
0a3a3eca0a
new regression tests, not affecting the build
2001-11-19 15:52:06 +00:00
karnaze%netscape.com
9cab58e6b8
bug 110474 - fix pixel rounding errors. sr=attinasi, r=bernd
2001-11-19 15:51:28 +00:00
alecf%netscape.com
f026e50d2f
Fix for bug 110371 - remove uconv dependency from nsFileSpec by moving unicode-related routines into mailnews. sr=sspitzer, r=nhotta
2001-11-19 15:28:56 +00:00
bbaetz%cs.mcgill.ca
2f112fff44
Make teh art_config rule down so that its not the default.
2001-11-19 15:03:33 +00:00
pinkerton%netscape.com
15dcc08c87
More scrolling love, with some other window goodness. [not part of build]
2001-11-19 15:02:23 +00:00
bbaetz%cs.mcgill.ca
a1ad05dd75
art_config.h needs to depend on the Makefile.in
2001-11-19 14:45:26 +00:00
jst%netscape.com
c25965bf91
Checking in John Keiser's fix for bug 110613, problems with file inputs. r=peterv@netscape.com, sr=jst@netscape.com
2001-11-19 10:35:52 +00:00
dprice%netscape.com
ddc7bfe48b
r=dveditz sr=mscott fixes 105781
...
-checking for a null channel where there should not be one
2001-11-19 09:13:37 +00:00
timeless%mac.com
060425ec59
Bugzilla Bug 110080 change !NS_SUCCEEDED(status) to NS_FAILED(status)
...
s/!NS_SUCCEEDED/NS_FAILED/g;s/!NS_FAILED/NS_SUCCEEDED/g;
r=dougt sr=hewitt
2001-11-19 06:45:00 +00:00
mscott%netscape.com
51c4af9ed0
Bug #108790 --> fix bogus rdf name space url. contributed by waterson
...
r=bryner
sr=mscott
2001-11-19 04:37:10 +00:00
dveditz%netscape.com
ca4ac5c730
topcrash bug 78442 during xpinstall.
...
patch thanks to jband@netscape.com , r=syd, sr=dveditz
2001-11-19 04:23:47 +00:00
waterson%netscape.com
9e0c75d471
Break runloop out of main, clean up and comment it a bit.
2001-11-19 03:05:51 +00:00
waterson%netscape.com
ae93fbd396
s/last_.*/limit/ to avoid confusion.
2001-11-19 02:49:29 +00:00
waterson%netscape.com
d7552b30c5
Fix off-by-one error in |decay|.
2001-11-19 02:47:42 +00:00
seawood%netscape.com
09c156f8b3
Remove components.reg before running regxpcom
2001-11-19 01:47:54 +00:00
sspitzer%netscape.com
33d8df3f0b
fix for #110698 . fix assertions cause by calling NS_ConvertUTF8toUCS2() with null.
...
fix the code to not call MIME_DecodeMimeHeader() and NS_ConvertUTF8toUCS2() when the
header is null. r/sr=bienvenu
2001-11-19 01:07:19 +00:00
sspitzer%netscape.com
e34d9b0a63
fix for #103626 . don't need to include mailWindowOverlay.xul
...
fix by neil@parkwaycc.co.uk , r/sr=sspitzer
2001-11-19 00:42:47 +00:00
sspitzer%netscape.com
8aede5f38c
fix for #110502 . get "edit as new" and "fwd inline" to work again.
...
the problem is the standard url parser no longer allows us to use illegal
uris. '_' is an illegal character in a URI (and URL) scheme.
so this patch switches from "foo_message://" to "foo-message://"
r=bbaetz,sr=bienvenu
2001-11-18 23:38:52 +00:00
sspitzer%netscape.com
0c3e826b52
fix for #110522 . asserting when pop biff url runs. call SetUsername() after we call SetSpec().
...
r/sr=bienvenu
2001-11-18 22:37:28 +00:00
gerv%gerv.net
37c09d1017
Bug 98707. Query.cgi rewrite. Patch by me, layout by mpt and others, r=justdave, mattyt. Wahey!
2001-11-18 22:23:31 +00:00
gerv%gerv.net
86418ea974
Bug 98707. Query.cgi rewrite, reformatting and templatisation. Patch by me, layout by mpt and others, r=justdave,matty. Wahey!
2001-11-18 22:20:20 +00:00
leaf%mozilla.org
084a87a0b6
remove fullcircle calls that shouldn't live in the mozilla tree. r=namachi, sr=dveditz
2001-11-18 22:18:42 +00:00
dougt%netscape.com
cde157b545
fixing bug 108573. Calling AutoRegisterComponents when any registered loaders do not exists will crash. r=dp,sr=rpotts
2001-11-18 20:19:44 +00:00
bernd.mielke%snafu.de
009c63bbfe
new table regression testcases - not part of the build
2001-11-18 19:35:56 +00:00
bernd.mielke%snafu.de
05f6d1c0b2
remove non local access in layout regression testcase - not part of the build
2001-11-18 19:09:15 +00:00
bernd.mielke%snafu.de
db8940f2f5
make print testcase local - not part of the build
2001-11-18 19:03:13 +00:00