Open
Bug 1431013
Opened 7 years ago
Updated 2 years ago
Ignore WebGL powerPreference if no "webglcontextlost" and "webglcontextrestored" event listeners exist
Categories
(Core :: Graphics: CanvasWebGL, enhancement, P3)
Core
Graphics: CanvasWebGL
Tracking
()
NEW
People
(Reporter: daoshengmu, Unassigned)
References
Details
Attachments
(1 file)
59 bytes,
text/x-review-board-request
|
Details |
According to WebGL spec [1], "At WebGLRenderingContext creation time, this attribute will be ignored if no event listeners exist which would handle both "webglcontextlost" and "webglcontextrestored" events dispatched to the canvas element.", we should detect if there are these events under the HTMLCanvasElement for WebGL powerPreference attribute.
[1] https://www.khronos.org/registry/webgl/specs/latest/1.0/#5.2.1
Reporter | ||
Updated•7 years ago
|
Assignee: nobody → dmu
Comment hidden (mozreview-request) |
Updated•7 years ago
|
Priority: -- → P3
Updated•4 years ago
|
Assignee: dmu → kgilbert
Comment 2•3 years ago
|
||
The bug assignee didn't login in Bugzilla in the last 7 months.
:jgilbert, could you have a look please?
For more information, please visit auto_nag documentation.
Assignee: kearwood → nobody
Flags: needinfo?(jgilbert)
Updated•3 years ago
|
Flags: needinfo?(jgilbert)
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•