summaryrefslogtreecommitdiffstats
path: root/dom/base/nsIContentInlines.h
Commit message (Collapse)AuthorAgeLines
* Bug 1373798 - Move HTML dir attribute state into event state flagsMatt A. Tobin2020-04-17-0/+6
| | | | | | | | | | * Stop calling SetHasDirAuto/ClearHasDirAuto in input element code * Introduce event state flags that track the state of an element's dir attribute * Rewrite our existing checks for the state of the dir attr on top of the new event state flags * Add pseudo-classes for matching on the dir attribute states * Use the new dir attribute pseudoclasses in html.css Tag #1375
* Bug 1321284 - Crash in nsCSSFrameConstructor::GetInsertionPrevSibling when ↵Matt A. Tobin2020-04-14-11/+30
| | | | | | | | | | | | trying to reframe native anonymous content * Make StyleChildrenIterator skip NAC generated by root element primary frame ancestors. * Add nsINode::GetFlattenedTreeParentNodeForStyle. * Add iterator class to find all restyle roots. NOTE: Parts 1, 2, and "4.2" Tag #1375
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02-0/+71