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

Issue 10695052: HiDPI chromium logo for NTP, about:version, about:neterror (Closed)

Created:
8 years, 5 months ago by Nico
Modified:
8 years, 5 months ago
Reviewers:
flackr
CC:
chromium-reviews, dbeam+watch-ntp_chromium.org, arv (Not doing code reviews), darin-cc_chromium.org, oshima+watch_chromium.org, brettw-cc_chromium.org, estade+watch_chromium.org
Visibility:
Public.

Description

HiDPI chromium logo for NTP, about:version, about:neterror BUG=134372, 135179 TEST=look at logo Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=145466

Patch Set 1 #

Total comments: 7

Patch Set 2 : rebase #

Patch Set 3 : rebase #

Patch Set 4 : . #

Patch Set 5 : tweak #

Patch Set 6 : 135179 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+28 lines, -6 lines) Patch
D chrome/app/theme/chromium/product_logo.png View 0 chunks +-1 lines, --1 lines 0 comments Download
D chrome/app/theme/chromium/product_logo_white.png View 0 chunks +-1 lines, --1 lines 0 comments Download
M chrome/app/theme/theme_resources.grd View 1 2 1 chunk +0 lines, -4 lines 0 comments Download
M chrome/app/theme/theme_resources_standard.grd View 1 chunk +8 lines, -0 lines 0 comments Download
M chrome/browser/browser_resources.grd View 1 2 3 4 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/resources/about_version.html View 1 2 3 4 5 2 chunks +6 lines, -1 line 0 comments Download
M chrome/browser/resources/ntp4/new_tab.css View 1 2 3 4 5 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/resources/ntp4/new_tab.html View 1 2 3 4 5 1 chunk +2 lines, -1 line 0 comments Download
M chrome/renderer/resources/neterror.html View 1 2 3 4 2 chunks +10 lines, -1 line 0 comments Download

Messages

Total messages: 7 (0 generated)
Nico
Since the NTP is so visible, it might be worth landing this until grit does ...
8 years, 5 months ago (2012-06-30 05:27:35 UTC) #1
flackr
Sounds like a good idea to me. http://codereview.chromium.org/10695052/diff/1/chrome/browser/resources/about_version.html File chrome/browser/resources/about_version.html (right): http://codereview.chromium.org/10695052/diff/1/chrome/browser/resources/about_version.html#newcode44 chrome/browser/resources/about_version.html:44: content: -webkit-image-set( ...
8 years, 5 months ago (2012-06-30 12:05:46 UTC) #2
Nico
http://codereview.chromium.org/10695052/diff/1/chrome/renderer/resources/neterror.html File chrome/renderer/resources/neterror.html (right): http://codereview.chromium.org/10695052/diff/1/chrome/renderer/resources/neterror.html#newcode155 chrome/renderer/resources/neterror.html:155: <!-- Revert once XXX is done --> On 2012/06/30 ...
8 years, 5 months ago (2012-06-30 16:55:25 UTC) #3
flackr
http://codereview.chromium.org/10695052/diff/1/chrome/renderer/resources/neterror.html File chrome/renderer/resources/neterror.html (right): http://codereview.chromium.org/10695052/diff/1/chrome/renderer/resources/neterror.html#newcode155 chrome/renderer/resources/neterror.html:155: <!-- Revert once XXX is done --> Not outside ...
8 years, 5 months ago (2012-06-30 17:02:46 UTC) #4
Nico
http://codereview.chromium.org/10695052/diff/1/chrome/renderer/resources/neterror.html File chrome/renderer/resources/neterror.html (right): http://codereview.chromium.org/10695052/diff/1/chrome/renderer/resources/neterror.html#newcode155 chrome/renderer/resources/neterror.html:155: <!-- Revert once XXX is done --> On 2012/06/30 ...
8 years, 5 months ago (2012-06-30 18:15:23 UTC) #5
Nico
I prefer using an img element for the images instead of a div though, so ...
8 years, 5 months ago (2012-07-04 11:26:56 UTC) #6
flackr
8 years, 5 months ago (2012-07-04 12:33:01 UTC) #7
On 2012/07/04 11:26:56, Nico wrote:
> I prefer using an img element for the images instead of a div though, so I
kept
> that part. Addressed the rest.

Reason I suggested changing it to a div is since src is normally a required
attribute of an img, but then so is alt. Anyways, LGTM.

Powered by Google App Engine
This is Rietveld 408576698