gecko-dev/dom/mathml
Emilio Cobos Álvarez 25b79c7b15 Bug 1829225 - Make BeforeSetAttr take the parsed nsAttrValue. r=smaug
ParseAttribute ideally would be const (see bug 1829138), but the SVG and
SMIL code is rather messy. Still, now that BeforeSetAttr can't really
fail, swapping the order of ParseAttribute and BeforeSetAttr shouldn't
really change behavior.

Sorry for the extra `virtual` keyword removal and such. I had to do this
one by hand unlike the dependent bugs, and I went a bit drive-by, lmk if
you want me to split those changes.

Differential Revision: https://phabricator.services.mozilla.com/D176086
2023-04-21 09:25:17 +00:00
..
tests/mochitest
MathMLElement.cpp Bug 1829225 - Make BeforeSetAttr take the parsed nsAttrValue. r=smaug 2023-04-21 09:25:17 +00:00
MathMLElement.h Bug 1829225 - Make BeforeSetAttr take the parsed nsAttrValue. r=smaug 2023-04-21 09:25:17 +00:00
MathMLElementFactory.cpp
moz.build Bug 1654103: Standardize on Black for Python code in `mozilla-central`. 2020-10-26 18:34:53 +00:00