sspitzer%netscape.com
b5378d8f4e
fix for #80498 . prevent assertion / js exception when expanding news server when offline.
...
sr=bienvenu
2001-05-12 20:48:33 +00:00
sspitzer%netscape.com
b0b6083ebc
fix for #80485 . sr=bienvenu
2001-05-12 19:17:53 +00:00
sspitzer%netscape.com
9156f1f063
fix for #74055 . get news and subscribe to work with non-ASCII newsgroup names.
...
r=bienvenu,sr=mscott
2001-05-10 07:26:30 +00:00
sspitzer%netscape.com
81b2aa0cff
fix for #69231 . initial patch bug shochat@acm.org.
...
r=sspitzer, sr=bienvenu
2001-05-10 07:23:04 +00:00
sspitzer%netscape.com
2310eb0f5b
new strings for fix for #39584 . getting them in before the UI freeze. patch by hwaara@chello.se
...
r/sr=sspitzer
2001-05-09 05:32:58 +00:00
naving%netscape.com
34c52c7653
79577. fix linux warnings. sr=bienvenu
2001-05-09 03:14:19 +00:00
jst%netscape.com
621060c4fd
Landing the XPCDOM_20010329_BRANCH branch, changes mostly done by jband@netscape.com and jst@netscape.com, also some changes done by shaver@mozilla.org, peterv@netscape.com and markh@activestate.com. r= and sr= by vidur@netscape.com, jband@netscape.com, jst@netscpae.com, danm@netscape.com, hyatt@netscape.com, shaver@mozilla.org, dbradley@netscape.com, rpotts@netscape.com.
2001-05-08 17:42:36 +00:00
cls%seawood.org
8fe86ff395
Let the use of PR_Log() be controlled by a toplevel build option. All places that set FORCE_PR_LOG to force logging on need to wrap that #define FORCE_PR_LOG in a MOZ_LOGGING ifdef.
...
It's on by default. Set
--disable-logging (unix)
NO_LOGGING=1 (win32)
moz_logging = 0 (mac)
to turn it off globally.
Bug #53226 r=sspitzer,leaf,sfraser
2001-05-05 10:18:53 +00:00
sspitzer%netscape.com
75a7fd5140
fix for #75007 . in certain cases (like posting!) we'd fail to
...
prompt for authentication, and just silently fail.
sr=bienvenu
2001-05-05 08:58:31 +00:00
kandrot%netscape.com
d5bd552195
Check in for Ron Guilmette. r=shaver, sr=waterson. For intl r=nhotta. Changes for NS_IMPL_NSGETMODULE. bug #46775 .
2001-05-05 05:33:37 +00:00
sspitzer%netscape.com
f89f601f00
fix for #77510 . fix news posting from drafts folder / unsent messages.
...
sr=bienvenu
2001-05-05 03:04:10 +00:00
naving%netscape.com
b66bafeb00
78240, 78934 r=suresh sr=bienvenu; Added a boolean allowUndo to decide when to do Undo; Also
...
made Undo/redo work for dnd.
2001-05-04 23:29:50 +00:00
bienvenu%netscape.com
ac55a431a3
fix getting expired article message only once per message in a session, and selecting expired articles not marking them read r=mscott, sr=sspitzer 76517 and 76515
2001-05-04 02:44:50 +00:00
sspitzer%netscape.com
deb38085f2
fix for #77617 . if you crash after creating an account (either through import, autosubscribe,
...
or auto wizard) and we haven't saved prefs yet, you'll lose the account.
abstract how we "save" account changes, and then "save" after creation.
fix by cavin@netscape.com . r/sr=sspitzer@netscape.com
2001-05-03 01:07:45 +00:00
mscott%netscape.com
fc569d1090
Bug #76558 --> clear the content type before reading from the cache channel.
...
sr=bienvenu
2001-05-02 01:00:11 +00:00
sspitzer%netscape.com
79f5c9684d
fix for ##48409. prevent mac from crashing when using the subscribe dialog.
...
I was recursing over the internal tree to generate the hostinfo.dat.
win32 and linux were ok, but all hell broke loose on the mac.
256K of stack is not enough for my approach. I've switched
to keep a duplicate list of the groups on the server. also fix some minor
subscribe issues.
sr=bienvenu
2001-05-01 08:50:07 +00:00
cls%seawood.org
25c6dc1c7e
Set EXPORT_LIBRARY=1 in all pertinent Makefile.ins. Allows us to build the final link list as we traverse the tree. Bug #46775
2001-04-28 19:48:12 +00:00
valeski%netscape.com
9e8d80d70f
mozilla diffs r=tao, sr=alecf, commercial diffs r=syd, sr=syd/shaver. lower-casing JS calls to createBundle. removing un-used nsILocale param from nsIStringBundle::CreateBundle(). 76332
2001-04-27 21:30:24 +00:00
bienvenu%netscape.com
d3d7c939d8
backout build bustage fix
2001-04-27 05:58:32 +00:00
bienvenu%netscape.com
8e53903a6e
fix string bundle calls to fix build bustage
2001-04-27 04:34:54 +00:00
bienvenu%netscape.com
19f1c3322d
fix marking of news message read from mem cache r=naving, sr=sspitzer 76385
2001-04-27 04:13:22 +00:00
bienvenu%netscape.com
0671925818
remove unused adopt method r=naving, sr=sspitzer
2001-04-27 04:08:11 +00:00
ducarroz%netscape.com
50ce025076
Fix for bug 76789. Resole redundant symbols in mailnews in preparion of dll merging. R=varada, SR=sspitzer
2001-04-27 00:22:18 +00:00
timeless%mac.com
ee959d2767
fix Bugzilla Bug 75853 CR and LF are naked ifdefs
...
r=dveditz, sr=scc
2001-04-18 05:59:43 +00:00
bienvenu%netscape.com
977f92411f
fix 75912 downloading news msgs for offline use stops if article not found, also 71581 hang going offline if you have no newsgroups configured for offline use sr=sspitzer
2001-04-14 15:30:19 +00:00
bienvenu%netscape.com
68a2b7cafe
fix status msg for offline news sr=sspitzer 15870
2001-04-14 15:27:31 +00:00
mscott%netscape.com
c6ef67e961
Bug #73819 --> hook imap and news up to the new memory cache.
...
r/sr=sspitzer,bienvenu
2001-04-13 03:48:37 +00:00
shaver%mozilla.org
e2dc3d6d88
75152: Remove GetVersionNumber stub in favour of upcoming, less-invasive
...
preloader strategy. r=jag, sr=attinasi.
2001-04-11 14:23:13 +00:00
ccarlen%netscape.com
7720f48f12
Bugs 70379, 70380 - Hide nsISingleSignon from embedding apps, split auth prompting methods out of nsIPrompt into a new interface. r=valeski, sr=rpotts.
2001-04-10 18:30:25 +00:00
darin%netscape.com
41efbc6217
Necko API changes, bug 74221. r=valeski, sr=rpotts.
2001-04-10 06:01:08 +00:00
dbaron%fas.harvard.edu
d815434c9a
Fix MOZ_TRACK_MODULE_DEPS (senna tinderbox) bustage by adding new header file dependencies to REQUIRES.
2001-04-07 05:27:06 +00:00
danm%netscape.com
378b2f48b9
removing use of nsNetSupportDialog. bug 72112 continued. r=hyatt,morse,mstoltz,various
2001-04-07 03:33:56 +00:00
blakeross%telocity.com
6573419a09
Use more efficient command structure, refactor commands, broadcasters and keys, remove unused attributes, do some other optimization (72923). Landing navigator part only; this should help new window opening and some other areas. r=ben sr=hyatt
2001-04-05 19:53:13 +00:00
dprice%netscape.com
3e31ab9946
65845 - new order files
2001-04-05 06:02:32 +00:00
rickg%netscape.com
c1ce80ae83
preloader update. r=peterl, sr=attinasi
2001-04-03 22:58:59 +00:00
disttsc%bart.nl
96f5f6cf31
Add "gfx2" and "imglib2" to REQUIRES lines in Makefile.in for MOZ_TRACK_MODULE_DEPS builds (e.g. senna)
2001-03-30 10:39:06 +00:00
racham%netscape.com
4fc8beb00d
Fixing bugs 72498, 73892 and 72531. Fixing bug 72498 brings back File Here menuitem back into all mailnews folder pickers. This one missed 081 branch train. Thanks to all who reviewed this patch now and then. Fixing bug 73892 makes the Bcc Self field appear again in Copies and Folders panel of any given server and fianlly fix to bug 72531 makes Search Messages link to appear for news and movemail accounts in AccountCentral. r=gayatrib, bienvenu, racham sr=sspitzer
2001-03-30 02:06:46 +00:00
bienvenu%netscape.com
9152c80ea5
add progress and status msg to folder compaction r=naving, sr=sspitzer 34073
2001-03-28 21:14:18 +00:00
mscott%netscape.com
f1156067a1
Bug #73738 --> fix a race condition in news. Fix crash trying to display inline images in news articles created by lipr0n.
...
Implement Save and Open attachment for news articles again from the message pane.
sr=bienvenu
2001-03-28 06:21:45 +00:00
sspitzer%netscape.com
96096f5c0f
fix for some of the nntp connection problems. sr=bienvenu. #65927
2001-03-28 02:24:20 +00:00
disttsc%bart.nl
6e48266508
Clean up REQUIRES lines. r=cls
2001-03-25 22:59:27 +00:00
bienvenu%netscape.com
f0326b313f
get replying to offline msg working sr=sspitzer 64424
2001-03-25 22:13:22 +00:00
bienvenu%netscape.com
5200e69fa2
fix loading a newsgroup and loading a news message while offline sr=sspitzer 15865
2001-03-25 19:33:18 +00:00
gayatrib%netscape.com
a61462049b
Implementing deleting/filing messages on single and multiple folders in search. Fixed regression introduced after merging performance branch that search does not display number of search hits. r=bhuvan,bienvenu. sr=bienvenu.
2001-03-24 09:08:26 +00:00
sspitzer%netscape.com
aecef38022
fix it so we won't try to send "ARTICLE <" to the nntp server. on quit, we sometimes get into a state where we try to send that to the server. if I detect that state, I return error but I don't send the bogus data over the wire. sr=bienvenu
...
related to bugs #57659 and #72317
2001-03-24 01:06:53 +00:00
timeless%mac.com
c112b6521e
fix Bugzilla Bug 65428 language="javascript" should be type="application/x-javascript" mailnews
...
r=fabian, a=ben
2001-03-23 23:44:31 +00:00
sspitzer%netscape.com
5153a22f30
fix for #73080 . more blake fallout. subscribe is broken. sr=bienvenu
...
a=akk,lpham.
2001-03-23 00:46:01 +00:00
blakeross%telocity.com
eaa6754a0a
Fixing 70746: major xul syntax changes. If you use xul, this WILL affect you! Read n.p.m.xpfe for details on the changes and how you can fix your code. r=hewitt sr=hyatt, ben
2001-03-22 00:59:29 +00:00
maolson%earthlink.net
cf7a9d0f56
fix bug 70747 [XUL Syntax] Replace <textfield> with <textbox>
...
r=blake, a=ben
2001-03-22 00:15:47 +00:00
sspitzer%netscape.com
86217d22c0
fix for #72750 , sr=mscott. caused by me not paying attention to 32 character limit for filenames on the mac.
2001-03-21 02:49:37 +00:00