зеркало из https://github.com/mozilla/gecko-dev.git
635539b0e5
The telemetry result is written in bug 1706266 comment 1: https://bugzilla.mozilla.org/show_bug.cgi?id=1706266#c1 `increasefontsize`, `decreasefontsize`, `gethtml`, `heading` and `readonly` are obviously not used by web apps in the wild. Therefore, they can be disabled in all channels. `contentReadOnly` and `insertBrOnReturn` are odd. The usage is really low (less than 1% of beta users). However, the number of documents which used the command is about 1k samples. The result of the commands are not tiny (making the editor not editable or changing the behavior at typing `Enter` key in `<div>`, `<p>`, etc). Therefore, it's hard to use them in web apps which supports not only Gecko. So I guess that they are collected the number of used by automated tests of somebody because of the constant number in other beta versions. Perhaps, we should disable it only in Nightly channel for now, and after a couple of releases, we should try to disable those commands too later. Depends on D130328 Differential Revision: https://phabricator.services.mozilla.com/D130329 |
||
---|---|---|
.. | ||
composer | ||
docs | ||
libeditor | ||
reftests | ||
spellchecker | ||
txmgr | ||
AsyncSpellCheckTestHelper.jsm | ||
moz.build | ||
nsIDocumentStateListener.idl | ||
nsIEditActionListener.idl | ||
nsIEditor.idl | ||
nsIEditorMailSupport.idl | ||
nsIEditorSpellCheck.idl | ||
nsIHTMLAbsPosEditor.idl | ||
nsIHTMLEditor.idl | ||
nsIHTMLInlineTableEditor.idl | ||
nsIHTMLObjectResizer.idl | ||
nsITableEditor.idl |