Make sure if layers connection is requested by parent
Categories
(Core :: Graphics, enhancement)
Tracking
()
People
(Reporter: sotaro, Assigned: sotaro)
References
Details
Attachments
(1 file)
|
48 bytes,
text/x-phabricator-request
|
pascalc
:
approval-mozilla-release+
pascalc
:
approval-mozilla-esr102+
|
Details | Review |
Current implementation is not clear about meaning of "mLayersConnected == Some(false)".
It has the following 2 meanings.
- [1] parent side does not request to connect layers.
- [2] parent side requested to connect layers, but the connect was failed.
We need to distinguish between [1] and [2]. In [1] case, we do not need to try to connect layers in ReinitRendering.
| Assignee | ||
Updated•4 years ago
|
| Assignee | ||
Updated•4 years ago
|
| Assignee | ||
Comment 1•4 years ago
|
||
| Assignee | ||
Comment 2•4 years ago
|
||
Comment on attachment 9281824 [details]
Bug 1774815 - Make sure if layers connection is requested by parent
:jnicol, does the patch work for you?
| Assignee | ||
Updated•4 years ago
|
Comment 4•4 years ago
|
||
| bugherder | ||
Comment 5•4 years ago
|
||
Yes, this still fixes the bug for me. Thanks Sotaro
Comment 6•4 years ago
|
||
Comment on attachment 9281824 [details]
Bug 1774815 - Make sure if layers connection is requested by parent
Beta/Release Uplift Approval Request
- User impact if declined: If we uplift bug 1774201 without this then we will regress bug 1728062
- Is this code covered by automated tests?: Yes
- Has the fix been verified in Nightly?: Yes
- Needs manual test from QE?: No
- If yes, steps to reproduce:
- List of other uplifts needed: Bug 1728062
- Risk to taking this patch: Low
- Why is the change risky/not risky? (and alternatives if risky): Very small change. Makes us only skip reinitializing the compositor if we never attempted to initialize it in the first place.
- String changes made/needed:
- Is Android affected?: Yes
Comment 7•4 years ago
|
||
Comment on attachment 9281824 [details]
Bug 1774815 - Make sure if layers connection is requested by parent
We are out of the beta cycle and releng is currently merging mozilla-beta to mozilla-release before we build our RC. Morphing this into a release build uplift request.
Updated•4 years ago
|
Comment 8•4 years ago
|
||
Comment on attachment 9281824 [details]
Bug 1774815 - Make sure if layers connection is requested by parent
Taking with bug 1774201 on the 102 release and 102esr.
Comment 9•4 years ago
|
||
| bugherder uplift | ||
Comment 10•4 years ago
|
||
| bugherder uplift | ||
Description
•