Skip to content
  • darin's avatar
    WebCore: · d9650806
    darin authored
            * kwq/KWQInputDialog.mm: (QInputDialog::getText): Call the view factory to do the
    	heavy lifting.
    
            * kwq/WebCoreViewFactory.h: Add runJavaScriptTextInputPanelWithPrompt:defaultText:returningText:.
    	Use a protocol for the subclass responsibility.
            * kwq/WebCoreViewFactory.m: Remove stub methods not needed because of the subclass responsibility
    	technique we are using.
    
            * kwq/qt/qstylesheet.h: Made this inline, since it does nothing.
            * kwq/KWQStyleSheet.mm: Removed.
            * WebCore.pbproj/project.pbxproj: Removed KWQStyleSheet.mm.
    
    WebKit:
    
            * WebCoreSupport.subproj/WebViewFactory.h: Changed to use new protocol scheme so we
    	get an error if we forget to implement something.
            * WebCoreSupport.subproj/WebViewFactory.m:
            (-[WebViewFactory runJavaScriptTextInputPanelWithPrompt:defaultText:returningText:]): Stub.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@2405 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    d9650806