allow the 'layout.display-list.retain' pref to work on android
Categories
(Core :: Web Painting, enhancement)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox68 | --- | fixed |
People
(Reporter: tnikkel, Assigned: tnikkel)
References
Details
Attachments
(1 file, 1 obsolete file)
| Assignee | ||
Comment 1•7 years ago
|
||
Fennec isn't e10s, so neither existing check worked.
Comment 2•7 years ago
|
||
Wrong pref name (for bug summary and commit message)?
| Assignee | ||
Updated•7 years ago
|
| Assignee | ||
Comment 3•7 years ago
|
||
(In reply to Kartikaya Gupta (email:kats@mozilla.com) from comment #2)
Wrong pref name (for bug summary and commit message)?
Ooops, copy paste fail. I'll fix. Thanks.
| Assignee | ||
Comment 4•7 years ago
|
||
Fennec isn't e10s, so neither existing check worked.
Updated•7 years ago
|
Comment 6•6 years ago
|
||
| bugherder | ||
| Assignee | ||
Comment 8•6 years ago
|
||
(In reply to csheany from comment #7)
Should the value be set to true in about:config?
No. This bug is just allowing the pref to actually work on android. Before this patch flipping the pref had no effect.
Thank you for your response.
Is there a bug to follow for when it will be enabled on Nightly?
Is Bug 1413567 about release?
Does it require restarting?
Is this a relevant article (https://hacks.mozilla.org/2018/06/retained-display-lists)?
| Assignee | ||
Comment 10•6 years ago
|
||
(In reply to csheany from comment #9)
Is there a bug to follow for when it will be enabled on Nightly?
Is Bug 1413567 about release?
I'll either use that bug or a bug that depends on that bug.
Does it require restarting?
It looks like it's a live pref, but I would restart just to be sure.
Is this a relevant article
(https://hacks.mozilla.org/2018/06/retained-display-lists)?
Yes, that enabled for android.
Comment 11•6 years ago
|
||
Comment 12•6 years ago
|
||
| bugherder | ||
Comment 13•6 years ago
|
||
This is in the 68.0beta android release notes as "Improved web page painting performance by avoiding redundant calculations during paint".
| Assignee | ||
Comment 14•6 years ago
|
||
(In reply to Julien Cristau [:jcristau] from comment #13)
This is in the 68.0beta android release notes as "Improved web page painting
performance by avoiding redundant calculations during paint".
Not sure if it matters, but the proper bug is bug 1413567.
This bug only made it so that the pref had an effect if you flipped it on android. We actually flipped the pref in bug 1413567.
Comment 15•6 years ago
|
||
Thanks. (It's not a big deal, the bug association is not visible on the website, but I'll move this.)
Description
•