Closed
Bug 1635243
Opened 6 years ago
Closed 6 years ago
only use WS_EX_LAYERED | WS_EX_TRANSPARENT on the compositor window on nightly for now
Categories
(Core :: Graphics, task)
Core
Graphics
Tracking
()
RESOLVED
FIXED
mozilla78
People
(Reporter: tnikkel, Assigned: tnikkel)
Details
Attachments
(1 file)
|
47 bytes,
text/x-phabricator-request
|
pascalc
:
approval-mozilla-beta+
|
Details | Review |
We haven't shipped direct manipulation yet so we don't need these and they still cause blank windows for a very small number of users.
| Assignee | ||
Comment 1•6 years ago
|
||
We haven't shipped direct manipulation yet so we don't need these and they still cause blank windows for a very small number of users.
Updated•6 years ago
|
Assignee: nobody → tnikkel
Status: NEW → ASSIGNED
Pushed by tnikkel@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/3e58ffac4bb8
Only use WS_EX_LAYERED | WS_EX_TRANSPARENT on the compositor window on nightly for now. r=sotaro
| Assignee | ||
Comment 3•6 years ago
|
||
Comment on attachment 9145612 [details]
Bug 1635243. Only use WS_EX_LAYERED | WS_EX_TRANSPARENT on the compositor window on nightly for now. r?sotaro
Beta/Release Uplift Approval Request
- User impact if declined: Completely blank Firefox window for some small percentage of users on quite old hardware (see bug 1632357 and bug 1544074).
- Is this code covered by automated tests?: No
- Has the fix been verified in Nightly?: No
- Needs manual test from QE?: No
- If yes, steps to reproduce:
- List of other uplifts needed: None
- Risk to taking this patch: Low
- Why is the change risky/not risky? (and alternatives if risky): The riskier change is to keep WS_EX_LAYERED | WS_EX_TRANSPARENT. This change limits them to nightly. (We will need these eventually when Direct Manipulation is enabled, but it's not yet. Until then we can investigate work arounds/fixes.)
- String changes made/needed:
Attachment #9145612 -
Flags: approval-mozilla-beta?
Comment 4•6 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
status-firefox78:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla78
Comment 5•6 years ago
|
||
Comment on attachment 9145612 [details]
Bug 1635243. Only use WS_EX_LAYERED | WS_EX_TRANSPARENT on the compositor window on nightly for now. r?sotaro
We are in early betas and this is good for retention, approved for 77 beta 2, thanks.
Attachment #9145612 -
Flags: approval-mozilla-beta? → approval-mozilla-beta+
Comment 6•6 years ago
|
||
| bugherder uplift | ||
status-firefox77:
--- → fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•