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

Issue 587803003: [Search] Add a header image to the promo flow. (Closed)

Created:
6 years, 3 months ago by Mathieu
Modified:
6 years, 3 months ago
CC:
chromium-reviews, skanuj+watch_chromium.org, melevin+watch_chromium.org, dhollowa+watch_chromium.org, dougw+watch_chromium.org, donnd+watch_chromium.org, jfweitz+watch_chromium.org, David Black, arv+watch_chromium.org, samarth+watch_chromium.org, kmadhusu+watch_chromium.org, Jered
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

[Search] Add a header image to the promo flow. Controlled with Variations parameter "hide_promo_header" which should be set to "enabled" for the image to be hidden BUG=413337 TBR=jhawkins Committed: https://crrev.com/131ad350c467be1fe8e0c87acc85ae5c2339d21e Cr-Commit-Position: refs/heads/master@{#296190}

Patch Set 1 #

Patch Set 2 : Using finch parameter for hiding the header #

Total comments: 8

Patch Set 3 : #

Total comments: 4

Patch Set 4 : nits #

Total comments: 6

Patch Set 5 : nits 2 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+136 lines, -10 lines) Patch
M chrome/browser/browser_resources.grd View 1 2 3 1 chunk +2 lines, -1 line 0 comments Download
A chrome/browser/resources/contextual_search/header.svg View 1 chunk +64 lines, -0 lines 0 comments Download
M chrome/browser/resources/contextual_search/promo.css View 2 chunks +7 lines, -1 line 0 comments Download
M chrome/browser/resources/contextual_search/promo.html View 1 2 3 1 chunk +5 lines, -4 lines 0 comments Download
M chrome/browser/resources/contextual_search/promo.js View 1 2 3 1 chunk +11 lines, -4 lines 0 comments Download
M chrome/browser/search/contextual_search_promo_source_android.h View 1 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/browser/search/contextual_search_promo_source_android.cc View 1 2 3 4 4 chunks +43 lines, -0 lines 0 comments Download

Messages

Total messages: 16 (4 generated)
Mathieu
Hi, Pedro, can you review the logic. Sam: Will need your approval after Pedro's OK ...
6 years, 3 months ago (2014-09-22 15:55:12 UTC) #2
pedro (no code reviews)
Looking good. Left you some comments. I would be nice testing this on an old ...
6 years, 3 months ago (2014-09-22 18:25:21 UTC) #3
Mathieu
Note that the param is "hide_promo_header" https://codereview.chromium.org/587803003/diff/20001/chrome/browser/resources/contextual_search/promo.html File chrome/browser/resources/contextual_search/promo.html (right): https://codereview.chromium.org/587803003/diff/20001/chrome/browser/resources/contextual_search/promo.html#newcode9 chrome/browser/resources/contextual_search/promo.html:9: <link rel="stylesheet" href="promo.css"> ...
6 years, 3 months ago (2014-09-22 21:35:07 UTC) #4
pedro (no code reviews)
lgtm Couple of nits, but LGTM. https://codereview.chromium.org/587803003/diff/40001/chrome/browser/browser_resources.grd File chrome/browser/browser_resources.grd (right): https://codereview.chromium.org/587803003/diff/40001/chrome/browser/browser_resources.grd#newcode33 chrome/browser/browser_resources.grd:33: <structure name="IDR_CONTEXTUAL_SEARCH_PROMO_HTML" file="resources\contextual_search\promo.html" ...
6 years, 3 months ago (2014-09-23 08:44:31 UTC) #5
Mathieu
Thanks. Sam, can you approve? https://codereview.chromium.org/587803003/diff/40001/chrome/browser/browser_resources.grd File chrome/browser/browser_resources.grd (right): https://codereview.chromium.org/587803003/diff/40001/chrome/browser/browser_resources.grd#newcode33 chrome/browser/browser_resources.grd:33: <structure name="IDR_CONTEXTUAL_SEARCH_PROMO_HTML" file="resources\contextual_search\promo.html" flattenhtml="true" ...
6 years, 3 months ago (2014-09-23 13:36:11 UTC) #6
huangs
LGTM with nits. https://codereview.chromium.org/587803003/diff/60001/chrome/browser/resources/contextual_search/promo.js File chrome/browser/resources/contextual_search/promo.js (right): https://codereview.chromium.org/587803003/diff/60001/chrome/browser/resources/contextual_search/promo.js#newcode15 chrome/browser/resources/contextual_search/promo.js:15: if (config['hideHeader']) { NIT: I'm a ...
6 years, 3 months ago (2014-09-23 13:44:39 UTC) #7
Mathieu
https://codereview.chromium.org/587803003/diff/60001/chrome/browser/resources/contextual_search/promo.js File chrome/browser/resources/contextual_search/promo.js (right): https://codereview.chromium.org/587803003/diff/60001/chrome/browser/resources/contextual_search/promo.js#newcode15 chrome/browser/resources/contextual_search/promo.js:15: if (config['hideHeader']) { On 2014/09/23 13:44:38, huangs1 wrote: > ...
6 years, 3 months ago (2014-09-23 13:50:09 UTC) #8
Mathieu
TBR jhawkins for addition of SVG to browser_resources.grd Submitting
6 years, 3 months ago (2014-09-23 13:51:12 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/587803003/80001
6 years, 3 months ago (2014-09-23 14:27:40 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/587803003/80001
6 years, 3 months ago (2014-09-23 14:27:49 UTC) #14
commit-bot: I haz the power
Committed patchset #5 (id:80001) as ef1b1f48ee133bce570ee529a469e5625d111039
6 years, 3 months ago (2014-09-23 15:29:58 UTC) #15
commit-bot: I haz the power
6 years, 3 months ago (2014-09-23 15:30:35 UTC) #16
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/131ad350c467be1fe8e0c87acc85ae5c2339d21e
Cr-Commit-Position: refs/heads/master@{#296190}

Powered by Google App Engine
This is Rietveld 408576698