You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Chromium-discuss
Hi,
I need to disable WebGL to check whether my canvas rendering functionality works on a mobile web game I'm developing. Do you know WebGL can be disabled in Chrome 47?
P.s. my team lead says Chrome is no longer developer friendly and I'm starting to agree with him
Christian Biesinger
unread,
Dec 10, 2015, 1:10:40 PM12/10/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Chromium-discuss, hitany...@gmail.com
How do I do this via the OS X terminal?
Anton Vayvod
unread,
Dec 14, 2015, 6:40:10 AM12/14/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to hitany...@gmail.com, Chromium-discuss
How do you run Chrome from the OS X terminal? Append --disable-webgl to the command line.
E.g. src/out/Debug/Chromium.app/Contents/MacOS/Chromium --disable-webgl
Tanya Powell
unread,
Dec 14, 2015, 6:49:21 AM12/14/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Chromium-discuss, hitany...@gmail.com, ava...@chromium.org
I tried this `Applications/Google\ Chrome.app/Contents/MacOS/ --disable-webgl` and received `permission denied: Applications/Google Chrome.app/Contents/MacOS/` after following the instructions on the Chromium website https://www.chromium.org/developers/how-tos/run-chromium-with-flags
Because this is not a command as such, sudo doesn't work
Anton Vayvod
unread,
Dec 14, 2015, 6:53:04 AM12/14/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Tanya Powell, Chromium-discuss
You need to append the binary name to the directory in your command, it should be something like: