summaryrefslogtreecommitdiff
path: root/layout/base/FrameProperties.h
Commit message (Collapse)AuthorAge
* Outdated comment removal (no code changes)win7-72019-08-02
| | | | No code changes.
* Fix comments for Framepropertieswin7-72019-07-12
| | | | | | | | | | 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
| | | | | | 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
Dispense the shared hashtable and instead attach the frame property list directly to nsIFrame.