Closed
Bug 1333892
Opened 8 years ago
Closed 8 years ago
Remove PCompositorBridge::ClearCachedResources
Categories
(Core :: Graphics: Layers, defect)
Tracking
()
RESOLVED
FIXED
mozilla54
Tracking | Status | |
---|---|---|
firefox54 | --- | fixed |
People
(Reporter: kats, Assigned: kats)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
http://searchfox.org/mozilla-central/rev/bf98cd4315b5efa1b28831001ad27d54df7bbb68/gfx/layers/ipc/PCompositorBridge.ipdl#136 seems to be not used anywhere. We can probably remove it safely. It was added for b2g back in bug 1154231.
Note that there is another ClearCachedResources message on PLayerTransaction which goes the other way (child -> parent) and which is still used.
Assignee | ||
Updated•8 years ago
|
Assignee: nobody → bugmail
Assignee | ||
Comment 1•8 years ago
|
||
... although the CompositorBridgeChild::RecvClearCachedResources(uint64_t) function is also called directly from TabChild at [1]. Which is downright silly, because PCompositorChild just turns around calls back into TabChild. But that's evolution for ya.
[1] http://searchfox.org/mozilla-central/rev/bf98cd4315b5efa1b28831001ad27d54df7bbb68/dom/ipc/TabChild.cpp#2739
Assignee | ||
Comment 2•8 years ago
|
||
Comment hidden (mozreview-request) |
Comment 4•8 years ago
|
||
mozreview-review |
Comment on attachment 8830494 [details]
Bug 1333892 - Remove unused IPC message leftover from B2G days.
https://reviewboard.mozilla.org/r/107252/#review108480
Thanks!
Attachment #8830494 -
Flags: review?(kchen) → review+
Pushed by kgupta@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/45009ef6d27f
Remove unused IPC message leftover from B2G days. r=kanru
Comment 6•8 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox54:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla54
You need to log in
before you can comment on or make changes to this bug.
Description
•