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

10092 Коммитов

Автор SHA1 Сообщение Дата
racham%netscape.com 74249907d1 Fixing bug 71906. Enabling Search Messages link on Account Central for Local Folders also. r=racham, sr=sspitzer 2001-03-14 05:26:42 +00:00
racham%netscape.com 33be1443a1 Fixing bugs 66830, 68346, 71356. Fix to bug 66830 makes AccountCentral item display more dynamic based on server and protocol capabilities. Fix to bug 68346 makes the startup page appear once per account per mozilla session. Fix to bug 71356 fianlly makes the right biff sound to get played at the right time. r=gayatrib, sspitzer, bienvenu sr=sspitzer, bienvenu. 2001-03-14 02:32:04 +00:00
dprice%netscape.com edb387e49c 71057 sr=waterson new order files. NOT PART OF THE REGULAR BUILD 2001-03-13 10:47:37 +00:00
timeless%mac.com 46f25f14e7 fix Bug 49727 Grammar incorrect in alert message when deleting mail folder
r=naving, sr=bienvenu
2001-03-13 04:45:52 +00:00
timeless%mac.com 8928003fad change for Bug 71416 Checkbox "Send this email adress ... FTP password" and edit field belong together
patch by bzbarsky@mit.edu r=db48x@yahoo.com,zach a=ben@netscape.com
2001-03-13 03:38:50 +00:00
valeski%netscape.com 27feb04903 sr=rpotts, r=gagan. 70743. switching over to new extensible URI::SchemeIs() api. and changing existing implementations over to new api 2001-03-13 01:59:19 +00:00
nhotta%netscape.com 45c721994e Removed the line to replace '|' with ':' since that's already replaced in the string
and it replaces partial characters in multi-byte characters, bug 68993, r=ducarroz, sr=sspitzer.
2001-03-12 22:50:34 +00:00
dougt%netscape.com c74c36c85e Minor build changes per API review. Now nsIFileURL and nsIFileChannel have their own IDL file which means that if you were using either of these two interfaces, you need to include a new include file. r=valeski@netscape.com 2001-03-12 22:41:28 +00:00
shaver%mozilla.org fcf7cd0d9f 67699: all your nsIClassInfo is belong to us
- teach nsGenericFactory about nsIClassInfo, and nsIClassInfo.idl to the
  builds
- add a heaping serving of macro love for classes that want to support it
- convert many modules to use nsGenericModule the new way
- handful of warning and modeline fixes
- nsSample and some XPConnect test classes now have nsIClassInfo support for
  testing
2001-03-12 20:43:02 +00:00
varada%netscape.com bc6c0e45b7 fixes for bugs# 70615 70626;r=ducarroz;sr=mscott 2001-03-12 05:30:11 +00:00
maolson%earthlink.net 2b97554dcd fix bug 70655 - View Image in message context menu doesn't work
r=jag, sr=sspitzer
2001-03-12 05:13:12 +00:00
mkaply%us.ibm.com ba0abcd4c2 #71558
r=cls
from achim - Don't export every symbol for XPCOM components - nice build/performance fix
2001-03-12 03:33:50 +00:00
ccarlen%netscape.com c819a81536 Along with bug 65212 - removing unnescesary dependencies on profile. r=valeski@netscape.com, sr=alecf@netscape.com 2001-03-11 22:15:22 +00:00
Peter.VanderBeken%pandora.be 47d931e2cd Renaming NS_PARSER_IID to NS_PARSER_CID, because it *is* a CID. r=jag, sr=jst. 2001-03-10 21:02:12 +00:00
hyatt%netscape.com d741df52e2 Fix for 71262 and 71485, r=jag, srs=shaver on 71262 and hewitt on 71485 2001-03-10 01:43:09 +00:00
jgmyers%netscape.com cd7c184727 cleanup error handling: bug 64777 sr=mscott r=sspitzer 2001-03-10 00:49:05 +00:00
cmanske%netscape.com d0220a2106 Added param to caller of editor saveDocument for save mime type as part of fix for bug 51798. r=brade, sr=sfraser 2001-03-10 00:02:31 +00:00
dbaron%fas.harvard.edu 5c527757fd Fix MOZ_TRACK_MODULE_DEPS (senna tinderbox) bustage by adding txmgr to REQUIRES. 2001-03-09 16:20:16 +00:00
kin%netscape.com 11f8ac97cd Fixes for bug #66308 ([embed] XPIDL'ize transaction manager)
sr=sfraser@netscape.com,mscott@netscape.com r=jfrancis@netscape.com

* nsITransaction, nsITransactionListenter, nsITransactionManager have
  been XPIDL'ized and moved into mozilla/editor/txmgr/idl. The versions
  of these interfaces in mozilla/editor/txmgr/public are being CVS removed.

* Renamed Do(), Undo(), and Redo() to DoTransaction(), UndoTransaction(),
  and RedoTransaction() to avoid reserved word problems in languages like
  JS. I did a sweep through editor and mailnews to remove these methods.

* PeekUndoStack() and PeekRedoStack() now return an AddRef'd pointer.

* Removed GetUndoString(), GetRedoString() and Write() from the
  nsITransaction interface. Neither editor or mailnews really made
  use of these methods.

* Removed Write() from the nsITransactionManager.cpp interface.

* The Transaction Manager now supports weak references.

* Added support for nsITransactionList to the TransactionManager
  to allow access to all transactions on the Undo and Redo stacks, as
  well as auto-aggregated transactions.

* Removed all references to nsITransactionDescription from txmgr and editor.

* Added nsPIEditorTransaction and made all Editor internal transactions
  inherit from it so we can distinguish between our transactions and
  ones from 3rd parties.

New files checked in:

  editor/txmgr/idl/nsITransaction.idl
  editor/txmgr/idl/nsITransactionList.idl
  editor/txmgr/idl/nsITransactionListener.idl
  editor/txmgr/idl/nsITransactionManager.idl
  editor/txmgr/src/nsITransactionList.cpp
  editor/txmgr/src/nsITransactionList.h
  editor/idl/nsPIEditorTransaction.idl

Files that were CVS removed:

  editor/txmgr/public/nsITransaction.h
  editor/txmgr/public/nsITransactionListener.h
  editor/txmgr/public/nsITransactionManager.h
  editor/txmgr/idl/nsITransactionDescription.h
  editor/base/IMECommitTxn.cpp
  editor/base/IMECommitTxn.h

Files modified:

  editor/Makefile.in
  editor/makefile.win
  editor/base/ChangeAttributeTxn.cpp
  editor/base/ChangeAttributeTxn.h
  editor/base/CreateElementTxn.cpp
  editor/base/CreateElementTxn.h
  editor/base/DeleteElementTxn.cpp
  editor/base/DeleteElementTxn.h
  editor/base/DeleteRangeTxn.cpp
  editor/base/DeleteRangeTxn.h
  editor/base/DeleteTextTxn.cpp
  editor/base/DeleteTextTxn.h
  editor/base/EditAggregateTxn.cpp
  editor/base/EditAggregateTxn.h
  editor/base/EditTxn.cpp
  editor/base/EditTxn.h
  editor/base/IMECommitTxn.cpp
  editor/base/IMECommitTxn.h
  editor/base/IMETextTxn.cpp
  editor/base/IMETextTxn.h
  editor/base/InsertElementTxn.cpp
  editor/base/InsertElementTxn.h
  editor/base/InsertTextTxn.cpp
  editor/base/InsertTextTxn.h
  editor/base/JoinElementTxn.cpp
  editor/base/JoinElementTxn.h
  editor/base/nsEditor.cpp
  editor/base/nsEditorShell.cpp
  editor/base/nsEditorShell.h
  editor/base/nsEditorTxnLog.cpp
  editor/base/nsStyleSheetTxns.cpp
  editor/base/nsStyleSheetTxns.h
  editor/base/PlaceholderTxn.cpp
  editor/base/PlaceholderTxn.h
  editor/base/SetDocTitleTxn.cpp
  editor/base/SetDocTitleTxn.h
  editor/base/SplitElementTxn.cpp
  editor/base/SplitElementTxn.h
  editor/idl/Makefile.in
  editor/idl/makefile.win
  editor/idl/MANIFEST
  editor/idl/nsIEditorShell.idl
  editor/macbuild/editor.mcp
  editor/macbuild/EditorIDL.mcp
  editor/txmgr/idl/Makefile.in
  editor/txmgr/idl/makefile.win
  editor/txmgr/idl/MANIFEST
  editor/txmgr/idl/nsITransactionManager.idl
  editor/txmgr/macbuild/txmgr.mcp
  editor/txmgr/macbuild/txmgrIDL.mcp
  editor/txmgr/public/Makefile.in
  editor/txmgr/public/makefile.win
  editor/txmgr/public/MANIFEST
  editor/txmgr/src/Makefile.in
  editor/txmgr/src/makefile.win
  editor/txmgr/src/nsTransactionItem.cpp
  editor/txmgr/src/nsTransactionItem.h
  editor/txmgr/src/nsTransactionList.cpp
  editor/txmgr/src/nsTransactionList.h
  editor/txmgr/src/nsTransactionManager.cpp
  editor/txmgr/src/nsTransactionManager.h
  editor/txmgr/src/nsTransactionManagerFactory.cpp
  editor/txmgr/src/nsTransactionStack.cpp
  editor/txmgr/src/nsTransactionStack.h
  editor/txmgr/tests/TestTXMgr.cpp
  editor/ui/composer/content/EditorCommandsDebug.js
  editor/ui/composer/content/editorOverlay.xul
  editor/ui/composer/locale/en-US/editorOverlay.dtd
  mailnews/base/src/nsMessenger.cpp
  mailnews/base/util/nsMsgTxn.cpp
  mailnews/base/util/nsMsgTxn.h
  mailnews/imap/src/nsImapMailFolder.cpp
  mailnews/imap/src/nsImapUndoTxn.cpp
  mailnews/imap/src/nsImapUndoTxn.h
  mailnews/local/src/nsLocalMailFolder.cpp
  mailnews/local/src/nsLocalUndoTxn.cpp
  mailnews/local/src/nsLocalUndoTxn.h
2001-03-09 14:23:59 +00:00
waterson%netscape.com 3dec33d5f9 Bug 70248. Remove extraneous |extern C| block. r=ducarroz, sr=mscott 2001-03-09 06:31:42 +00:00
naving%netscape.com de625dd166 63921. sr=bienvenu Don't kill the connection for the folder to be renamed. Do it
for its children.
2001-03-09 06:27:01 +00:00
hewitt%netscape.com eeb97b1e15 68480 - cleanup msgcompose toolbar menubuttons, r=cmanske/ducarroz, sr=hyatt 2001-03-09 00:01:55 +00:00
bryner%uiuc.edu bea5ab6ea9 Bug 71024 - adding a null check to prevent crash. patch by hwaara, r=bryner, sr=shaver. 2001-03-08 22:50:57 +00:00
jgmyers%netscape.com 6e4be49bc3 enable SMTP auth by default: bug 64777 r=racham sr=sspitzer 2001-03-08 22:00:33 +00:00
disttsc%bart.nl ac8a0e2480 Fix Solaris bustage. r=scc 2001-03-08 19:57:20 +00:00
scc%mozilla.org 68b1a2e17f fix solaris bustage 2001-03-08 18:32:28 +00:00
disttsc%bart.nl 09677a326a Fix potential dangling pointers of the form:
const char* foo = NS_ConvertUCS2toUTF8(bar).get();

sr=scc
2001-03-08 13:57:08 +00:00
disttsc%bart.nl 8b43034cef Change implicit conversion from
|NS_ConvertUTF8toUCS2|
|NS_ConvertASCIItoUCS2|
|NS_ConvertUCS2toUTF8|
|ns[C]LiteralString|
|ns[C]PromiseFlatString|

to explicit |get()|.

Add |get()| to |nsString|, remove implicit conversion operators where possible, add NS_WARNING where not (yet!).

Bug=53057, r=alecf, sr=scc
2001-03-08 08:05:05 +00:00
timeless%mac.com aef4cfd76d fix bug 69256 nsMsgNewsFolder::UpdateSummaryFromNNTPInfo leaks nsMsgKeySet
patch by hwaara@chello.se r=sspitzer, sr=bienvenu tabs=evil
2001-03-08 05:26:43 +00:00
stephend%netscape.com 03c69f0940 Fixing tooltips so they re-appear for GetMsg and Print in Mail/News r=walk84@usa.net sr=bienvenu@netscape.com 2001-03-08 04:01:49 +00:00
stephend%netscape.com e3e859b749 Leaving Stephen Walker's changes to bug 67463 in, but removing my accidental changes fromy tree, sorry about that. 2001-03-08 01:59:32 +00:00
stephend%netscape.com 42df68efdd Checking in the fix for tooltips in bug 67463, patch by Stephen Walker (walk84@usa.net) r=stephend@netscape.com, sr=sspitzer@netscape.com 2001-03-08 01:42:38 +00:00
stephend%netscape.com 337f9d7809 Bug 70241 Inconsistency in describing SMTP server r=racham@netscape.com, sr=sspitzer@netscape.com 2001-03-08 01:01:48 +00:00
stephend%netscape.com ed5803cd64 Bug 70128 & 70241 Inconsistency in describing SMTP & NNTP servers r=racham@netscape.com, sr=sspitzer@netscape.com and sr=mscott@netscape.com 2001-03-08 01:00:28 +00:00
stephend%netscape.com 740d8dfe27 Bug 70128 Inconsistency in describing SMTP server r=racham@netscape.com, sr=sspitzer@netscape.com 2001-03-08 00:59:07 +00:00
stephend%netscape.com 0ffe33d497 Part of bug 70241 Inconsistency in describing SMTP server r=racham@netscape.com, sr=sspitzer@netscape.com 2001-03-08 00:58:21 +00:00
timeless%mac.com 0113c0683d fix bug 64562 Some chrome dtd bugs [duplicate entities in dtds]
fixes from cjh@kr.freebsd.org r=jag, sr=jst
2001-03-07 11:28:42 +00:00
ben%netscape.com a040c74c61 Fix for 57763. r=blake, a=alecf 2001-03-07 07:50:14 +00:00
stephend%netscape.com 5a881fe91f Checking in fix for bug 61296. Patch by Ksosez (ksosez@softhome.net) r=blake sr=seth 2001-03-07 02:42:14 +00:00
stephend%netscape.com 1cd0f5e33c Checking in fix for bug 70496. Patch by Keyser Sosez (ksosez@softhome.net r=boris, sr=seth 2001-03-07 02:40:24 +00:00
sspitzer%netscape.com c49a15e1f8 fix bugscape bugs #2883 #2884 #3927. Thanks to jgaunt@netscape.com for the
patch.  r/sr=sspitzer,bienvenu
2001-03-07 01:33:55 +00:00
racham%netscape.com ed566c5794 Fixing bug 67634. Clearing the default url value so that beep takes the default place for biff sound. r=racham, sr=sspitzer 2001-03-07 01:16:44 +00:00
racham%netscape.com f0a4d37e3c Fixing bug 67634. Default sound for biff is changed to be the system beep. Patch by Seth. r=racham, sr=bienvenu 2001-03-07 01:16:35 +00:00
jgmyers%netscape.com f282cf9fbf Have SMTP prompt for userid if it's not set in prefs: bug 64777 sr=mscott r=sspitzer 2001-03-07 01:08:04 +00:00
jgmyers%netscape.com d94d4a24a7 pass default and override charset down to header decoder: bug 65277 r=nhotta r=ducarroz sr=sspitzer 2001-03-07 00:59:47 +00:00
sspitzer%netscape.com d6b4d4e0ad fix for bugscape bug #4174. sr=mscott 2001-03-07 00:44:20 +00:00
chuang%netscape.com 6f1d34ff6b Bug65870 "Notes" data field does not display after migrating, r=ducarroz, sr=mscott 2001-03-06 21:04:55 +00:00
ducarroz%netscape.com 69a85e9533 Fix for bug 48668. Put back the extra blank line before page link. R=varada, SR=bienvenu 2001-03-06 20:20:58 +00:00
racham%netscape.com 215685bf30 Fixing bug 58721. Fixing the situation where application hangs if the biff interval is greater than 35 minutes. Needed to use the nsInt64 var to hold the values and to get carried forward properly for further operations. r=gayatrib, sr=sspitzer 2001-03-06 19:44:37 +00:00
bryner%uiuc.edu 8b80c7c363 Bug 70595 - making nsIPrompt accessible to PSM. r=darin, sr=mscott. 2001-03-06 05:10:33 +00:00