|
[DevTools] Added setBlackboxPatterns method to protocol
This method set array of patterns that determines blackbox state on backend. Pattern can be one of two types: regexp for url or script's hash.
DebuggerAgent preserves state of blackbox on reattach.
BUG= 341082
R=dgozman@chromium.org,pfeldman@chromium.org
Total comments: 13
Total comments: 6
Total comments: 22
Total comments: 8
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+570 lines, -249 lines) |
Patch |
 |
M |
third_party/WebKit/LayoutTests/TestExpectations
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/LayoutTests/http/tests/inspector/debugger-test.js
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
A |
third_party/WebKit/LayoutTests/inspector-protocol/debugger/stepping-with-blackbox-pattern.html
|
View
|
1
2
3
4
|
1 chunk |
+116 lines, -0 lines |
0 comments
|
Download
|
 |
A |
third_party/WebKit/LayoutTests/inspector-protocol/debugger/stepping-with-blackbox-pattern-expected.txt
|
View
|
1
2
3
4
5
|
1 chunk |
+35 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
third_party/WebKit/LayoutTests/inspector-protocol/debugger/stepping-with-blackbox-ranges.html
|
View
|
1
2
3
4
|
3 chunks |
+20 lines, -9 lines |
1 comment
|
Download
|
 |
A + |
third_party/WebKit/LayoutTests/inspector-protocol/debugger/stepping-with-blackbox-ranges-expected.txt
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
D |
third_party/WebKit/LayoutTests/inspector-protocol/debugger/stepping-with-blackboxed-ranges.html
|
View
|
|
1 chunk |
+0 lines, -104 lines |
0 comments
|
Download
|
 |
D |
third_party/WebKit/LayoutTests/inspector-protocol/debugger/stepping-with-blackboxed-ranges-expected.txt
|
View
|
1
2
3
4
5
|
1 chunk |
+0 lines, -56 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-operation-breakpoints.html
|
View
|
1
2
3
4
5
|
1 chunk |
+9 lines, -5 lines |
0 comments
|
Download
|
 |
A |
third_party/WebKit/LayoutTests/inspector/sources/debugger-frameworks/frameworks-provisional.html
|
View
|
1
2
|
1 chunk |
+55 lines, -0 lines |
0 comments
|
Download
|
 |
A |
third_party/WebKit/LayoutTests/inspector/sources/debugger-frameworks/frameworks-provisional-expected.txt
|
View
|
1
2
|
1 chunk |
+18 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/LayoutTests/inspector/sources/debugger-frameworks/frameworks-skip-exceptions.html
|
View
|
1
2
3
4
5
|
1 chunk |
+7 lines, -3 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/inspector/InspectorDebuggerAgent.h
|
View
|
1
2
3
4
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/inspector/InspectorDebuggerAgent.cpp
|
View
|
1
2
3
4
|
1 chunk |
+8 lines, -4 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/devtools/front_end/bindings/BlackboxManager.js
|
View
|
1
2
3
4
5
|
6 chunks |
+62 lines, -1 line |
3 comments
|
Download
|
 |
M |
third_party/WebKit/Source/devtools/front_end/sdk/DebuggerModel.js
|
View
|
1
2
3
4
5
|
4 chunks |
+64 lines, -9 lines |
1 comment
|
Download
|
 |
M |
third_party/WebKit/Source/devtools/front_end/sdk/Script.js
|
View
|
1
2
3
4
|
3 chunks |
+9 lines, -7 lines |
1 comment
|
Download
|
 |
M |
third_party/WebKit/Source/devtools/protocol.json
|
View
|
1
2
3
4
5
|
5 chunks |
+27 lines, -6 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/platform/v8_inspector/V8DebuggerAgentImpl.h
|
View
|
1
2
3
4
|
3 chunks |
+8 lines, -5 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/platform/v8_inspector/V8DebuggerAgentImpl.cpp
|
View
|
1
2
3
4
5
|
11 chunks |
+127 lines, -35 lines |
2 comments
|
Download
|
Total messages: 24 (10 generated)
|