зеркало из https://github.com/mozilla/gecko-dev.git
09957e4f47
There are 3 spam warning assertion in EditorDOMPointBase. One is in constructor. Which warns if IsSet() returns false, but it checks before finishing initializing. The others are in IsStartOfContainer() and IsEndOfContainer(). They try to check if mOffset is valid value with current DOM tree if it's initialized when it's at start or end of the container. However, they do it even when it's not start nor end of the container. This patch fixes those spammers. MozReview-Commit-ID: DvFa501m9V0 --HG-- extra : rebase_source : c97ac371054a54eabc07b3ec726b924d6be61e25 |
||
---|---|---|
.. | ||
composer | ||
libeditor | ||
reftests | ||
txmgr | ||
txtsvc | ||
AsyncSpellCheckTestHelper.jsm | ||
moz.build | ||
nsEditorCID.h | ||
nsIDocumentStateListener.idl | ||
nsIEditActionListener.idl | ||
nsIEditor.idl | ||
nsIEditorMailSupport.idl | ||
nsIEditorObserver.idl | ||
nsIEditorSpellCheck.idl | ||
nsIEditorStyleSheets.idl | ||
nsIEditorUtils.idl | ||
nsIHTMLAbsPosEditor.idl | ||
nsIHTMLEditor.idl | ||
nsIHTMLInlineTableEditor.idl | ||
nsIHTMLObjectResizer.idl | ||
nsIPlaintextEditor.idl | ||
nsITableEditor.idl | ||
nsIURIRefObject.idl | ||
nsPIEditorTransaction.idl |