RESOLVED FIXED 56947
[chromium] WebGLRenderingContext and other DOMWindow properties should remain if WebGL is disabled
https://bugs.webkit.org/show_bug.cgi?id=56947
Summary [chromium] WebGLRenderingContext and other DOMWindow properties should remain...
Kenneth Russell
Reported 2011-03-23 12:12:48 PDT
Currently in the Chromium port, if WebGL is disabled via the command line argument --disable-webgl or because of a blacklist entry, the WebGLRenderingContext and other DOMWindow properties are removed via the RuntimeEnabledFeatures mechanism. This is not the desired behavior; it makes it appear that the browser is not capable of running WebGL, when in fact the graphics card is the problem. The associated Chromium bug is http://crbug.com/77110 .
Attachments
Patch (8.21 KB, patch)
2011-03-23 14:53 PDT, Kenneth Russell
jamesr: review+
kbr: commit-queue-
Kenneth Russell
Comment 1 2011-03-23 14:53:50 PDT
James Robinson
Comment 2 2011-03-23 16:21:46 PDT
Comment on attachment 86693 [details] Patch OK
Kenneth Russell
Comment 3 2011-03-23 16:25:09 PDT
WebKit Review Bot
Comment 4 2011-03-23 16:53:10 PDT
http://trac.webkit.org/changeset/81821 might have broken Chromium Linux Release
Vincent Scheib
Comment 5 2011-03-23 22:05:49 PDT
This has broken compilation of (In reply to comment #4) > http://trac.webkit.org/changeset/81821 might have broken Chromium Linux Release Fixed with http://codereview.chromium.org/6732015
Note You need to log in before you can comment on or make changes to this bug.