Skip to content
  • vsevik@chromium.org's avatar
    Web Inspector: WebInspector.TextViewer should be renamed WebInspector.TextEditor · c725dd42
    vsevik@chromium.org authored
    https://bugs.webkit.org/show_bug.cgi?id=89939
    
    Patch by Jan Keromnes <janx@linux.com> on 2012-07-03
    Reviewed by Vsevolod Vlasov.
    
    PerformanceTests:
    
    * inspector/first-open-scripts.html.broken:
    
    Source/WebCore:
    
    Fixed LayoutTests and PerformanceTests accordingly.
    
    * WebCore.gypi:
    * WebCore.vcproj/WebCore.vcproj:
    * inspector/compile-front-end.py:
    * inspector/front-end/AdvancedSearchController.js:
    (WebInspector.SearchView):
    * inspector/front-end/JavaScriptSourceFrame.js:
    (WebInspector.JavaScriptSourceFrame):
    (WebInspector.JavaScriptSourceFrame.prototype._onHidePopover):
    (WebInspector.JavaScriptSourceFrame.prototype._addBreakpointDecoration):
    (WebInspector.JavaScriptSourceFrame.prototype._removeBreakpointDecoration):
    (WebInspector.JavaScriptSourceFrame.prototype._editBreakpointCondition.finishEditing):
    (WebInspector.JavaScriptSourceFrame.prototype._editBreakpointCondition):
    (WebInspector.JavaScriptSourceFrame.prototype.setExecutionLine):
    (WebInspector.JavaScriptSourceFrame.prototype.clearExecutionLine):
    (WebInspector.JavaScriptSourceFrame.prototype.onTextEditorContentLoaded):
    (WebInspector.JavaScriptSourceFrame.prototype.toggleBreakpointOnCurrentLine):
    * inspector/front-end/SourceFrame.js:
    (WebInspector.SourceFrame):
    (WebInspector.SourceFrame.prototype.wasShown):
    (WebInspector.SourceFrame.prototype.willHide):
    (WebInspector.SourceFrame.prototype.defaultFocusedElement):
    (WebInspector.SourceFrame.prototype.get textEditor):
    (WebInspector.SourceFrame.prototype.clearMessages):
    (WebInspector.SourceFrame.prototype.highlightLine):
    (WebInspector.SourceFrame.prototype._clearLineHighlight):
    (WebInspector.SourceFrame.prototype.revealLine):
    (WebInspector.SourceFrame.prototype.setSelection):
    (WebInspector.SourceFrame.prototype.setContent):
    (WebInspector.SourceFrame.prototype.onTextEditorContentLoaded):
    (WebInspector.SourceFrame.prototype._setTextEditorDecorations):
    (WebInspector.SourceFrame.prototype.searchCanceled):
    (WebInspector.SourceFrame.prototype.jumpToSearchResult):
    (WebInspector.SourceFrame.prototype.addMessageToSource):
    (WebInspector.SourceFrame.prototype.removeMessageFromSource):
    (WebInspector.SourceFrame.prototype.inheritScrollPositions):
    (WebInspector.TextEditorDelegateForSourceFrame):
    * inspector/front-end/TextViewer.js: Removed.
    * inspector/front-end/WebKit.qrc:
    * inspector/front-end/inspector.html:
    * inspector/front-end/textViewer.css: Removed.
    
    Source/WebKit/blackberry:
    
    * WebCoreSupport/inspectorBB.html:
    
    LayoutTests:
    
    * http/tests/inspector/debugger-test.js:
    (initialize_DebuggerTest):
    * http/tests/inspector/live-edit-test.js:
    (initialize_LiveEditTest.InspectorTest.replaceInSource):
    (initialize_LiveEditTest):
    * http/tests/inspector/resources-test.js:
    (initialize_ResourceTest.InspectorTest.showResource.showResourceCallback):
    (initialize_ResourceTest.InspectorTest.showResource):
    * inspector/debugger/pause-in-inline-script.html:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@121746 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    c725dd42