Moonchild
|
cc8e336172
|
[layout] Always reserve 64 bits for frame property value
This ensures frame property values can always be stored even in edge cases
on 32-bit machines (where a void ptr is half the width).
|
2025-02-19 07:10:18 +08:00 |
|
win7-7
|
0eab1834ed
|
Outdated comment removal (no code changes)
No code changes.
|
2019-08-17 13:31:05 +08:00 |
|
win7-7
|
5639ab5968
|
Fix comments for Frameproperties
https://bugzilla.mozilla.org/show_bug.cgi?id=1373884
Fixes comments for Frameproperties.
These comments went unnoticed earlier.
No code changes.
|
2019-07-19 10:04:10 +08:00 |
|
win7-7
|
3829b269ce
|
Iterate the frame property list once to collect which child list properties we have
Look into optimizing out the hashtable lookups from nsContainerFrame
|
2019-07-12 16:56:00 +08:00 |
|
win7-7
|
922e819d1c
|
Attach FrameProperties to each frame instead of using a shared hashtable
Dispense the shared hashtable and instead attach the frame property list directly to nsIFrame.
|
2019-07-05 21:32:14 +08:00 |
|