Skip to content
  • commit-queue@webkit.org's avatar
    Web Inspector: Split Profiler domain in protocol into Profiler and HeapProfiler · 616b3d6a
    commit-queue@webkit.org authored
    https://bugs.webkit.org/show_bug.cgi?id=108653
    
    Patch by Alexei Filippov <alph@chromium.org> on 2013-02-11
    Reviewed by Yury Semikhatsky.
    
    Currently CPU and heap profilers share the same domain 'Profiler' in the protocol.
    In fact these two profile types have not too much in common. So put each into its own domain.
    It should also help when Profiles panel gets split into several tools.
    This is the phase 1 which adds InspectorHeapProfilerAgent but doesn't
    change the original InspectorProfilerAgent.
    
    PerformanceTests:
    
    * inspector/heap-snapshot-performance-test.js:
    (test.performanceTest.cleanup):
    
    Source/WebCore:
    
    * CMakeLists.txt:
    * GNUmakefile.list.am:
    * Target.pri:
    * WebCore.gypi:
    * WebCore.vcproj/WebCore.vcproj:
    * WebCore.vcxproj/WebCore.vcxproj:
    * WebCore.vcxproj/WebCore.vcxproj.filters:
    * WebCore.xcodeproj/project.pbxproj:
    * inspector/Inspector.json:
    * inspector/InspectorAllInOne.cpp:
    * inspector/InspectorController.cpp:
    (WebC...
    616b3d6a