Commit Graph

80379 Commits

Author SHA1 Message Date
darin%netscape.com
cb895992eb Fixes bug 74512 "file transport should support non-blocking streams" r=dougt, sr=rpotts. 2001-04-13 06:14:11 +00:00
waterson%netscape.com
95e51b0200 Set files as binary. 2001-04-13 05:57:40 +00:00
waterson%netscape.com
7c7edc88af Aj.gif 2001-04-13 05:51:25 +00:00
waterson%netscape.com
ed957b0282 Check in as binary. 2001-04-13 05:48:52 +00:00
pavlov%netscape.com
3dc09d7412 fixing build bustage 2001-04-13 05:37:29 +00:00
pavlov%netscape.com
8cdb5c5510 fixing stupid bustage from my last checkin r=saari sr=waterson 2001-04-13 04:59:21 +00:00
ducarroz%netscape.com
aa48d46148 Part of bug 28348. Add pref to show progress dialog during send message. This pref will be turn to true when the progress dialog will be statble enough. R=varada, SR=sspitzer 2001-04-13 04:50:14 +00:00
ducarroz%netscape.com
75490058dd Fix for bug 28348 and bug 52329. Add a progress dialog while sending or saving a message. Also stop hidding the msg compose window during send. I have also did a big cleanup of message compose backend which remove couple of leaks. R=varada, SR=sspitzer 2001-04-13 04:38:01 +00:00
anatoliya%netscape.com
efc11b2fd5 bug-4596 r=jelwell, suresh sr=kin 2001-04-13 04:13:10 +00:00
mscott%netscape.com
b984739d2f Bug #74011 --> fix xul syntax breakage. Change .value to .label so the cancel button becomes a close button. 2001-04-13 03:59:11 +00:00
disttsc%bart.nl
2fa99760de Bug 47740: "Wrong wording when right-clicking on a From address", author=Keyser Sosez <ksosez@softhome.net>, r=timeless, sr=sspitzer 2001-04-13 03:57:57 +00:00
pinkerton%netscape.com
eed227f300 make combo-box dropdown stand out more from the page. especially needed since the mac WDEF no longer draws an outline for popups. r=rods/sr=sfraser 2001-04-13 03:53:40 +00:00
blizzard%redhat.com
feb6033515 Fix bug #72230. Make sure to redraw the background of the window before any document is loaded in embedding. r=valeski,sr=waterson 2001-04-13 03:52:45 +00:00
disttsc%bart.nl
81dfaf49c1 Fix senna bustage (MOZ_TRACK_MODULE_DEPS) 2001-04-13 03:51:47 +00:00
mscott%netscape.com
2dc43f386f Bug #73819 --> hook imap and news up to the new memory cache.
r/sr=sspitzer,bienvenu
2001-04-13 03:48:37 +00:00
waterson%netscape.com
28d30a3789 Fix some code that is #ifdef DEBUG_waterson 2001-04-13 03:46:23 +00:00
disttsc%bart.nl
842264b9b6 Fix senna bustage (MOZ_TRACK_MODULE_DEPS) 2001-04-13 03:45:47 +00:00
anatoliya%netscape.com
43d9848474 bug-4013 r=andreww sr=hewitt 2001-04-13 03:45:37 +00:00
disttsc%bart.nl
8768d91961 Fix senna bustage (MOZ_TRACK_MODULE_DEPS) 2001-04-13 03:30:51 +00:00
disttsc%bart.nl
da769bdf24 Fix senna bustage (MOZ_TRACK_MODULE_DEPS) 2001-04-13 03:25:15 +00:00
waterson%netscape.com
33a1dec9ba Fix bustage better. 2001-04-13 03:19:29 +00:00
waterson%netscape.com
20db5d0468 Fix bustage. 2001-04-13 03:18:01 +00:00
sfraser%netscape.com
c89f703086 Fixing imgCache files for pavlov. 2001-04-13 03:07:22 +00:00
mscott%netscape.com
fb8f27eb17 Fix some assertions by making sure nsStreamListenerTee's isupports definition includes nsIRequestObserver.
sr=darin
2001-04-13 02:50:31 +00:00
pavlov%netscape.com
579d28db50 forgot a file 2001-04-13 02:44:30 +00:00
pavlov%netscape.com
aa7e9724eb fix for at least bugs 6074,72087,74506,75190,75180,74165,69857,75576,75326,75417,75474 r=waterson, sr=brendan 2001-04-13 02:42:56 +00:00
waterson%netscape.com
a0a55358af Bug 75623, and part of bug 75576. Make sure we only fire OnStartRequest() once. Also, the doc loader should handle nsIRequests that aren't nsIChannel objects; this fix cleans that up. r=pavlov, sr=mscott 2001-04-13 02:32:02 +00:00
morse%netscape.com
41fcf882ca bug 75654, bogus cookie description when multiple cookies selected, r=evaughan, sr=alecf 2001-04-13 02:26:19 +00:00
morse%netscape.com
0950c5cbda bug 75754, password manager not showing all saved passwords, r=sconest, sr=alecf 2001-04-13 02:22:46 +00:00
cmanske%netscape.com
8569f63a76 Added missing key accelerator for Print. Part of fix for bug 75639, r=sfraser, sr=kin 2001-04-13 02:11:07 +00:00
danm%netscape.com
fc49318648 fix -remote...new-window functionality broken in last revision. no bug #. r=hyatt,pinkerton 2001-04-13 02:00:48 +00:00
disttsc%bart.nl
35e20a0413 Fix senna bustage (MOZ_TRACK_MODULE_DEPS) 2001-04-13 02:00:19 +00:00
danm%netscape.com
6fb17bc311 removing files no longer used. bug 72112 continues 2001-04-13 01:53:19 +00:00
hwaara%chello.se
7be5357047 A rather large optimization to GetNumSelected(). bug 75833, r=jag, sr=bienvenu. 2001-04-13 01:30:06 +00:00
sfraser%netscape.com
fa5c968dc3 Fix the build by doing the correct style struct casting foo. 2001-04-13 01:09:06 +00:00
mscott%netscape.com
8a34b6891b Bug #74783 --> don't read the mac file creator and type values from our hard coded table of content types. Always use the values from internet config. r=sspitzer sr=sfraser 2001-04-13 00:44:55 +00:00
mscott%netscape.com
d43ed03fe4 Bug #74783 --> never get the mac creator and file type from our hard coded list of content types. Always get them from internet config. Mac only change. r=sspitzer sr=sfraser 2001-04-13 00:43:52 +00:00
dougt%netscape.com
84b724d0f7 This file is not part of build. 2001-04-13 00:43:32 +00:00
sfraser%netscape.com
7e1751ab0f Fix for bug 75492 -- make <button>s selectable in composer. r=rods, sr=attinasi 2001-04-13 00:39:52 +00:00
sfraser%netscape.com
da4c272750 Fix bug 48716 -- make nsFileControlFrame's draw with a blue box when selected in composer. r=rods, sr=kin 2001-04-13 00:30:37 +00:00
sfraser%netscape.com
8dd627dfa0 Fix for bug 75676. Make textfield.textLength work properly. r=mjudge sr=kin 2001-04-13 00:25:36 +00:00
sfraser%netscape.com
07cc44a593 Fix for bug 48400; ensure that textfield.select() on an empty text field shows the caret by selecting the correct nodes. r=cmanske, sr=kin 2001-04-13 00:22:42 +00:00
sfraser%netscape.com
37c42b5e7c Fix for bug 53610. When the caret is in a <br> frame at the end of a line, use font metrics to get the height, rather than faking it. r=dbaron, sr=kin 2001-04-13 00:17:21 +00:00
mscott%netscape.com
8bdce72a1d NOT PART OF THE BUILD
extract the content Type and the size from the icon url
2001-04-13 00:08:25 +00:00
nhotta%netscape.com
f74cc292e3 Changed to ignore encoding="UTF-16" in detectByteOrderMark(), bug 66807, r=ftang, sr=erik. 2001-04-12 23:57:18 +00:00
dougt%netscape.com
37d843eda9 Fixes 73797. Moves some initialization code up higher so that it does not have
to be called so much.

r=darin@Netscape.com
sr=waterson@netscape.com
2001-04-12 23:56:28 +00:00
heikki%netscape.com
d5717c1130 Not part of build. Mac project files for P3P. p3p.mcp does not yet work. 2001-04-12 23:47:16 +00:00
erik%netscape.com
43b651141e bug 74946; author=simon@softel.co.il; r=attinasi; sr=erik; Makefile change
for new file from IBM bidi project (e.g. Arabic, Hebrew)
2001-04-12 23:44:00 +00:00
pavlov%netscape.com
584d561c0b don't reset the decoded rect back to 0 when redrawing in a frame r=saari sr=waterson 2001-04-12 23:43:24 +00:00
erik%netscape.com
020b5f37a9 bugs 71370 and 74946; author=simon@softel.co.il; r=attinasi; sr=erik;
Makefile changes for new file from IBM bidi project (e.g. Arabic and Hebrew)
2001-04-12 23:41:43 +00:00