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

Issue 1514523004: DevTools: remove V8DebuggerListener and ScriptDebuggerBase abstractions. (Closed)

Created:
5 years ago by pfeldman
Modified:
5 years ago
Reviewers:
dgozman
CC:
chromium-reviews, caseq+blink_chromium.org, lushnikov+blink_chromium.org, pfeldman+blink_chromium.org, apavlov+blink_chromium.org, devtools-reviews_chromium.org, blink-reviews, blink-reviews-bindings_chromium.org, sergeyv+blink_chromium.org, kozyatinskiy+blink_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

DevTools: remove V8DebuggerListener and ScriptDebuggerBase abstractions. Committed: https://crrev.com/edec985ebd1523623e10b5ae76b94697e2989f54 Cr-Commit-Position: refs/heads/master@{#364458}

Patch Set 1 #

Total comments: 4

Patch Set 2 : review comments addressed. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+315 lines, -502 lines) Patch
M third_party/WebKit/Source/bindings/core/v8/V8PerIsolateData.h View 4 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/bindings/core/v8/V8PerIsolateData.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/core.gypi View 1 3 chunks +4 lines, -4 lines 0 comments Download
A + third_party/WebKit/Source/core/inspector/DebuggerScript.h View 1 1 chunk +7 lines, -10 lines 0 comments Download
A + third_party/WebKit/Source/core/inspector/DebuggerScript.cpp View 1 2 chunks +4 lines, -14 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorRuntimeAgent.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorRuntimeAgent.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/MainThreadDebugger.h View 3 chunks +8 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/MainThreadDebugger.cpp View 1 3 chunks +9 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/inspector/PageRuntimeAgent.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/inspector/ScriptDebuggerBase.h View 1 1 chunk +0 lines, -30 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/ScriptDebuggerBase.cpp View 1 1 chunk +0 lines, -36 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/WorkerRuntimeAgent.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/inspector/WorkerThreadDebugger.h View 3 chunks +9 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/WorkerThreadDebugger.cpp View 1 3 chunks +8 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/inspector/v8/V8DebuggerAgentImpl.h View 1 8 chunks +55 lines, -49 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/v8/V8DebuggerAgentImpl.cpp View 1 7 chunks +29 lines, -33 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/v8/V8DebuggerImpl.h View 1 5 chunks +11 lines, -11 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/v8/V8DebuggerImpl.cpp View 1 11 chunks +40 lines, -40 lines 0 comments Download
D third_party/WebKit/Source/core/inspector/v8/V8DebuggerListener.h View 1 chunk +0 lines, -125 lines 0 comments Download
D third_party/WebKit/Source/core/inspector/v8/V8DebuggerListener.cpp View 1 chunk +0 lines, -115 lines 0 comments Download
A third_party/WebKit/Source/core/inspector/v8/V8DebuggerScript.h View 1 1 chunk +102 lines, -0 lines 0 comments Download
A + third_party/WebKit/Source/core/inspector/v8/V8DebuggerScript.cpp View 4 chunks +16 lines, -16 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/v8/V8RuntimeAgent.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/inspector/v8/V8RuntimeAgentImpl.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/inspector/v8/V8RuntimeAgentImpl.cpp View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 13 (6 generated)
pfeldman
5 years ago (2015-12-10 00:41:13 UTC) #2
dgozman
lgtm https://codereview.chromium.org/1514523004/diff/1/third_party/WebKit/Source/core/inspector/ScriptDebuggerBase.h File third_party/WebKit/Source/core/inspector/ScriptDebuggerBase.h (right): https://codereview.chromium.org/1514523004/diff/1/third_party/WebKit/Source/core/inspector/ScriptDebuggerBase.h#newcode9 third_party/WebKit/Source/core/inspector/ScriptDebuggerBase.h:9: #include "core/inspector/v8/V8Debugger.h" Unnecessary includes. https://codereview.chromium.org/1514523004/diff/1/third_party/WebKit/Source/core/inspector/ScriptDebuggerBase.h#newcode14 third_party/WebKit/Source/core/inspector/ScriptDebuggerBase.h:14: v8::Local<v8::Object> compileDebuggerScript(v8::Isolate*); ...
5 years ago (2015-12-10 00:55:12 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1514523004/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1514523004/20001
5 years ago (2015-12-10 01:16:26 UTC) #6
commit-bot: I haz the power
Try jobs failed on following builders: linux_android_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_android_rel_ng/builds/108374)
5 years ago (2015-12-10 06:00:41 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1514523004/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1514523004/20001
5 years ago (2015-12-10 19:04:35 UTC) #10
commit-bot: I haz the power
Committed patchset #2 (id:20001)
5 years ago (2015-12-10 20:27:42 UTC) #11
commit-bot: I haz the power
5 years ago (2015-12-10 20:28:23 UTC) #13
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/edec985ebd1523623e10b5ae76b94697e2989f54
Cr-Commit-Position: refs/heads/master@{#364458}

Powered by Google App Engine
This is Rietveld 408576698