Side by Side Diff: third_party/WebKit/LayoutTests/inspector-protocol/worker/resources/worker-with-throw.js
Issue 2151273003 :
[DevTools] Move browser logging from Console domain to Log domain. (Closed)
Patch Set: protocol improvements
Use n/p to move between diff chunks;
N/P to move between comments.
Draft comments are only viewable by you.
Jump to:
third_party/WebKit/LayoutTests/http/tests/inspector-protocol/access-inspected-object.html
third_party/WebKit/LayoutTests/http/tests/inspector/inspector-test.js
third_party/WebKit/LayoutTests/inspector-protocol/console/exception-from-worker-contains-stack.html
third_party/WebKit/LayoutTests/inspector-protocol/console/exception-from-worker-contains-stack-expected.txt
third_party/WebKit/LayoutTests/inspector-protocol/console/resources/worker-with-throw.js
third_party/WebKit/LayoutTests/inspector-protocol/worker/exception-from-worker-contains-stack.html
third_party/WebKit/LayoutTests/inspector-protocol/worker/exception-from-worker-contains-stack-expected.txt
third_party/WebKit/LayoutTests/inspector-protocol/worker/resources/worker-with-throw.js
third_party/WebKit/LayoutTests/inspector-protocol/worker/worker-console.html
third_party/WebKit/LayoutTests/inspector-protocol/worker/worker-console-expected.txt
third_party/WebKit/LayoutTests/inspector/agents-enable-disable-expected.txt
third_party/WebKit/LayoutTests/inspector/console/console-clear.html
third_party/WebKit/LayoutTests/inspector/console/console-eval-scoped.html
third_party/WebKit/LayoutTests/inspector/console/console-eval-throw.html
third_party/WebKit/LayoutTests/inspector/console/console-last-result.html
third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/source-frame.html
third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/source-frame-expected.txt
third_party/WebKit/Source/core/BUILD.gn
third_party/WebKit/Source/core/core.gypi
third_party/WebKit/Source/core/core_generated.gypi
third_party/WebKit/Source/core/frame/FrameConsole.h
third_party/WebKit/Source/core/frame/FrameConsole.cpp
third_party/WebKit/Source/core/frame/FrameHost.h
third_party/WebKit/Source/core/frame/FrameHost.cpp
third_party/WebKit/Source/core/inspector/BUILD.gn
third_party/WebKit/Source/core/inspector/ConsoleMessage.cpp
third_party/WebKit/Source/core/inspector/ConsoleMessageStorage.h
third_party/WebKit/Source/core/inspector/ConsoleMessageStorage.cpp
third_party/WebKit/Source/core/inspector/ConsoleTypes.h
third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl
third_party/WebKit/Source/core/inspector/InspectorLogAgent.h
third_party/WebKit/Source/core/inspector/InspectorLogAgent.cpp
third_party/WebKit/Source/core/inspector/MainThreadDebugger.h
third_party/WebKit/Source/core/inspector/MainThreadDebugger.cpp
third_party/WebKit/Source/core/inspector/ThreadDebugger.h
third_party/WebKit/Source/core/inspector/ThreadDebugger.cpp
third_party/WebKit/Source/core/inspector/WorkerConsoleAgent.h
third_party/WebKit/Source/core/inspector/WorkerInspectorController.h
third_party/WebKit/Source/core/inspector/WorkerInspectorController.cpp
third_party/WebKit/Source/core/inspector/WorkerThreadDebugger.h
third_party/WebKit/Source/core/inspector/WorkerThreadDebugger.cpp
third_party/WebKit/Source/core/inspector/browser_protocol.json
third_party/WebKit/Source/core/inspector/inspector.gyp
third_party/WebKit/Source/core/page/Page.cpp
third_party/WebKit/Source/core/workers/WorkerGlobalScope.h
third_party/WebKit/Source/core/workers/WorkerGlobalScope.cpp
third_party/WebKit/Source/devtools/front_end/console/ConsoleView.js
third_party/WebKit/Source/devtools/front_end/sdk/ConsoleModel.js
third_party/WebKit/Source/devtools/front_end/sdk/RuntimeModel.js
third_party/WebKit/Source/devtools/scripts/CodeGeneratorFrontend.py
third_party/WebKit/Source/platform/v8_inspector/InjectedScript.cpp
third_party/WebKit/Source/platform/v8_inspector/V8ConsoleAgentImpl.cpp
third_party/WebKit/Source/platform/v8_inspector/V8ConsoleMessage.h
third_party/WebKit/Source/platform/v8_inspector/V8ConsoleMessage.cpp
third_party/WebKit/Source/platform/v8_inspector/V8DebuggerImpl.h
third_party/WebKit/Source/platform/v8_inspector/V8DebuggerImpl.cpp
third_party/WebKit/Source/platform/v8_inspector/V8InjectedScriptHost.cpp
third_party/WebKit/Source/platform/v8_inspector/V8RuntimeAgentImpl.h
third_party/WebKit/Source/platform/v8_inspector/V8RuntimeAgentImpl.cpp
third_party/WebKit/Source/platform/v8_inspector/js_protocol.json
third_party/WebKit/Source/platform/v8_inspector/public/V8ConsoleTypes.h
third_party/WebKit/Source/platform/v8_inspector/public/V8Debugger.h
third_party/WebKit/Source/platform/v8_inspector/public/V8DebuggerClient.h
third_party/WebKit/Source/platform/v8_inspector/public/V8Inspector.h
third_party/WebKit/Source/web/WebDevToolsAgentImpl.h
third_party/WebKit/Source/web/WebDevToolsAgentImpl.cpp