gecko-dev/editor/composer
Masayuki Nakano 19fbb1a392 Bug 1549925 - Mark all methods of nsIDocumentStateListener as can_run_script r=m_kato
`nsIDocumentStateListener` is a scriptable interface and each method may run
any script.  So, we should mark them as `can_run_script`.  Then, we need to
mark a lot of editing methods because we need to mark
`EditorBase::EndTransactionInternal()` and `EditorBase::DoTransactionInternal()`
as `MOZ_CAN_RUN_SCRIPT`.

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

--HG--
extra : moz-landing-system : lando
2019-05-09 07:37:51 +00:00
..
crashtests
res
test Bug 1545831 - Use ChromeUtils.generateQI in a few more places. r=kmag 2019-04-19 19:58:13 +00:00
ComposerCommandsUpdater.cpp Bug 1540969 - Get rid of nsPICommandUpdater r=bzbarsky 2019-04-03 12:53:54 +00:00
ComposerCommandsUpdater.h Bug 1540969 - Get rid of nsPICommandUpdater r=bzbarsky 2019-04-03 12:53:54 +00:00
moz.build Bug 1517241 - Rename nsIDocument to mozilla::dom::Document. r=smaug 2019-01-03 17:48:33 +01:00
nsEditingSession.cpp Bug 1549925 - Mark all methods of nsIDocumentStateListener as can_run_script r=m_kato 2019-05-09 07:37:51 +00:00
nsEditingSession.h Bug 1540963 - Make nsIControllerCommandTable builtinclass and make its users use nsControllerCommandTable directly r=bzbarsky 2019-04-03 12:52:14 +00:00
nsIEditingSession.idl Bug 1545822 - Clean up some whitespace in XPIDL files. r=froydnj 2019-04-21 01:47:00 +00:00