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
erik%netscape.com
84ace96483
bug 71314; author=simon@softel.co.il; r=mjudge,anthonyd; sr=erik; changes
...
from IBM bidi project (Arabic, Hebrew, etc); some in ifdef for now
2001-03-21 01:16:22 +00:00
brade%netscape.com
b36ce89660
handle cancellation of filepicker; bug #71856 , r=cmanske, sr=kin
2001-03-20 15:29:53 +00:00
glazman%netscape.com
b428ac16b0
Tables without border attribute were invisible in editor. Highly depends on 71647. b=57686, r=brade, sr=kin
2001-03-20 12:25:15 +00:00
hewitt%netscape.com
7b08396164
65745 - themes cleanup, r=dveditz/cmanske/chuang/blake/andreww, sr=hyatt, a=leaf
2001-03-16 02:56:38 +00:00
syd%netscape.com
d4b9e66488
Fix for:
...
http://bugzilla.mozilla.org/show_bug.cgi?id=68229
r=andreww, sr=sfraser. checking in for anatoliya
2001-03-14 07:33:46 +00:00
timeless%mac.com
fbe4dc7bd4
Bug 65428 language="javascript" should be type="application/x-javascript"
...
r=ksosez@softhome.net a=ben
2001-03-13 15:35:07 +00:00
cmanske%netscape.com
6a8a421a41
Fixed editor table submenu enabling in context menus, b=62158, r=akkana, sr=kin
2001-03-13 14:35:24 +00:00
dprice%netscape.com
1b42d68e45
71057 sr=waterson new order files. NOT PART OF THE REGULAR BUILD
2001-03-13 10:47:37 +00:00
anthonyd%netscape.com
25bbe270de
bug fix for 67985 - needed methods for nsEditor impl
...
r=jfrancis
sr=sfraser
2001-03-13 02:48:17 +00:00
valeski%netscape.com
a8e9bc5bd5
sr=rpotts, r=gagan. 70743. switching over to new extensible URI::SchemeIs() api
2001-03-13 02:02:05 +00:00
cmanske%netscape.com
1a1e200c7b
Part of fix to spell checker bug 70413, r=timeless, sr=kin
2001-03-12 23:29:16 +00:00
cmanske%netscape.com
833fa8a8c3
Fixed access to Dictionary dialog - always launch Spell Checker dialog. b=70413, r=timeless, sr=kin
2001-03-12 23:29:07 +00:00
dougt%netscape.com
9c5d760307
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
Peter.VanderBeken%pandora.be
ede8756d78
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
kin%netscape.com
88c878f24c
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:32:06 +00:00
kin%netscape.com
6501ce84d9
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
jfrancis%netscape.com
71a198358a
renaming variable to match coding guidelines; r=fm; sr=kin
2001-03-09 14:19:14 +00:00
jfrancis%netscape.com
6479cea88e
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
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
edito
2001-03-09 14:18:41 +00:00
kin%netscape.com
a204ffc70a
Initial checkin of file. NOT PART OF THE BUILD!
2001-03-09 13:58:05 +00:00
cmanske%netscape.com
092b0af21f
Missed file checkin as part of bug 67993, sr=sfraser
2001-03-09 01:47:18 +00:00
jfrancis%netscape.com
bf6a0f6378
bug 57863: pasting multiple table cells outside of table doens't work. r=cmanske;sr=kin
2001-03-09 01:36:38 +00:00
hewitt%netscape.com
9c8c933d65
68480 - cleanup msgcompose toolbar menubuttons, r=cmanske/ducarroz, sr=hyatt
2001-03-09 00:01:55 +00:00
hewitt%netscape.com
222b18489c
66354 - editor image props dialog cleanup, r=cmanske, sr=hyatt
2001-03-08 23:39:49 +00:00
cmanske%netscape.com
22ff42aa90
Fixed problems in Advanced Edit dialog, b=67918, r=brade, sr=kin
2001-03-08 15:07:14 +00:00
cmanske%netscape.com
0c9c5b12d1
Removed registering of commands not used in plain text editor, b=67993, r=brade, sr=sfraser
2001-03-08 15:03:51 +00:00
disttsc%bart.nl
aebc676048
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
63a9571bee
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
cmanske%netscape.com
1c6d9ac013
Fixed editor bugs 68064 and 70263. r=brade, sr=kin
2001-03-06 21:12:28 +00:00
jfrancis%netscape.com
f89d314aee
fix for 70602: selection not properly reset when joining nodes. {r,sr}={kin,sfraser}
2001-03-06 20:16:38 +00:00
cmanske%netscape.com
d0cec09984
Checkin to fix bug 69851 for pedimont@us.ibm.com, r=cmanske, sr=kin
2001-03-05 15:41:39 +00:00
cmanske%netscape.com
ba6e36a8bf
Better error message, b=69560, r=robinf, sr=kin
2001-03-04 00:25:30 +00:00
kin%netscape.com
d1b149c1ca
Initial checkin of nsTransactionList.cpp and nsTransactionList.h.
...
NOT PART OF THE BUILD.
2001-03-02 15:18:56 +00:00
brade%netscape.com
2923c3eb03
stop propagation on drop over non-editable fields (unfortunately we have to additionally catch it in the drop since someone else might have accepted the drag for us); sr=kin
2001-03-02 14:11:55 +00:00
disttsc%bart.nl
043186b34e
Preparation of removing nsCString::GetBuffer. Landing everything but the actual commenting out of nsCString::GetBuffer. bug=64016, r=timeless, sr=scc
2001-03-02 09:26:57 +00:00
blakeross%telocity.com
686e5a8010
UIEvent button property is incorrect according to the DOM2 spec. Changing values to 0, 1, 2 (left, middle, right mouse buttons respectively) from 1, 2, 3. |event.which| continues to use the old values for backwards compatibility. This affects future xbl, js, and c++ event button checks so please see the newsgroups for more info (60703). r=timeless sr=jst
2001-03-02 03:07:53 +00:00
jfrancis%netscape.com
c1879e8f7a
bug 30763: splitting mailcites in plaintext mail reply was broken. r=akkana; sr=blizzard
2001-03-02 00:08:20 +00:00
dprice%netscape.com
5184a7104b
# 65845 sr=waterson, new order files will greatly reduce the number of link warnings.
2001-02-27 04:38:19 +00:00
cmanske%netscape.com
0bfc92fc61
For recent changes r=brade, sr=sfraser
2001-02-26 23:24:38 +00:00
cmanske%netscape.com
75322ff678
Forgot interface headers! DOH!
2001-02-26 23:21:37 +00:00
cmanske%netscape.com
d2efc15e1b
Make setting doc title undoable (add SetDocumentTitle transaction) b=60129, add export to text file, b=51798, some interface param changes to table editing methods as part of embedding work (b=66300). r=brade, sr=sfraser
2001-02-26 22:02:58 +00:00
cmanske%netscape.com
ea5f6e6237
UI changes for export to text file (51798) and adding read-only DOCTYPE display in HTML Source (58650), and new command to update Recent Files menu (part of 60129). r=brade, sr=sfraser
2001-02-26 22:02:07 +00:00
cmanske%netscape.com
f97df559ec
Fixed table editing bug 63439. r=brade,jfrancis, sr=kin
2001-02-26 22:02:06 +00:00
cmanske%netscape.com
1bc8bfd119
Make setting <title> and <meta> contents undoable transactions. Part of bug 60129, r=brade, sr=sfraser
2001-02-26 21:51:44 +00:00
cmanske%netscape.com
44e403f9da
Fixed Table dialog bugs 57206 and 69795. Cleanup up warinings in Insert Chars dialog. r=brade, sr=sfraser
2001-02-26 20:00:17 +00:00
brade%netscape.com
1f1cc70e80
fix copy/paste error in code logic (2 cmd_scrollPage* and no cmd_movePage*); r=akkana, sr=kin
2001-02-26 15:37:25 +00:00
blakeross%telocity.com
4c8a38b2d1
Making editor's |dont_AddRef| usages easier on the eyes (56033). r=timeless sr=scc
2001-02-26 00:28:58 +00:00
tao%netscape.com
9485f2f1b3
62171: "Separate content from UI". Split langenus.xpi into regus.xpi.
...
browser: (r=pchen,sr=alecf), mailnews: (r=yamamoto,sr=sspitzer),
editor: (r=cmonske,sr=sfraser), xpinstall (r=ssu,sr=dveditz).
2001-02-23 08:34:10 +00:00
blakeross%telocity.com
7273675bec
Forced reload, stop button, ability to use bookmark keywords in Open Web Location dialog, persist window choice, .8 -> .9, moving things to more appropriate places (60498, 62078, 49773, others). r=timeless/jag sr=alecf
2001-02-23 03:31:46 +00:00
disttsc%bart.nl
744785129a
Mass REQUIRES update to synch up with string lib and xul changes in an attempt to fix senna bustage. r=jst, sr=cls
2001-02-22 09:35:51 +00:00
sfraser%netscape.com
c1c6040849
Add SetDocTitleTxn.cpp for cmanske
2001-02-22 04:18:20 +00:00
waterson%netscape.com
2cd62f503b
Bug 43121. Move XUL content model code from RDF DLL to content DLL. r=jst,hyatt; sr=brendan.
2001-02-22 03:01:34 +00:00
dougt%netscape.com
eab041f43f
Relanding Necko Changes.
...
Revising nsIChannel to allow for overlapped i/o. This consists of three parts:
1. Factoring nsIChannel into a protocol specific part, the nsIChannel, and a socket specific, the nsITransport.
2. Derive the nsIChannel from a nsIRequest.
2. Changes the notification system from necko and the URILoader to pass the nsIRequest interface instead of nsIChannel interface.
This goal stems from wanting to be able to have active AsyncRead and AsyncWrite operations on nsSocketTransport.
This is desired because it would greatly simplify the task of maintaining persistent/reusable socket connections
for FTP, HTTP, and Imap (and potentially other protocols). The problem with the existing nsIChannel interface is
that it does not allow one to selectively suspend just one of the read or write operations while keeping the other active.
r=darin@netscape.com
sr=rpotts@netscape.com
2001-02-21 20:38:08 +00:00
brade%netscape.com
ccb9d31167
comment out HideImage() which was moved (to fix blocker #69669 ) r=granrose
2001-02-21 19:13:14 +00:00
syd%netscape.com
955e5569e3
Fix for bug 67981. checking in for anatoliya@netscape.com r=cmanske, sr=kin
2001-02-21 00:34:04 +00:00
akkana%netscape.com
30644d14de
67337: Initial implementation of Tableize. r=aaronl sr=sfraser
2001-02-17 01:33:07 +00:00
cmanske%netscape.com
7ee9dd1694
No real code change: added comment to explain fix to bug 57206, r=brade, sr=kin
2001-02-16 21:10:01 +00:00
cmanske%netscape.com
00e45511df
Part of fix for bug 57206, r=brade, sr=kin
2001-02-16 21:04:41 +00:00
blakeross%telocity.com
61e2ace39e
Make tab and shift+tab move to the next and previous (focusable) elements for textfields (2083, 47282). r=brade sr=sfraser
2001-02-16 03:40:15 +00:00
cmanske%netscape.com
cae8a8e18b
Fixed Cell Properties navigation in dialog bug 68836. r=brade, sr=sfraser
2001-02-16 03:37:26 +00:00
cmanske%netscape.com
be0c7b7e85
Fixed link properties bug 68064. r=brade, sr=sfraser
2001-02-16 03:36:03 +00:00
cmanske%netscape.com
94def0723f
Fixed Spell Check dialog layout bug 57398. r=brade, sr=sfraser
2001-02-16 03:35:02 +00:00
cmanske%netscape.com
d686044eb9
Fixed Spell Check dialog default button bug 56531. r=brade, sr=sfraser
2001-02-16 03:34:29 +00:00
cmanske%netscape.com
6874923b05
Fixed initializing widgets in prefs dialog, b=53275, r=brade, sr=sfraser
2001-02-16 03:33:27 +00:00
cmanske%netscape.com
1fce00819d
UI for Insert Break, b=47545, r=brade, sr=sfraser
2001-02-16 03:33:07 +00:00
cmanske%netscape.com
0732a9c14e
Fixed string truncation bug 68684; r=brade, sr=sfraser
2001-02-16 03:32:55 +00:00
cmanske%netscape.com
bcdb23d0f4
Fixed Send Page bug 68197, Table Properties dialog bug 68835, Implement Insert Break (bug 47544); r=brade, sr=sfraser
2001-02-16 03:32:49 +00:00
cmanske%netscape.com
76c6f07271
New files for SetDocumentTitle transaction. Not part of build yet. r=kin
2001-02-16 03:15:35 +00:00
akkana%netscape.com
109f0be87c
25779: Add/improve alternate windows cut/copy/paste key bindings: r=brade sr=sfraser.
...
68747: Remove redundant code in nsHTMLEditor. sr=sfraser.
2001-02-15 21:51:25 +00:00
dprice%netscape.com
fc5a7ddbf1
65845 first cut of the order files
2001-02-13 02:48:02 +00:00
disttsc%bart.nl
76fbedadc5
Back out dougt's channel changes
2001-02-12 03:14:23 +00:00
dougt%netscape.com
69415757ab
Revising nsIChannel to allow for overlapped i/o. This consists of three parts:
...
1. Factoring nsIChannel into a protocol specific part, the nsIChannel, and a socket specific, the nsITransport.
2. Derive the nsIChannel from a nsIRequest.
2. Changes the notification system from necko and the URILoader to pass the nsIRequest interface instead of nsIChannel interface.
This goal stems from wanting to be able to have active AsyncRead and AsyncWrite operations on nsSocketTransport.
This is desired because it would greatly simplify the task of maintaining persistent/reusable socket connections
for FTP, HTTP, and Imap (and potentially other protocols). The problem with the existing nsIChannel interface is
that it does not allow one to selectively suspend just one of the read or write operations while keeping the other active.
The full details of the change on written up in the netlib newsgroup.
r=darin@netscape.com
sr=rpotts@netscape.com
2001-02-10 00:16:26 +00:00
kin%netscape.com
8af7eaeb37
Initial checkin of XPIDL'ized TransactionManager interfaces.
...
NOT PART OF THE BUILD YET!
2001-02-08 22:12:30 +00:00
brade%netscape.com
675fa242c6
preventdefault on drag&drop over non-editable fields
2001-02-07 13:42:24 +00:00
jfrancis%netscape.com
99c9cbe27a
thank heavens i'm paranoid, or i wouldn't have found prob with ancient patch
2001-02-07 10:07:59 +00:00
jfrancis%netscape.com
d5e12cced2
bug 62235 All new data lost after deleting some text
bug 56880 backspace can delete entire contents of style node
bug 56168 Missing character after closing inline tag which spans lines
r=fm; sr=kin
2001-02-07 09:26:51 +00:00
jfrancis%netscape.com
363f5937c4
bug 64152: unstyling styled text sometimes fails, r=sf; sr=kin
2001-02-07 09:24:21 +00:00
syd%netscape.com
2c65c4549c
Editor overlay smilie menus. r=syd, sr=sfraser, checking in for
...
anatoliya@netscape.com
2001-02-07 07:52:02 +00:00
mkaply%us.ibm.com
b2428d5056
#67353
...
r=timeless,brade sr=sfraser
Cleanup image editor hotspot dialog
2001-02-07 05:58:09 +00:00
syd%netscape.com
fb621bc3ad
Smilie images, r=syd, sr=sfraser
2001-02-07 04:09:49 +00:00
syd%netscape.com
dc7d21d82e
Smilie menu css file, r=syd, sr=sfraser
2001-02-07 04:09:22 +00:00
anthonyd%netscape.com
a269d8a282
landing jfrancis fix for 67109 - Drag and drop to and from textfields is broken
...
sr=kin
r=anthonyd
2001-02-07 02:50:05 +00:00
cmanske%netscape.com
fa42ad1cc2
Fix for menulist width bug 67396 by hewitt, r=cmanske, sr=sfraser
2001-02-06 23:50:04 +00:00
bryner%uiuc.edu
959336880a
Bug 67709 - assertions when typing in editor due to uninitialized return value. r=blake, dbaron. sr=brendan.
2001-02-06 02:55:06 +00:00
brade%netscape.com
8e5fc69dde
caret method renamed to GetCaretCoordinates; r=kin; sr=sfraser
2001-02-05 15:44:38 +00:00
dbaron%fas.harvard.edu
e0028605f5
Convert correct usage of |nsCOMPtr<T>::operator&| to use |address_of| since the operator& will soon become private. b=59414 r=disttsc@bart.nl
2001-02-04 19:39:56 +00:00
cmanske%netscape.com
8d93e24dd8
Fixed color picker buttons in dialogs, b=66417, r=blake, sr=sfraser
2001-02-02 00:14:43 +00:00
cmanske%netscape.com
a7fab476c3
Fixed align menulist in Image properties dialog, b=66354, r=blake, sr=sfraser
2001-02-02 00:14:29 +00:00
kin%netscape.com
8c44699109
Fix for bug #67256 : ReplaceAll with WrapAround should stop replacing before passing initial caret position.
...
Fixed the off by +1 error GetCurrentBlockIndex() so it now returns the
correct block index. Modified DoFind() to compare mCurrentSelOffset and
mStartSelOffset to check if we are passing the initial caret position.
We now only call GetCurrentBlockIndex() if we are wrapping.
r=akkana@netscape.com sr=sfraser@netscape.com
2001-02-01 19:00:40 +00:00
jfrancis%netscape.com
1490101fe9
bug 67241: regression from the mongo embedding landing. now the smarts (for adding extra br's at the end of blocks when you hit return) are turned back on for html editors. r=fm; sr=kin
2001-01-31 23:58:42 +00:00
akkana%netscape.com
8e06cb3628
66718: fix a signed/unsigned problem. r=cmanske, sr=kin
2001-01-31 22:55:15 +00:00
valeski%netscape.com
abe478a9a1
r=ccarlen, sr=rpotts. 65925. making editor progress listener support weak refs
2001-01-31 21:01:41 +00:00
blakeross%telocity.com
73c5411576
Fix 66500 (plaintext editor case): paste is disabled for readonly textfields. r=timeless sr=sfraser
2001-01-31 02:50:16 +00:00
gagan%netscape.com
cded3e2f30
Optimization for scheme comparison of URIs. See bug 66577 for details. r=darin, sr=brendan@mozilla.org
2001-01-31 01:33:03 +00:00
mkaply%us.ibm.com
53a3178629
#67044
...
smoketest blocker
2001-01-30 16:58:29 +00:00
brade%netscape.com
5073d3844e
fix typo; r=cmanske; sr=kin
2001-01-30 15:19:24 +00:00
mkaply%us.ibm.com
6f0ce83043
#60160
...
r=blake, sr=alecf
Remove Win32 specific code for system colors - make it XP using nsLookAndFeel
2001-01-30 04:41:49 +00:00
jfrancis%netscape.com
bf744d5b0f
fixing build bustage
2001-01-28 20:56:55 +00:00
jfrancis%netscape.com
d9f4b4f5a9
bug 66290: embedding work: refactor editor to allow smaller plaintext only library. Embedding clients may be interested inthis library if they want to embed a browser but not composer/mail-compose. Reduces library footprint for plaintext-only library by over 50% on all three platforms. r=fm; sr=kin
2001-01-28 20:13:07 +00:00
attinasi%netscape.com
a4e0fe11f6
Put link color: blue back in for composer. b=66578 r=beppe
2001-01-27 07:16:33 +00:00
sfraser%netscape.com
7479f4c393
Work in progress on editor embedding, NOT PART OF THE BUILD.
2001-01-26 02:16:14 +00:00
akkana%netscape.com
dbb2184847
64665: don't hardwire wrap width to 72. Also fix some warnings. r=jfrancis, sr=kin
2001-01-25 23:12:16 +00:00
blakeross%telocity.com
aecc334f2f
Fix 66500: paste is enabled for readonly textfields. r=timeless sr=sfraser
2001-01-25 21:36:51 +00:00
hewitt%netscape.com
9f528f1f20
65990 - composer color palette, r=cmanske, sr=sfraser
2001-01-25 19:56:55 +00:00
kin%netscape.com
993b2425d1
Fix for bug #6254 (Find/Replace needs to be implemented.)
First pass implementation of Find and Replace.
sr=sfraser@netscape.com r=ducarroz@netscape.com
New Files:
editor/txtsvc/macbuild/txtsvcIDL.mcp
editor/txtsvc/public/MANIFEST_IDL
editor/txtsvc/public/nsIFindAndReplace.idl
editor/txtsvc/src/nsFindAndReplace.cpp
editor/txtsvc/src/nsFindAndReplace.h
xpfe/components/find/resources/replacedialog.js
xpfe/components/find/resources/replacedialog.xul
xpfe/components/find/resources/locale/en-US/replacedialog.dtd
Modified Files:
build/mac/build_scripts/MozillaBuildList.pm
editor/base/nsEditorShell.cpp
editor/idl/nsIEditorShell.idl
editor/txtsvc/macbuild/txtsvc.mcp
editor/txtsvc/public/Makefile.in
editor/txtsvc/public/makefile.win
editor/txtsvc/public/MANIFEST
editor/txtsvc/src/Makefile.in
editor/txtsvc/src/makefile.win
editor/txtsvc/src/nsTextServicesFactory.cpp
editor/ui/composer/content/ComposerCommands.js
editor/ui/composer/content/editor.js
editor/ui/composer/content/editorOverlay.xul
editor/ui/composer/locale/en-US/editorOverlay.dtd
mailnews/compose/resources/content/messengercompose.xul
mailnews/compose/resources/content/MsgComposeCommands.js
mailnews/compose/resources/locale/en-US/messengercompose.dtd
xpfe/components/jar.mn
xpfe/components/find/public/nsIFindComponent.idl
xpfe/components/find/public/nsISearchContext.idl
xpfe/components/find/resources/makefile.win
xpfe/components/find/resources/MANIFEST
xpfe/components/find/resources/locale/en-US/MANIFEST
xpfe/components/find/src/nsFindComponent.cpp
xpfe/components/find/src/nsFindComponent.h
2001-01-23 21:55:31 +00:00
kin%netscape.com
b24b2c40c3
Fix for bug #6254 (Find/Replace needs to be implemented.)
...
First pass implementation of Find and Replace.
sr=sfraser@netscape.com r=ducarroz@netscape.com
New Files:
editor/txtsvc/macbuild/txtsvcIDL.mcp
editor/txtsvc/public/MANIFEST_IDL
editor/txtsvc/public/nsIFindAndReplace.idl
editor/txtsvc/src/nsFindAndReplace.cpp
editor/txtsvc/src/nsFindAndReplace.h
xpfe/components/find/resources/replacedialog.js
xpfe/components/find/resources/replacedialog.xul
xpfe/components/find/resources/locale/en-US/replacedialog.dtd
Modified Files:
build/mac/build_scripts/MozillaBuildList.pm
editor/base/nsEditorShell.cpp
editor/idl/nsIEditorShell.idl
editor/txtsvc/macbuild/txtsvc.mcp
editor/txtsvc/public/Makefile.in
editor/txtsvc/public/makefile.win
editor/txtsvc/public/MANIFEST
editor/txtsvc/src/Makefile.in
editor/txtsvc/src/makefile.win
editor/txtsvc/src/nsTextServicesFactory.cpp
editor/ui/composer/content/ComposerCommands.js
editor/ui/composer/content/editor.js
editor/ui/composer/content/editorOverlay.xul
editor/ui/composer/locale/en-US/editorOverlay.dtd
mailnews/compose/resources/content/messengercompose.xul
mailnews/compose/resources/content/MsgComposeCommands.js
mailnews/compose/resources/locale/en-US/messengercompose.dtd
xpfe/components/jar.mn
xpfe/components/find/public/nsIFindComponent.idl
xpfe/components/find/public/nsISearchContext.idl
xpfe/components/find/resources/makefile.win
xpfe/components/find/resources/MANIFEST
xpfe/components/find/resources/locale/en-US/MANIFEST
xpfe/components/find/src/nsFindComponent.cpp
xpfe/components/find/src/nsFindComponent.h
2001-01-23 21:55:04 +00:00
brade%netscape.com
71f915204d
fix call to focus to have () and add var; sr=kin
2001-01-23 15:31:08 +00:00
cmanske%netscape.com
0673c4c23e
Checkin for doronr@naboonline.com: bug 63971, r=cmanske, sr=sfraser
2001-01-19 02:34:04 +00:00
m_kato%ga2.so-net.ne.jp
e4105949af
bug 65547, r=jag, sr=sfraser
...
delete unused line
2001-01-18 02:50:29 +00:00
cmanske%netscape.com
8917f79550
Fixed sidebar separator not hidden by default, b=65774, r=mjudge, sr=sfraser
2001-01-18 01:22:43 +00:00
kin%netscape.com
3df22fbee1
Initial checkin of project.
Part of fix for bug #6254 (Find/Replace needs to be implemented)
sr=sfraser@netscape.com
Not part of the build yet.
2001-01-18 01:07:01 +00:00
cmanske%netscape.com
d6a1eed676
Remove JS warnings, b=57649,r=timeless, sr=kin. Fix to 50328 (bring up Cell properties when caret is in cell) by hwaara@chello.se, r=cmanske, sr=kin
2001-01-18 00:59:18 +00:00
blakeross%telocity.com
419564bb7e
Fix 59327: hwaara's patch to add an assertion. r=jag sr=blizzard
2001-01-17 20:01:11 +00:00
blakeross%telocity.com
ccd8cbe71e
Fix 60667: JS strict warnings in pref-composer.xul. patch by Mark Olson. r=blake sr=alecf
2001-01-16 23:53:27 +00:00
cmanske%netscape.com
e43ea5f971
Fix Save enabling in HTML source (b=61996). Part of fix for Composer file menu overlays, b=54584, r=mjudge, sr=smfr
2001-01-16 23:12:22 +00:00
cmanske%netscape.com
87b424ad24
Part of fix for Composer file menu overlays, b=54584, r=ducarroz, sr=smfr
2001-01-16 23:02:32 +00:00
cmanske%netscape.com
b9190e65ec
Fixing Edit Page bug 65610. r=blake, sr=smfr
2001-01-16 21:57:07 +00:00
cmanske%netscape.com
0fea511824
Added notes for localization of string in editor.properties. r=timeless, sr=sfraser
2001-01-12 22:44:31 +00:00
cmanske%netscape.com
154f13842c
Show underline for links in editor, b=63528, r=mjudge, sr=sfraser
2001-01-12 22:32:44 +00:00
cmanske%netscape.com
6084b5b4d6
Fixed bug 64920, can't insert image. r=mjudge, sr=kin
2001-01-12 20:03:57 +00:00
m_kato%ga2.so-net.ne.jp
c9ffdd5eba
bug 64983, r=nhotta, sr=sfraser
...
When open DBCS filename by composer, title is shown incorrectly.
This bug is the regression of sfraser's check in (nsEditorShell.cpp
v1.222).
2001-01-12 11:29:59 +00:00
cmanske%netscape.com
e835966a9c
Fix bug 55879 (handle default alignment in TH vs. TD in table properties) r=mjudge, sr=sfraser
2001-01-11 05:01:24 +00:00
cmanske%netscape.com
6d8ffc785c
Fix bugs 55286 (foreign char in URL not converted correctly), 62386 (enable OK after selecting anchor) r=mjudge, sr=sfraser
2001-01-11 04:59:19 +00:00
cmanske%netscape.com
ab197ff432
Fix bug 58364 (remove appcore from dialog template file) r=mjudge, sr=sfraser
2001-01-11 04:57:23 +00:00
cmanske%netscape.com
0ce27cac0c
Fix bug 53275 (disable colorpickers in prefs if not 'Custom colors') r=mjudge, sr=sfraser
2001-01-11 04:55:33 +00:00
cmanske%netscape.com
62267a4a53
Fix bug 58496 (Insert table should delete selection) r=mjudge, sr=sfraser
2001-01-11 04:54:20 +00:00
cmanske%netscape.com
d0762fd337
Fix bug 55991 (right click in table cell and context menus) r=mjudge, sr=sfraser
2001-01-11 04:49:42 +00:00
dbaron%fas.harvard.edu
30f21ff5af
Convert correct usage of |nsCOMPtr<T>::operator&| to use |address_of| since the operator& will soon become private. b=59414 r=disttsc@bart.nl sr=waterson@netscape.com
2001-01-10 04:12:05 +00:00
anthonyd%netscape.com
cee32ef734
fix for bug #59003 fix for keybindings
...
sr=kin@netscape.com
r=akkana@netscape.com
2001-01-09 23:22:56 +00:00
sfraser%netscape.com
26f00271fe
Convert nsIDiskDocument to xpidl, and change it from using nsFileSpecs to nsIFiles. Bug 62567, r= buster, ducarroz, adamlock, sr=kin. Also changing from nsIFileWidget to nsIFilePicker, bug 47553, r=cmanske, sr=kin
2001-01-09 22:47:30 +00:00
sfraser%netscape.com
f01a40fc19
Convert nsIDiskDocument to xpidl, and change it from using nsFileSpecs to nsIFiles. Bug 62567, r= buster, ducarroz, adamlock, sr=kin
2001-01-09 22:47:02 +00:00
anthonyd%netscape.com
107c2088f3
bug fix for 62796
...
sr=kin@netscape.com
a=jfrancis@netscape.com
r=jst@netscape.com
2001-01-09 21:44:35 +00:00
cmanske%netscape.com
43f5e5df76
Use global overlay for 'Exit/Quit' menuitem, requiring moving of overlay includes, b=54584, r=ducarroz, sr=syd
2001-01-09 21:38:47 +00:00
cmanske%netscape.com
9088a8e06d
Use global overlay for 'Exit/Quit' menuitem, requiring moving of overlay includes, b=54584
2001-01-09 20:35:47 +00:00
akkana%netscape.com
d3089c475e
33088: restructure editor output routines. r=kin,buster,adamlock sr=sfraser
2001-01-08 21:01:29 +00:00
bryner%uiuc.edu
433f20e3da
Removing unused Makefile.in's (files in these directories are now exported via jar.mn). Bug 55778. r=ben, cls. Not part of build.
2001-01-05 23:51:45 +00:00
cmanske%netscape.com
cb09d6c07e
Initialize variable to avoid JS warning (60631), r=mjudge, sr=sfraser
2001-01-04 01:30:17 +00:00
cmanske%netscape.com
1d59bb785c
Removed redundant registering of command causing JS warning, r=mjudge, sr=sfraser
2001-01-04 01:10:40 +00:00
cmanske%netscape.com
a16021f247
Use 'oninput' instead of 'onkeyup' for JS input handler (59654). r=mjudge, sr=sfraser
2001-01-04 01:08:06 +00:00
cmanske%netscape.com
c90fe84f05
Fixed radio buttons (60850) and use 'oninput' instead of 'onkeyup' (59654). r=mjudge, sr=sfraser
2001-01-04 01:03:03 +00:00
cmanske%netscape.com
67b9814263
Fixed JS warnings (60669). r=mjudge, sr=sfraser
2001-01-04 00:59:45 +00:00
cmanske%netscape.com
9a22ab8cdd
Allow not changing name in Named Anchor dialog (53539). r=mjudge, sr=sfraser
2001-01-04 00:58:10 +00:00
cmanske%netscape.com
79c3211174
Fixed List dialog not closing (60125). r=mjudge, sr=sfraser
2001-01-04 00:55:00 +00:00
cmanske%netscape.com
6b3c373d27
Fixed Advanced Edit dialog problems (56541). r=mjudge, sr=sfraser
2001-01-04 00:52:49 +00:00
cmanske%netscape.com
24b9436296
Fix tooltip text in Image dialog (63509). r=mjudge, sr=sfraser
2001-01-04 00:49:32 +00:00
cmanske%netscape.com
229c78489d
Improve UI and text for composer prefs (51396). Use 'oninput' instead of 'onkeyup' (59694). r=mjudge, sr=sfraser
2001-01-04 00:45:35 +00:00
cmanske%netscape.com
3b20ffeb71
Make all property menuitems use '...' (47037). r=mjudge, sr=sfraser
2001-01-04 00:38:51 +00:00
cmanske%netscape.com
69d60c7e69
Handle escaped characters when editing <title> text in HTML source (55150), fix JS warnings (60631). r=mjudge, sr=sfraser
2001-01-04 00:34:37 +00:00
bryner%uiuc.edu
6862b07fb9
Removing dead .toc files. Not part of build. a=sfraser.
2001-01-03 01:32:06 +00:00
valeski%netscape.com
86e103bdf3
r=kin, sr=sfraser. 47207. removal of extraneous (and noisy in embedding builds) printf.
2001-01-02 23:20:56 +00:00
danm%netscape.com
e6c4322445
adding persistence of min/max state. arguably bug 32148 r=bienvenu,sspitzer. yes, i actually got this patch reviewed by two real people.
2000-12-27 22:41:46 +00:00
anthonyd%netscape.com
395ac65d31
fix for bug#58028 - Range CompareBoundaryPoints returning incorrect values
...
r=jst,kin
a=kin
2000-12-27 00:37:01 +00:00
blakeross%telocity.com
98303ee0e8
Fix 63572: colorpicker in Composer and message compose is broken. r=cmanske sr=syd
2000-12-24 06:40:52 +00:00
harishd%netscape.com
e7225d1dc7
62754 - Fix meta charset that was getting ignored.
...
63234 - Fix up an infinite looping caused by embedded null chars.
r=ftang
sr=vidur
2000-12-21 20:46:00 +00:00
cmanske%netscape.com
6df0ed58bd
Reinstating table selection work for bug 57863 now that textfield.value bug 63376 is fixed. r=kin, sr=sfraser
2000-12-20 22:13:56 +00:00
rpotts%netscape.com
db03e7d830
bug #15345 (r=sfraser, sr=mscott). Removed nsIDocumentLoaderObserver and replaced it with the new nsIWebProgress notifications...
2000-12-20 22:09:55 +00:00
leaf%mozilla.org
1b004f4d02
backing out regression-causing changes to reopen tree
2000-12-20 18:09:53 +00:00
cmanske%netscape.com
1df02261e8
Changes for table selection enums, part of bug 57863, r=jfrancis, sr=kin
2000-12-20 02:35:27 +00:00
dbaron%fas.harvard.edu
12d46e3f6a
Convert correct usage of |nsCOMPtr<T>::operator&| to use |address_of| since the operator& will soon become private. b=59414 r=disttsc@bart.nl sr=brendan@mozilla.org
2000-12-17 16:02:58 +00:00
bryner%uiuc.edu
2372d13079
Oops, forgot this one - we don't need to build in editor/ui either. Bug 55778. r=dprice, sr=cls.
2000-12-15 10:02:13 +00:00
blakeross%telocity.com
2501e9e8ac
Fix 30878: right clicking on buttons should not trigger button action, and pressing spacebar needs to trigger all buttons. more to come. r=kin sr=sfraser
2000-12-15 00:42:53 +00:00
vidur%netscape.com
01bf191f42
Change to token and parser node interfaces in conjunction with less copying in the parser. r=harishd,heikki sr=jst
2000-12-12 21:58:13 +00:00
dbaron%fas.harvard.edu
33c4278ab5
Convert correct usage of |nsCOMPtr<T>::operator&| to use |address_of| since the operator& will soon become private. b=59414 r=disttsc@bart.nl sr=waterson@netscape.com
2000-12-09 04:46:08 +00:00
dbaron%fas.harvard.edu
2eea32ae2b
Fix incorrect usage of nsCOMPtr where nsCOMPtr::operator& was used instead of getter_AddRefs. b=59414 r=disttsc@bart.nl sr=waterson@netscape.com
2000-12-09 04:21:51 +00:00
jfrancis%netscape.com
0e06a7880a
fixes bug 62148: mac optimized build runs out of memory building nsHTMLEditor.cpp. I refactored a huge routine to be kinder to the codewarrior compiler. r=sfraser; sr=kin
2000-12-06 23:11:21 +00:00
sfraser%netscape.com
bea0a7e198
Fix for 62039 -- change methods to use const PRUnichar* instead of nsStrings for NS_LITERAL_STRING loving. r=cmanske, akkana, sr=kin
2000-12-06 20:48:35 +00:00
mkaply%us.ibm.com
6272e19233
#59895
...
r=timeless, a=sfraser
Check type of open dialog and use correct title
2000-11-30 22:10:35 +00:00
disttsc%bart.nl
e95cd012b9
Last batch of the <titledbutton>s in xul/js... bug=57751, r=kin, a=ben
2000-11-30 15:07:53 +00:00
kin%netscape.com
2f644b83f5
Misc fixes for pedantic build warnings.
...
r=jfrancis@netscape.com a=sfraser@netscape.com
2000-11-29 22:06:02 +00:00
blakeross%telocity.com
8bd12f450b
Fix 57615: accesskey for print preview shows as (V) in composer. r=jag sr=sfraser
2000-11-28 21:50:08 +00:00
rcassin%supernova.org
ba12156d6b
Fix for bug 53658: Pref titledbox "Default Page Colors" should be "Default Page Appearance". r=brade, sr=sfraser
2000-11-23 15:19:20 +00:00
rcassin%supernova.org
7a8d714b68
Fix for bug 57345: "Cancel" in Save as Charset brings up Page Title. r=brade, sr=sfraser
2000-11-23 15:13:34 +00:00
cls%seawood.org
8bd122b3d5
Resurrect REQUIRES so that we have some sort of means to track intermodule dependencies. Bug #59454 r=blizzard@mozilla.org
2000-11-20 07:16:06 +00:00
danm%netscape.com
b9887b3ac3
removing glowcode directives. won't affect you unless you use an obsolete version of glowcode.
2000-11-18 02:13:42 +00:00
sfraser%netscape.com
aa4d5be8ea
Removal of some crufty old code that used to do UI udpating, and was obsolete by XUL command nodes. r=akkana
2000-11-17 01:25:28 +00:00
akkana%netscape.com
f60790d279
Split plaintext methods off into nsIPlaintextEditor API. sr=sfraser, r=jfrancis
2000-11-17 00:25:31 +00:00
akkana%netscape.com
af440c3045
Add nsIPlaintextEditor.
2000-11-17 00:19:56 +00:00
akkana%netscape.com
b24d4417a3
Plaintext editor API. sr=sfraser
2000-11-17 00:10:37 +00:00
brade%netscape.com
847a1e76a4
fix bugs #56139 and (partially) #57206 ; r=cmanske; sr=kin; remove table height until css support for it is provided; always write valign until we know how to search up the tree
2000-11-16 15:17:58 +00:00
bryner%uiuc.edu
bb84427a7f
Trivial change, missing "return". r/sr/a=sfraser.
2000-11-16 02:13:30 +00:00
brade%netscape.com
aa5380476f
fix image dimension problems (updating/constraining/etc.); r=kin; sr=sfraser; bug #57313
2000-11-13 15:06:59 +00:00
kin%netscape.com
944d6228e7
Fix from katakai@japan.sun.com for bug #58698 : Solaris only: cmd_cut operation fails in optimize build
...
Initialize result with NS_OK in CreateTxnsToDeleteContent().
r=kin@netscape.com sr=sfraser@netscape.com
2000-11-10 14:53:40 +00:00
brade%netscape.com
945b9d2c95
always lowercase so alignment now works; r=kin; sr=sfraser; bug #57298
2000-11-09 14:40:57 +00:00
blakeross%telocity.com
1287323a34
Fix 48876: make d&d and modifier-/middle-click possible throughout the app and implement selection within link (50673). Also fixes 59520, 48780, 48632, 57588, 59132. r=jag sr=alecf
2000-11-09 00:06:54 +00:00
hyatt%netscape.com
e0c292d77e
Fix for 54203. r=saari, a=brendan
2000-11-04 08:21:20 +00:00
attinasi%netscape.com
10e4256108
Changed font specification from 'monospace' to '-moz-fixed' to enforce fixed-width fonts always. b=58098 r=akkana,rickg a=buster
2000-10-30 22:22:17 +00:00
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
timeless%mac.com
811e3f735f
fix bug 47209, "add ellipsis to send page and send link"
...
r=jag a=putterman
2000-10-26 02:22:34 +00:00
kin%netscape.com
cdb5785192
Fix for bug #57165 (Document/Message is not spellchecked if the caret is at the end of the document)
...
Call nsISpellChecker::SetDocument() with a PR_TRUE to tell the spellchecker to start checking
from the start of the document.
r=brade@netscape.com sr,a=sfraser@netscape.com
2000-10-20 00:05:22 +00:00
kin%netscape.com
0e8ce0619e
Fix for bugscape bug #2730 (spellchecker language pop-up menu not localizable)
...
Modified InitLanguageMenu() to use languageNames.properties and regionNames.properties
instead of the now deprecated acceptlanguage.properties.
r=brade@netscape.com sr,a=sfraser@netscape.com
This fix has not been checked into the Netscape_20000922_BRANCH.
2000-10-19 21:09:06 +00:00
sfraser%netscape.com
cba554d878
Fix for 56136 -- when reloading the editor page because of a charset change, call the predestroy notification, so that listeners (e.g. the UI update timer) can tear themselves down. r=akkana, sr=kin
2000-10-18 20:25:49 +00:00
kin%netscape.com
b5284d98bd
Fix for bug #56159 (Crash when sending after copy/paste with Spell Check enabled)
...
mozilla/editor/base/nsEditorShell.cpp
- Make sure mSpellChecker is zeroed in Shutdown() just in case something went wrong.
mozilla/editor/txtsvc/src/nsTextServicesDocument.cpp
- Added checks to prevent iterating over a collapsed selection in FistSelectedBlock() and LastSelectedBlock().
r=brade@netscape.com sr,a=sfraser@netscape.com
2000-10-16 14:31:48 +00:00
sfraser%netscape.com
b401988e2a
Fix bug 52548, sidebar links open in composer window and nuke composer content. sr=mscott, r=vishy.
2000-10-14 01:44:31 +00:00
akkana%netscape.com
e4c8c0286a
54449: Re-adding workaround for bug in delete-to-end, which was accidentally overwritten in XIF landing. r=jfrancis, sr=kin
2000-10-14 00:03:05 +00:00
kin%netscape.com
03bc6a4d6b
Fix for bugscape bug #2698 (Need to wire up Spellchecker language prefs)
...
mozilla/odules/libpref/src/init/all.js
- Added "spellchecker.dictionary" default pref and removed old 4.x spellchecker prefs.
mozilla/editor/base/nsEditorShell.cpp
- Added code to InitSpellChecker() and UninitSpellChecker() to get and
set the "spellchecker.dictionary" pref.
r=brade@netscape.com sr,a=sfraser@netscape.com
2000-10-13 13:36:22 +00:00
jst%netscape.com
5002b5428f
Fixing rtm++ bug 56212. The new serializers were a bit too eager about what characters to encode as entities, this caused bad things when sending email that contained double quotes and also when writing a message containing quotes in AIM. sr=vidur, r=nisheeth.
2000-10-13 11:06:05 +00:00
ducarroz%netscape.com
442477851e
Fix for bug 54481. We need to escape any comma in the web page url. R=putterman, SR=alecf
2000-10-13 05:16:38 +00:00
ben%netscape.com
7bf1a6a10b
Fix for rtm++ bug 53605, editing colour defaults for Composer writes bad data
...
to user preferences. patch from Steve Morse (morse@netscape.com ), r=ben@netscape.com , a=sfraser@netscape.com
2000-10-13 05:00:47 +00:00
blakeross%telocity.com
2a0875a1e1
Fix 53189: the Print dialog comes up twice when opening it from the button's menu in Composer and MailNews. r=brendan a=ben
2000-10-12 21:10:26 +00:00
jst%netscape.com
2850a2c385
Rolling in the last of the NOXIF changes from the Netscape 6 branch, code mostly written by jfrancis. Fixes bugs 50742, 55806, 56000 and 55669. sr=kin, scc. r=kandrot, jst.
2000-10-11 22:50:14 +00:00
brade%netscape.com
9bee317bd6
extra line removed so that Advanced Edit dialog will come up; r/sr=kin/sfraser; bug #55746
2000-10-11 13:40:09 +00:00
attinasi%netscape.com
103832bf34
Part fo fix for prefs bugs: disabling forced colors and fonts for Composer shells. b=40340, r=karnaze,pierre verbal approval from k.brade, a=buster
2000-10-11 08:35:06 +00:00
jfrancis%netscape.com
4962303d8f
fixes bug 54895: certain editor operations (like align) crashed when applied to mulit-cell table cell selections; r=kin; sr=sfraser; a=jar
2000-10-11 00:24:23 +00:00
kin%netscape.com
b7d70f42d9
Fix for bug #52858 (Case where crash happens involving save to draft warning...)
...
mozilla/editor/ui/dialogs/content/EdSpellCheck.js
- Make onClose() return true.
mozilla/editor/ui/dialogs/content/EdSpellCheck.xul
- Add onclose="onClose()" attribute to window tag.
r=brade@netscape.com sr,a=sfraser@netscape.com
2000-10-10 21:40:39 +00:00
brade%netscape.com
a9b66066c2
fix format submenus and View menu items to toggle appropriately (radio) and to show the proper setting even if the selection has changed since the menu was last opened. r/sr=kin/sfraser; bug #54317
2000-10-10 13:15:46 +00:00
brade%netscape.com
da58363664
fix "header" type setting to display properly (missing ()) and to apply if only one cell is selected; bug #54899 ; r/sr=kin,sfraser
2000-10-10 13:13:33 +00:00
brade%netscape.com
27bbf3eb5b
fix Remove Image Map button (typo); bug #55383 ; r=sfraser/kin
2000-10-10 13:11:54 +00:00
sfraser%netscape.com
3f76efb012
Fix for 52808 -- standardized nsEditorShell creation and destruction across components, to fix editor observer notification timing. r=kin,ducarroz,jelwell, sr=hyatt.
2000-10-10 01:45:46 +00:00
brade%netscape.com
2c4591c8a0
partial fix for setting checkmarks in Format submenus (based on selection); r=kin; sr=sfraser; submitted by cmanske; revised by brade; bug #54317
2000-10-09 14:55:04 +00:00
anthonyd%netscape.com
4d9d0f891d
fix for bug# 54253
...
Summary: D&D causes data loss
sr=kin
r=sfraser
a=kin
2000-10-08 06:29:05 +00:00
anthonyd%netscape.com
45c34410a7
fix for bug#54222
...
The "noshade" attribute on Horizontal rule not set at all
sr=kin
r=mjudge
a=mjudge
2000-10-08 06:14:21 +00:00
disttsc%bart.nl
488306c174
Change some keysets which were using id "defaultKeySet" to "keyset", making overlaying on them easier. Also fix some whitespace issues. bug=53320, r=akkana, r=mscott, a=ben
2000-10-08 05:32:07 +00:00
blakeross%telocity.com
9540249b46
Fix bug 52059, remove Print Preview from app menus until the feature is implemented and working. r=matt sr=ben, rtm+
2000-10-08 02:39:24 +00:00
jst%netscape.com
b3d9cbac12
Checking in for bug 50742, this change removes the use of XIF in mozilla and replaces the XIF converter with a HTML (and XML) serializer.
...
Contextual information added to HTML copy and intelligence added to HTML paste in the editor (fixes bugs 47014, 50568 and 46554, and partly (at least) fixes bug 53188).
Code written by vidur, jfrancis, jst, akkana. Tested by jfrancis, akkana, vidur, jst, kin. Reviwed (and super reviewed) by waterson, vidur, kin, jfrancis, jst
2000-10-07 10:57:30 +00:00
hewitt%netscape.com
9ffb3c9938
on behalf of jglick, #54933 - mnemonics stuff, r=brade, sr=sfraser
2000-10-07 08:33:00 +00:00
brade%netscape.com
bd5931a522
move over changes from Netscape branch to trunk; string changes for localization; submitted by briano9@yahoo.com and dan6992@yahoo.com
2000-10-06 12:01:23 +00:00
brade%netscape.com
45eaa4b863
moving over checkin from Netscape branch to trunk (strings added for image map editor) Submitted by briano9@yahoo.com and dan6992@yahoo.com.
2000-10-06 11:59:01 +00:00
hewitt%netscape.com
3d79b045eb
#54753 - dialog cleanup issues, r=andreww, a=ben
2000-10-05 21:36:01 +00:00
kin%netscape.com
3d41c0f887
Fix for bug #50570 ([MLK] Leaking PRUnichar buffer in nsHTMLEditor::InsertFromTransferable())
...
Added calls to nsMemory::Free() to free text in PasteAsPlainTextQuotation() and InsertFromTransferable().
r=brade@netscape.com sr=sfraser@netscape.com
2000-10-05 19:38:46 +00:00
brade%netscape.com
684ba9119a
Remove disabled attribute rather than setting to false; moving fix from branch to trunk.
2000-10-05 15:02:26 +00:00
brade%netscape.com
91d25be034
moving over fix from branch to trunk
2000-10-05 15:01:23 +00:00
sfraser%netscape.com
ff67283c7c
Fix for 53742 -- Open Location dialog, opened from Compser, should have titlebar. r=brade, sr=kin.
2000-10-05 00:34:07 +00:00
kin%netscape.com
6eb7b4a58a
Fix for bug #54731 (Spellchecker stops working after you close the Edit Personal Dictionary dialog)
...
Removed call to editorShell.UninitSpellChecker() inside Close().
This fix is already checked into the Netscape_20000922_BRANCH.
sr,a=sfraser@netscape.com
2000-10-04 13:38:41 +00:00
sfraser%netscape.com
ffe026ad83
Fix for 52150; show caret in new composer/mail composer/AIM windows. If the editor is focussed on creation, show the caret instead of relying on a focus event. r, sr = kin,saari, hyatt
2000-09-28 00:31:48 +00:00
cmanske%netscape.com
845bd69d04
Part of fix for nested tables bug 53733. r=brade, a=sfraser
2000-09-27 22:29:41 +00:00
cmanske%netscape.com
e65395b257
Fixed nested tables bug 53733. r=brade, a=sfraser
2000-09-27 22:24:17 +00:00
cmanske%netscape.com
f02d215c24
Part of fix for nested tables bug 53733. r=brade, a=sfraser
2000-09-27 22:23:03 +00:00
kin%netscape.com
f87a1874b8
fix bug #51557 ; move JS functions out of html into xul; r/a=kin, sfraser
2000-09-27 14:33:05 +00:00
cmanske%netscape.com
af421ce118
Repairing code accidentally remove by subsequent checkin: b=53377, r=mjudge, a=sfraser
2000-09-27 01:09:49 +00:00
cls%seawood.org
598cad6e44
Fix OS/2 gmake problem. Bug #54080 . r=leaf a=brendan Thanks to Mike Kaply <mkaply@us.ibm.com> for the patch
2000-09-26 05:20:06 +00:00
disttsc%bart.nl
4eece0fb48
Last batch of checkins for bug=53297 ('rdf:resource' -> 'resource', 'rdf:containment' -> 'containment'). r=akkana, r=cmanske, r=rginda, r=ben, a=waterson
2000-09-24 08:14:55 +00:00
hewitt%netscape.com
c1af2e337a
#46423 - make menulists crop, fixes overflowing text on messengercompose in modern. r=hangas, a=ben
2000-09-22 05:17:53 +00:00
cmanske%netscape.com
10b49737de
Fixed bugs 43394 (wrong type for getting recent menu max items pref), 52878 (wrong doc url results in adding a charset incorrectly), 47704 (making composer new page prefs work). r=mjudge. a=ben
2000-09-22 05:13:34 +00:00
hyatt%netscape.com
957c151659
48758. r=ben,saari, a=waterson
2000-09-22 05:02:20 +00:00
mjudge%netscape.com
57f515ad9c
r=sfrasier a=pdt+ fixing plain text mail 33654 see kin@netscape.com
2000-09-22 00:43:44 +00:00
ben%netscape.com
e0280f1d8e
first part of fix for 53156, editor UI issues. r=hewitt, sr=sfraser
2000-09-21 07:05:00 +00:00
cmanske%netscape.com
817aedf927
Strip out quote character in candidate filename, b=53377, r=pnunn, sfraser
2000-09-21 04:25:09 +00:00
cmanske%netscape.com
be24f8a71d
Fixed hard-coded string, b=2410, r=pnunn, sfraser
2000-09-21 04:23:20 +00:00
warren%netscape.com
075350b1c8
Landing jar packaging from jar_restructuring_branch. r=hyatt,dprice,sfraser,dveditz,vishy,sgehani
2000-09-20 19:35:24 +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
hewitt%netscape.com
7d7c8f426a
#46519 - composer edit mode tab stuff, r=hangas, a=ben
2000-09-19 22:46:47 +00:00
cmanske%netscape.com
122d534b2a
More tweaks to prefs dialog b=47704, r=ben
2000-09-15 06:52:33 +00:00
nbhatla%netscape.com
1d841a1bfb
#46423 -> new modern skin. updates to edit-mode toolbar xul, to make the buttons look like botom tabs in modern and classic. r=cmanske
2000-09-15 06:28:29 +00:00
joki%netscape.com
dc08d4dbd9
Partially fix bug 28323 by changing the text field editor keypress listener to not add characters into the text field if the user has cancelled the event. r:jst
2000-09-15 06:09:26 +00:00
cmanske%netscape.com
0067f48168
Table dialog cleanup, b=47691, r=rcassin@supernova.org. Composer prefs cleanup, b=47704, r=ben
2000-09-15 06:08:51 +00:00
kin%netscape.com
8a81f475ac
Fix for bug #33938 : Pref/reply below quoted text does not move to bottom
...
mozilla/mailnews/compose/nsMsgCompose.cpp
- Scroll the selection into view after all the reply text
is inserted and the caret is positioned.
mozilla/editor/base/nsHTMLEditor.cpp
- Added nsAutoEditBatch variable to InsertBreak() to make
sure that we reflow before returning. Without this fix,
apps like MsgCompose will not be able to scroll the
selection properly.
r=jfrancis@netscape.com
2000-09-14 22:39:04 +00:00
akkana%netscape.com
aa26dc55fd
Fixing solaris build bustage: substring workaround suggested by scc
2000-09-14 21:27:59 +00:00
hyatt%netscape.com
4b385ef37d
New chrome files. Not part of build.
2000-09-14 21:10:57 +00:00
hyatt%netscape.com
996b65c99a
New chrome files. Not part of build.
2000-09-14 20:50:12 +00:00
akkana%netscape.com
e74c0ae592
51799: Smarter quote rewrapping, taking into account multiple quote levels, and RFC2646-style citations. r=cmanske
2000-09-14 19:55:40 +00:00
cmanske%netscape.com
b737bca10b
Fixed Composer prefs not initializing bool pref. b=52400, r=hyatt
2000-09-14 14:45:16 +00:00
mjudge%netscape.com
a2fa9edcb5
small but pervasive change to make nsIDOMSelection an xpidl interface. also broke it into 2 interfaces, nsISelection and nsISelectionPrivate. moved nsIDOMSelectionListener also to xpidl. these new idl files live in layout/base/public. r=sfraser, r=anthonyd bug 48575
2000-09-14 11:45:01 +00:00
jfrancis%netscape.com
ed5ef690db
fixes for 45608, 51398, 51591; r=cmanske
2000-09-14 05:59:19 +00:00
cmanske%netscape.com
c923d75ccd
Composer dialog cleanup. b=47691, 47701. r=hyatt
2000-09-14 05:30:06 +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
jdunn%netscape.com
1622c11a3a
Specify that the base class is indeed 'public' since some compilers (AIX)
...
assumes 'private'. I ok'd each of these with the appropriate module
owners (see bug)
r= scc@mozilla.org & brendan@mozilla.org + everyone listed in bug
#= 52254
2000-09-13 13:50:30 +00:00
scc%mozilla.org
a08356d867
if you want a pointer to the characters, you're going to have to |.get()| it
2000-09-13 04:59:07 +00:00
cmanske%netscape.com
4035afe779
Backed out using 'Clear' instead of 'Delete' for edit menu on Mac (b=47213). Fixed mispelled command name (42362) r=mjudge
2000-09-13 02:01:22 +00:00
heikki%netscape.com
3f6567dd27
Forgot to check that we fire the select event with Select All. Also fix event.target. Part of bug 46085. r=mjudge.
2000-09-12 20:54:41 +00:00
akkana%netscape.com
009cf43b57
52035, 52171: Fix some recent regressions in key bindings. r=hyatt,jfrancis
2000-09-12 02:01:12 +00:00
cmanske%netscape.com
c4327f9159
Composer dialog cleanup work (47213, 47701, 9754) r=sfraser
2000-09-12 00:35:42 +00:00
cmanske%netscape.com
6e5de6ffcc
Fixed format menu not showing list properties when list item is empty b=51941, r=beppe
2000-09-12 00:17:56 +00:00
anthonyd%netscape.com
ea313f090f
fix for bug# 51321 getting d&d working again when
...
dragging to/from an ender.
r=mjudge
2000-09-11 07:43:04 +00:00
ftang%netscape.com
e3f84aad39
fix 51432. r=cata
2000-09-09 01:24:30 +00:00
ftang%netscape.com
7afbf44a3d
fix 51432. r=cata while we set the document charset, we also set the force charset so it
...
will stronger than the charset in the cache.
2000-09-09 01:23:36 +00:00
cmanske%netscape.com
188ad78869
Refinements to make Composer context menus work and remove unused entities, b=43307, r=akkana
2000-09-08 01:45:06 +00:00
akkana%netscape.com
f2a51fdcb9
50821: don't force a bogus 3.2 doctype, and eliminate OutputNoDoctype flag. r=cmanske
2000-09-07 18:40:14 +00:00
cmanske%netscape.com
099cb64947
Adding comment concerning GetAlignment return values not showing mixed state
2000-09-07 14:33:06 +00:00
cmanske%netscape.com
50a63bd754
Removing bogus comment (43307)
2000-09-07 05:45:36 +00:00
cmanske%netscape.com
84d0431409
Composer UI fixes: getting object for properties (needed for context menus, 43307). Color (47695) and Image props (47651) cleanup r=hyatt
2000-09-07 05:39:27 +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
ben%netscape.com
c570b8fed9
part of fix for 51087, order of preferences messed up. dbragg removed smartupdate from the
...
preferences tree which messed up ordering for IM, etc.
2000-09-06 02:13:07 +00:00
cmanske%netscape.com
83ca1136c3
Tweaked dialog fixes for bugs 45407, 47695. r=sfraser
2000-09-06 02:03:12 +00:00
cmanske%netscape.com
db83aafa83
Trying to get Table submenus to load from overlay (for context menus, b=43307) doesn't work for Message Composer, so 2nd level overlay (EditorCommandsOverlay.xul) is no longer used. r=sfraser
2000-09-05 23:46:24 +00:00
cmanske%netscape.com
cd6e884c07
Composer bugs: Drag and drop problems (47399, r=anthonyd), workaround for bad dragNdrop event (50703, r=nisheeth)
2000-09-05 23:26:48 +00:00
cmanske%netscape.com
145e0993e9
Fixed nsbeta3 UI bugs for Composer: List proerties (45407), Context menus (43307), many fixes for strict JS warnings. r=sfraser, hyatt
2000-09-05 23:21:22 +00:00
rcassin%supernova.org
9eb9e9390f
Fix for 47703 - UI: Composer Prefs Panel - r=walk84@usa.net
2000-09-03 14:44:32 +00:00
ben%netscape.com
793535398b
46613, classic skin polish and other fixes for message compose window
2000-09-03 05:39:33 +00:00
sfraser%netscape.com
cb3b4525d3
Fix for 51132 -- don't crash updating remove list command, and don't leak teh string. r=akkana
2000-09-02 01:44:57 +00:00
cmanske%netscape.com
28d435d036
JS strict warnings cleanup in connection with dialog work such as 47651, 47685. r=sfraser
2000-09-01 23:04:03 +00:00
akkana%netscape.com
ed8d6d8eed
50311, 51088: fix a hang/crash in Rewrap. r=scc
2000-09-01 22:27:26 +00:00
cmanske%netscape.com
51220464b8
Editor UI fixes: toolbar (47515), Page Colors dialog (47695), r=sfraser
2000-09-01 22:01:44 +00:00
akkana%netscape.com
d53a542055
50935: make multiline paste into single line text control switchable. r=mjudge
2000-09-01 21:12:43 +00:00
bienvenu%netscape.com
ed403f9c46
fix build bustage for locka, remove viewSource from jar manifest
2000-09-01 14:36:10 +00:00
rcassin%supernova.org
0fcee144da
Fix for bug 47574: extra, unused strings / entities defined in editor UI files - r=anthonyd, cmanske
2000-09-01 13:14: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
cmanske%netscape.com
99b4f0744c
Fixed updated of color widget on Composer toolbar, b=49952, r=sfraser
2000-08-31 12:44:56 +00:00
cmanske%netscape.com
0a75a1b326
Fixed GetBackgroundColorState to get nested table and cell color, needed to make background color on toolbar correct. b=49952, r=buster
2000-08-31 12:44:55 +00:00
cmanske%netscape.com
349d86d62d
Fixed bad string value, part of 47695, r=beppe
2000-08-31 00:10:55 +00:00
cmanske%netscape.com
08508c8980
Finished HTML Source editing problems with title tag (41869), split table crash (50791), filename problems (48631). r=akkana, fixed NS_LITERAL_STRING usages in nsHTMLEditor for performance (26384), r=scc
2000-08-30 22:49:08 +00:00
jfrancis%netscape.com
421a7c1981
fix for bug 49889; r=fm
2000-08-30 04:33:20 +00:00
jfrancis%netscape.com
aa1005f51b
fix for bug 49889; r=fm
2000-08-30 04:26:55 +00:00
cmanske%netscape.com
49bc32c783
nsbeta3 UI fixes: HTML source editor bugs 50034, 41869) r=sfraser, fixed Send Page commands for rcassin, changed to using value on title tag (related to 42331), List, Page Colors and other dialog cleanup (47686, 47695), r=rcassin, sfraser, ben
2000-08-30 02:44:18 +00:00
cmanske%netscape.com
a6004c027e
nsbeta3 bug fixes: HTML source now working (50034, 41869), copy cell color after split (45279), truncate file url at '#' (48631). r=sfraser, kin
2000-08-30 02:44:08 +00:00
pinkerton%netscape.com
8593e9e256
don't bubble the onDragOver event when we decide that the drop is allowable. This prevents it from being reset by someone else higher up the chain. r=anthonyd. bug# 47428.
2000-08-30 01:18:11 +00:00
akkana%netscape.com
9f7d296467
23485: make it possible for urlbar to go to urls spanning multiple lines. r=jfrancis
2000-08-28 22:15:03 +00:00
jfrancis%netscape.com
01c583fb06
fixing snafu
2000-08-28 08:40:22 +00:00
jfrancis%netscape.com
5c6d2e1fe7
fixes 40363, 40364: deletion bugs with tables; r=fm
2000-08-28 05:11:49 +00:00