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
warren%netscape.com
bd6ee38333
Fixed xpcom shutdown to disallow reconstruction of the global service manager. r=dp
2000-01-06 00:34:38 +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
waterson%netscape.com
86762c4728
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
79638f0b47
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
19c9efac8e
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
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
valeski%netscape.com
4d91186127
added files: mozilla/netwerk/base/public/nsISocketTransport.idl
2000-01-06 00:28:32 +00:00
radha%netscape.com
0f69003d64
added files: mozilla/xpfe/components/shistory/src/nsSHistory.cpp
2000-01-06 00:27:11 +00:00
radha%netscape.com
8ba980074f
added files: mozilla/xpfe/components/shistory/public/nsISHistory.idl
2000-01-06 00:25:37 +00:00
mscott%netscape.com
64db47614f
Part of new message display landing. Export msgHdrViewOverlay.css
2000-01-06 00:25:28 +00:00
morse%netscape.com
efc2e61498
fix for bug 22132, r=davidm
2000-01-06 00:23:24 +00:00
radha%netscape.com
8f8b2dda9b
Fix build warnings
2000-01-06 00:22:53 +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
warren%netscape.com
b3c93fef3e
Fixed free problem with getenv. Fixed leak for beos case. r=mcafee
2000-01-06 00:21:17 +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
radha%netscape.com
6079ee39c1
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
f29f740657
Initial checkin for nsSHistory.cpp/.h. corresponding makefile changes.
...
interface changes to nsSHTransaction.
2000-01-06 00:17:27 +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
jfrancis%netscape.com
c7d94b7a6b
fixing warnings
2000-01-06 00:16:18 +00:00
radha%netscape.com
efe9deb476
Changes to interface. Adding nsISHistory.idl to makefiles. r=dp, bug=18804
2000-01-06 00:16:01 +00:00
mscott%netscape.com
b367801c0c
Bug #22960 --> add nsIMsgHdrSink interface for getting headers
...
r=sspitzer
2000-01-06 00:15:54 +00:00
radha%netscape.com
edd5ef34d7
Initial checkin for tre new session history component. r=dp. bug=18804
2000-01-06 00:15:05 +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
edburns%acm.org
234aee233c
account for nsIDocumentLoaderObserver API changes.
2000-01-05 20:25:29 +00:00
robinf%netscape.com
272a6b85db
minor text changes for consit?
...
Minor text changes for consistent capitalization
2000-01-05 19:57:58 +00:00
morse%netscape.com
7470310b4b
fix bug 22132, a=granrose
2000-01-05 19:17:01 +00:00
rods%netscape.com
a25e7644fc
backed out all changes from today (1/5/2000)
2000-01-05 16:42:47 +00:00
rods%netscape.com
52849ba449
compile sunder windows and not Linux, wierd
2000-01-05 15:58:07 +00:00
rods%netscape.com
e63ecd85ed
turning off reflow optimization until further XUL testing can be done.
...
r=self
2000-01-05 15:47:16 +00:00
rods%netscape.com
2eeffb7cab
Added unconstrainted reflow optimizations
...
reworked reflow to more accurately calculate its size
r=kmcclusk,dcone bug=12653
2000-01-05 15:46:29 +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
rods%netscape.com
10e16600ca
Added unconstrainted reflow optimizations
...
Also, commented out the adding of border-padding to the maxelementsize
r=kmcclusk bug=12653
2000-01-05 15:22:38 +00:00
rods%netscape.com
3c2300bf66
Added unconstrainted reflow optimizations
...
r=kmcclusk bug=12653
2000-01-05 15:21:02 +00:00
rods%netscape.com
f8052f0c97
Added unconstrainted reflow optimizations
...
and the the proper check against the style mVisible attr (bug 21701)
r=kmcclusk bug=12653
2000-01-05 15:20:34 +00:00
rods%netscape.com
543b271ef5
Added unconstrainted reflow optimization methods
...
r=kmcclusk bug=12653
2000-01-05 15:15:22 +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
jfrancis%netscape.com
b69c7cb7fb
continuing the war on the Case Of The Happy Caret
2000-01-05 12:24:10 +00:00
warren%netscape.com
8fd81e1091
Added .get() to fix unix breakage.
2000-01-05 10:59:25 +00:00
warren%netscape.com
afc25a2f03
Changed comment.
2000-01-05 10:48:27 +00:00