Skip to content
  • pfeldman@chromium.org's avatar
    2011-04-06 Pavel Feldman <pfeldman@google.com> · 7e937074
    pfeldman@chromium.org authored
            Reviewed by Yury Semikhatsky.
    
            Web Inspector: get rid of Breakpoint.js.
            https://bugs.webkit.org/show_bug.cgi?id=57949
    
            * WebCore.gypi:
            * WebCore.vcproj/WebCore.vcproj:
            * inspector/front-end/Breakpoint.js: Removed.
            * inspector/front-end/BreakpointsSidebarPane.js:
            (WebInspector.JavaScriptBreakpointsSidebarPane.prototype.addBreakpoint):
            (WebInspector.JavaScriptBreakpointsSidebarPane.prototype.updateBreakpoint.didLoadSnippet):
            (WebInspector.JavaScriptBreakpointsSidebarPane.prototype.updateBreakpoint):
            (WebInspector.JavaScriptBreakpointsSidebarPane.prototype._compareBreakpoints):
            * inspector/front-end/DebuggerModel.js:
            (WebInspector.DebuggerModel):
            (WebInspector.DebuggerModel.prototype._debuggerWasDisabled):
            (WebInspector.DebuggerModel.prototype.setBreakpoint.didSetBreakpoint):
            (WebInspector.DebuggerModel.prototype.setBreakpoint):
            (WebInspector.DebuggerModel.prototype.setBreakpointBySourceId):
            (WebInspector.DebuggerModel.prototype.removeBreakpoint):
            (WebInspector.DebuggerModel.prototype._breakpointResolved):
            (WebInspector.DebuggerModel.prototype.reset):
            * inspector/front-end/DebuggerPresentationModel.js:
            (WebInspector.DebuggerPresentationModel):
            (WebInspector.DebuggerPresentationModel.prototype._refreshBreakpoints):
            (WebInspector.DebuggerPresentationModel.prototype._updateBreakpointsAfterLiveEdit):
            (WebInspector.DebuggerPresentationModel.prototype.toggleFormatSourceFiles):
            (WebInspector.DebuggerPresentationModel.prototype.setBreakpoint.didSetBreakpoint):
            (WebInspector.DebuggerPresentationModel.prototype.setBreakpoint):
            (WebInspector.DebuggerPresentationModel.prototype.setBreakpointEnabled):
            (WebInspector.DebuggerPresentationModel.prototype.updateBreakpoint):
            (WebInspector.DebuggerPresentationModel.prototype.removeBreakpoint):
            (WebInspector.DebuggerPresentationModel.prototype._breakpointAdded.didRequestSourceMapping):
            (WebInspector.DebuggerPresentationModel.prototype._breakpointAdded):
            (WebInspector.DebuggerPresentationModel.prototype._breakpointRemoved):
            (WebInspector.DebuggerPresentationModel.prototype._breakpointResolved):
            (WebInspector.DebuggerPresentationModel.prototype._restoreBreakpoints):
            (WebInspector.DebuggerPresentationModel.prototype._restoreBreakpoint):
            (WebInspector.DebuggerPresentationModel.prototype._saveBreakpoints):
            (WebInspector.DebuggerPresentationModel.prototype._reset):
            (WebInspector.PresentationBreakpoint):
            (WebInspector.PresentationBreakpoint.prototype.get sourceFile):
            (WebInspector.PresentationBreakpoint.prototype.get url):
            (WebInspector.PresentationBreakpoint.prototype.get resolved):
            (WebInspector.PresentationBreakpoint.prototype.loadSnippet):
            * inspector/front-end/ResourceTreeModel.js:
            (WebInspector.ResourceTreeModel):
            (WebInspector.ResourceTreeModel.prototype._onResourceStarted):
            (WebInspector.ResourceTreeModel.prototype._addResourceToFrame):
            * inspector/front-end/ScriptsPanel.js:
            (WebInspector.ScriptsPanel):
            (WebInspector.ScriptsPanel.prototype._breakpointUpdated):
            (WebInspector.ScriptsPanel.prototype.reset):
            * inspector/front-end/WebKit.qrc:
            * inspector/front-end/inspector.html:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@83176 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    7e937074