On Apr 29, 2013, at 11:13 AM, Timothy Horton <timothy_hor...@apple.com> wrote:

> WebKit2 prefs have a bit more complexity to their names. For the Safari 
> “Content” page group (normal pages):
> 
> defaults write 
> com.apple.Safari.ContentPageGroupIdentifier.WebKit2WebGLEnabled -bool YES

Err, I botched that.

defaults write com.apple.Safari 
com.apple.Safari.ContentPageGroupIdentifier.WebKit2WebGLEnabled -bool YES

> 
> On Apr 29, 2013, at 10:59 AM, Bear Travis <betra...@adobe.com> wrote:
> 
>> Hi WebKit,
>> 
>> I am experimenting with how to add an item to defaults, and can't seem to 
>> get the incantation quite right. I have been using WebGL as an example. This 
>> patch:
>> https://bugs.webkit.org/show_bug.cgi?id=53096  and the terminal command:
>> defaults write com.apple.Safari WebKitWebGLEnabled -bool YES
>> To start, I'm attempting to add a single flag for CSS Exclusions. But after 
>> making the changes and copying the above command for 
>> WebKitCSSExclusionsEnabled, the read preference always return false.
>> I'm just doing a simple debug build and run-safari —debug. Am I missing 
>> something, has the architecture changed?
>> 
>> -Bear
>> _______________________________________________
>> webkit-dev mailing list
>> webkit-dev@lists.webkit.org
>> https://lists.webkit.org/mailman/listinfo/webkit-dev
> 
> _______________________________________________
> webkit-dev mailing list
> webkit-dev@lists.webkit.org
> https://lists.webkit.org/mailman/listinfo/webkit-dev

_______________________________________________
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev

Reply via email to