Changes between Version 1 and Version 2 of Drosera
- Timestamp:
- Jun 13, 2007, 11:39:53 AM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Drosera
v1 v2 6 6 Drosera 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}}}. 7 7 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: 9 10 {{{ 10 11 defaults write com.apple.Safari WebKitScriptDebuggerEnabled -bool true 11 12 }}} 13 * On Windows, you'll have make sure that the following lines are in your preferences file at the location 14 {{{ 15 C:\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 12 23 13 24 = Using Drosera =