Skip to content
  • seokju@webkit.org's avatar
    Web Inspector: Get rid of DOM.setFileInputFiles from Protocol · 55a4224d
    seokju@webkit.org authored
    https://bugs.webkit.org/show_bug.cgi?id=126312
    
    Reviewed by Joseph Pecoraro.
    
    Source/WebCore:
    
    No new tests, No changes in behavior.
    
    It is a dead code as all ports in WebKit don't support it.
    And this patch removes all things related to DOM.setFileInputFiles in Frontend.
    
    * inspector/InspectorClient.h:
    * inspector/InspectorController.cpp:
    (WebCore::InspectorController::InspectorController):
    * inspector/InspectorDOMAgent.cpp:
    (WebCore::InspectorDOMAgent::InspectorDOMAgent):
    * inspector/InspectorDOMAgent.h:
    (WebCore::InspectorDOMAgent::create):
    * inspector/protocol/DOM.json:
    
    Source/WebInspectorUI:
    
    Update InspectorWebBackendCommands.js after removing DOM.setFileInputFiles.
    
    * UserInterface/InspectorWebBackendCommands.js:
    
    LayoutTests:
    
    * inspector-protocol/dom/setFileInputFiles-expected.txt: Removed.
    * inspector-protocol/dom/setFileInputFiles.html: Removed.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@161380 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    55a4224d