Closed
Bug 1020169
Opened 10 years ago
Closed 10 years ago
Render remote layers from nested oop iframe
Categories
(Core :: Graphics: Layers, defect)
Core
Graphics: Layers
Tracking
()
RESOLVED
FIXED
mozilla33
People
(Reporter: kanru, Assigned: kanru)
References
Details
Attachments
(2 files)
1.95 KB,
patch
|
mattwoodrow
:
review+
|
Details | Diff | Splinter Review |
4.38 KB,
patch
|
mattwoodrow
:
review+
|
Details | Diff | Splinter Review |
Nested remote layers doesn't render because the remote layer subtree is not registered to the compositor.
Assignee | ||
Comment 1•10 years ago
|
||
Attachment #8439770 -
Flags: review?(matt.woodrow)
Assignee | ||
Comment 2•10 years ago
|
||
Use PCompositor::NotifyChildCreated which was ill-defined for
cross-process case.
Assume that for all LayerTrees managed by a CrossProcessCompositorParent
all share the same CompositorParent.
Assignee: nobody → kchen
Status: NEW → ASSIGNED
Assignee | ||
Updated•10 years ago
|
Attachment #8439772 -
Flags: review?(matt.woodrow)
Updated•10 years ago
|
Attachment #8439770 -
Flags: review?(matt.woodrow) → review+
Updated•10 years ago
|
Attachment #8439772 -
Flags: review?(matt.woodrow) → review+
Assignee | ||
Comment 3•10 years ago
|
||
Comment 4•10 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/1b0af9c77b07
https://hg.mozilla.org/mozilla-central/rev/5da74b54a472
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla33
You need to log in
before you can comment on or make changes to this bug.
Description
•