Closed
Bug 933490
Opened 11 years ago
Closed 11 years ago
B2G dynamic toolbar design increases memory consumption
Categories
(Core :: Graphics: Layers, defect)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: botond, Unassigned)
References
Details
On my hamachi device, I run into bug 923303 a lot more often with my dynamic toolbar patches (bug 912657, bug 912666, and bug 835152) than without, suggesting that something is consuming more memory with my patches.
One hypothesis for what causes this is that we now have two large scrollable layers with displayports: the one for the <div> grouping the toolbar and the content iframe, and the one for the content iframe. Both of them include the visible portion of the content iframe (which is most of the screen), so this area gets rendered twice. Kats suggested on IRC that we may be able to work around this with some clipping magic.
Comment 1•11 years ago
|
||
Since we're not doing the dynamic toolbar any more we might as well close this out. The general problem of memory usage due to APZ can be tackled elsewhere.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•