Closed Bug 502483 Opened 15 years ago Closed 15 years ago

Enable Canvas3D (core, not extension) in Trunk builds (set MOZ_ENABLE_CANVAS3D), decide on about:config pref.

Categories

(Core :: Graphics: Canvas2D, enhancement)

enhancement
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 516213

People

(Reporter: hansschmucker, Unassigned)

References

()

Details

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2a1pre) Gecko/20090702 Firefox/3.0 Build Identifier: According to Bug #500883, Canvas3D has been checked into trunk, but it is not yet available in official trunk builds (see "Steps to Reproduce" for a quick way to check). Apparently, it has to be enabled first via MOZ_ENABLE_CANVAS3D at build time. I can see the reasoning why this isn't yet enabled by default, but maybe we could move it to an about:config pref instead. While that would still increase binary size, that shouldn't really be a problem on trunk right now. Reproducible: Always Steps to Reproduce: 1. Open the supplied javascript url or copy try{alert(CanvasRenderingContextGLWeb20);}catch(e){alert(e);} to the error console. Actual Results: "ReferenceError: CanvasRenderingContextGLWeb20 is not defined" Expected Results: "[object CanvasRenderingContextGLWeb20]"
Depends on: 500883
Version: unspecified → Trunk
Whoops, this was done in 516213. Pref is "webgl.enabled_for_all_sites" for now.
Status: UNCONFIRMED → RESOLVED
Closed: 15 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.