Changes between Version 5 and Version 6 of WebDevelopers


Ignore:
Timestamp:
Jun 14, 2008, 4:17:14 PM (17 years ago)
Author:
timothy@apple.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WebDevelopers

    v5 v6  
    99= Debug menu =
    1010Safari includes a debug menu that contains some tools that may be useful to web developers.  To enable the debug menu, enter the following command in Terminal and restart Safari:
     11
    1112{{{
    1213defaults write com.apple.Safari IncludeInternalDebugMenu 1
    1314}}}
    14 
    15 Once the debug menu is enabled, you'll have access to the JavaScript console that allows you to see JavaScript errors if you don't need the full functionality of the [wiki:"Drosera" Drosera debugger].  You can also simulate a variety of user agent strings to help with user agent detection debugging.
    1615
    1716The Page Load Test might also useful for those interested in performance.  The [http://webkit.org/blog/?p=75 Surfin' Safari blog] has more information about using the PLT as does this page on [http://webkit.org/projects/performance/index.html general WebKit performance].