forked from Floorp-Projects/Floorp
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug 1706266 - part 2: Disable some Gecko specific edit commands in re…
…lease and beta channel, and all of them in nightly channel r=smaug 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
- Loading branch information
1 parent
855a9e3
commit 823d9ec
Showing
13 changed files
with
405 additions
and
92 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.