mozilla/editor/txmgr/src/nsTransactionManager.cpp
mozilla/editor/txmgr/src/nsTransactionStack.cpp
- nsTransactionStack::Peek() was intended to return NULL for
an empty stack so I changed timeless' change for bug 114166
to return NS_OK and init the return value to zero.
- timeless also changed the behavior of nsDeque::End(), it no
longer returns an interator that is one past the end. So
nsTransactionStack::Peek() had to call CurrentItem() instead
of operator--.
- I also backed out the changes made to nsTransactionManager.cpp
cause they are unnecessary with the changes made to
nsTransactionStack::Peek() above.
r=timeless@bemail.orgsr=hyatt@netscape.coma=leaf@mozilla.org
default printer.
2) Mail now uses the nsIWebBrowserPrint interface to create the PrintSettings
object it caches and uses
3) Editor now creates and caches a PrintSettings object.
Bug 123554 r=dcone sr=attinasi
117418: warnings in nsWSRunObject.cpp
98286: splitting paragraphs broken
101041: block transformations could grab too much beyon selection
82813: whitespace handling code needs to do right thing with preformatted text
99545 &
103677: new blocks not always pre-populated with br
41336: better handling of mailcites when splitting or deleting them or portions of them
partial fix for:
46474: creating new blocks kills style settings
r=fm, sr=kin
117418: warnings in nsWSRunObject.cpp
98286: splitting paragraphs broken
101041: block transformations could grab too much beyon selection
82813: whitespace handling code needs to do right thing with preformatted text
99545 &
103677: new blocks not always pre-populated with br
41336: better handling of mailcites when splitting or deleting them or portions of them
partial fix for:
46474: creating new blocks kills style settings
r=fm, sr=kin
and bug 124375 (composer / editor hang when delete blank lines)
Allow start/end points to be set to empty text nodes to prevent
infinite loop.
r=glazman@netscape.comsr=sfraser@netscape.com,shaver@mozilla.org
* 113691 : Composer freezes when removing multiple ol or ul tags.
* 113290 : Freezes when deleting some formatted text.
* 112144 : Attempt to reply to mail freezes entire Mozilla.
* 103685 : Caret disappears after deleting a blockquote w/ paragraph style.
* 121282 : Pressing enter causes caret to jump from end of <p> to the<h1>.
* 117418 : rewrote some code in nsWSRunObject.cpp: fixed warnings in GetWSNodes().
* 114911 : can't join two lists using delete key.
* 120000 : Indent list inside table causes table to split.
r=fm;sr=kin