summaryrefslogtreecommitdiff
path: root/dom/html/HTMLTableElement.cpp
Commit message (Collapse)AuthorAge
* Issue mcp-graveyard/UXP#1656 - Part 1: Nuke most vim config lines in the tree.Moonchild2020-09-23
| | | | | | Since these are just interpreted comments, there's 0 impact on actual code. This removes all lines that match /* vim: set(.*)tw=80: */ with S&R -- there are a few others scattered around which will be removed manually in a second part.
* Bug 1363481 - Add the old attribute value as a parameter to ↵Matt A. Tobin2020-04-17
| | | | | | Element::AfterSetAttr Tag mcp-graveyard/UXP#1375
* Issue mcp-graveyard/UXP#1375 - Include content rules from ↵Matt A. Tobin2020-04-17
| | | | | | 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
| | | | | | | | | | * 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 mcp-graveyard/UXP#1375
* Remove harmless assertions by using IgnoredErrorResult.Olli Pettay2019-03-21
|
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02