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

Issue 1269383005: Add channel-specific product logo to chrome://help (Closed)

Created:
5 years, 4 months ago by Evan Stade
Modified:
5 years, 4 months ago
Reviewers:
oshima, Dan Beam
CC:
chromium-reviews, arv+watch_chromium.org, oshima+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add channel-specific product logo to chrome://help BUG=511000 Committed: https://crrev.com/9836302ea4ffb887ce6ffa597c1ee5484d2f1091 Cr-Commit-Position: refs/heads/master@{#342183}

Patch Set 1 #

Patch Set 2 : self review #

Total comments: 2

Patch Set 3 : sort #

Total comments: 8
Unified diffs Side-by-side diffs Delta from patch set Stats (+37 lines, -1 line) Patch
M chrome/app/theme/theme_resources.grd View 1 2 1 chunk +3 lines, -0 lines 3 comments Download
M chrome/browser/resources/help/help_content.html View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/ui/webui/help/help_ui.cc View 1 2 chunks +32 lines, -0 lines 5 comments Download

Messages

Total messages: 22 (3 generated)
Evan Stade
+dbeam for browser/resources/ +oshima for app/theme/ This CL depends on two patches to add the ...
5 years, 4 months ago (2015-08-05 21:30:19 UTC) #2
oshima
lgtm https://codereview.chromium.org/1269383005/diff/20001/chrome/app/theme/theme_resources.grd File chrome/app/theme/theme_resources.grd (right): https://codereview.chromium.org/1269383005/diff/20001/chrome/app/theme/theme_resources.grd#newcode609 chrome/app/theme/theme_resources.grd:609: <structure type="chrome_scaled_image" name="IDR_PRODUCT_LOGO_32_BETA" file="google_chrome/product_logo_32_beta.png" /> nit: can you ...
5 years, 4 months ago (2015-08-05 21:40:12 UTC) #3
Evan Stade
https://codereview.chromium.org/1269383005/diff/20001/chrome/app/theme/theme_resources.grd File chrome/app/theme/theme_resources.grd (right): https://codereview.chromium.org/1269383005/diff/20001/chrome/app/theme/theme_resources.grd#newcode609 chrome/app/theme/theme_resources.grd:609: <structure type="chrome_scaled_image" name="IDR_PRODUCT_LOGO_32_BETA" file="google_chrome/product_logo_32_beta.png" /> On 2015/08/05 21:40:12, oshima ...
5 years, 4 months ago (2015-08-05 21:44:55 UTC) #4
Evan Stade
> +dbeam for browser/resources/ as well as webui/
5 years, 4 months ago (2015-08-05 21:46:15 UTC) #5
Dan Beam
https://codereview.chromium.org/1269383005/diff/40001/chrome/app/theme/theme_resources.grd File chrome/app/theme/theme_resources.grd (right): https://codereview.chromium.org/1269383005/diff/40001/chrome/app/theme/theme_resources.grd#newcode601 chrome/app/theme/theme_resources.grd:601: <structure type="chrome_scaled_image" name="IDR_PRODUCT_LOGO" file="google_chrome/product_logo.png" /> why can't we just ...
5 years, 4 months ago (2015-08-05 22:41:25 UTC) #6
Evan Stade
https://codereview.chromium.org/1269383005/diff/40001/chrome/app/theme/theme_resources.grd File chrome/app/theme/theme_resources.grd (right): https://codereview.chromium.org/1269383005/diff/40001/chrome/app/theme/theme_resources.grd#newcode601 chrome/app/theme/theme_resources.grd:601: <structure type="chrome_scaled_image" name="IDR_PRODUCT_LOGO" file="google_chrome/product_logo.png" /> On 2015/08/05 22:41:25, Dan ...
5 years, 4 months ago (2015-08-06 01:19:59 UTC) #7
Dan Beam
https://codereview.chromium.org/1269383005/diff/40001/chrome/browser/ui/webui/help/help_ui.cc File chrome/browser/ui/webui/help/help_ui.cc (right): https://codereview.chromium.org/1269383005/diff/40001/chrome/browser/ui/webui/help/help_ui.cc#newcode33 chrome/browser/ui/webui/help/help_ui.cc:33: #if defined(GOOGLE_CHROME_BUILD) why is this necessary? doesn't GetChannel() do ...
5 years, 4 months ago (2015-08-06 02:49:08 UTC) #8
Evan Stade
https://codereview.chromium.org/1269383005/diff/40001/chrome/browser/ui/webui/help/help_ui.cc File chrome/browser/ui/webui/help/help_ui.cc (right): https://codereview.chromium.org/1269383005/diff/40001/chrome/browser/ui/webui/help/help_ui.cc#newcode33 chrome/browser/ui/webui/help/help_ui.cc:33: #if defined(GOOGLE_CHROME_BUILD) On 2015/08/06 02:49:07, Dan Beam wrote: > ...
5 years, 4 months ago (2015-08-06 03:01:24 UTC) #9
Dan Beam
https://codereview.chromium.org/1269383005/diff/40001/chrome/browser/ui/webui/help/help_ui.cc File chrome/browser/ui/webui/help/help_ui.cc (right): https://codereview.chromium.org/1269383005/diff/40001/chrome/browser/ui/webui/help/help_ui.cc#newcode58 chrome/browser/ui/webui/help/help_ui.cc:58: source->AddResourcePath("current-channel-logo", product_logo); On 2015/08/06 03:01:24, Evan Stade wrote: > ...
5 years, 4 months ago (2015-08-06 03:15:38 UTC) #10
Dan Beam
lgtm after in-person explanation https://codereview.chromium.org/1269383005/diff/40001/chrome/app/theme/theme_resources.grd File chrome/app/theme/theme_resources.grd (right): https://codereview.chromium.org/1269383005/diff/40001/chrome/app/theme/theme_resources.grd#newcode600 chrome/app/theme/theme_resources.grd:600: <if expr="_google_chrome"> ah, this is ...
5 years, 4 months ago (2015-08-06 03:17:56 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1269383005/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1269383005/40001
5 years, 4 months ago (2015-08-06 18:56:00 UTC) #14
commit-bot: I haz the power
Committed patchset #3 (id:40001)
5 years, 4 months ago (2015-08-06 19:55:37 UTC) #15
commit-bot: I haz the power
Patchset 3 (id:??) landed as https://crrev.com/9836302ea4ffb887ce6ffa597c1ee5484d2f1091 Cr-Commit-Position: refs/heads/master@{#342183}
5 years, 4 months ago (2015-08-06 19:56:08 UTC) #16
tommi (sloooow) - chröme
On 2015/08/06 19:56:08, commit-bot: I haz the power wrote: > Patchset 3 (id:??) landed as ...
5 years, 4 months ago (2015-08-07 09:19:19 UTC) #17
tommi (sloooow) - chröme
On 2015/08/07 09:19:19, tommi wrote: > On 2015/08/06 19:56:08, commit-bot: I haz the power wrote: ...
5 years, 4 months ago (2015-08-07 09:22:32 UTC) #18
tommi (sloooow) - chröme
On 2015/08/07 09:22:32, tommi wrote: > On 2015/08/07 09:19:19, tommi wrote: > > On 2015/08/06 ...
5 years, 4 months ago (2015-08-07 09:27:13 UTC) #19
tommi (sloooow) - chröme
A revert of this CL (patchset #3 id:40001) has been created in https://codereview.chromium.org/1280033002/ by tommi@chromium.org. ...
5 years, 4 months ago (2015-08-07 09:27:44 UTC) #20
Evan Stade
On 2015/08/07 09:27:44, tommi wrote: > A revert of this CL (patchset #3 id:40001) has ...
5 years, 4 months ago (2015-08-07 17:12:48 UTC) #21
Evan Stade
5 years, 4 months ago (2015-08-07 17:16:06 UTC) #22
Message was sent while issue was closed.
On 2015/08/07 17:12:48, Evan Stade wrote:
> On 2015/08/07 09:27:44, tommi wrote:
> > A revert of this CL (patchset #3 id:40001) has been created in
> > https://codereview.chromium.org/1280033002/ by mailto:tommi@chromium.org.
> > 
> > The reason for reverting is: Reverting due to missing files.  See comments
in
> > cl:
> > https://codereview.chromium.org/1269383005/.
> 
> Did this actually break any bots?
> 
> As of this deps roll[1] (which landed before this change), you should have had
> the files in your checkout.
> 
> [1] https://chromereviews.googleplex.com/235977013/diff/1/DEPS

yea, it looks like the official builders were happy with this change. Perhaps
your local config is messed up? (No longer checking out src-internal?)

Powered by Google App Engine
This is Rietveld 408576698