Closed
Bug 1204498
Opened 10 years ago
Closed 7 years ago
Implement WebGLContextEvent
Categories
(Core :: Graphics: CanvasWebGL, defect)
Core
Graphics: CanvasWebGL
Tracking
()
RESOLVED
FIXED
People
(Reporter: fs, Unassigned)
References
()
Details
(Keywords: dev-doc-complete, Whiteboard: [gfx-noted])
WebGL 1.0 https://www.khronos.org/registry/webgl/specs/latest/1.0/#5.15
"WebGL generates a WebGLContextEvent event in response to a status change to the WebGL rendering context"[...]
I found this in the source, but commented: https://dxr.mozilla.org/mozilla-central/source/dom/webidl/WebGLRenderingContext.webidl#769
/*[Constructor(DOMString type, optional WebGLContextEventInit eventInit)]
interface WebGLContextEvent : Event {
readonly attribute DOMString statusMessage;
};*/
// EventInit is defined in the DOM4 specification.
/*dictionary WebGLContextEventInit : EventInit {
DOMString statusMessage;
};*/
Blink, WebKit and IE implement WebGLContextEvent.
Updated•10 years ago
|
OS: Unspecified → All
Hardware: Unspecified → All
Comment 1•10 years ago
|
||
Jeff, is this "just" implementation work, or is there any discussion that needs to happen?
Flags: needinfo?(jgilbert)
Updated•10 years ago
|
Whiteboard: [gfx-noted]
Comment 2•10 years ago
|
||
(In reply to Milan Sreckovic [:milan] from comment #1)
> Jeff, is this "just" implementation work, or is there any discussion that
> needs to happen?
Just implementation work.
Flags: needinfo?(jgilbert)
Comment 3•10 years ago
|
||
We also seem to be missing webglcontextcreationerror support? We do cover webglcontextlost and webglcontextrestored.
Updated•7 years ago
|
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 4•7 years ago
|
||
This was implemented in https://bugzilla.mozilla.org/show_bug.cgi?id=1271478
Docs were written back then as well, https://bugzilla.mozilla.org/show_bug.cgi?id=1271478#c54
Keywords: dev-doc-needed → dev-doc-complete
You need to log in
before you can comment on or make changes to this bug.
Description
•