Skip to content
  • commit-queue@webkit.org's avatar
    Web Inspector: InspectorFrontendHost is undefined · 79bf00d5
    commit-queue@webkit.org authored
    https://bugs.webkit.org/show_bug.cgi?id=118715
    
    Patch by Seokju Kwon <seokju.kwon@gmail.com> on 2013-07-16
    Reviewed by Timothy Hatcher.
    
    Add InspectorFrontendHostStub.js to New Inspector because of the InspectorFrontendHost initialization.
    
    * UserInterface/InspectorFrontendHostStub.js: Added.
    (.WebInspector.InspectorFrontendHostStub):
    (.WebInspector.InspectorFrontendHostStub.prototype.platform):
    (.WebInspector.InspectorFrontendHostStub.prototype.port):
    (.WebInspector.InspectorFrontendHostStub.prototype.bringToFront):
    (.WebInspector.InspectorFrontendHostStub.prototype.closeWindow):
    (.WebInspector.InspectorFrontendHostStub.prototype.requestSetDockSide):
    (.WebInspector.InspectorFrontendHostStub.prototype.setAttachedWindowHeight):
    (.WebInspector.InspectorFrontendHostStub.prototype.setAttachedWindowWidth):
    (.WebInspector.InspectorFrontendHostStub.prototype.setToolbarHeight):
    (.WebInspector.InspectorFrontendHostStub.prototype.moveWindowBy):
    (.WebInspector.InspectorFrontendHostStub.prototype.loaded):
    (.WebInspector.InspectorFrontendHostStub.prototype.localizedStringsURL):
    (.WebInspector.InspectorFrontendHostStub.prototype.inspectedURLChanged):
    (.WebInspector.InspectorFrontendHostStub.prototype.copyText):
    (.WebInspector.InspectorFrontendHostStub.prototype.openInNewTab):
    (.WebInspector.InspectorFrontendHostStub.prototype.canSave):
    (.WebInspector.InspectorFrontendHostStub.prototype.save):
    (.WebInspector.InspectorFrontendHostStub.prototype.append):
    (.WebInspector.InspectorFrontendHostStub.prototype.close.cleanup):
    (.WebInspector.InspectorFrontendHostStub.prototype.close):
    (.WebInspector.InspectorFrontendHostStub.prototype.sendMessageToBackend):
    (.WebInspector.InspectorFrontendHostStub.prototype.loadResourceSynchronously):
    * UserInterface/Main.html:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@152749 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    79bf00d5