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

Issue 11045030: Give Chrome Web Store app an icon in its manifest file. (Closed)

Created:
8 years, 2 months ago by Marijn Kruisselbrink
Modified:
8 years, 2 months ago
CC:
chromium-reviews, Aaron Boodman, mihaip-chromium-reviews_chromium.org, darin-cc_chromium.org, arv (Not doing code reviews)
Visibility:
Public.

Description

Give Chrome Web Store app an icon in its manifest file. This fixes no icon being shown in the "The app is currently unreachable" page for the chrome web store. Also added is another exception to ResourceRequestPolicy::CanRequestResource to make sure the error page is always allowed to display the app's icon, even in a manifest v2 app that doesn't list its icons in web_accessible_resources. This time without the nondeterministic compile failures http://codereview.chromium.org/10985028/ caused by depending on browser/ grit files from common/ code. BUG=135549 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=160143

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+81 lines, -111 lines) Patch
M chrome/browser/extensions/extension_icon_image.cc View 1 chunk +14 lines, -16 lines 0 comments Download
M chrome/browser/extensions/extension_protocols.cc View 2 chunks +15 lines, -20 lines 0 comments Download
M chrome/browser/extensions/image_loading_tracker.h View 4 chunks +8 lines, -15 lines 0 comments Download
M chrome/browser/extensions/image_loading_tracker.cc View 6 chunks +31 lines, -47 lines 0 comments Download
M chrome/browser/extensions/image_loading_tracker_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/resources/chrome_app/manifest.json View 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/browser/resources/webstore_app/manifest.json View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/extensions/extension_icon_source.cc View 2 chunks +1 line, -10 lines 0 comments Download
M chrome/renderer/extensions/resource_request_policy.cc View 1 chunk +4 lines, -1 line 0 comments Download

Messages

Total messages: 5 (0 generated)
Marijn Kruisselbrink
Please review this again; The only change in this compared to the previous CL is ...
8 years, 2 months ago (2012-10-03 23:06:40 UTC) #1
Aaron Boodman
lgtm On Wed, Oct 3, 2012 at 4:06 PM, <mek@chromium.org> wrote: > Reviewers: Aaron Boodman, ...
8 years, 2 months ago (2012-10-04 04:39:24 UTC) #2
James Hawkins
lgtm
8 years, 2 months ago (2012-10-04 13:36:43 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mek@chromium.org/11045030/1
8 years, 2 months ago (2012-10-04 14:10:34 UTC) #4
commit-bot: I haz the power
8 years, 2 months ago (2012-10-04 16:19:40 UTC) #5
Change committed as 160143

Powered by Google App Engine
This is Rietveld 408576698