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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/sources/debugger/resource-script-mapping-expected.txt

Issue 1523193002: DevTools: merge UISourceCode's parentPath, name, originURL and uri. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebaselined Created 5 years 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 Tests ResourceScriptMapping class. 1 Tests ResourceScriptMapping class.
2 2
3 3
4 Running: testScriptWithPendingResource 4 Running: testScriptWithPendingResource
5 Adding script for pending request. 5 Adding script for pending request.
6 UISourceCode: foo.js 6 UISourceCode: debugger:///VM1 foo.js
7 UISourceCode is content script: false 7 UISourceCode is content script: false
8 Highlighter type: text/javascript 8 Highlighter type: text/javascript
9 UISourceCode content: <content script source> 9 UISourceCode content: <content script source>
10 Adding uiSourceCode for finished resource. 10 Adding uiSourceCode for finished resource.
11 UISourceCode: foo.js 11 UISourceCode: foo.js
12 UISourceCode is content script: false 12 UISourceCode is content script: false
13 Highlighter type: text/javascript 13 Highlighter type: text/javascript
14 UISourceCode content: <content script resource content> 14 UISourceCode content: <content script resource content>
15 15
16 Running: testScriptWithFinishedResource 16 Running: testScriptWithFinishedResource
17 Adding uiSourceCode for finished resource. 17 Adding uiSourceCode for finished resource.
18 UISourceCode: foo.js 18 UISourceCode: foo.js
19 UISourceCode is content script: false 19 UISourceCode is content script: false
20 Highlighter type: text/javascript 20 Highlighter type: text/javascript
21 UISourceCode content: <script resource content> 21 UISourceCode content: <script resource content>
22 Adding script for finished request. 22 Adding script for finished request.
23 UISourceCode: foo.js 23 UISourceCode: foo.js
24 UISourceCode is content script: false 24 UISourceCode is content script: false
25 Highlighter type: text/javascript 25 Highlighter type: text/javascript
26 UISourceCode content: <script resource content> 26 UISourceCode content: <script resource content>
27 27
28 Running: testHTMLWithPendingResource 28 Running: testHTMLWithPendingResource
29 Adding first script for pending request. 29 Adding first script for pending request.
30 UISourceCode: index.html 30 UISourceCode: debugger:///VM3 index.html
31 UISourceCode is content script: false 31 UISourceCode is content script: false
32 Highlighter type: text/html 32 Highlighter type: text/html
33 UISourceCode content: <script source 1> 33 UISourceCode content: <script source 1>
34 Adding second script for pending request. 34 Adding second script for pending request.
35 UISourceCode: index.html 35 UISourceCode: debugger:///VM4 index.html
36 UISourceCode is content script: false 36 UISourceCode is content script: false
37 Highlighter type: text/html 37 Highlighter type: text/html
38 UISourceCode content: <script source 2> 38 UISourceCode content: <script source 2>
39 Adding uiSourceCode for finished resource. 39 Adding uiSourceCode for finished resource.
40 UISourceCode: index.html 40 UISourceCode: index.html
41 UISourceCode is content script: false 41 UISourceCode is content script: false
42 Highlighter type: text/html 42 Highlighter type: text/html
43 UISourceCode content: <resource content> 43 UISourceCode content: <resource content>
44 44
45 Running: testHTMLWithFinishedResource 45 Running: testHTMLWithFinishedResource
46 Adding uiSourceCode for finished resource. 46 Adding uiSourceCode for finished resource.
47 UISourceCode: index.html 47 UISourceCode: index.html
48 UISourceCode is content script: false 48 UISourceCode is content script: false
49 Highlighter type: text/html 49 Highlighter type: text/html
50 UISourceCode content: <resource content> 50 UISourceCode content: <resource content>
51 Adding first script for finished request. 51 Adding first script for finished request.
52 UISourceCode: index.html 52 UISourceCode: index.html
53 UISourceCode is content script: false 53 UISourceCode is content script: false
54 Highlighter type: text/html 54 Highlighter type: text/html
55 UISourceCode content: <resource content> 55 UISourceCode content: <resource content>
56 Adding second script for finished request. 56 Adding second script for finished request.
57 UISourceCode: index.html 57 UISourceCode: index.html
58 UISourceCode is content script: false 58 UISourceCode is content script: false
59 Highlighter type: text/html 59 Highlighter type: text/html
60 UISourceCode content: <resource content> 60 UISourceCode content: <resource content>
61 61
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698