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

Side by Side Diff: third_party/WebKit/LayoutTests/http/tests/inspector/persistence/persistence-search-across-all-files-expected.txt

Issue 2349343002: DevTools: introduce persistence/ module (Closed)
Patch Set: bring sanity to workspace-mapping.html Created 4 years, 2 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
(Empty)
1 Verify that search across all files omits filesystem uiSourceCodes with binding to network.
2
3
4 Running: waitForUISourceCodes
5
6 Running: dumpSearchResults
7 Search result #1: uiSourceCode.url = file:///var/www/inspector/persistence/resou rces/foo.js
8 search match #1: lineNumber = 0, lineContent = 'window.foo = ()=>'foo';'
9 Search result #2: uiSourceCode.url = http://127.0.0.1:8000/inspector/persistence /resources/foo.js
10 search match #1: lineNumber = 0, lineContent = 'window.foo = ()=>'foo';'
11
12 Running: addFileMapping
13
14 Running: dumpSearchResults
15 Search result #1: uiSourceCode.url = http://127.0.0.1:8000/inspector/persistence /resources/foo.js
16 search match #1: lineNumber = 0, lineContent = 'window.foo = ()=>'foo';'
17
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698