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

Issue 1932623003: DevTools: Introduce Page.getManifest remote debugging protocol method. (Closed)

Created:
4 years, 7 months ago by pfeldman
Modified:
4 years, 7 months ago
CC:
apavlov+blink_chromium.org, blink-reviews, caseq+blink_chromium.org, chromium-reviews, darin-cc_chromium.org, devtools-reviews_chromium.org, harkness+watch_chromium.org, jam, johnme+watch_chromium.org, kozyatinskiy+blink_chromium.org, lushnikov+blink_chromium.org, mkwst+moarreviews-renderer_chromium.org, mlamouri+watch-content_chromium.org, mlamouri+watch-manifest_chromium.org, mvanouwerkerk+watch_chromium.org, Peter Beverloo, pfeldman+blink_chromium.org, pfeldman, sergeyv+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: Introduce Page.getManifest remote debugging protocol method. BUG=607779 Committed: https://crrev.com/d9e2f6578d27b98d379ea9abb5bbf4d1b630b727 Cr-Commit-Position: refs/heads/master@{#390754}

Patch Set 1 #

Patch Set 2 : #

Total comments: 4

Patch Set 3 : rebaselined #

Total comments: 8

Patch Set 4 : #

Patch Set 5 : errors/warnings split #

Patch Set 6 : browser test updated #

Unified diffs Side-by-side diffs Delta from patch set Stats (+260 lines, -180 lines) Patch
M content/browser/manifest/manifest_browsertest.cc View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M content/content_renderer.gypi View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M content/renderer/devtools/devtools_agent.h View 1 2 4 chunks +9 lines, -0 lines 0 comments Download
M content/renderer/devtools/devtools_agent.cc View 1 2 3 4 5 chunks +48 lines, -1 line 0 comments Download
A content/renderer/manifest/manifest_debug_info.h View 1 2 3 1 chunk +38 lines, -0 lines 0 comments Download
A + content/renderer/manifest/manifest_debug_info.cc View 1 2 3 4 1 chunk +5 lines, -5 lines 0 comments Download
M content/renderer/manifest/manifest_manager.h View 4 chunks +9 lines, -2 lines 0 comments Download
M content/renderer/manifest/manifest_manager.cc View 1 2 3 4 5 chunks +21 lines, -15 lines 0 comments Download
M content/renderer/manifest/manifest_parser.h View 1 2 3 5 chunks +5 lines, -12 lines 0 comments Download
M content/renderer/manifest/manifest_parser.cc View 1 2 3 4 16 chunks +23 lines, -32 lines 0 comments Download
M content/renderer/manifest/manifest_parser_unittest.cc View 1 2 3 4 55 chunks +71 lines, -108 lines 0 comments Download
M content/renderer/push_messaging/push_messaging_dispatcher.h View 2 chunks +3 lines, -1 line 0 comments Download
M content/renderer/push_messaging/push_messaging_dispatcher.cc View 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/devtools/protocol.json View 1 2 3 4 3 chunks +23 lines, -2 lines 0 comments Download

Messages

Total messages: 19 (8 generated)
pfeldman
4 years, 7 months ago (2016-04-29 02:16:51 UTC) #2
dgozman
lgtm https://codereview.chromium.org/1932623003/diff/20001/content/renderer/devtools/devtools_agent.cc File content/renderer/devtools/devtools_agent.cc (right): https://codereview.chromium.org/1932623003/diff/20001/content/renderer/devtools/devtools_agent.cc#newcode296 content/renderer/devtools/devtools_agent.cc:296: for (const auto& error :debug_info.errors) { style: space ...
4 years, 7 months ago (2016-04-29 02:28:26 UTC) #3
pfeldman
https://codereview.chromium.org/1932623003/diff/20001/content/renderer/manifest/manifest_manager.cc File content/renderer/manifest/manifest_manager.cc (left): https://codereview.chromium.org/1932623003/diff/20001/content/renderer/manifest/manifest_manager.cc#oldcode192 content/renderer/manifest/manifest_manager.cc:192: Manifest manifest = manifest_; On 2016/04/29 02:28:26, dgozman wrote: ...
4 years, 7 months ago (2016-04-29 02:36:18 UTC) #4
pfeldman
mlamouri => manifest
4 years, 7 months ago (2016-04-29 02:44:20 UTC) #6
mlamouri (slow - plz ping)
lgtm https://codereview.chromium.org/1932623003/diff/40001/content/renderer/manifest/manifest_debug_info.cc File content/renderer/manifest/manifest_debug_info.cc (right): https://codereview.chromium.org/1932623003/diff/40001/content/renderer/manifest/manifest_debug_info.cc#newcode9 content/renderer/manifest/manifest_debug_info.cc:9: ManifestDebugInfo::ManifestDebugInfo() { nit: = default; https://codereview.chromium.org/1932623003/diff/40001/content/renderer/manifest/manifest_debug_info.cc#newcode12 content/renderer/manifest/manifest_debug_info.cc:12: ManifestDebugInfo::~ManifestDebugInfo() ...
4 years, 7 months ago (2016-04-29 11:14:12 UTC) #7
pfeldman
https://codereview.chromium.org/1932623003/diff/40001/content/renderer/manifest/manifest_debug_info.cc File content/renderer/manifest/manifest_debug_info.cc (right): https://codereview.chromium.org/1932623003/diff/40001/content/renderer/manifest/manifest_debug_info.cc#newcode9 content/renderer/manifest/manifest_debug_info.cc:9: ManifestDebugInfo::ManifestDebugInfo() { On 2016/04/29 11:14:12, Mounir Lamouri wrote: > ...
4 years, 7 months ago (2016-04-29 18:47:53 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1932623003/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1932623003/80001
4 years, 7 months ago (2016-04-29 18:48:25 UTC) #11
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_ozone_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_ozone_rel_ng/builds/163047)
4 years, 7 months ago (2016-04-29 19:14:26 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1932623003/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1932623003/100001
4 years, 7 months ago (2016-04-29 19:42:07 UTC) #16
commit-bot: I haz the power
Committed patchset #6 (id:100001)
4 years, 7 months ago (2016-04-29 20:58:21 UTC) #17
commit-bot: I haz the power
4 years, 7 months ago (2016-04-30 17:28:47 UTC) #18
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/d9e2f6578d27b98d379ea9abb5bbf4d1b630b727
Cr-Commit-Position: refs/heads/master@{#390754}

Powered by Google App Engine
This is Rietveld 408576698