+2010-11-22 Ilya Tikhonovsky <loislo@chromium.org>
+
+ Reviewed by Pavel Feldman.
+
+ Web Inspector: dump inspector protocol messages into console.
+ Sometimes I need to dump inspector messages into console.
+ It'd be much simple to have this code in repository and
+ enable protocol dumping just by a flag.
+
+ https://bugs.webkit.org/show_bug.cgi?id=49905
+
+ * inspector/CodeGeneratorInspector.pm:
+ * inspector/front-end/WorkersSidebarPane.js:
+ (WebInspector.WorkersSidebarPane.prototype.reset):
+ * inspector/front-end/inspector.js:
+ (WebInspector_syncDispatch):
+
2010-11-22 Andreas Kling <kling@webkit.org>
Reviewed by Nikolas Zimmermann.