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

Issue 1367623006: DevTools: extract V8DebuggerAgent interface, move it under .../inspector/v8 (Closed)

Created:
5 years, 2 months ago by yurys
Modified:
5 years, 2 months ago
Reviewers:
dgozman, pfeldman
CC:
chromium-reviews, caseq+blink_chromium.org, yurys+blink_chromium.org, lushnikov+blink_chromium.org, pfeldman+blink_chromium.org, apavlov+blink_chromium.org, devtools-reviews_chromium.org, blink-reviews, 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: extract V8DebuggerAgent interface, move it under .../inspector/v8 V8DebuggerAgent was split into interface and implementation. All other agents should depend on the public part only. Once InjectedScript, InjectedScriptHost and InjectedScriptManager are also moved to .../inspector/v8 some of the methods on V8DebuggerAgent will be removed and called only by the implementation classes. BUG=439376 Committed: https://crrev.com/80862359ba867d2807e9ba7b366b352ee5cfda2b Cr-Commit-Position: refs/heads/master@{#351166}

Patch Set 1 #

Patch Set 2 : #

Total comments: 2

Patch Set 3 : #

Total comments: 2

Patch Set 4 : addressed review comments #

Total comments: 4

Patch Set 5 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+323 lines, -2406 lines) Patch
M third_party/WebKit/Source/core/core.gypi View 1 chunk +5 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/AsyncCallTracker.h View 1 2 3 2 chunks +6 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/AsyncCallTracker.cpp View 1 2 3 3 chunks +0 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/AsyncOperationMap.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/inspector/InjectedScriptHost.cpp View 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorConsoleAgent.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorDOMDebuggerAgent.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorDebuggerAgent.h View 1 2 3 3 chunks +4 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorDebuggerAgent.cpp View 1 2 3 5 chunks +14 lines, -1 line 0 comments Download
D third_party/WebKit/Source/core/inspector/V8AsyncCallTracker.h View 1 chunk +0 lines, -54 lines 0 comments Download
D third_party/WebKit/Source/core/inspector/V8AsyncCallTracker.cpp View 1 chunk +0 lines, -143 lines 0 comments Download
D third_party/WebKit/Source/core/inspector/V8DebuggerAgent.h View 1 chunk +0 lines, -276 lines 0 comments Download
D third_party/WebKit/Source/core/inspector/V8DebuggerAgent.cpp View 1 chunk +0 lines, -1702 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/WorkerInspectorController.h View 1 2 3 2 chunks +0 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/WorkerInspectorController.cpp View 1 2 3 3 chunks +0 lines, -3 lines 0 comments Download
A + third_party/WebKit/Source/core/inspector/v8/V8AsyncCallTracker.h View 1 2 3 4 chunks +7 lines, -8 lines 0 comments Download
A + third_party/WebKit/Source/core/inspector/v8/V8AsyncCallTracker.cpp View 1 2 3 5 chunks +4 lines, -9 lines 0 comments Download
A third_party/WebKit/Source/core/inspector/v8/V8DebuggerAgent.h View 1 2 3 4 1 chunk +130 lines, -0 lines 0 comments Download
A + third_party/WebKit/Source/core/inspector/v8/V8DebuggerAgentImpl.h View 1 2 3 4 7 chunks +37 lines, -65 lines 0 comments Download
A + third_party/WebKit/Source/core/inspector/v8/V8DebuggerAgentImpl.cpp View 1 2 3 74 chunks +111 lines, -118 lines 0 comments Download
M third_party/WebKit/Source/web/WebDevToolsAgentImpl.h View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/web/WebDevToolsAgentImpl.cpp View 1 2 3 3 chunks +0 lines, -3 lines 0 comments Download

Messages

Total messages: 23 (8 generated)
yurys
5 years, 2 months ago (2015-09-25 23:02:08 UTC) #3
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1367623006/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1367623006/1
5 years, 2 months ago (2015-09-25 23:03:33 UTC) #4
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_chromium_chromeos_compile_dbg_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_compile_dbg_ng/builds/100422)
5 years, 2 months ago (2015-09-25 23:27:45 UTC) #6
dgozman
https://codereview.chromium.org/1367623006/diff/20001/third_party/WebKit/Source/core/inspector/InspectorDebuggerAgent.cpp File third_party/WebKit/Source/core/inspector/InspectorDebuggerAgent.cpp (right): https://codereview.chromium.org/1367623006/diff/20001/third_party/WebKit/Source/core/inspector/InspectorDebuggerAgent.cpp#newcode42 third_party/WebKit/Source/core/inspector/InspectorDebuggerAgent.cpp:42: , m_v8DebuggerAgent(V8DebuggerAgent::create(injectedScriptManager, debugger, this, contextGroupId)) Let's move create method ...
5 years, 2 months ago (2015-09-28 17:07:52 UTC) #7
yurys
https://codereview.chromium.org/1367623006/diff/20001/third_party/WebKit/Source/core/inspector/InspectorDebuggerAgent.cpp File third_party/WebKit/Source/core/inspector/InspectorDebuggerAgent.cpp (right): https://codereview.chromium.org/1367623006/diff/20001/third_party/WebKit/Source/core/inspector/InspectorDebuggerAgent.cpp#newcode42 third_party/WebKit/Source/core/inspector/InspectorDebuggerAgent.cpp:42: , m_v8DebuggerAgent(V8DebuggerAgent::create(injectedScriptManager, debugger, this, contextGroupId)) On 2015/09/28 17:07:52, dgozman ...
5 years, 2 months ago (2015-09-28 17:59:49 UTC) #8
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1367623006/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1367623006/60001
5 years, 2 months ago (2015-09-28 18:03:57 UTC) #10
dgozman
lgtm https://codereview.chromium.org/1367623006/diff/60001/third_party/WebKit/Source/core/inspector/v8/V8DebuggerAgent.h File third_party/WebKit/Source/core/inspector/v8/V8DebuggerAgent.h (right): https://codereview.chromium.org/1367623006/diff/60001/third_party/WebKit/Source/core/inspector/v8/V8DebuggerAgent.h#newcode124 third_party/WebKit/Source/core/inspector/v8/V8DebuggerAgent.h:124: virtual void reset() = 0; I think |reset| ...
5 years, 2 months ago (2015-09-28 18:36:50 UTC) #11
yurys
https://codereview.chromium.org/1367623006/diff/60001/third_party/WebKit/Source/core/inspector/v8/V8DebuggerAgent.h File third_party/WebKit/Source/core/inspector/v8/V8DebuggerAgent.h (right): https://codereview.chromium.org/1367623006/diff/60001/third_party/WebKit/Source/core/inspector/v8/V8DebuggerAgent.h#newcode124 third_party/WebKit/Source/core/inspector/v8/V8DebuggerAgent.h:124: virtual void reset() = 0; On 2015/09/28 18:36:50, dgozman ...
5 years, 2 months ago (2015-09-28 19:37:13 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1367623006/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1367623006/80001
5 years, 2 months ago (2015-09-28 19:38:48 UTC) #15
commit-bot: I haz the power
Try jobs failed on following builders: mac_chromium_rel_ng on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_rel_ng/builds/119125)
5 years, 2 months ago (2015-09-28 19:58:55 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1367623006/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1367623006/80001
5 years, 2 months ago (2015-09-28 20:42:48 UTC) #19
commit-bot: I haz the power
Committed patchset #5 (id:80001)
5 years, 2 months ago (2015-09-28 21:41:59 UTC) #20
commit-bot: I haz the power
Patchset 5 (id:??) landed as https://crrev.com/80862359ba867d2807e9ba7b366b352ee5cfda2b Cr-Commit-Position: refs/heads/master@{#351166}
5 years, 2 months ago (2015-09-28 21:42:50 UTC) #21
Lei Zhang
A revert of this CL (patchset #5 id:80001) has been created in https://codereview.chromium.org/1370373004/ by thestig@chromium.org. ...
5 years, 2 months ago (2015-09-29 01:42:17 UTC) #22
pfeldman
5 years, 2 months ago (2015-09-29 05:06:17 UTC) #23
Message was sent while issue was closed.
@thestig: I must have missed the announcement, are we now rolling out Oilpan
breakages on the main waterfall?

Powered by Google App Engine
This is Rietveld 408576698