-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[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 Review URL: https://codereview.chromium.org/1564913003 Cr-Commit-Position: refs/heads/master@{#368308}
- Loading branch information
Showing
3 changed files
with
5 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters