Closed
Bug 1499002
Opened 7 years ago
Closed 7 years ago
Stop to trigger device reset in gfx/SanityTest if WebRender is used
Categories
(Core :: Graphics: WebRender, defect, P2)
Core
Graphics: WebRender
Tracking
()
RESOLVED
FIXED
mozilla65
| Tracking | Status | |
|---|---|---|
| firefox65 | --- | fixed |
People
(Reporter: sotaro, Assigned: sotaro)
References
Details
Attachments
(1 file)
|
1.11 KB,
patch
|
mattwoodrow
:
review+
|
Details | Diff | Splinter Review |
It is not necessary to call nsDOMWindowUtils::TriggerDeviceReset() in gfx/SanityTest if WebRender is used.
TriggerDeviceReset() is called for disabling advanced layer, but the advanced layer is not used when WebRender is used.
https://dxr.mozilla.org/mozilla-central/source/toolkit/components/gfx/SanityTest.js#145
| Assignee | ||
Updated•7 years ago
|
Assignee: nobody → sotaro.ikeda.g
| Assignee | ||
Comment 1•7 years ago
|
||
| Assignee | ||
Comment 2•7 years ago
|
||
| Assignee | ||
Updated•7 years ago
|
Attachment #9017097 -
Flags: review?(matt.woodrow)
| Assignee | ||
Updated•7 years ago
|
Summary: Do not trigger device reset in gfx/SanityTest if WebRender is used → Stop to trigger device reset in gfx/SanityTest if WebRender is used
| Assignee | ||
Updated•7 years ago
|
Attachment #9017097 -
Attachment description: patch - Do not trigger device reset in gfx/SanityTest if WebRender is used → patch - Stop to trigger device reset in gfx/SanityTest if WebRender is used
Updated•7 years ago
|
Attachment #9017097 -
Flags: review?(matt.woodrow) → review+
Updated•7 years ago
|
Priority: -- → P2
Pushed by sikeda@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/99bd9a8c917c
Stop to trigger device reset in gfx/SanityTest if WebRender is used r=mattwoodrow
Comment 4•7 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox65:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla65
You need to log in
before you can comment on or make changes to this bug.
Description
•