Changes between Version 71 and Version 72 of WebInspector


Ignore:
Timestamp:
Jun 7, 2016 11:12:55 AM (8 years ago)
Author:
clopez@igalia.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WebInspector

    v71 v72  
    105105
    106106
    107 == Web Inspector Remote Experiment ==
     107== Using the Web Inspector remotely ==
     108
     109 * For the GTK and EFL ports, this can be enabled with an environment variable. Check the documentation on EnvironmentVariables
     110{{{
     111Computer1 # export WEBKIT_INSPECTOR_SERVER=${ip.ad.dre.ss}:${port}
     112Computer1 # MiniBrowser http://google.com
     113#
     114Computer2 # MiniBrowser http://${ip.ad.dre.ss}:${port}
     115}}}
     116  * The very same version of WebKit has to be used on the other side
     117
     118=== Apple Web Inspector Remote Experiment ===
    108119[http://developer.apple.com/safari/library/documentation/AppleApplications/Conceptual/Safari_Developer_Guide/UsingtheWebInspector/UsingtheWebInspector.html Safari User Guide for Web Developers]
    109120In early 2010, an experiment was made to get Web Inspector to run in a plain old web page, debugging a remote web browsing session in another browser window.