gecko-dev/editor
Masayuki Nakano 72cf6dc13d Bug 1624011 - Make constructor of AlignStateAtSelection not assert when there is no selection ranges r=m_kato
`AlignStateAtSelection` class is instantiated outside of editor class so that
we shouldn't make each user guarantee that there is selection range
(fortunately, the putting off cost is really low).

And as far as I tested, Blink and WebKit does not throw exception when
`Document.qeuryCommand*("justify*")` is called without selection ranges.
So, this patch also prevents exception in this situation.

Differential Revision: https://phabricator.services.mozilla.com/D68755

--HG--
extra : moz-landing-system : lando
2020-04-01 06:38:16 +00:00
..
composer Bug 1623562 - Refactor allowPlugins to use BrowsingContext. r=nika 2020-03-20 04:53:43 +00:00
libeditor Bug 1624011 - Make constructor of AlignStateAtSelection not assert when there is no selection ranges r=m_kato 2020-04-01 06:38:16 +00:00
reftests Bug 253870 - Make disabled form controls selectable. r=masayuki,MarcoZ 2020-03-19 13:18:16 +00:00
spellchecker Bug 1620542 - Automatically fix ESLint errors in .eslintrc.js files. r=mossop 2020-03-07 10:09:44 +00:00
txmgr Bug 1620504 - part 13: Clean up warnings in editor/txmgr r=m_kato 2020-03-10 13:59:36 +00:00
AsyncSpellCheckTestHelper.jsm
moz.build Bug 1540043 - part 3: Remove nsIPlaintextEditor interface r=m_kato 2020-02-01 04:38:13 +00:00
nsIDocumentStateListener.idl Bug 1612477 - part 2: Remove nsIDocumentStateListener.NotifyDocumentCreated() r=m_kato 2020-02-04 06:19:55 +00:00
nsIEditActionListener.idl
nsIEditor.idl Bug 253870 - Make disabled form controls selectable. r=masayuki,MarcoZ 2020-03-19 13:18:16 +00:00
nsIEditorMailSupport.idl
nsIEditorObserver.idl
nsIEditorSpellCheck.idl
nsIEditorStyleSheets.idl Bug 1611751 - Remove unused scriptable methods of nsIHTMLEditor, nsIEditorStyleSheets and nsITableEditor r=m_kato 2020-01-30 08:50:41 +00:00
nsIHTMLAbsPosEditor.idl
nsIHTMLEditor.idl Bug 1611751 - Remove unused scriptable methods of nsIHTMLEditor, nsIEditorStyleSheets and nsITableEditor r=m_kato 2020-01-30 08:50:41 +00:00
nsIHTMLInlineTableEditor.idl
nsIHTMLObjectResizer.idl
nsITableEditor.idl Bug 1615581: part 1) Rename TableSelection to TableSelectionMode. r=jfkthame 2020-02-18 12:28:45 +00:00