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

Unified Diff: third_party/WebKit/LayoutTests/inspector/console/resources/worker-logger.js

Issue 2623143002: DevTools: insert console message decorations in order
Patch Set: ac Created 3 years, 11 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: third_party/WebKit/LayoutTests/inspector/console/resources/worker-logger.js
diff --git a/third_party/WebKit/LayoutTests/inspector/console/resources/worker-logger.js b/third_party/WebKit/LayoutTests/inspector/console/resources/worker-logger.js
new file mode 100644
index 0000000000000000000000000000000000000000..689e1577edfa149157443f360cc8364822733c8c
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/inspector/console/resources/worker-logger.js
@@ -0,0 +1,5 @@
+onmessage = function() {
+ console.log('log from worker');
+ postMessage('done');
+}
+

Powered by Google App Engine
This is Rietveld 408576698