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

Issue 590563002: Add support for icons.{src,type,density} in Manifest. (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@master
Project:
chromium
Visibility:
Public.

Description

Add support for icons.{src,type,density} in Manifest. This is not yet supporting icons.sizes. It will be implemented in a separate CL because the algorithm might be more complex and could require some code sharing with Blink. BUG=366145 Committed: https://crrev.com/c00b78f53f2bc38d19c0dd671a6558160d98f808 Cr-Commit-Position: refs/heads/master@{#296382}

Patch Set 1 #

Patch Set 2 : with tests #

Patch Set 3 : Add ctor/dtor/kDefaultDensity #

Patch Set 4 : more comments #

Total comments: 6

Patch Set 5 : review comments #

Patch Set 6 : EXPORT Manifest::Icon #

Unified diffs Side-by-side diffs Delta from patch set Stats (+303 lines, -9 lines) Patch
M content/browser/manifest/manifest_manager_host.cc View 1 chunk +9 lines, -1 line 0 comments Download
M content/common/manifest_manager_messages.h View 1 chunk +7 lines, -0 lines 0 comments Download
M content/public/common/manifest.h View 1 2 3 4 5 3 chunks +29 lines, -0 lines 0 comments Download
M content/public/common/manifest.cc View 1 2 2 chunks +10 lines, -1 line 0 comments Download
M content/renderer/manifest/manifest_manager.cc View 1 chunk +6 lines, -0 lines 0 comments Download
M content/renderer/manifest/manifest_parser.cc View 1 2 3 4 4 chunks +75 lines, -7 lines 0 comments Download
M content/renderer/manifest/manifest_parser_unittest.cc View 1 2 1 chunk +167 lines, -0 lines 0 comments Download

Messages

Total messages: 14 (4 generated)
mlamouri (slow - plz ping)
avi@, could you review the changen in content/ palmer@, could you review the IPC changes ...
6 years, 3 months ago (2014-09-22 11:08:27 UTC) #2
Avi (use Gerrit)
lgtm
6 years, 3 months ago (2014-09-22 14:55:24 UTC) #3
palmer
https://codereview.chromium.org/590563002/diff/60001/content/public/common/manifest.cc File content/public/common/manifest.cc (right): https://codereview.chromium.org/590563002/diff/60001/content/public/common/manifest.cc#newcode9 content/public/common/manifest.cc:9: const double Manifest::Icon::kDefaultDensity = 1; IMO, this makes more ...
6 years, 3 months ago (2014-09-22 20:35:43 UTC) #4
mlamouri (slow - plz ping)
PTAL https://codereview.chromium.org/590563002/diff/60001/content/public/common/manifest.cc File content/public/common/manifest.cc (right): https://codereview.chromium.org/590563002/diff/60001/content/public/common/manifest.cc#newcode9 content/public/common/manifest.cc:9: const double Manifest::Icon::kDefaultDensity = 1; On 2014/09/22 20:35:43, ...
6 years, 3 months ago (2014-09-22 21:09:32 UTC) #5
palmer
lgtm
6 years, 3 months ago (2014-09-23 21:20:14 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/590563002/80001
6 years, 3 months ago (2014-09-23 21:24:05 UTC) #8
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_compile_dbg on tryserver.chromium.win (http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_compile_dbg/builds/18307)
6 years, 3 months ago (2014-09-23 23:27:50 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/590563002/100001
6 years, 3 months ago (2014-09-24 09:46:21 UTC) #12
commit-bot: I haz the power
Committed patchset #6 (id:100001) as 6fc7bab0c71576b1f9b0c759a6f791373ed82683
6 years, 3 months ago (2014-09-24 10:37:13 UTC) #13
commit-bot: I haz the power
6 years, 3 months ago (2014-09-24 10:37:43 UTC) #14
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/c00b78f53f2bc38d19c0dd671a6558160d98f808
Cr-Commit-Position: refs/heads/master@{#296382}

Powered by Google App Engine
This is Rietveld 408576698