Skip to content
  • loislo@chromium.org's avatar
    2010-12-13 Ilya Tikhonovsky <loislo@chromium.org> · 2c950cf3
    loislo@chromium.org authored
            Reviewed by Yury Semikhatsky.
    
            Web Inspector: Protocol cleanup task. Assign domain attribute to Resources and Debugger specific functions.
    
            Debugger and Resources related notification functions of Inspector.idl were
            marked as such with help of "domain" attribute. The other changes in js files
            are reflecting this change. Some wrappers in WebInspector namespace were dropped,
            the others were moved to DebuggerModel class.
    
            https://bugs.webkit.org/show_bug.cgi?id=50906
    
            * inspector/Inspector.idl:
            * inspector/InspectorDebuggerAgent.cpp:
            (WebCore::InspectorDebuggerAgent::didParseSource):
            * inspector/InspectorProfilerAgent.cpp:
            (WebCore::InspectorProfilerAgent::resetState):
            * inspector/front-end/DOMAgent.js:
            (WebInspector.DOMAgent.prototype.didCommitLoad):
            * inspector/front-end/Database.js:
            * inspector/front-end/DebuggerModel.js:
            (WebInspector.DebuggerModel):
            (WebInspector.DebuggerModel.prototype.pausedScript):
            (WebInspector.DebuggerModel.prototype.resumedScript):
            (WebInspector.DebuggerModel.prototype.attachDebuggerWhenShown):
            (WebInspector.DebuggerModel.prototype.debuggerWasEnabled):
            (WebInspector.DebuggerModel.prototype.debuggerWasDisabled):
            (WebInspector.DebuggerModel.prototype.parsedScriptSource):
            (WebInspector.DebuggerModel.prototype.failedToParseScriptSource):
            (WebInspector.DebuggerModel.prototype.didCreateWorker):
            (WebInspector.DebuggerModel.prototype.didDestroyWorker):
            * inspector/front-end/ProfilesPanel.js:
            (WebInspector.ProfilesPanel):
            (WebInspector.ProfilesPanel.prototype.updateMainViewWidth):
            (WebInspector.ProfilesPanel.prototype.setRecordingProfile):
            * inspector/front-end/ResourceManager.js:
            (WebInspector.ResourceManager):
            (WebInspector.ResourceManager.prototype._unbindResourceURL):
            (WebInspector.ResourceManager.prototype.updateDOMStorage):
            (WebInspector.ResourceManager.prototype.updateApplicationCacheStatus):
            (WebInspector.ResourceManager.prototype.didGetFileSystemPath):
            (WebInspector.ResourceManager.prototype.didGetFileSystemError):
            (WebInspector.ResourceManager.prototype.didGetFileSystemDisabled):
            (WebInspector.ResourceManager.prototype.updateNetworkState):
            (WebInspector.ResourceManager.prototype.addDOMStorage):
            (WebInspector.ResourceManager.prototype.selectDOMStorage):
            (WebInspector.ResourceManager.prototype.addDatabase):
            (WebInspector.ResourceManager.prototype.selectDatabase):
            (WebInspector.ResourceManager.prototype.sqlTransactionSucceeded):
            (WebInspector.ResourceManager.prototype.sqlTransactionFailed):
            * inspector/front-end/WorkersSidebarPane.js:
            (WebInspector.Worker):
            * inspector/front-end/inspector.js:
    
    2010-12-13  Ilya Tikhonovsky  <loislo@chromium.org>
    
            Reviewed by Yury Semikhatsky.
    
            Web Inspector: Protocol cleanup task. Assign domain attribute to Resources and Debugger specific functions.
    
            Debugger and Resources related notification functions of Inspector.idl were
            marked as such with help of "domain" attribute. The other changes in js files
            are reflecting this change. Some wrappers in WebInspector namespace were dropped,
            the others were moved to DebuggerModel class.
    
            https://bugs.webkit.org/show_bug.cgi?id=50906
    
            * src/js/Tests.js:
            (.TestSuite.prototype._waitForScriptPause):
            (.TestSuite.prototype._waitUntilScriptsAreParsed.waitForAllScripts):
            (.TestSuite.prototype._waitUntilScriptsAreParsed):
    
    2010-12-13  Ilya Tikhonovsky  <loislo@chromium.org>
    
            Reviewed by Yury Semikhatsky.
    
            Web Inspector: Protocol cleanup task. Assign domain attribute to Resources and Debugger specific functions.
    
            Debugger and Resources related notification functions of Inspector.idl were
            marked as such with help of "domain" attribute. The other changes in js files
            are reflecting this change. Some wrappers in WebInspector namespace were dropped,
            the others were moved to DebuggerModel class.
    
            https://bugs.webkit.org/show_bug.cgi?id=50906
    
            * http/tests/inspector/debugger-test2.js:
            (initialize_DebuggerTest.InspectorTest.startDebuggerTest.startTest):
            (initialize_DebuggerTest.InspectorTest.startDebuggerTest):
            (initialize_DebuggerTest.InspectorTest.completeDebuggerTest.disableDebugger):
            (initialize_DebuggerTest.InspectorTest.showScriptSource):
    
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@73916 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    2c950cf3