[webkit-dev] Enabling Features through Defaults
Bear Travis
betravis at adobe.com
Mon Apr 29 10:59:21 PDT 2013
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-dev/attachments/20130429/ab9f8918/attachment.html>
More information about the webkit-dev
mailing list