<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:cgarcia&#64;igalia.com" title="Carlos Garcia Campos &lt;cgarcia&#64;igalia.com&gt;"> <span class="fn">Carlos Garcia Campos</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [GTK] Switch to use ENABLE_REMOTE_INSPECTOR instead of ENABLE_INSPECTOR_SERVER for the remote inspector"
   href="https://bugs.webkit.org/show_bug.cgi?id=166680">bug 166680</a>
        <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">Attachment #303320 Flags</td>
           <td>
               &nbsp;
           </td>
           <td>review?
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [GTK] Switch to use ENABLE_REMOTE_INSPECTOR instead of ENABLE_INSPECTOR_SERVER for the remote inspector"
   href="https://bugs.webkit.org/show_bug.cgi?id=166680#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [GTK] Switch to use ENABLE_REMOTE_INSPECTOR instead of ENABLE_INSPECTOR_SERVER for the remote inspector"
   href="https://bugs.webkit.org/show_bug.cgi?id=166680">bug 166680</a>
              from <span class="vcard"><a class="email" href="mailto:cgarcia&#64;igalia.com" title="Carlos Garcia Campos &lt;cgarcia&#64;igalia.com&gt;"> <span class="fn">Carlos Garcia Campos</span></a>
</span></b>
        <pre>Created <span class=""><a href="attachment.cgi?id=303320&amp;action=diff" name="attach_303320" title="Patch">attachment 303320</a> <a href="attachment.cgi?id=303320&amp;action=edit" title="Patch">[details]</a></span>
Patch

This doesn't use web sockets anymore, the implementation is completely different, but the way to use it is quite similar. To enable remote inspection you do exactly the same:

$ WEBKIT_INSPECTOR_SERVER=ip:port webkit-program

Exactly like we did with the web sockets implementation. But now, to remotely inspect you doesn't visit <a href="http://ip:port">http://ip:port</a>, but inspector://ip:port. That shows the list of debuggable targets, with a button to inspect them. A new window is always created now for every target instead of reusing the same browser view. For now it's required that both local and remote have the same version of the backend commands.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>