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

Issue 1291613002: DevTools: make V8DebuggerAgent call Client instead of overriden methods (Closed)

Created:
5 years, 4 months ago by yurys
Modified:
5 years, 4 months ago
Reviewers:
dgozman, sergeyv, pfeldman
CC:
blink-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, sergeyv+blink_chromium.org, kozyatinskiy+blink_chromium.org, oilpan-reviews
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

DevTools: make V8DebuggerAgent call Client instead of overriden methods V8DebuggerAgent is going to be aggregated by InspectorDebuggerAgent. This CL cmakes one step towards it by turning InspectorDebgugerAgent into V8DebuggerAgent::Client. V8DebuggerAgent::Listener was moved into InspectorDebuggerAgent. BUG=439376 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=200372

Patch Set 1 #

Total comments: 2

Patch Set 2 : Changed Client to only return defaultInjectedScript #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+124 lines, -91 lines) Patch
M Source/core/inspector/InspectorDebuggerAgent.h View 1 chunk +27 lines, -3 lines 1 comment Download
M Source/core/inspector/InspectorDebuggerAgent.cpp View 2 chunks +39 lines, -5 lines 0 comments Download
M Source/core/inspector/PageDebuggerAgent.h View 1 2 chunks +2 lines, -5 lines 0 comments Download
M Source/core/inspector/PageDebuggerAgent.cpp View 1 2 chunks +9 lines, -26 lines 0 comments Download
M Source/core/inspector/V8DebuggerAgent.h View 1 6 chunks +21 lines, -22 lines 0 comments Download
M Source/core/inspector/V8DebuggerAgent.cpp View 1 10 chunks +20 lines, -21 lines 1 comment Download
M Source/core/inspector/WorkerDebuggerAgent.h View 1 1 chunk +2 lines, -1 line 0 comments Download
M Source/core/inspector/WorkerDebuggerAgent.cpp View 1 1 chunk +4 lines, -8 lines 0 comments Download

Messages

Total messages: 11 (4 generated)
yurys
5 years, 4 months ago (2015-08-12 00:16:25 UTC) #2
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1291613002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1291613002/1
5 years, 4 months ago (2015-08-12 00:17:00 UTC) #4
sergeyv
lgtm https://codereview.chromium.org/1291613002/diff/1/Source/core/inspector/V8DebuggerAgent.h File Source/core/inspector/V8DebuggerAgent.h (right): https://codereview.chromium.org/1291613002/diff/1/Source/core/inspector/V8DebuggerAgent.h#newcode64 Source/core/inspector/V8DebuggerAgent.h:64: virtual InjectedScript injectedScriptForEval(ErrorString*, const int* executionContextId) = 0; ...
5 years, 4 months ago (2015-08-12 00:26:54 UTC) #5
yurys
https://codereview.chromium.org/1291613002/diff/1/Source/core/inspector/V8DebuggerAgent.h File Source/core/inspector/V8DebuggerAgent.h (right): https://codereview.chromium.org/1291613002/diff/1/Source/core/inspector/V8DebuggerAgent.h#newcode64 Source/core/inspector/V8DebuggerAgent.h:64: virtual InjectedScript injectedScriptForEval(ErrorString*, const int* executionContextId) = 0; On ...
5 years, 4 months ago (2015-08-12 00:42:34 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1291613002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1291613002/20001
5 years, 4 months ago (2015-08-12 00:42:53 UTC) #9
dgozman
https://codereview.chromium.org/1291613002/diff/20001/Source/core/inspector/InspectorDebuggerAgent.h File Source/core/inspector/InspectorDebuggerAgent.h (right): https://codereview.chromium.org/1291613002/diff/20001/Source/core/inspector/InspectorDebuggerAgent.h#newcode60 Source/core/inspector/InspectorDebuggerAgent.h:60: virtual bool canPauseOnPromiseEvent() = 0; canPauseXXX is a strange ...
5 years, 4 months ago (2015-08-12 02:00:05 UTC) #10
commit-bot: I haz the power
5 years, 4 months ago (2015-08-12 02:24:33 UTC) #11
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://src.chromium.org/viewvc/blink?view=rev&revision=200372

Powered by Google App Engine
This is Rietveld 408576698