New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 733778 link

Starred by 1 user

Issue metadata

Status: Untriaged
Owner: ----
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 2
Type: Bug



Sign in to add a comment

WebUI: remove redundant assets from resource file.

Project Member Reported by scottchen@chromium.org, Jun 15 2017

Issue description

Currently there are images in the cr_elements/ directory that are included in the .grdp config (see: https://codereview.chromium.org/2848973003/patch/780001/790053) which are unnecessary.

They are redundant because the CSS file using them *should* already be doing "flattenhtml". However, there's an issue with the CSS pulled from cr_elements into Settings build such that:
1) Vulcanize string replaces the relative path pointing to the asset
2) grit will no longer flatten that path because it's not relative anymore.

Once we figure out a way to flatten cr_elements resources correctly, we should remove these assets from the .grd files.
 

Comment 1 by dpa...@chromium.org, May 18 2018

Components: UI>Browser>WebUI

Sign in to add a comment