Ignore:
Timestamp:
Nov 28, 2017, 11:26:41 PM (8 years ago)
Author:
[email protected]
Message:

Web Inspector: Cleanup Inspector classes be more consistent about using fast malloc / noncopyable
https://bugs.webkit.org/show_bug.cgi?id=180119

Patch by Joseph Pecoraro <Joseph Pecoraro> on 2017-11-28
Reviewed by Devin Rousso.

Source/JavaScriptCore:

  • inspector/InjectedScriptManager.h:
  • inspector/JSGlobalObjectScriptDebugServer.h:
  • inspector/agents/InspectorHeapAgent.h:
  • inspector/agents/InspectorRuntimeAgent.h:
  • inspector/agents/InspectorScriptProfilerAgent.h:
  • inspector/agents/JSGlobalObjectRuntimeAgent.h:

Source/WebCore:

  • inspector/InspectorCanvas.cpp:
  • inspector/InspectorDatabaseResource.cpp:
  • inspector/InspectorFrontendClientLocal.cpp:
  • inspector/InspectorFrontendClientLocal.h:
  • inspector/InspectorFrontendHost.cpp:
  • inspector/InspectorHistory.h:
  • inspector/InspectorInstrumentation.cpp:
  • inspector/InspectorOverlay.cpp:
  • inspector/InspectorShaderProgram.cpp:
  • inspector/InspectorStyleSheet.cpp:
  • inspector/InstrumentingAgents.cpp:
  • inspector/PageScriptDebugServer.h:
  • inspector/TimelineRecordFactory.cpp:
  • inspector/WebInjectedScriptManager.cpp:
  • inspector/WebInjectedScriptManager.h:
  • inspector/WorkerScriptDebugServer.cpp:
  • inspector/WorkerScriptDebugServer.h:
  • inspector/agents/*

Be more consistent about namespace / fast malloc / noncopyable.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r225244 r225263  
     12017-11-28  Joseph Pecoraro  <[email protected]>
     2
     3        Web Inspector: Cleanup Inspector classes be more consistent about using fast malloc / noncopyable
     4        https://bugs.webkit.org/show_bug.cgi?id=180119
     5
     6        Reviewed by Devin Rousso.
     7
     8        * inspector/InjectedScriptManager.h:
     9        * inspector/JSGlobalObjectScriptDebugServer.h:
     10        * inspector/agents/InspectorHeapAgent.h:
     11        * inspector/agents/InspectorRuntimeAgent.h:
     12        * inspector/agents/InspectorScriptProfilerAgent.h:
     13        * inspector/agents/JSGlobalObjectRuntimeAgent.h:
     14
    1152017-11-28  Joseph Pecoraro  <[email protected]>
    216
Note: See TracChangeset for help on using the changeset viewer.