Граф коммитов

1004 Коммитов

Автор SHA1 Сообщение Дата
warren%netscape.com 4189314fdb Bug 47207. Backing out logging/PRINTF changes until we can fix stopwatch.h, introduce double parens, etc. 2000-10-28 22:17:53 +00:00
warren%netscape.com 6e35f97e31 Bug 47207. Changing printf to PRINTF to use new logging facility. r=valeski,sr=waterson 2000-10-27 22:43:51 +00:00
bienvenu%netscape.com 050a82768b fix handling of interrupted news urls wrt connection cache r=sspitzer, sr=alecf 57665 2000-10-27 03:21:02 +00:00
mkaply%us.ibm.com 42358ae5d2 OS/2 Tinderbox break
Using true instead of PR_TRUE
2000-09-22 12:16:14 +00:00
sspitzer%netscape.com 74d3564b3f fix for #53487. get open attachment to work from news messages.
code stolen from mscott's code for imap & local messages.
r/a=mscott.
2000-09-22 00:44:08 +00:00
sspitzer%netscape.com 7c25199efd fix for #53421. make it so we can save attachments from news messages.
the problem was to save attachments, we were calling DisplayMessage()
with news://host/article-id urls, instead of news_message://host/group#article-number
DisplayMessage() can handle news://host/article-id urls, so we just let it.
r/a=mscott
2000-09-21 03:54:17 +00:00
naving%netscape.com bb67fdd5d7 r=sspitzer a=mscott 2000-09-21 00:19:23 +00:00
naving%netscape.com d88ffe0e67 r=sspitzer a=mscott. Added CancelFailed() 2000-09-21 00:18:31 +00:00
naving%netscape.com 5fc6abb1f9 r=sspitzer a=mscott. Notifies failures for Cancel 2000-09-21 00:17:20 +00:00
locka%iol.ie 69fd02310b Changes to loadURI & reload methods on nsIDocShell, nsIWebNavigation. b=50949, r=radha, a=radha 2000-09-20 12:23:53 +00:00
bienvenu%netscape.com 56dead1d36 fix problem printing news messages r=mscott 52194 2000-09-20 03:43:08 +00:00
sspitzer%netscape.com b58f45fa3c part of the fix for #46888. after cancelling a news message, you can't
select another message.  fix by naving@netscape.com.  r=sspitzer,a=mscott
also a couple bullet proofing fixes to prevent crashes.
2000-09-19 22:40:52 +00:00
mscott%netscape.com 3d7cd76ac5 Bug #51631 --> set correct password dialog text
r=sspitzer
2000-09-14 22:50:07 +00:00
bienvenu%netscape.com 8a39455ae4 fix for 50350 fix copying multiple news messages r=putterman 2000-09-14 13:45:26 +00:00
jst%netscape.com 87fb181ba8 Fixing nsbeta3+ bug 48161. Fixing getAttribute() on a XUL element to conform to the DOM Level 2 spec. This requires some changes in XUL files where various attributes incorrectly have a 'rdf:' prefix. r=waterson@netscape.com & scottip@netscape.com 2000-09-14 05:36:52 +00:00
rayw%netscape.com 6cc70ebd6c Bug 37275, Changing value of all progids, and changing everywhere a progid
is mentioned to mention a contractid, including in identifiers.

r=warren
2000-09-13 23:57:52 +00:00
scc%mozilla.org 7ae7ffd319 if you want a pointer to the characters, you're going to have to |.get()| it 2000-09-13 07:11:08 +00:00
alecf%netscape.com 8104dd622a FALSE->PR_FALSE for platform compatibility (no reviewer, simple fix) 2000-09-12 01:58:10 +00:00
putterman%netscape.com f20b8e8b93 Fix for 50350. Can now copy and file news messages. r=mscott. 2000-09-08 04:55:43 +00:00
bienvenu%netscape.com 49a0eb3f86 some fixes for news memory leaks r=mscott 51359 2000-09-07 14:13:23 +00:00
dbaron%fas.harvard.edu 7bb3956df6 Change uses of CSS properties not part of the CSS2 spec to use -moz- prefix. b=3935
Fix some CSS errors found with CSS parser error reporting, with Ben's approval.
2000-09-06 02:17:26 +00:00
sspitzer%netscape.com a41a2f7b6b fix for #37673, old code being executed when doing a "LIST XACTIVE".
also making the subscribe dialog contact the server in cases where the hostinfo.dat
exists, but has no groups.  r=mscott.
2000-09-05 21:02:53 +00:00
scc%mozilla.org e53df18cf2 fixing code that relied on implicit string construction 2000-09-02 23:43:20 +00:00
scc%mozilla.org 4ad6cfff4c and the include file it will need 2000-09-02 22:46:16 +00:00
scc%mozilla.org 04644b3f88 fixing anticipated bustage from previously mentioned bad pattern 2000-09-02 22:44:59 +00:00
scc%mozilla.org 88d1d5ad8a fixing code that relied on implicit string construction 2000-09-02 21:55:23 +00:00
sspitzer%netscape.com 8fda47c2f8 fix for crasher bug #51076. the old category code is not ready for prime time, commenting it out.
mozilla 6.0 doesn't support new categories.  r=mscott
2000-09-01 18:56:36 +00:00
bienvenu%netscape.com 6a3494119d add batching support for msg count notifications r=putterman 49212 and 17470 2000-09-01 14:25:09 +00:00
vidur%netscape.com 4a41eee18d Fix for bug 46861. nsIDOMWindow is now split into two interfaces: a public interface (still called nsIDOMWindow) for embedders and an internal interface (nsIDOMWindowInternal) for internal use. The union of the two interfaces is still visible from JavaScript. r=jst@netscape.com 2000-09-01 01:54:35 +00:00
naving%netscape.com e3a48b826b Setting the flag to NS_ERROR_FAILURE to signal that there are no more folders left 2000-09-01 01:10:15 +00:00
naving%netscape.com 43d7a7f632 Clearing the NNTP_NEWSRC_PERFORMED flag when all the subscribed newsgroup for
a particular server have been iterated.
2000-09-01 01:08:56 +00:00
sspitzer%netscape.com aa97ebced3 fix for #47830. thanks to gemal@gemal.dk for starting the fix.
r=mscott
2000-09-01 00:52:51 +00:00
sfraser%netscape.com 140ddade7e Make dialogs have titlebars (fallout from bug 41741, fixes bugs 50388, 50389, 50738, 50739, 50747). Simple addition of "titlebar" to chrome flags. 2000-09-01 00:48:04 +00:00
sspitzer%netscape.com 87a1f98caa most of the fix for #16336. implement "Get Next N (older) newsgroup messages".
a few tweaks coming soon.  r=mscott.
2000-08-30 23:22:22 +00:00
BlakeR1234%aol.com d4c47d129b Fix 47829, minor wording change. r=gemal 2000-08-30 21:09:31 +00:00
bienvenu%netscape.com f1ee43f2bd work for 25455 don't open sent mail db at startup r=putterman 2000-08-30 14:51:10 +00:00
putterman%netscape.com 8ba0b93975 Fix for 44834. Unsubscribe works when hitting delete button or delete menu item when a
newsgroup is selected. r=bienvenu.
2000-08-26 20:45:49 +00:00
alecf%netscape.com 7f5525f155 next part of fix for #40357 - make news and local mail not support mail filters
r=putterman
2000-08-26 06:09:48 +00:00
bienvenu%netscape.com 908c2d585f fix 50059 subscribing to newsgroups in new profile not working r=mscott 2000-08-25 01:52:12 +00:00
bienvenu%netscape.com 666f842587 fix 49903 crash posting empty news message r=mscott 2000-08-24 00:58:54 +00:00
warren%netscape.com 1c8511e78c Bug 46777. Redesigned stream interfaces to allows stream observers to be decoupled from pipe implementation. Needed for embedding to fix 'spin' problem. r=rpotts,valeski,ruslan 2000-08-22 07:03:33 +00:00
ccarlen%netscape.com 3cc5740921 Converted from using nsIFileLocator to using nsIDirectoryService r=alecf 2000-08-21 23:59:25 +00:00
scc%mozilla.org a74bc9539d fixing code that relied on implicit string construction 2000-08-20 06:59:07 +00:00
scc%mozilla.org 68a02526c1 fixing code that relied on implicit string construction 2000-08-20 06:08:14 +00:00
alecf%netscape.com dfa40bb847 rework nsMessages so they are generic across all server/folder types, so that we can recycle them later
r=putterman
for bug #26456
2000-08-16 23:45:58 +00:00
bienvenu%netscape.com 07b62574a3 part of fix for writing out newsrc files on a timer r=mscott 29743 2000-08-16 23:33:19 +00:00
naving%netscape.com 92ab2df7f3 Fixed bugs #42998 and #44883.
Removed "this space for rent" from subscribe dlg and add progressmeter to the
subscribe dlg. r = scottip, alecf
2000-08-14 21:43:19 +00:00
alecf%netscape.com 64851dae03 speedup for 26456 - use autostring instead of PR_smprintf
r=putterman
2000-08-11 04:32:08 +00:00
mscott%netscape.com cd50372be3 Bug #46086 --> can't read forwarded messages in 4.x because we are setting
a bogus content type on the news article (when it's forwarded as an attachment)
Bug #48135 --> fix forwarding of news messages bustage. Clear the channel listener
and re-generate it every time we load a url.
r=bienvenu
2000-08-10 02:09:33 +00:00
bienvenu%netscape.com 6c787e2611 fix stop of msg move/copy r=mscott 28129 2000-08-06 20:15:32 +00:00