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

Unified Diff: Source/core/inspector/InspectorInstrumentation.idl

Issue 466753002: DevTools: Do not push to frontend messages from worker while it is alive (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Address vsevik's comments Created 6 years, 4 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
Index: Source/core/inspector/InspectorInstrumentation.idl
diff --git a/Source/core/inspector/InspectorInstrumentation.idl b/Source/core/inspector/InspectorInstrumentation.idl
index 85066c88951b8a7ea5282e592e5ddf4198729531..86b8a7c366de4f3099758b8c62e3c1c982b454e7 100644
--- a/Source/core/inspector/InspectorInstrumentation.idl
+++ b/Source/core/inspector/InspectorInstrumentation.idl
@@ -510,6 +510,10 @@ class ConsoleMessage;
[Profiler, Inline=FastReturn]
void consoleProfileEnd(ExecutionContext* context, const String& title);
+
+ //FIXME: remove when we move everything from InspectorConsoleAgent to FrameConsole
vsevik 2014/08/12 15:46:07 s/everything/console message storage/
sergeyv 2014/08/12 16:00:58 Done.
+ [Console]
+ void notifyWorkerGlobalScopeTerminated(ExecutionContext* context, WorkerGlobalScopeProxy* proxy);
vsevik 2014/08/12 15:49:54 adoptWorkerConsoleMessages
sergeyv 2014/08/12 16:00:59 Done.
}
interface InspectorOverrides {

Powered by Google App Engine
This is Rietveld 408576698