Changes between Version 1 and Version 2 of Drosera


Ignore:
Timestamp:
Jun 13, 2007 11:39:53 AM (17 years ago)
Author:
ordody@freeshell.org
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Drosera

    v1 v2  
    66Drosera is included with all of the [wiki:"Nightly Builds" WebKit nightly builds], or you can build it yourself by running the {{{build-drosera}}} tool found in {{{WebKitTools/Scripts}}}.
    77
    8 If you use a locally built version of WebKit, you'll need to run the following command in Terminal and restart Safari to enable Drosera debugging:
     8= Enabling Drosera =
     9 * On the Mac, if you use a locally built version of WebKit, you'll need to run the following command in Terminal and restart Safari to enable Drosera debugging:
    910{{{
    1011defaults write com.apple.Safari WebKitScriptDebuggerEnabled -bool true
    1112}}}
     13 * On Windows, you'll have make sure that the following lines are in your preferences file at the location
     14{{{
     15C:\Documents and Settings\<USERNAME>\Application Data\Apple Computer\Safari\Preferences.plist
     16}}}
     17(where <USERNAME> should be your windows user name):
     18{{{
     19    <key>WebKitScriptDebuggerEnabled</key>
     20    <true/>
     21}}}
     22
    1223
    1324= Using Drosera =