Open
Bug 1721604
Opened 4 years ago
Updated 1 year ago
Expand the scope of OnlyAllowFeatureOnWhitelistedVendor.
Categories
(Core :: Graphics, defect)
Core
Graphics
Tracking
()
ASSIGNED
People
(Reporter: jrmuizel, Assigned: jrmuizel)
Details
Attachments
(1 file)
Driver version misparses or mismatches only matter for whitelisted
vendors.
| Assignee | ||
Comment 1•4 years ago
|
||
Driver version misparses or mismatches only matter for whitelisted
vendors.
Updated•4 years ago
|
Attachment #9232372 -
Attachment description: Bug 1721604 - Expand the scope of OnlyAllowFeatureOnWhitelistedVendor. → Bug 1721604 - Expand the scope of OnlyAllowFeatureOnAllowlistedVendor.
Pushed by jmuizelaar@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/05aee86902b7
Expand the scope of OnlyAllowFeatureOnAllowlistedVendor. r=aosmond,gerard-majax
Comment 3•4 years ago
|
||
Backed out for causing bc failures at browser_startup_syncIPC.js.
Backout link: https://hg.mozilla.org/integration/autoland/rev/2471a8e326f25723c3e1ba37d6333353fe2b1adf
Failure log: https://treeherder.mozilla.org/logviewer?job_id=345905208&repo=autoland&lineNumber=2197
Flags: needinfo?(jmuizelaar)
| Assignee | ||
Comment 4•4 years ago
|
||
With this patch we call Msg_EnsureConnected 3 times.
Flags: needinfo?(jmuizelaar)
| Assignee | ||
Comment 5•4 years ago
|
||
Also notable:
[task 2021-07-21T16:04:42.218Z] 16:04:42 INFO - GECKO(5952) | [GFX1-]: RcANGLE(no compositor device for EGLDisplay)
[task 2021-07-21T16:04:43.460Z] 16:04:43 INFO - GECKO(5952) | [GFX1-]: RcANGLE(no compositor device for EGLDisplay)(Create)
[task 2021-07-21T16:04:43.461Z] 16:04:43 INFO - GECKO(5952) | [GFX1-]: Failed to connect WebRenderBridgeChild.
[task 2021-07-21T16:04:43.461Z] 16:04:43 INFO - GECKO(5952) | [GFX1-]: Fallback WR to SW-WR
[task 2021-07-21T16:04:43.533Z] 16:04:43 INFO - GECKO(5952) | [GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt
| Assignee | ||
Comment 6•4 years ago
|
||
We're hitting the ParseDriverVersion failure case.
Comment 7•4 years ago
|
||
There's a r+ patch which didn't land and no activity in this bug for 2 weeks.
:jrmuizel, could you have a look please?
For more information, please visit auto_nag documentation.
Flags: needinfo?(lissyx+mozillians)
Flags: needinfo?(jmuizelaar)
Updated•4 years ago
|
Flags: needinfo?(lissyx+mozillians)
Updated•1 year ago
|
Flags: needinfo?(jmuizelaar)
You need to log in
before you can comment on or make changes to this bug.
Description
•