Skip to content
  • kmccullo's avatar
    Reviewed by Adam. · 879b0435
    kmccullo authored
            - This patch does two main things.
            1) It adds pragma warning guards around WebCore includes in WebKit files
            that were previously overlooked.
            2) It implements almost the entireity of WebScriptDebugger.  Only one
            function remains and that implementation is dependent on finishing the
            implementation of WebScriptScope.
    
            * WebScriptCallFrame.h:
            * WebScriptDebugServer.h:
            * WebScriptDebugger.cpp:
            (WebScriptDebugger::WebScriptDebugger):
            (WebScriptDebugger::sourceParsed):
            (WebScriptDebugger::callEvent):
            (WebScriptDebugger::atStatement):
            (WebScriptDebugger::returnEvent):
            (WebScriptDebugger::exception):
            (WebScriptDebugger::enterFrame):
            (WebScriptDebugger::leaveFrame):
            * WebScriptDebugger.h:
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@27640 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    879b0435