summaryrefslogtreecommitdiff
path: root/layout/style/DocumentStyleRootIterator.h
Commit message (Collapse)AuthorAge
* Issue #80 - De-unify layout/styleMoonchild2020-04-30
|
* Bug 1321284 - Crash in nsCSSFrameConstructor::GetInsertionPrevSibling when ↵Matt A. Tobin2020-04-14
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