Open
Bug 806359
Opened 13 years ago
Updated 3 years ago
Add non-default WebGL context creation attribs to display chrome message if user should update drivers
Categories
(Core :: Graphics: CanvasWebGL, enhancement, P3)
Tracking
()
NEW
People
(Reporter: bjacob, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: webgl-next)
Add 2 new, false-by-default, boolean context creation attributes:
warnOnContextCreationFailure
warnOnNonOptimalWebGLExperience
(please suggest better names) whereby applications can opt in to get the browser warns the user when they're missing out and when they should try to update their drivers.
Reasons for this being opt-in:
- don't want to break existing content that wants webgl creation failures to be silent.
- this will be used even as opt-in: game developers are asking for something like that e.g. in bug 805434.
Reasons for this displaying a chrome message directly rather than exposing a content-facing API:
- don't want to have to make compromises here between exposing useful information, and preserving privacy.
- we've discussed content-facing solutions for 2 years now. Nothing really happened. It's tricky.
Updated•12 years ago
|
Whiteboard: webgl-next
Updated•7 years ago
|
Type: defect → enhancement
Priority: -- → P3
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•