Closed
Bug 1492398
Opened 7 years ago
Closed 7 years ago
Suppress CompositorBridgeParent::RecvAdoptChild()
Categories
(Core :: Graphics: WebRender, enhancement, P3)
Core
Graphics: WebRender
Tracking
()
RESOLVED
FIXED
mozilla64
| Tracking | Status | |
|---|---|---|
| firefox64 | --- | fixed |
People
(Reporter: sotaro, Assigned: sotaro)
References
Details
Attachments
(1 file)
|
1.14 KB,
patch
|
mattwoodrow
:
review+
|
Details | Diff | Splinter Review |
Suppress CompositorBridgeParent::RecvAdoptChild() when WebRenderBridgeParent is created by CrossProcessCompositorBridgeParent::AllocPWebRenderBridgeParent().
In current gecko, CompositorBridgeParent::RecvAdoptChild() was always called just after WebRenderBridgeParent creation. It is not good.
| Assignee | ||
Updated•7 years ago
|
Assignee: nobody → sotaro.ikeda.g
Updated•7 years ago
|
Blocks: stage-wr-trains
Priority: -- → P3
| Assignee | ||
Comment 1•7 years ago
|
||
RecvAdoptChild() is triggered by RenderFrameParent::AttachLayerManager(). The AttachLayerManager() is called by nsFrameLoader::ShowRemoteFrame() and RenderFrameParent::OwnerContentChanged(). The ShowRemoteFrame() is always called when Tab is created.
| Assignee | ||
Comment 2•7 years ago
|
||
| Assignee | ||
Updated•7 years ago
|
Attachment #9010514 -
Attachment description: patch - Adopt child handling if no update → patch - Suppress adopt child handling if no update
| Assignee | ||
Comment 3•7 years ago
|
||
| Assignee | ||
Updated•7 years ago
|
Attachment #9010514 -
Flags: review?(matt.woodrow)
Updated•7 years ago
|
Attachment #9010514 -
Flags: review?(matt.woodrow) → review+
Pushed by sikeda@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/18165dc84c1c
Suppress CompositorBridgeParent::RecvAdoptChild() r=mattwoodrow
Comment 5•7 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox64:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla64
You need to log in
before you can comment on or make changes to this bug.
Description
•