|
[DevTools] Shows Manifest file in Sources tab
- Adds Manifest resource type in Resource.h and RawResource::fetchManifest().
- Uses RawResource::fetchManifest() in DocumentThreadableLoader.
- Adds Manifest resource type in InspectorPageAgent.h.
- Adds Manifest resource type in protocol.json.
- Changes InspectorPageAgent::cachedResourceType() and resourceTypeJson() to support Manifest resource type.
- Changes WebInspector.NetworkProject._addResource() to show the manifest file in Sources tab.
- Changes WebConsoleMessage.h to support url.
- Changes manifest_manager.cc to pass the manifest url.
demo: https://drive.google.com/file/d/0B6skYAFVnosEN1UzWktHUTRUdUE/view?usp=sharing
BUG= 540493
Committed: https://crrev.com/8b7be11ab44ec90256eeb647972f671972787030
Cr-Commit-Position: refs/heads/master@{#368308}
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+54 lines, -19 lines) |
Patch |
 |
M |
content/renderer/manifest/manifest_manager.cc
|
View
|
1
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/LayoutTests/inspector/network/network-toggle-type-filter-expected.txt
|
View
|
1
2
3
4
|
1 chunk |
+14 lines, -14 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/fetch/RawResource.h
|
View
|
1
2
3
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/fetch/RawResource.cpp
|
View
|
|
1 chunk |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/fetch/Resource.h
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/fetch/Resource.cpp
|
View
|
1
2
|
2 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/fetch/ResourceFetcher.cpp
|
View
|
|
2 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/inspector/InspectorPageAgent.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/inspector/InspectorPageAgent.cpp
|
View
|
|
2 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/loader/DocumentThreadableLoader.cpp
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/loader/FrameFetchContext.cpp
|
View
|
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/devtools/front_end/bindings/NetworkProject.js
|
View
|
1
2
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/devtools/front_end/common/ResourceType.js
|
View
|
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/devtools/protocol.json
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
third_party/WebKit/public/web/WebConsoleMessage.h
|
View
|
1
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
Total messages: 27 (16 generated)
|