RESOLVED FIXED18625
SQUIRRELFISH: squirrelfish needs to support JS debugging
https://bugs.webkit.org/show_bug.cgi?id=18625
Summary SQUIRRELFISH: squirrelfish needs to support JS debugging
Maciej Stachowiak
Reported 2008-04-19 14:36:07 PDT
SquirrelFish currently does not support the debug interfaces that are present in trunk. We will need to fix JS debugging to be able to merge to trunk
Attachments
patch (58.36 KB, patch)
2008-05-17 01:50 PDT, Geoffrey Garen
oliver: review+
missing files from original patch (6.43 KB, patch)
2008-05-18 00:41 PDT, Geoffrey Garen
oliver: review+
Geoffrey Garen
Comment 1 2008-05-06 18:44:58 PDT
I'll take this one.
Geoffrey Garen
Comment 2 2008-05-17 01:50:36 PDT
Created attachment 21213 [details] patch you love it
Oliver Hunt
Comment 3 2008-05-17 03:49:00 PDT
Comment on attachment 21213 [details] patch You need to do this on windows as well :D
Geoffrey Garen
Comment 4 2008-05-17 11:47:38 PDT
Nah, the windows code is gone from TOT. We can just rip it out.
Geoffrey Garen
Comment 5 2008-05-17 11:58:49 PDT
Committed revision 33553.
Oliver Hunt
Comment 6 2008-05-17 20:01:53 PDT
Patch is incomplete, in bugzilla so can't fix build :-( Reverted in r33560
Oliver Hunt
Comment 7 2008-05-17 20:04:02 PDT
Comment on attachment 21213 [details] patch This patch is "good" but the missing files need to be reviewed before they can be landed. I'm leaving r+ because this portion of the patch is fine. Oh, except the changelog should include the bug# and url :D
Geoffrey Garen
Comment 8 2008-05-18 00:41:26 PDT
Created attachment 21219 [details] missing files from original patch
Oliver Hunt
Comment 9 2008-05-18 00:44:23 PDT
Comment on attachment 21219 [details] missing files from original patch Woo!!! Why aren't you on irc? :p
Oliver Hunt
Comment 10 2008-05-18 01:50:05 PDT
Committing to http://svn.webkit.org/repository/webkit/branches/squirrelfish ... C WebKit/mac/WebView/WebScriptDebugger.h => JavaScriptCore/kjs/DebuggerCallFrame.h M JavaScriptCore/ChangeLog M JavaScriptCore/JavaScriptCore.exp M JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj M JavaScriptCore/VM/CodeGenerator.cpp M JavaScriptCore/VM/CodeGenerator.h M JavaScriptCore/VM/Machine.cpp M JavaScriptCore/VM/Machine.h A JavaScriptCore/kjs/DebuggerCallFrame.cpp M JavaScriptCore/kjs/ExecState.h M JavaScriptCore/kjs/debugger.cpp M JavaScriptCore/kjs/debugger.h M JavaScriptCore/kjs/function.cpp M JavaScriptCore/kjs/nodes.cpp M WebCore/ChangeLog A WebCore/ForwardingHeaders/kjs/DebuggerCallFrame.h M WebCore/page/InspectorController.cpp M WebCore/page/InspectorController.h M WebCore/page/JavaScriptDebugListener.h M WebCore/page/JavaScriptDebugServer.cpp M WebCore/page/JavaScriptDebugServer.h M WebKit/mac/ChangeLog A WebKit/mac/ForwardingHeaders/kjs/DebuggerCallFrame.h M WebKit/mac/WebView/WebScriptDebugDelegate.mm M WebKit/mac/WebView/WebScriptDebugger.h M WebKit/mac/WebView/WebScriptDebugger.mm Committed r33563
Note You need to log in before you can comment on or make changes to this bug.