|
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}
Total comments: 2
Total comments: 2
Total comments: 4
|
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
|
Total messages: 23 (8 generated)
|