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

Issue 1564913003: [DevTools] Shows Manifest file in Sources tab (Closed)

Created:
4 years, 11 months ago by horo
Modified:
4 years, 11 months ago
Reviewers:
pfeldman
CC:
chromium-reviews, tyoshino+watch_chromium.org, Yoav Weiss, lushnikov+blink_chromium.org, pfeldman+blink_chromium.org, caseq+blink_chromium.org, apavlov+blink_chromium.org, gavinp+loader_chromium.org, devtools-reviews_chromium.org, blink-reviews, loading-reviews+fetch_chromium.org, sergeyv+blink_chromium.org, Nate Chapin, loading-reviews_chromium.org, pfeldman, kozyatinskiy+blink_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[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}

Patch Set 1 #

Patch Set 2 : Set Manifest URL in error messages. #

Total comments: 2

Patch Set 3 : fix ResourceTypeName() #

Patch Set 4 : fix isRawResource #

Patch Set 5 : update network-toggle-type-filter-actual.txt #

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

Messages

Total messages: 27 (16 generated)
pfeldman
lgtm, but we should follow up with the line and column. https://codereview.chromium.org/1564913003/diff/20001/content/renderer/manifest/manifest_manager.cc File content/renderer/manifest/manifest_manager.cc (right): ...
4 years, 11 months ago (2016-01-08 01:54:06 UTC) #5
horo
On 2016/01/08 01:54:06, pfeldman wrote: > lgtm, but we should follow up with the line ...
4 years, 11 months ago (2016-01-08 04:15:02 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1564913003/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1564913003/20001
4 years, 11 months ago (2016-01-08 04:16:11 UTC) #8
commit-bot: I haz the power
Try jobs failed on following builders: cast_shell_android on tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/cast_shell_android/builds/5447) mac_chromium_gn_rel on tryserver.chromium.mac (JOB_FAILED, ...
4 years, 11 months ago (2016-01-08 04:29:28 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1564913003/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1564913003/40001
4 years, 11 months ago (2016-01-08 05:12:08 UTC) #13
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_rel_ng/builds/149680)
4 years, 11 months ago (2016-01-08 06:06:22 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1564913003/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1564913003/60001
4 years, 11 months ago (2016-01-08 06:38:09 UTC) #18
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_ng/builds/163198)
4 years, 11 months ago (2016-01-08 07:36:57 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1564913003/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1564913003/80001
4 years, 11 months ago (2016-01-08 09:18:37 UTC) #23
commit-bot: I haz the power
Committed patchset #5 (id:80001)
4 years, 11 months ago (2016-01-08 10:38:37 UTC) #25
commit-bot: I haz the power
4 years, 11 months ago (2016-01-08 10:39:19 UTC) #27
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/8b7be11ab44ec90256eeb647972f671972787030
Cr-Commit-Position: refs/heads/master@{#368308}

Powered by Google App Engine
This is Rietveld 408576698