summaryrefslogtreecommitdiffstats
path: root/layout/base/FrameProperties.h
Commit message (Collapse)AuthorAgeLines
* Outdated comment removal (no code changes)win7-72019-08-02-1/+0
| | | | No code changes.
* Fix comments for Framepropertieswin7-72019-07-12-1/+1
| | | | | | | | | | https://bugzilla.mozilla.org/show_bug.cgi?id=1373884 Fixes comments for Frameproperties. These comments went unnoticed earlier. No code changes.
* Iterate the frame property list once to collect which child list properties ↵win7-72019-07-08-0/+27
| | | | | | we have Look into optimizing out the hashtable lookups from nsContainerFrame
* Attach FrameProperties to each frame instead of using a shared hashtablewin7-72019-06-26-0/+440
Dispense the shared hashtable and instead attach the frame property list directly to nsIFrame.