Skip to content
  • podivilov@chromium.org's avatar
    2011-01-19 Pavel Podivilov <podivilov@chromium.org> · 0c47cc7c
    podivilov@chromium.org authored
            Reviewed by Yury Semikhatsky.
    
            Web Inspector: [JSC] scripts have incorrect starting line (always 1).
            https://bugs.webkit.org/show_bug.cgi?id=52721
    
            * inspector/debugger-scripts-expected.txt: Added.
            * inspector/debugger-scripts.html: Added.
    2011-01-19  Pavel Podivilov  <podivilov@chromium.org>
    
            Reviewed by Yury Semikhatsky.
    
            Web Inspector: [JSC] scripts have incorrect starting line (always 1).
            https://bugs.webkit.org/show_bug.cgi?id=52721
    
            * debugger/Debugger.cpp:
            (JSC::Debugger::recompileAllJSFunctions):
            * debugger/Debugger.h:
            * parser/Parser.h:
            (JSC::Parser::parse):
            * parser/SourceCode.h:
            (JSC::SourceCode::SourceCode):
            * parser/SourceProvider.h:
            (JSC::SourceProvider::startPosition):
    2011-01-19  Pavel Podivilov  <podivilov@chromium.org>
    
            Reviewed by Yury Semikhatsky.
    
            Web Inspector: [JSC] scripts have incorrect starting line (always 1).
            https://bugs.webkit.org/show_bug.cgi?id=52721
    
            Test: inspector/debugger-scripts.html
    
            * bindings/js/ScriptDebugServer.cpp:
            (WebCore::ScriptDebugServer::dispatchDidParseSource):
            (WebCore::ScriptDebugServer::dispatchFailedToParseSource):
            (WebCore::ScriptDebugServer::sourceParsed):
            * bindings/js/ScriptDebugServer.h:
            * bindings/js/ScriptSourceCode.h:
            (WebCore::ScriptSourceCode::ScriptSourceCode):
            * bindings/js/StringSourceProvider.h:
            (WebCore::StringSourceProvider::create):
            (WebCore::StringSourceProvider::startPosition):
            (WebCore::StringSourceProvider::StringSourceProvider):
    2011-01-19  Pavel Podivilov  <podivilov@chromium.org>
    
            Reviewed by Yury Semikhatsky.
    
            Web Inspector: [JSC] scripts have incorrect starting line (always 1).
            https://bugs.webkit.org/show_bug.cgi?id=52721
    
            * WebView/WebScriptDebugger.h:
            * WebView/WebScriptDebugger.mm:
            (toNSString):
            (WebScriptDebugger::sourceParsed):
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@76129 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    0c47cc7c