Closed Bug 760968 Opened 12 years ago Closed 6 years ago

add --disable-webgl and --disable-canvas mozconfig options

Categories

(Core :: Audio/Video: Playback, enhancement)

enhancement
Not set
normal

Tracking

()

RESOLVED INACTIVE

People

(Reporter: aceman, Unassigned)

References

Details

+++ This bug was initially created as a clone of Bug #760795 comment 10+++

Boris Zbarsky (:bz) 2012-06-02 17:55:11 CEST
r=me, but note that the new DOM bindings for WebGLContext almost certainly don't compile without MOZ_MEDIA either: I was told that was not a supported configuration, and there is no real infrastructure in WebIDL to make methods conditional on compiler ifdefs at the moment...

:aceman 2012-06-02 22:37:08 CEST
bz was right, after today's hg update WebGLRenderingContextBinding.cpp fails. So, is there a --disable-webgl mozconfig option?

Boris Zbarsky (:bz) 2012-06-03 06:37:32 CEST
There isn't, sorry.
Note that once we convert 2d canvas to new bindings it would have the same problem: the canvas spec explicitly lists HTMLVideoElement as one of the overloads for drawImage.  And I really doubt there will be a --disable-2d-canvas option...

------------------------------------
The request: either add new --disable-webgl and --disable-canvas mozconfig build options or sort out if building without MOZ_MEDIA still is supported. The option --disable-ogg undefines MOZ_MEDIA and it worked like that till today. But was broken by recent webgl bindings, that are hard to disable, as noted above.

The use case for these options:
For faster rebuilds of development builds it would be beneficial to ignore unneeded code for some products (in these cases Thunderbird and Seamonkey).
Thunderbird even has HW acceleration disabled by default so webgl seems to be an unsupported feature (by default).
We could keep MOZ_MEDIA but disabled all codecs with a configure option. This would leave the video/audio elements there but they'd not be able to play anything.
Yes, that would be a solution too, in a similar way bug 760795 was solved.

What about webgl and canvas? Would it be doable to disable them?
I'm 99% sure parts of the toolkit UI use 2d canvas.
Depends on: 857022
Summary: add --disable-webgl and --disable-canvas mozconfig options or sort out MOZ_MEDIA define → add --disable-webgl and --disable-canvas mozconfig options
Component: Audio/Video → Audio/Video: Playback
Mass closing do to inactivity.
Feel free to re-open if still needed.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → INACTIVE
You need to log in before you can comment on or make changes to this bug.