summaryrefslogtreecommitdiffstats
path: root/dom/html/HTMLTableElement.cpp
Commit message (Collapse)AuthorAgeLines
* Bug 1363481 - Add the old attribute value as a parameter to ↵Matt A. Tobin2020-04-17-3/+5
| | | | | | Element::AfterSetAttr Tag #1375
* Issue #1375 - Include content rules from ↵Matt A. Tobin2020-04-17-16/+11
| | | | | | HTMLTableCellElement::WalkContentStyleRules and move to the mapped attr functionality * Bugs 1341647 and 1341648
* Bug 656197 - Push state updates further out across beforesetattr/aftersetattrMatt A. Tobin2020-04-16-1/+1
| | | | | | | | | | * Remove the generic attr preparsing mechanism from BeforeSetAttr and just preparse class attributes directly in the one place that needs to do it * Move calls to BeforeSetAttr to after AttributeWillChange * Remove UpdateState calls in BeforeSetAttr * Move calls to AfterSetAttr to before UpdateState when manipulating attributes * Remove UpdateState calls from AfterSetAttr, since they are no longer needed there Tag #1375
* Remove harmless assertions by using IgnoredErrorResult.Olli Pettay2019-03-21-9/+6
|
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02-0/+1015