X-Git-Url: https://git.webkit.org/?p=WebKit-https.git;a=blobdiff_plain;f=WebKitTools%2FChangeLog;h=074121db0d5f0266f7eaea29eef060d781777a46;hp=ed2858b6f32f92ca08cbbd831e21cb2e50504001;hb=2bdfa5bc502f5506ff22ccdead82f923823e5a66;hpb=c1eac7a3c1f406514004b6e17d4680830dc2a66e;ds=sidebyside diff --git a/WebKitTools/ChangeLog b/WebKitTools/ChangeLog index ed2858b6f32f..074121db0d5f 100644 --- a/WebKitTools/ChangeLog +++ b/WebKitTools/ChangeLog @@ -1,3 +1,23 @@ +2007-10-26 Kevin McCullough + + Reviewed by Adam. + + - Implemented the WebScriptDebugListener functions now that the + WebScriptDebugServer exists + + * Drosera/win/ServerConnection.cpp: Implemented WebScriptDebugListener + functions. + (ServerConnection::currentFrame): + (ServerConnection::didLoadMainResourceForDataSource): + (ServerConnection::didParseSource): + (ServerConnection::failedToParseSource): + (ServerConnection::didEnterCallFrame): + (ServerConnection::willExecuteStatement): + (ServerConnection::willLeaveCallFrame): + (ServerConnection::exceptionWasRaised): + * Drosera/win/ServerConnection.h: Removed unused arguments from the + members arguments list. + 2007-10-26 David Kilzer prepare-ChangeLog and update-webkit create needless ChangeLog conflicts