Closed
Bug 1729817
Opened 4 years ago
Closed 4 years ago
Remove unused layers.dump and friends
Categories
(Core :: Graphics, task)
Core
Graphics
Tracking
()
RESOLVED
FIXED
94 Branch
| Tracking | Status | |
|---|---|---|
| firefox94 | --- | fixed |
People
(Reporter: tetsuharu, Assigned: tetsuharu)
References
Details
Attachments
(3 files)
I think we have a chance to remove these prefs:
layers.dump- still live layerviewer?
layers.dump-texture- I think we cannot remove this because we can remove
TextureClient::PrintInfo()butTextureHost::PrintInfo()is still used inWebRenderImageHost::PrintInfo.
- I think we cannot remove this because we can remove
layers.dump-decisionlayers.dump-client-layerslayers.dump-host-layers
| Assignee | ||
Comment 1•4 years ago
|
||
Updated•4 years ago
|
Assignee: nobody → tetsuharu.ohzeki
Status: NEW → ASSIGNED
| Assignee | ||
Comment 2•4 years ago
|
||
| Assignee | ||
Comment 3•4 years ago
|
||
Pushed by tetsuharu.ohzeki@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/996b33d16659
Remove unused TextureClient::PrintInfo(). r=gfx-reviewers,mattwoodrow
https://hg.mozilla.org/integration/autoland/rev/2aaae652ac78
Remove unused WebRenderImageHost::PrintInfo(). r=gfx-reviewers,mattwoodrow
https://hg.mozilla.org/integration/autoland/rev/54c478845ef2
Remove unused layers.dump and related prefs. r=gfx-reviewers,mattwoodrow
Comment 5•4 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/996b33d16659
https://hg.mozilla.org/mozilla-central/rev/2aaae652ac78
https://hg.mozilla.org/mozilla-central/rev/54c478845ef2
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox94:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 94 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•