Skip to content
  • commit-queue@webkit.org's avatar
    [EFL][WK2] Add Remote Web Inspector · 47522543
    commit-queue@webkit.org authored
    https://bugs.webkit.org/show_bug.cgi?id=98705
    
    Patch by Seokju Kwon <seokju.kwon@gmail.com> on 2012-12-08
    Reviewed by Gyuyoung Kim.
    
    .:
    
    Prepare inspectorPageIndex.html for remote web inspector.
    
    * Source/PlatformEfl.cmake:
    
    Source/WebKit2:
    
    Add Remote Web Inspector to EFL port.
    The WebInspectorSever will be started during WebKit context initialization.
    The IP address and port number for the server can be set in WEBKIT_INSPECTOR_SERVER.
    
    * CMakeLists.txt:
    * PlatformEfl.cmake:
    * UIProcess/InspectorServer/WebInspectorServer.h:
    (WebInspectorServer):
    * UIProcess/InspectorServer/WebSocketServer.h:
    (WebSocketServer):
    * UIProcess/InspectorServer/efl/WebInspectorServerEfl.cpp: Added.
    (WebKit):
    (WebKit::inspectorResourcePath):
    (WebKit::WebInspectorServer::platformResourceForPath):
    (WebKit::WebInspectorServer::buildPageList):
    * UIProcess/InspectorServer/soup/WebSocketServerSoup.cpp:
    (WebKit::connectionCallback):
    * UIProcess/efl/WebContextEfl.cpp:
    (WebKit::initializeInspectorServer):
    (WebKit):
    (WebKit::WebContext::platformInitializeWebProcess):
    * config.h:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@137035 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    47522543