mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 21:01:08 +00:00
f8501ee2d8
`while (RefPtr<Attr> attr = attributes->Item(0))` causes a warning in `nsDOMAttributeMap::IndexedGetter()` because of out of bounds. Additionally, we should not make a loop with live DOM tree information if the loop updates the DOM tree. Therefore, this patch makes it collect all attributes first before touching the DOM tree. Depends on D207240 Differential Revision: https://phabricator.services.mozilla.com/D207241 |
||
---|---|---|
.. | ||
composer | ||
docs | ||
libeditor | ||
reftests | ||
spellchecker | ||
txmgr | ||
AsyncSpellCheckTestHelper.sys.mjs | ||
moz.build | ||
nsIDocumentStateListener.idl | ||
nsIEditActionListener.idl | ||
nsIEditor.idl | ||
nsIEditorMailSupport.idl | ||
nsIEditorSpellCheck.idl | ||
nsIHTMLAbsPosEditor.idl | ||
nsIHTMLEditor.idl | ||
nsIHTMLInlineTableEditor.idl | ||
nsIHTMLObjectResizer.idl | ||
nsITableEditor.idl |