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

Issue 10830051: Restore <img> src values now that grit converts these. (Closed)

Created:
8 years, 4 months ago by flackr
Modified:
8 years, 4 months ago
Reviewers:
Ted C, Nico, Dan Beam
CC:
chromium-reviews, dbeam+watch-ntp_chromium.org, estade+watch_chromium.org, arv (Not doing code reviews), Ted C
Visibility:
Public.

Description

Restore <img> src values now that grit converts these. BUG=135179 TEST=Run chrome with --force-device-scale-factor=2 and ensure that high DPI images are used on these pages (i.e. the logo on chrome://chrome/help/) Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=148804

Patch Set 1 #

Patch Set 2 : Merge with master. #

Patch Set 3 : Ensure ThemeSource is loaded. #

Total comments: 7

Patch Set 4 : Only add ThemeSource if we have theme support. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+20 lines, -24 lines) Patch
M chrome/browser/resources/about_version.html View 1 1 chunk +7 lines, -2 lines 0 comments Download
M chrome/browser/resources/about_version_android.css View 1 1 chunk +0 lines, -6 lines 0 comments Download
M chrome/browser/resources/help/help.css View 1 chunk +0 lines, -5 lines 0 comments Download
M chrome/browser/resources/help/help.html View 1 chunk +1 line, -2 lines 0 comments Download
M chrome/browser/resources/ntp4/new_tab.css View 1 chunk +0 lines, -2 lines 0 comments Download
M chrome/browser/resources/ntp4/new_tab.html View 1 chunk +1 line, -2 lines 0 comments Download
M chrome/browser/resources/shared/css/about_version.css View 1 1 chunk +0 lines, -5 lines 0 comments Download
M chrome/browser/ui/webui/about_ui.cc View 1 2 3 2 chunks +11 lines, -0 lines 0 comments Download

Messages

Total messages: 17 (0 generated)
flackr
Hey, I did a search for the bug number, were there any instances you didn't ...
8 years, 4 months ago (2012-07-27 16:20:54 UTC) #1
Nico
LGTM These are all that I changed.
8 years, 4 months ago (2012-07-27 16:29:21 UTC) #2
Dan Beam
drive-by nit for Nico: please don't bypass presubmit hooks (that make others fix your issue ...
8 years, 4 months ago (2012-07-27 16:50:04 UTC) #3
flackr
James, PTAL, thanks!
8 years, 4 months ago (2012-07-27 16:57:13 UTC) #4
Dan Beam
lgtm for OWNERS
8 years, 4 months ago (2012-07-27 17:02:34 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/flackr@chromium.org/10830051/1
8 years, 4 months ago (2012-07-27 17:04:58 UTC) #6
commit-bot: I haz the power
Failed to apply patch for chrome/browser/resources/about_version.html: While running patch -p1 --forward --force; patching file chrome/browser/resources/about_version.html ...
8 years, 4 months ago (2012-07-27 17:05:00 UTC) #7
James Hawkins
LGTM
8 years, 4 months ago (2012-07-27 17:16:21 UTC) #8
flackr
Ted, I can't test on android but patchset 3 may fix the issue you mentioned. ...
8 years, 4 months ago (2012-07-27 18:03:45 UTC) #9
Ted C
lgtm w/ the if def for themes https://chromiumcodereview.appspot.com/10830051/diff/7002/chrome/browser/resources/about_version.html File chrome/browser/resources/about_version.html (right): https://chromiumcodereview.appspot.com/10830051/diff/7002/chrome/browser/resources/about_version.html#newcode26 chrome/browser/resources/about_version.html:26: <img src="../../app/theme/default_100_percent/%DISTRIBUTION%/product_logo.png"> ...
8 years, 4 months ago (2012-07-27 18:18:45 UTC) #10
Dan Beam
https://chromiumcodereview.appspot.com/10830051/diff/7002/chrome/browser/resources/about_version.html File chrome/browser/resources/about_version.html (right): https://chromiumcodereview.appspot.com/10830051/diff/7002/chrome/browser/resources/about_version.html#newcode26 chrome/browser/resources/about_version.html:26: <img src="../../app/theme/default_100_percent/%DISTRIBUTION%/product_logo.png"> On 2012/07/27 18:18:45, Ted C wrote: > ...
8 years, 4 months ago (2012-07-27 18:20:59 UTC) #11
flackr
https://chromiumcodereview.appspot.com/10830051/diff/7002/chrome/browser/resources/about_version.html File chrome/browser/resources/about_version.html (right): https://chromiumcodereview.appspot.com/10830051/diff/7002/chrome/browser/resources/about_version.html#newcode26 chrome/browser/resources/about_version.html:26: <img src="../../app/theme/default_100_percent/%DISTRIBUTION%/product_logo.png"> On 2012/07/27 18:20:59, Dan Beam wrote: > ...
8 years, 4 months ago (2012-07-27 18:24:24 UTC) #12
flackr
https://chromiumcodereview.appspot.com/10830051/diff/7002/chrome/browser/resources/about_version.html File chrome/browser/resources/about_version.html (right): https://chromiumcodereview.appspot.com/10830051/diff/7002/chrome/browser/resources/about_version.html#newcode26 chrome/browser/resources/about_version.html:26: <img src="../../app/theme/default_100_percent/%DISTRIBUTION%/product_logo.png"> On 2012/07/27 18:24:24, flackr wrote: > On ...
8 years, 4 months ago (2012-07-27 18:26:28 UTC) #13
Dan Beam
slgtm w/bug to pass enabled_themes to grit
8 years, 4 months ago (2012-07-27 18:31:32 UTC) #14
flackr
Filed crbug.com/139369 to track passing enable_themes to grit. Thanks. https://chromiumcodereview.appspot.com/10830051/diff/7002/chrome/browser/ui/webui/about_ui.cc File chrome/browser/ui/webui/about_ui.cc (right): https://chromiumcodereview.appspot.com/10830051/diff/7002/chrome/browser/ui/webui/about_ui.cc#newcode1386 chrome/browser/ui/webui/about_ui.cc:1386: ...
8 years, 4 months ago (2012-07-27 18:38:45 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/flackr@chromium.org/10830051/9010
8 years, 4 months ago (2012-07-27 18:40:16 UTC) #16
commit-bot: I haz the power
8 years, 4 months ago (2012-07-27 21:04:33 UTC) #17
Change committed as 148804

Powered by Google App Engine
This is Rietveld 408576698