зеркало из https://github.com/mozilla/gecko-dev.git
ff890f406e
When we call nsContentUtils::IsPatternMatching, we swallow JS engine errors unconditionally returning true. This is bad, because if it happens in one of the value sets that arguably shouldn't change the state of the element, we end up returning an arbitrary value (true) which may or may not match the previous state of the element. Handle error explicitly instead, by not updating the state. Differential Revision: https://phabricator.services.mozilla.com/D45727 --HG-- extra : moz-landing-system : lando |
||
---|---|---|
.. | ||
base | ||
build | ||
doc | ||
forms | ||
generic | ||
inspector | ||
ipc | ||
mathml | ||
media | ||
painting | ||
printing | ||
reftests | ||
style | ||
svg | ||
tables | ||
tools | ||
xul | ||
moz.build |