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

Issue 591073002: Add support for Manifest.icons.sizes (Closed)

Created:
6 years, 3 months ago by mlamouri (slow - plz ping)
Modified:
6 years, 3 months ago
CC:
chromium-reviews, mkwst+moarreviews-renderer_chromium.org, darin-cc_chromium.org, jam
Base URL:
https://chromium.googlesource.com/chromium/src.git@manifest_icons
Project:
chromium
Visibility:
Public.

Description

Add support for Manifest.icons.sizes This is re-implementing the HTML icon sizes parsing algorithm given that it is missing a re-usable place for it. There is a follow-up bug opened at http://crbug.com/416477 BUG=366145 Committed: https://crrev.com/b847169dd6954fee83c5b89f6ef4699d6ff018f1 Cr-Commit-Position: refs/heads/master@{#296386}

Patch Set 1 #

Patch Set 2 : #

Total comments: 2

Patch Set 3 : review comments #

Total comments: 2

Patch Set 4 : more tests #

Total comments: 2

Patch Set 5 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+172 lines, -1 line) Patch
M content/common/manifest_manager_messages.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M content/public/common/manifest.h View 1 2 chunks +5 lines, -0 lines 0 comments Download
M content/renderer/manifest/manifest_parser.cc View 1 2 3 4 3 chunks +78 lines, -1 line 0 comments Download
M content/renderer/manifest/manifest_parser_unittest.cc View 1 2 3 1 chunk +88 lines, -0 lines 0 comments Download

Messages

Total messages: 13 (2 generated)
mlamouri (slow - plz ping)
6 years, 3 months ago (2014-09-22 15:10:08 UTC) #2
Avi (use Gerrit)
https://codereview.chromium.org/591073002/diff/20001/content/renderer/manifest/manifest_parser.cc File content/renderer/manifest/manifest_parser.cc (right): https://codereview.chromium.org/591073002/diff/20001/content/renderer/manifest/manifest_parser.cc#newcode175 content/renderer/manifest/manifest_parser.cc:175: if (str[0] == '0') Please check the length to ...
6 years, 3 months ago (2014-09-22 15:15:14 UTC) #3
mlamouri (slow - plz ping)
PTAL https://codereview.chromium.org/591073002/diff/20001/content/renderer/manifest/manifest_parser.cc File content/renderer/manifest/manifest_parser.cc (right): https://codereview.chromium.org/591073002/diff/20001/content/renderer/manifest/manifest_parser.cc#newcode175 content/renderer/manifest/manifest_parser.cc:175: if (str[0] == '0') On 2014/09/22 15:15:14, Avi ...
6 years, 3 months ago (2014-09-22 15:31:51 UTC) #4
Avi (use Gerrit)
LGTM with a test or two more. https://codereview.chromium.org/591073002/diff/40001/content/renderer/manifest/manifest_parser_unittest.cc File content/renderer/manifest/manifest_parser_unittest.cc (right): https://codereview.chromium.org/591073002/diff/40001/content/renderer/manifest/manifest_parser_unittest.cc#newcode521 content/renderer/manifest/manifest_parser_unittest.cc:521: EXPECT_EQ(manifest.icons[0].sizes.size(), 0u); ...
6 years, 3 months ago (2014-09-22 15:35:26 UTC) #5
mlamouri (slow - plz ping)
https://codereview.chromium.org/591073002/diff/40001/content/renderer/manifest/manifest_parser_unittest.cc File content/renderer/manifest/manifest_parser_unittest.cc (right): https://codereview.chromium.org/591073002/diff/40001/content/renderer/manifest/manifest_parser_unittest.cc#newcode521 content/renderer/manifest/manifest_parser_unittest.cc:521: EXPECT_EQ(manifest.icons[0].sizes.size(), 0u); On 2014/09/22 15:35:26, Avi wrote: > Perhaps ...
6 years, 3 months ago (2014-09-22 16:26:57 UTC) #6
palmer
https://codereview.chromium.org/591073002/diff/60001/content/renderer/manifest/manifest_parser.cc File content/renderer/manifest/manifest_parser.cc (right): https://codereview.chromium.org/591073002/diff/60001/content/renderer/manifest/manifest_parser.cc#newcode222 content/renderer/manifest/manifest_parser.cc:222: Check that |width| and |height| have values within some ...
6 years, 3 months ago (2014-09-22 20:26:59 UTC) #7
mlamouri (slow - plz ping)
PTAL https://codereview.chromium.org/591073002/diff/60001/content/renderer/manifest/manifest_parser.cc File content/renderer/manifest/manifest_parser.cc (right): https://codereview.chromium.org/591073002/diff/60001/content/renderer/manifest/manifest_parser.cc#newcode222 content/renderer/manifest/manifest_parser.cc:222: On 2014/09/22 20:26:59, Chromium Palmer wrote: > Check ...
6 years, 3 months ago (2014-09-22 21:14:56 UTC) #8
palmer
LGTM
6 years, 3 months ago (2014-09-23 20:21:58 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/591073002/80001
6 years, 3 months ago (2014-09-24 10:39:37 UTC) #11
commit-bot: I haz the power
Committed patchset #5 (id:80001) as d588e4fc3c2b4b9e71f5e2efa2194f86e2ff9b8f
6 years, 3 months ago (2014-09-24 11:36:41 UTC) #12
commit-bot: I haz the power
6 years, 3 months ago (2014-09-24 11:37:22 UTC) #13
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/b847169dd6954fee83c5b89f6ef4699d6ff018f1
Cr-Commit-Position: refs/heads/master@{#296386}

Powered by Google App Engine
This is Rietveld 408576698