зеркало из https://github.com/mozilla/gecko-dev.git
04027a5656
Blink and WebKit do not fire `beforeinput` event when user uses build-in password manager and autocomplete. But the `inputType` value for this case, `"insertReplacementText"` is defined as cancelable in the spec, and it's actually cancelable when it's fired for correcting a word with built-in spellchecker of them. For making only our users' autocomplete and password manager not blocked by web apps, we should make them not cancelable by default, but I think that we should keep dispatching such non-cancelable `beforeinput` for conforming to the standard unless we'd get a web-compat report for this. Differential Revision: https://phabricator.services.mozilla.com/D93206 |
||
---|---|---|
.. | ||
auth | ||
permissions | ||
pref | ||
spellcheck | ||
universalchardet | ||
build.mk | ||
confvars.sh | ||
moz.build | ||
moz.configure |