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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector-protocol/debugger/stepping-with-blackbox-ranges-expected.txt

Issue 1754483002: [DevTools] Added setBlackboxPatterns method to protocol (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@provide-hash-for-anonymous-scripts
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 foo: 14:4 1 foo: 14:4
2 blackboxedBoo: 3:12 2 blackboxedBoo: 3:12
3 notBlackboxedFoo: 3:12 3 notBlackboxedFoo: 3:12
4 blackboxedFoo: 10:12 4 blackboxedFoo: 10:12
5 notBlackboxedBoo: 17:12 5 notBlackboxedBoo: 17:12
6 testFunction: 8:4 6 testFunction: 8:4
7 7
8 Try to set positions: [{"line":0,"column":0},{"line":0,"column":0}] 8 Try to set positions: [{"line":0,"column":0},{"line":0,"column":0}]
9 Input positions array is not sorted or contains duplicate values. 9 Input positions array is not sorted or contains duplicate values.
10 Try to set positions: [{"line":0,"column":1},{"line":0,"column":0}] 10 Try to set positions: [{"line":0,"column":1},{"line":0,"column":0}]
11 Input positions array is not sorted or contains duplicate values. 11 Input positions array is not sorted or contains duplicate values.
12 Try to set positions: [{"line":0,"column":-1}] 12 Try to set positions: [{"line":0,"column":-1}]
13 Position missing 'column' or 'column' < 0. 13 Position 'column' < 0.
14 action: stepOut 14 action: stepOut
15 notBlackboxedFoo: 4:4 15 notBlackboxedFoo: 4:4
16 blackboxedFoo: 10:12 16 blackboxedFoo: 10:12
17 notBlackboxedBoo: 17:12 17 notBlackboxedBoo: 17:12
18 testFunction: 8:4 18 testFunction: 8:4
19 19
20 action: stepOut 20 action: stepOut
21 notBlackboxedBoo: 18:4 21 notBlackboxedBoo: 18:4
22 testFunction: 8:4 22 testFunction: 8:4
23 23
(...skipping 23 matching lines...) Expand all
47 action: stepOver 47 action: stepOver
48 action: stepInto 48 action: stepInto
49 foo: 16:0 49 foo: 16:0
50 blackboxedBoo: 3:12 50 blackboxedBoo: 3:12
51 notBlackboxedFoo: 3:12 51 notBlackboxedFoo: 3:12
52 blackboxedFoo: 10:12 52 blackboxedFoo: 10:12
53 notBlackboxedBoo: 17:12 53 notBlackboxedBoo: 17:12
54 testFunction: 9:4 54 testFunction: 9:4
55 55
56 56
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698