Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(32)

Unified Diff: chrome/renderer/debug_message_handler.h

Issue 8735: Changed the call to attach the debugger to V8 to run in the renderer thread. ... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 12 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/renderer/debug_message_handler.cc » ('j') | chrome/renderer/debug_message_handler.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/debug_message_handler.h
===================================================================
--- chrome/renderer/debug_message_handler.h (revision 4124)
+++ chrome/renderer/debug_message_handler.h (working copy)
@@ -21,9 +21,12 @@
virtual ~DebugMessageHandler();
private:
- // evaluate javascript URL in the renderer
+ // Evaluate javascript URL in the renderer
Erik does not do reviews 2008/11/05 17:00:13 add a period while you're at it
void EvaluateScriptUrl(const std::wstring& url);
+ // Attach in the renderer
Erik does not do reviews 2008/11/05 17:00:13 same here. Also, rephrase to include the thread i
+ void Attach();
+
// Debugger::Delegate callback method to handle debugger output.
void DebuggerOutput(const std::wstring& out);
« no previous file with comments | « no previous file | chrome/renderer/debug_message_handler.cc » ('j') | chrome/renderer/debug_message_handler.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698