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

Issue 10823115: crbug.com/124865 - DCHECK failure when pinning Chrome Web Store to Launcher (Closed)

Created:
8 years, 4 months ago by sschmitz
Modified:
8 years, 4 months ago
CC:
chromium-reviews, arv (Not doing code reviews), Emmanuel Saint-loubert-BiƩ, DaveMoore
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

crbug.com/124865 - DCHECK failure when pinning Chrome Web Store to Launcher CrOS Aura: Fix pinning Chrome Web Store to Launcher Added two icon filenames to the manifest for the Chrome Web Store. Created subdir "images" where manifest resides and copied two appropriate icons. More detail: The "icons" element in the manifest for the Chrome Web Store was empty. This seem to cause the DCHECK failure when trying to pin the CWS to the Launcher. Adding two icon filenames to the manifest fixed the issue. I believe the actual icons being used come from somewhere else. BUG=124865 TEST=Click on Apps icon in the Launcher; Right click on Chrome Web Store; Select Pin to Launcher; Observe no DCHECK on Debug build on linux desktop

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -0 lines) Patch
A + chrome/browser/resources/webstore_app/images/icon128.png View Binary file 0 comments Download
A + chrome/browser/resources/webstore_app/images/icon16.png View Binary file 0 comments Download
M chrome/browser/resources/webstore_app/manifest.json View 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
sschmitz
8 years, 4 months ago (2012-07-31 22:55:34 UTC) #1
Aaron Boodman
Can you also remove the duplicate icons elsewhere in the source tree and the places ...
8 years, 4 months ago (2012-08-01 11:43:44 UTC) #2
Aaron Boodman
+davemoore Actually, now that I think about it, it is also incorrect for the launcher ...
8 years, 4 months ago (2012-08-01 11:45:30 UTC) #3
sschmitz
8 years, 4 months ago (2012-08-02 23:45:35 UTC) #4
On 2012/08/01 11:45:30, Aaron Boodman wrote:
> +davemoore
> 
> Actually, now that I think about it, it is also incorrect for the launcher to
> DCHECK that icons are present. Icons are not required in extension or app
> manifests. That code should fall back to the default extension or app icon if
> the extension or app does not specify an icon.

I'v abandoned this CL/issue.
It has been superseded by 10830123

Powered by Google App Engine
This is Rietveld 408576698