Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Fix comments for Frameproperties | win7-7 | 2019-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-7 | 2019-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 hashtable | win7-7 | 2019-06-26 | -0/+440 |
Dispense the shared hashtable and instead attach the frame property list directly to nsIFrame. |