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

Side by Side Diff: third_party/WebKit/LayoutTests/http/tests/inspector/persistence/automapping-dynamic-uisourcecodes-expected.txt

Issue 2418813005: DevTools: [Persistence] implement automapping (Closed)
Patch Set: address comments Created 4 years, 1 month 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
(Empty)
1 Verify that automapping works property when UISourceCodes come and go.
2
3
4 Running: addNetworkResource
5 Mapping has stabilized.
6
7 Running: addFileSystemUISourceCode
8 Binding created: {
9 network: http://example.com/path/foo.js
10 fileSystem: file:///var/www/scripts/foo.js
11 exactMatch: true
12 }
13 Mapping has stabilized.
14
15 Running: removeNetworkUISourceCode
16 Binding removed: {
17 network: http://example.com/path/foo.js
18 fileSystem: file:///var/www/scripts/foo.js
19 exactMatch: true
20 }
21 Mapping has stabilized.
22
23 Running: reAddNetworkUISourceCode
24 Binding created: {
25 network: http://example.com/path/foo.js
26 fileSystem: file:///var/www/scripts/foo.js
27 exactMatch: true
28 }
29 Mapping has stabilized.
30
31 Running: removeFileSystem
32 Binding removed: {
33 network: http://example.com/path/foo.js
34 fileSystem: file:///var/www/scripts/foo.js
35 exactMatch: true
36 }
37 Mapping has stabilized.
38
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698