|
[DevTools] Do not report edited resources via Page.getResourceContent.
Instead of requesting scripts through Page.getResourceContent, we should
use Debugger.getScriptSource or CSS.getStylesheetTest.
NetworkProject already does that.
A couple of race fixes along the way because of changed timings.
BUG=none
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=200585
Total comments: 12
Total comments: 2
Total comments: 4
Total comments: 10
Total comments: 9
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+46 lines, -494 lines) |
Patch |
 |
D |
LayoutTests/http/tests/inspector/search/search-in-concatenated-script.html
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+0 lines, -47 lines |
0 comments
|
Download
|
 |
D |
LayoutTests/http/tests/inspector/search/search-in-concatenated-script-expected.txt
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+0 lines, -15 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/inspector/editor/text-editor-search-replace.html
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
LayoutTests/inspector/editor/text-editor-search-switch-editor.html
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
LayoutTests/inspector/sources/autocomplete-general.html
|
View
|
1
2
3
4
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
D |
LayoutTests/inspector/sources/debugger/content-providers.html
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+0 lines, -50 lines |
0 comments
|
Download
|
 |
D |
LayoutTests/inspector/sources/debugger/content-providers-expected.txt
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+0 lines, -14 lines |
0 comments
|
Download
|
 |
D |
LayoutTests/inspector/sources/debugger/network-uisourcecode-provider.html
|
View
|
1
2
3
4
5
6
|
3 chunks |
+5 lines, -26 lines |
3 comments
|
Download
|
 |
D |
LayoutTests/inspector/sources/debugger/network-uisourcecode-provider-expected.txt
|
View
|
1
2
3
4
5
6
|
1 chunk |
+4 lines, -14 lines |
2 comments
|
Download
|
 |
M |
LayoutTests/inspector/sources/debugger/resource-script-mapping-expected.txt
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
D |
LayoutTests/inspector/sources/resources/empty.js
|
View
|
1
2
3
4
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
M |
Source/core/inspector/InspectorPageAgent.h
|
View
|
1
2
3
4
5
6
|
2 chunks |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
Source/core/inspector/InspectorPageAgent.cpp
|
View
|
1
2
3
4
5
6
|
4 chunks |
+2 lines, -10 lines |
0 comments
|
Download
|
 |
M |
Source/core/inspector/PageDebuggerAgent.h
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
Source/core/inspector/PageDebuggerAgent.cpp
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+0 lines, -5 lines |
0 comments
|
Download
|
 |
M |
Source/core/inspector/V8DebuggerAgent.h
|
View
|
1
2
3
4
5
6
7
8
|
3 chunks |
+0 lines, -3 lines |
0 comments
|
Download
|
 |
M |
Source/core/inspector/V8DebuggerAgent.cpp
|
View
|
1
2
3
4
5
6
7
8
|
4 chunks |
+1 line, -21 lines |
0 comments
|
Download
|
 |
M |
Source/devtools/front_end/bindings/DefaultScriptMapping.js
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
Source/devtools/front_end/bindings/NetworkProject.js
|
View
|
1
2
3
4
5
6
7
8
|
3 chunks |
+11 lines, -113 lines |
0 comments
|
Download
|
 |
M |
Source/devtools/front_end/bindings/ResourceScriptMapping.js
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+15 lines, -0 lines |
2 comments
|
Download
|
 |
M |
Source/devtools/front_end/sdk/ContentProviders.js
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+0 lines, -160 lines |
0 comments
|
Download
|
 |
M |
Source/devtools/front_end/sdk/Resource.js
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+0 lines, -5 lines |
2 comments
|
Download
|
 |
M |
Source/web/WebDevToolsAgentImpl.cpp
|
View
|
1
2
3
4
5
6
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
Total messages: 50 (12 generated)
|