Add a enhanceTextSelection preference

Please note that this is a hack, but I think that it should be OK for now to atleast get the preference landed. Refer to the code comment for further information.

Re: issue 7584 and PR 7586.
This commit is contained in:
Jonas Jenwald 2016-09-07 14:52:52 +02:00
parent ca61ccc533
commit e12c48b73f
3 changed files with 18 additions and 2 deletions

View file

@ -95,6 +95,10 @@
"description": "Whether to prevent the extension from reporting the extension and browser version to the extension developers.",
"default": false
},
"enhanceTextSelection": {
"type": "boolean",
"default": false
},
"renderInteractiveForms": {
"type": "boolean",
"default": false