Closed
Bug 1729816
Opened 4 years ago
Closed 4 years ago
Remove unused gfxPlatform::GetLayerDiagnosticTypes() and related prefs
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)
We can remove these items:
- https://searchfox.org/mozilla-central/search?q=symbol:_ZN11gfxPlatform23GetLayerDiagnosticTypesEv&redirect=false
- https://searchfox.org/mozilla-central/search?q=layers.draw-borders&path=
- https://searchfox.org/mozilla-central/search?q=layers.draw-bigimage-borders&path=
- https://searchfox.org/mozilla-central/search?q=layers.draw-tile-borders&path=
- https://searchfox.org/mozilla-central/search?q=layers.flash-borders&path=
- This allow to remove
CompositableHost::BumpFlashCounter()
- This allow to remove
- https://searchfox.org/mozilla-central/search?q=layers.draw-layer-info&path=
| 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/75b34b19bb36
part 1: Remove unused gfxPlatform::GetLayerDiagnosticTypes() and related prefs. r=gfx-reviewers,mattwoodrow
https://hg.mozilla.org/integration/autoland/rev/9016ef7dbb46
part 2: Remove unused CompositableHost::BumpFlashCounter(). r=gfx-reviewers,mattwoodrow
https://hg.mozilla.org/integration/autoland/rev/36e6c8b1b5d4
part 3: Remove unused layers.draw-layer-info pref. r=gfx-reviewers,mattwoodrow
Comment 5•4 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/75b34b19bb36
https://hg.mozilla.org/mozilla-central/rev/9016ef7dbb46
https://hg.mozilla.org/mozilla-central/rev/36e6c8b1b5d4
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
•