Skip to content
  • aandrey@chromium.org's avatar
    Web Inspector: [Canvas] REGRESSION: stack traces in the replay log are gone · af9d57b5
    aandrey@chromium.org authored
    https://bugs.webkit.org/show_bug.cgi?id=107805
    
    Reviewed by Pavel Feldman.
    
    Source/WebCore:
    
    The V8's Error.prepareStackTrace is now called from the Error.captureStackTrace
    function instead of the "stack" getter function.
    
    Test: inspector/profiler/canvas2d/canvas-stack-trace.html
    
    * inspector/InjectedScriptCanvasModuleSource.js:
    (.):
    
    LayoutTests:
    
    A simple test to dump a canvas 2D trace log with function call stack traces.
    
    * inspector/profiler/canvas-profiler-test.js:
    (initialize_CanvasWebGLProfilerTest.):
    (initialize_CanvasWebGLProfilerTest.InspectorTest.dumpTraceLog):
    * inspector/profiler/canvas2d/canvas-stack-trace-expected.txt: Added.
    * inspector/profiler/canvas2d/canvas-stack-trace.html: Added.
    * platform/efl/TestExpectations:
    * platform/gtk/TestExpectations:
    * platform/mac/TestExpectations:
    * platform/qt/TestExpectations:
    * platform/win/TestExpectations:
    * platform/wincairo/TestExpectations:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@140679 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    af9d57b5