Skip to content
  • pfeldman@chromium.org's avatar
    2010-08-16 Pavel Feldman <pfeldman@chromium.org> · 760ab44e
    pfeldman@chromium.org authored
            Reviewed by Joseph Pecoraro.
    
            Web Inspector: upstream frontend-side WebSocket transport.
            https://bugs.webkit.org/show_bug.cgi?id=43970
    
            Chromium already has an alternate WebSocket-based communication channel with
            the backend. Upstreaming it in this change. We will agree on the URI
            of the remote service as the protocol matures.
    
            * inspector/front-end/inspector.js:
            (.WebInspector.socket.onmessage):
            (.WebInspector.socket.onerror):
            (.WebInspector.socket.onopen):
            (WebInspector.loaded):
            (WebInspector.doLoadedDone):
            (WebInspector_syncDispatch):
    2010-08-16  Pavel Feldman  <pfeldman@chromium.org>
    
            Reviewed by Joseph Pecoraro.
    
            Web Inspector: upstream frontend-side WebSocket transport.
            https://bugs.webkit.org/show_bug.cgi?id=43970
    
            Chromium already has an alternate WebSocket-based communication channel with
            the backend. Upstreaming it in this change. We will agree on the URI
            of the remote service as the protocol matures.
    
            * src/WebDevToolsFrontendImpl.cpp:
            (WebKit::WebDevToolsFrontendImpl::dispatchOnInspectorFrontend):
            * src/js/DevTools.js:
            (WebInspector.loaded):
            (devtools.domContentLoaded):
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@65415 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    760ab44e