rhp%netscape.com
dc0d8d142b
Fix for vCard display problem - Bug #10620 - r: mscott
2000-01-06 16:01:28 +00:00
jefft%netscape.com
161fec3a87
remove shadow variable; r=bienvenu
2000-01-06 14:25:04 +00:00
alecf%netscape.com
a56b50c8f6
backend part of fix for #14798 , r=mscott
2000-01-06 08:27:23 +00:00
mscott%netscape.com
dfb859e472
fix some I18n header display problems introduced by the new message display stuff I landed tonight. This means
...
converting our UTF-8 header values into unicode before broadcasting them through the header sink
r=alecf
2000-01-06 08:19:26 +00:00
mscott%netscape.com
59eb035481
Fix some I18N display problems with the new message display stuff by forcing the header value
...
to be unicode instead of a char *.
r=alecf
2000-01-06 08:18:25 +00:00
mscott%netscape.com
2865d6fbf5
remove obsolete emitter factory.
2000-01-06 06:08:17 +00:00
mscott%netscape.com
e49db0a1d1
Merge the two html emitters into one uber emitter....this fixes the problem with displaying forwarded
...
messages with the new message display code
r=rhp
2000-01-06 06:05:38 +00:00
mscott%netscape.com
f81d881ff1
include name space urls
...
r=hangas
2000-01-06 00:54:55 +00:00
mscott%netscape.com
4a407a1700
Bug #22960 --> fix an inefficiency when deleting a message...we were clearing the
...
message pane and msg header view overlay twice every time we deleted
a msg...this helps make deleting look faster...The fix is to not
clear the msg pane every time selection changes in the thread pane..
instead only clear the msg pane when the folder selection changes..
2000-01-06 00:54:09 +00:00
mscott%netscape.com
9c9c878a02
Bug #22960 --> add on load header pane support, clear the header pane whenever we clear the message pane.
2000-01-06 00:53:12 +00:00
mscott%netscape.com
6c77b347ac
Bug #22960 --> include msgHdrViewOverlay for the message header pane which shows the message headers
...
for a selected message.
2000-01-06 00:51:59 +00:00
mscott%netscape.com
2f692609f4
Bug #22960 New html emitter for new message display which broadcasts header information to a listener interface which
...
is passed in on conversion.
Later tonight I'm going to merge this new html display emitter back into the original emitter.
r=rhp
2000-01-06 00:49:33 +00:00
mscott%netscape.com
d0ae8fffc5
DisplayMessage now takes in the nsIMsgWindow
...
r=bienvenu
2000-01-06 00:47:58 +00:00
putterman%netscape.com
8609a017c3
Fixes part of 20446. r=sspitzer. Remember collapsed/expanded state of folderpane. Also
...
sort messages by date as default sort until we remember sort per folder.
2000-01-06 00:47:02 +00:00
mscott%netscape.com
81d41ff3ef
Bug #22960 --> store nsIMsgHeaderSink
...
r=bienvenu
2000-01-06 00:46:35 +00:00
mscott%netscape.com
0fb5653d82
Bug #22960 --> Part of new message display landing. Remember the nsIMsgWindow
...
r=bienvenu
2000-01-06 00:46:10 +00:00
mscott%netscape.com
02cf8db984
Bug #22960 --> store a nsIMsgHdrSink associated with the messenger window instance
...
r=bienvenu
2000-01-06 00:45:47 +00:00
mscott%netscape.com
88b689fe2e
Part of new message display landing. DisplayMessage now takes in the nsIMsgWindow
...
r=bienvenu
2000-01-06 00:45:28 +00:00
mscott%netscape.com
efb456ae5c
Bug #22960 --> push data in 1.5K chunks into the channel listener
...
r=bienvenu
2000-01-06 00:44:17 +00:00
mscott%netscape.com
c3864a3999
Bug ##22960 --> Landing new message display stuff
...
linkify all email addresses into mailto links.
Add toggle button support for toggling between long and short views of headers with email addresses.
2000-01-06 00:36:35 +00:00
mscott%netscape.com
523957035f
Add support for toggling between short and long address views for the to and from fields.
...
r=hangas
properly format the attachment menupopup so it lines up right underneath the attachment icon.
r=hyatt
2000-01-06 00:34:39 +00:00
mscott%netscape.com
83a0915abf
Use visibility-collapse instead of display-none for the hide attribute
...
r=hyatt
2000-01-06 00:32:47 +00:00
mscott%netscape.com
6ff7aec0fc
Prep work for landing Bug ##22960 --> Adding PR_Logging support to the mime emitter.
...
Make WriteHTMLField methods virtual so they can be over-ridden by derived classes.
2000-01-06 00:28:46 +00:00
mscott%netscape.com
64db47614f
Part of new message display landing. Export msgHdrViewOverlay.css
2000-01-06 00:25:28 +00:00
mscott%netscape.com
db42158231
part of new message display landing. export nsMsgHdrViewOverlay.css
2000-01-06 00:22:43 +00:00
mscott%netscape.com
070de73079
part of new message display. export nsMsgHdrViewOverlay.css
2000-01-06 00:21:20 +00:00
mscott%netscape.com
e1c26f9827
Preparing to land new message display stuff. Export nsMsgHdrViewOverlay.dtd
2000-01-06 00:19:25 +00:00
mscott%netscape.com
de83156e16
Preparing to land new message display stuff. Export nsMsgHdrViewOverlay.xul and nsMsgHdrViewOverlay.js
2000-01-06 00:19:01 +00:00
mscott%netscape.com
ec44bfc9a7
Bug #22960 --> small snippet of code to AsyncConvertData so we remember the desired output format.
2000-01-06 00:17:18 +00:00
mscott%netscape.com
b367801c0c
Bug #22960 --> add nsIMsgHdrSink interface for getting headers
...
r=sspitzer
2000-01-06 00:15:54 +00:00
mscott%netscape.com
86657014e4
Bug #22960
...
make the header parser easier to use from xpconnect by adding
an enumerator you can use to enumerate over parsed results
and adding nsIMsgHeaderParserResult
r=sspitzer
2000-01-06 00:14:05 +00:00
mscott%netscape.com
f73238ce94
Part of new message display landing. Export nsMsgHdrViewOverlay.dtd
2000-01-06 00:09:26 +00:00
mscott%netscape.com
b6c438fbf1
Part of new message display landing. Export nsMsgHdrViewOverlay.xul, nsMsgHdrViewOverlay.js
2000-01-06 00:08:56 +00:00
mscott%netscape.com
f6e844a304
Begin landing on new message display stuff. Export nsMsgHdrViewOverlay.dtd
2000-01-06 00:06:38 +00:00
mscott%netscape.com
2b8fa01b67
Begin landing on new message display stuff. Export nsMsgHdrViewOverlay.xul, nsMsgHdrViewOverlay.js
2000-01-06 00:06:17 +00:00
waterson%netscape.com
0c4dc39960
Fix message loading. nsXULDocument expects the GetPrincipal() method to -not- fail, so instead, return a null principal.
2000-01-05 22:55:04 +00:00
jefft%netscape.com
e6f30100ef
fixed bug 21688 -- [Dogfood] Headers are all collapsed into 1 line when forwarding certain types of msgs; conditionally strip out line continuation; r=rhp
2000-01-05 15:46:06 +00:00
bienvenu%netscape.com
91700a4850
check in jefft's fix for crash opening new account, r=me
2000-01-05 15:14:13 +00:00
rhp%netscape.com
6a2589635b
Fix for incorrect signature HTML - Bug #23011 - r: jefft
2000-01-05 15:08:32 +00:00
rhp%netscape.com
0e68fe484f
Fix for incorrect signature HTML - Bug #23011 - r: jefft
2000-01-05 14:43:38 +00:00
mscott%netscape.com
eaa2491dbb
Bug #22960 --> style rules for the new message header view overlay which is used to display the msg headers for a selected message.
...
This isn't part of the build yet.
r=hangas
2000-01-05 05:37:42 +00:00
warren%netscape.com
04decf0f8c
Added OnClose method to nsIPipeObserver (bug#23080)
2000-01-05 05:07:46 +00:00
rpotts%netscape.com
77544780de
Removed multipart/x-mixed-replace sinjce it is now handled as a stream converted in the URI loader.
2000-01-05 04:45:49 +00:00
alecf%netscape.com
f5f752106a
still more nsString->nsAutoString cleanup
2000-01-05 03:06:03 +00:00
alecf%netscape.com
7a57bf8228
more nsAutoString cleanup
2000-01-05 02:59:24 +00:00
alecf%netscape.com
0565a0e3d8
some nsString->nsAutoString cleanup
2000-01-05 02:55:17 +00:00
alecf%netscape.com
a9926bbf8e
pass 2 off XPIDLizing nsIMsgHdr - clean up IDL to use attributes where appropriate, and fix up API calls where necessary ( #7808 )
2000-01-05 02:02:50 +00:00
mscott%netscape.com
497c229d1d
fix potential build breakage...use .get on nsCOMPtr b4 comparing to a raw ptr...
2000-01-05 01:45:08 +00:00
mscott%netscape.com
6404c59b3c
Bug #22962 become an observer with the observer service and listen to status changes.
...
this allows us to pick up mouse over link text in the status bar.
r=sspitzer
2000-01-05 01:40:13 +00:00
putterman%netscape.com
d00e9f8117
Fixes 17427, 17288. r=bienvenu. NextUnreadThread works and Next Unread Messages uses it
...
for optimization. Thread counts work in thread pane. Can now mark a replied or forwarded message
as unread.
2000-01-05 00:56:27 +00:00