summaryrefslogtreecommitdiffstats
path: root/layout/mathml/nsMathMLmtableFrame.cpp
Commit message (Collapse)AuthorAgeLines
* Issue #1355 - Make nsTableCellFrame::GetColIndex/GetRowIndex fasterwin7-72020-02-16-12/+8
| | | | We can devirtualize it, remove some branches.
* Issue #1386 - Devirtualize GetRowSpan/GetColSpanwin7-72020-02-03-41/+0
| | | | It's at ~1.5% on the perf log for the Netflix use case, which seems a bit too much.
* Attach FrameProperties to each frame instead of using a shared hashtablewin7-72019-06-26-9/+5
| | | | Dispense the shared hashtable and instead attach the frame property list directly to nsIFrame.
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02-0/+1363