Skip to content
  • podivilov@chromium.org's avatar
    Web Inspector: rename ClosureCompilerSourceMapping to SourceMapParser and move... · 08655342
    podivilov@chromium.org authored
    Web Inspector: rename ClosureCompilerSourceMapping to SourceMapParser and move it to CompilerScriptMapping.js.
    https://bugs.webkit.org/show_bug.cgi?id=81780
    
    Reviewed by Pavel Feldman.
    
    Source/WebCore:
    
    * WebCore.gypi:
    * WebCore.vcproj/WebCore.vcproj:
    * inspector/compile-front-end.py:
    * inspector/front-end/CompilerScriptMapping.js:
    (WebInspector.CompilerScriptMapping.prototype.loadSourceMapForScript):
    (WebInspector.SourceMapParserPayload):
    (WebInspector.SourceMapParser):
    (WebInspector.SourceMapParser.prototype.load):
    (WebInspector.SourceMapParser.prototype.compiledLocationToSourceLocation):
    (WebInspector.SourceMapParser.prototype.sourceLocationToCompiledLocation):
    (WebInspector.SourceMapParser.prototype.sources):
    (WebInspector.SourceMapParser.prototype.loadSourceCode):
    (WebInspector.SourceMapParser.prototype._findMapping):
    (WebInspector.SourceMapParser.prototype._parseMappingPayload):
    (WebInspector.SourceMapParser.prototype._parseSections):
    (WebInspector.SourceMapParser.prototype._parseMap):
    (WebInspector.SourceMapParser.prototype._isSeparator):
    (WebInspector.SourceMapParser.prototype._decodeVLQ):
    (WebInspector.SourceMapParser.prototype._canonicalizeURL):
    (WebInspector.SourceMapParser.StringCharIterator):
    (WebInspector.SourceMapParser.StringCharIterator.prototype.next):
    (WebInspector.SourceMapParser.StringCharIterator.prototype.peek):
    (WebInspector.SourceMapParser.StringCharIterator.prototype.hasNext):
    * inspector/front-end/CompilerSourceMapping.js: Removed.
    * inspector/front-end/WebKit.qrc:
    * inspector/front-end/inspector.html:
    
    LayoutTests:
    
    * http/tests/inspector/compiler-script-mapping-expected.txt: Added.
    * http/tests/inspector/compiler-script-mapping.html: Renamed from LayoutTests/http/tests/inspector/compiler-source-mapping.html.
    * http/tests/inspector/compiler-source-mapping-expected.txt: Removed.
    * inspector/debugger/compiler-source-mapping-expected.txt: Removed.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@111655 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    08655342