Skip to content
  • andersca@apple.com's avatar
    Move HTTPRequest class to WebKit2 · f7f77664
    andersca@apple.com authored
    https://bugs.webkit.org/show_bug.cgi?id=116192
    
    Reviewed by Darin Adler.
    
    Source/WebCore:
    
    HTTPRequest is only used by the "remote inspector" feature in WebKit2,
    so there's no need to have it in WebCore.
    
    * CMakeLists.txt:
    * GNUmakefile.list.am:
    * Target.pri:
    * WebCore.vcproj/WebCore.vcproj:
    * WebCore.vcxproj/WebCore.vcxproj:
    * WebCore.vcxproj/WebCore.vcxproj.filters:
    * WebCore.xcodeproj/project.pbxproj:
    
    Source/WebKit2:
    
    Move HTTPRequest to WebKit2 and put it in the WebKit namespace.
    
    * CMakeLists.txt:
    * GNUmakefile.list.am:
    * Target.pri:
    * UIProcess/InspectorServer/HTTPRequest.cpp: Renamed from Source/WebCore/platform/network/HTTPRequest.cpp.
    * UIProcess/InspectorServer/HTTPRequest.h: Renamed from Source/WebCore/platform/network/HTTPRequest.h.
    * UIProcess/InspectorServer/WebInspectorServer.cpp:
    * UIProcess/InspectorServer/WebInspectorServer.h:
    (WebInspectorServer):
    * UIProcess/InspectorServer/WebSocketServerClient.h:
    (WebKit::WebSocketServerClient::didReceiveUnrecognizedHTTPRequest):
    (WebKit::WebSocketServerClient::didReceiveWebSocketUpgradeHTTPRequest):
    (WebKit::WebSocketServerClient::didEstablishWebSocketConnection):
    * UIProcess/InspectorServer/WebSocketServerConnection.cpp:
    * UIProcess/InspectorServer/WebSocketServerConnection.h:
    (WebKit):
    (WebSocketServerConnection):
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@150161 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    f7f77664