Skip to content
  • yurys@chromium.org's avatar
    Web Inspector: CodeGeneratorInspector.py: switch domain agents to formal... · c22f745a
    yurys@chromium.org authored
    Web Inspector: CodeGeneratorInspector.py: switch domain agents to formal interfaces in BackendDispatcher
    https://bugs.webkit.org/show_bug.cgi?id=77444
    
    Patch by Peter Rybin <peter.rybin@gmail.com> on 2012-02-05
    Reviewed by Yury Semikhatsky.
    
    All agent code is switched to formal interfaces. Actual agent class
    names and includes are dropped from InspectorBackendDispatcher.h.
    
    * inspector/CodeGeneratorInspector.py:
    (DomainNameFixes.get_fixed_data):
    (Generator.go):
    * inspector/InspectorAgent.h:
    * inspector/InspectorApplicationCacheAgent.h:
    * inspector/InspectorCSSAgent.cpp:
    (WebCore::InspectorCSSAgent::getMatchedStylesForNode):
    * inspector/InspectorCSSAgent.h:
    (InspectorCSSAgent):
    * inspector/InspectorConsoleAgent.h:
    * inspector/InspectorDOMAgent.cpp:
    (WebCore::InspectorDOMAgent::highlightNode):
    * inspector/InspectorDOMAgent.h:
    (InspectorDOMAgent):
    * inspector/InspectorDOMDebuggerAgent.h:
    * inspector/InspectorDOMStorageAgent.h:
    * inspector/InspectorDatabaseAgent.h:
    * inspector/InspectorDebuggerAgent.cpp:
    (WebCore::InspectorDebuggerAgent::setBreakpoint):
    (WebCore::InspectorDebuggerAgent::continueToLocation):
    * inspector/InspectorDebuggerAgent.h:
    (InspectorDebuggerAgent):
    * inspector/InspectorFileSystemAgent.h:
    * inspector/InspectorIndexedDBAgent.h:
    * inspector/InspectorMemoryAgent.h:
    * inspector/InspectorPageAgent.h:
    * inspector/InspectorProfilerAgent.cpp:
    (WebCore::InspectorProfilerAgent::getProfile):
    (WebCore::InspectorProfilerAgent::removeProfile):
    * inspector/InspectorProfilerAgent.h:
    (InspectorProfilerAgent):
    * inspector/InspectorResourceAgent.cpp:
    (WebCore::InspectorResourceAgent::setExtraHTTPHeaders):
    * inspector/InspectorResourceAgent.h:
    (InspectorResourceAgent):
    * inspector/InspectorRuntimeAgent.h:
    * inspector/InspectorTimelineAgent.cpp:
    (WebCore::InspectorTimelineAgent::start):
    * inspector/InspectorTimelineAgent.h:
    (InspectorTimelineAgent):
    * inspector/InspectorWorkerAgent.cpp:
    (WebCore::InspectorWorkerAgent::sendMessageToWorker):
    * inspector/InspectorWorkerAgent.h:
    (InspectorWorkerAgent):
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@106777 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    c22f745a