summaryrefslogtreecommitdiffstats
path: root/dom/html/HTMLTableCellElement.h
Commit message (Collapse)AuthorAgeLines
* Issue #1656 - Part 1: Nuke most vim config lines in the tree.Moonchild2020-09-23-1/+0
| | | | | | 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.
* Issue #1375 - Include content rules from ↵Matt A. Tobin2020-04-17-0/+2
| | | | | | HTMLTableCellElement::WalkContentStyleRules and move to the mapped attr functionality * Bugs 1341647 and 1341648
* Issue #1384 - Match standard for colSpan/rowSpanwin7-72020-02-03-2/+2
| | | | | | HTML standardizes proper behavior of colSpan and rowSpan: The main thing is that getting the .rowSpan and .colSpan IDL properties will now return the actual clamped value that we use.
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02-0/+171