jdunn%netscape.com
4d0333a085
|T| requires an accessible default constructor (on some old compilers)
...
This is the same as mozilla/netwerk/cache/mgr/nsCachedNetData.h
(also declared nsIXPCWrappedNativeScope to be public since by default it is private
r= scc@netscape.com
2000-01-06 00:59:07 +00:00
norris%netscape.com
cb73c0030f
Work on 18860 impossible to call applet's public methods from JavaScript
2000-01-06 00:58:16 +00:00
norris%netscape.com
20420e71d1
Fix error when getting property names only one character long.
...
r=vidur
2000-01-06 00:55:23 +00:00
mscott%netscape.com
12ee5407b9
include name space urls
...
r=hangas
2000-01-06 00:54:55 +00:00
mscott%netscape.com
604d0e817b
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
cc713cbb14
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
06f8a4abf4
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
rjc%netscape.com
62f4513c6e
Fix a small bug with determining when an item is truly an IE Favorite as opposed to a IE Favorite folder. Review: waterson@netscape.com
2000-01-06 00:51:35 +00:00
mscott%netscape.com
ba4d7a8286
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
134f73a40c
DisplayMessage now takes in the nsIMsgWindow
...
r=bienvenu
2000-01-06 00:47:58 +00:00
putterman%netscape.com
12b7324038
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
jdunn%netscape.com
10ecc9718e
turning AIX to not be MONOLITHIC (following Colin and his OpenVMS work)
...
r= <noone>
2000-01-06 00:46:54 +00:00
mscott%netscape.com
a05c1d7d44
Bug #22960 --> store nsIMsgHeaderSink
...
r=bienvenu
2000-01-06 00:46:35 +00:00
mscott%netscape.com
d7aea76591
Bug #22960 --> Part of new message display landing. Remember the nsIMsgWindow
...
r=bienvenu
2000-01-06 00:46:10 +00:00
jdunn%netscape.com
39b8d6e504
specifying that nsIKBStateControl is public since by default it is private
...
r= <noone>
2000-01-06 00:45:48 +00:00
mscott%netscape.com
623bd84865
Bug #22960 --> store a nsIMsgHdrSink associated with the messenger window instance
...
r=bienvenu
2000-01-06 00:45:47 +00:00
mscott%netscape.com
83d3949553
Part of new message display landing. DisplayMessage now takes in the nsIMsgWindow
...
r=bienvenu
2000-01-06 00:45:28 +00:00
jdunn%netscape.com
5cf8e0cb33
on there is no == method for (char*) and AIX doesn't like it.
...
r= syd@netscape.com
2000-01-06 00:45:01 +00:00
mscott%netscape.com
baaffcdc83
Bug #22960 --> push data in 1.5K chunks into the channel listener
...
r=bienvenu
2000-01-06 00:44:17 +00:00
jdunn%netscape.com
20691ec6d3
|T| requires an accessible default constructor (on some old compilers)
...
r= scc@netscape.com
2000-01-06 00:43:19 +00:00
jdunn%netscape.com
d8dfc5e557
deleting a void * is bad!
...
r= beard
2000-01-06 00:40:32 +00:00
vidur%netscape.com
8f980ae60c
Temporary fix for bug 22795. The scope link should only be broken in the brutal sharing case. Brendan to provide a better fix later. r,a=brendan
2000-01-06 00:39:18 +00:00
mscott%netscape.com
b22a376a06
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
6d7bc4be47
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
warren%netscape.com
359bfe3062
Fixed xpcom shutdown to disallow reconstruction of the global service manager. r=dp
2000-01-06 00:34:38 +00:00
mscott%netscape.com
33a38498c3
Use visibility-collapse instead of display-none for the hide attribute
...
r=hyatt
2000-01-06 00:32:47 +00:00
waterson%netscape.com
6a57be329f
Bug 16516. Canonify all 'chrome:' URLs before loading XUL documents. Ensures that persistence and XUL cache keys work properly. Obsolete the 'main' property in the chrome registry. Expose a 'canonify' method on the chrome registry. r=hyatt
2000-01-06 00:31:06 +00:00
valeski%netscape.com
ec7d6b07da
23039. r=rpotts. FTP wasn't closing the data connection after data transfer. This was causing it to hang, waiting for the command channel to unblock.
2000-01-06 00:29:48 +00:00
waterson%netscape.com
4c6aed1d16
Bug 19033. Wait until the parse is complete to set the 'root' element in the prototype document. This ensures that malformed XUL with too few close-tags won't leave the prototype document with a dangling pointer to a destroyed element. r=hyatt
2000-01-06 00:29:30 +00:00
mscott%netscape.com
781255353d
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
valeski%netscape.com
2a3ec88ee8
added files: mozilla/netwerk/base/public/nsISocketTransport.idl
2000-01-06 00:28:32 +00:00
radha%netscape.com
a6cec26f80
added files: mozilla/xpfe/components/shistory/src/nsSHistory.cpp
2000-01-06 00:27:11 +00:00
radha%netscape.com
52e102d191
added files: mozilla/xpfe/components/shistory/public/nsISHistory.idl
2000-01-06 00:25:37 +00:00
mscott%netscape.com
3bb4a70e5e
Part of new message display landing. Export msgHdrViewOverlay.css
2000-01-06 00:25:28 +00:00
morse%netscape.com
1557841fb0
fix for bug 22132, r=davidm
2000-01-06 00:23:24 +00:00
radha%netscape.com
c677ebc910
Fix build warnings
2000-01-06 00:22:53 +00:00
mscott%netscape.com
db8c5ec048
part of new message display landing. export nsMsgHdrViewOverlay.css
2000-01-06 00:22:43 +00:00
mscott%netscape.com
2740ccb107
part of new message display. export nsMsgHdrViewOverlay.css
2000-01-06 00:21:20 +00:00
warren%netscape.com
025342a34a
Fixed free problem with getenv. Fixed leak for beos case. r=mcafee
2000-01-06 00:21:17 +00:00
mscott%netscape.com
77d7904064
Preparing to land new message display stuff. Export nsMsgHdrViewOverlay.dtd
2000-01-06 00:19:25 +00:00
mscott%netscape.com
a9eeb8f2cb
Preparing to land new message display stuff. Export nsMsgHdrViewOverlay.xul and nsMsgHdrViewOverlay.js
2000-01-06 00:19:01 +00:00
radha%netscape.com
e19e12405c
Test code for the new Session History all wrapped inside #ifdef DEBUG_radha.
...
r=dp
2000-01-06 00:18:15 +00:00
radha%netscape.com
2193620570
Initial checkin for nsSHistory.cpp/.h. corresponding makefile changes.
...
interface changes to nsSHTransaction.
2000-01-06 00:17:27 +00:00
mscott%netscape.com
679d2aad9b
Bug #22960 --> small snippet of code to AsyncConvertData so we remember the desired output format.
2000-01-06 00:17:18 +00:00
jfrancis%netscape.com
b99928a9c0
fixing warnings
2000-01-06 00:16:18 +00:00
radha%netscape.com
6cc2053bd3
Changes to interface. Adding nsISHistory.idl to makefiles. r=dp, bug=18804
2000-01-06 00:16:01 +00:00
mscott%netscape.com
55bae324c1
Bug #22960 --> add nsIMsgHdrSink interface for getting headers
...
r=sspitzer
2000-01-06 00:15:54 +00:00
radha%netscape.com
a136c99fc7
Initial checkin for tre new session history component. r=dp. bug=18804
2000-01-06 00:15:05 +00:00
mscott%netscape.com
02b08268f8
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
50b0cb9bf7
Part of new message display landing. Export nsMsgHdrViewOverlay.dtd
2000-01-06 00:09:26 +00:00