Closed
Bug 619485
Opened 14 years ago
Closed 14 years ago
add WebGL info to about:support
Categories
(Core :: Graphics: CanvasWebGL, defect)
Core
Graphics: CanvasWebGL
Tracking
()
RESOLVED
FIXED
People
(Reporter: vlad, Assigned: vlad)
References
(Blocks 1 open bug)
Details
(Keywords: late-l10n, Whiteboard: [strings])
Attachments
(1 file, 1 obsolete file)
12.45 KB,
patch
|
jrmuizel
:
review+
beltzner
:
approval2.0+
|
Details | Diff | Splinter Review |
It's a bit roundabout, since I want it to go through the same creation dance that WebGL contexts normally go through.
Attachment #497894 -
Flags: review?(jmuizelaar)
Comment 1•14 years ago
|
||
Comment on attachment 497894 [details] [diff] [review]
add webgl renderer info to about:support
I'd rather we not have two copies of GetWebGLParameter
Assignee | ||
Comment 2•14 years ago
|
||
Yeah, me too, though the way to avoid that was going to be to introduce GfxInfoBase.cpp in xpwidgets, which means that every gfxinfo method has to be declared manually in the child gfxinfo classes. Kind of ugly.
Maybe a GfxInfoWebGLParameterImpl.cpp that can be #included?
Updated•14 years ago
|
Blocks: about:support++
Updated•14 years ago
|
Version: unspecified → Trunk
Assignee | ||
Comment 4•14 years ago
|
||
Updated, with more shared code and a string bundle (needs late-l10n I guess?)
Assignee: nobody → vladimir
Attachment #497894 -
Attachment is obsolete: true
Attachment #498156 -
Flags: review?(jmuizelaar)
Attachment #497894 -
Flags: review?(jmuizelaar)
Updated•14 years ago
|
Attachment #498156 -
Flags: review?(jmuizelaar) → review+
Comment 5•14 years ago
|
||
Comment on attachment 498156 [details] [diff] [review]
updated
a=beltzner
Attachment #498156 -
Flags: approval2.0+
Assignee | ||
Comment 6•14 years ago
|
||
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Mozilla/5.0 (X11; Linux i686; rv:2.0b13pre) Gecko/20110226 Firefox/4.0b13pre
Should this always display something? I'm using the latest trunk nightly on Linux and all I see in the Graphics section is:
"Graphics
GPU Accelerated Windows 0/1"
WebGL is working, as verified by running a few demos.
Comment 8•14 years ago
|
||
This is not yet implemented on X11; will be in Firefox 5.
You need to log in
before you can comment on or make changes to this bug.
Description
•