[webkit-dev] Enabling Features through Defaults

Timothy Horton timothy_horton at apple.com
Mon Apr 29 11:14:43 PDT 2013


On Apr 29, 2013, at 11:13 AM, Timothy Horton <timothy_horton at 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 <betravis at 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 at lists.webkit.org
>> https://lists.webkit.org/mailman/listinfo/webkit-dev
> 
> _______________________________________________
> webkit-dev mailing list
> webkit-dev at lists.webkit.org
> https://lists.webkit.org/mailman/listinfo/webkit-dev

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-dev/attachments/20130429/bed70016/attachment-0001.html>


More information about the webkit-dev mailing list