Skip to content
  • commit-queue@webkit.org's avatar
    Web Inspector: Remove unimplemented or static ScriptDebugServer features · 6b3fa793
    commit-queue@webkit.org authored
    https://bugs.webkit.org/show_bug.cgi?id=126784
    
    Patch by Joseph Pecoraro <pecoraro@apple.com> on 2014-01-10
    Reviewed by Timothy Hatcher.
    
    Source/JavaScriptCore:
    
    * inspector/protocol/Debugger.json:
    
    Source/WebCore:
    
    These features are unimplemented in the backend, and unused by the
    current frontend. Most deal with features that were supported by v8
    and are as yet unimplemented by JSC. If we decide to add such features
    we can reimplement without conforming to an old implementation.
    
    * bindings/js/ScriptDebugServer.cpp:
    * bindings/js/ScriptDebugServer.h:
    * bindings/js/ScriptProfiler.h:
    * inspector/InspectorDebuggerAgent.cpp:
    (WebCore::InspectorDebuggerAgent::disable):
    * inspector/InspectorDebuggerAgent.h:
    * inspector/InspectorPageAgent.cpp:
    (WebCore::InspectorPageAgent::reload):
    (WebCore::InspectorPageAgent::frameNavigated):
    * inspector/InspectorPageAgent.h:
    * inspector/InspectorProfilerAgent.cpp:
    * inspector/InspectorProfilerAgent.h:
    * inspector/PageDebuggerAgent.cpp:
    (WebCore::PageDebuggerAgent::didClearMainFrameWindowObject):
    * inspector/protocol/Page.json:
    * inspector/protocol/Profiler.json:
    
    Source/WebInspectorUI:
    
    * UserInterface/InspectorJSBackendCommands.js:
    * UserInterface/InspectorWebBackendCommands.js:
    * UserInterface/Legacy/6.0/InspectorWebBackendCommands.js:
    * UserInterface/Legacy/7.0/InspectorWebBackendCommands.js:
    * Versions/Inspector-iOS-6.0.json:
    * Versions/Inspector-iOS-7.0.json:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@161691 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    6b3fa793