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

Issue 1050163004: [Contextual Search] Implements Opt-out promo. (Closed)

Created:
5 years, 8 months ago by pedro (no code reviews)
Modified:
5 years, 7 months ago
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[Contextual Search] Implements Opt-out promo. BUG=473807 Committed: https://crrev.com/e76fd1767f3bf81a2e2231ec196c22571d5c3734 Cr-Commit-Position: refs/heads/master@{#323825}

Patch Set 1 #

Patch Set 2 : Refactoring #

Total comments: 54

Patch Set 3 : Addressing comments #

Patch Set 4 : Sync and rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+913 lines, -19 lines) Patch
A chrome/android/java/res/drawable/contextual_search_promo_background.xml View 1 2 1 chunk +5 lines, -0 lines 0 comments Download
A chrome/android/java/res/layout/contextual_search_opt_out_promo.xml View 1 2 1 chunk +70 lines, -0 lines 0 comments Download
A chrome/android/java/res/layout/contextual_search_view.xml View 1 2 1 chunk +61 lines, -0 lines 0 comments Download
M chrome/android/java/res/values/colors.xml View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/android/java/res/values/dimens.xml View 1 1 chunk +1 line, -0 lines 0 comments Download
A chrome/android/java/src/org/chromium/chrome/browser/compositor/bottombar/contextualsearch/ContextualSearchControl.java View 1 2 1 chunk +126 lines, -0 lines 0 comments Download
A chrome/android/java/src/org/chromium/chrome/browser/compositor/bottombar/contextualsearch/ContextualSearchOptOutPromo.java View 1 2 1 chunk +144 lines, -0 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/compositor/bottombar/contextualsearch/ContextualSearchPanel.java View 1 2 4 chunks +15 lines, -2 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/compositor/bottombar/contextualsearch/ContextualSearchPanelAnimation.java View 1 2 1 chunk +1 line, -5 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/compositor/bottombar/contextualsearch/ContextualSearchPanelBase.java View 1 2 17 chunks +364 lines, -3 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/compositor/bottombar/contextualsearch/ContextualSearchPanelDelegate.java View 1 2 1 chunk +5 lines, -0 lines 0 comments Download
M chrome/android/java/strings/android_chrome_strings.grd View 1 2 3 5 chunks +15 lines, -3 lines 0 comments Download
M chrome/browser/android/compositor/layer/contextual_search_layer.h View 1 3 chunks +10 lines, -1 line 0 comments Download
M chrome/browser/android/compositor/layer/contextual_search_layer.cc View 1 2 8 chunks +92 lines, -5 lines 0 comments Download

Messages

Total messages: 13 (4 generated)
pedro (no code reviews)
Hey David, please take a first look at this change. It is not complete yet, ...
5 years, 8 months ago (2015-04-02 10:28:57 UTC) #3
Donn Denman
On 2015/04/02 10:28:57, pedrosimonetti wrote: > Hey David, please take a first look at this ...
5 years, 8 months ago (2015-04-02 19:43:27 UTC) #4
Donn Denman
Here's my comments. https://codereview.chromium.org/1050163004/diff/20001/chrome/android/java/res/layout/contextual_search_opt_out_promo.xml File chrome/android/java/res/layout/contextual_search_opt_out_promo.xml (right): https://codereview.chromium.org/1050163004/diff/20001/chrome/android/java/res/layout/contextual_search_opt_out_promo.xml#newcode33 chrome/android/java/res/layout/contextual_search_opt_out_promo.xml:33: <Button As you know, we'll want ...
5 years, 8 months ago (2015-04-02 19:45:00 UTC) #5
Donn Denman
https://codereview.chromium.org/1050163004/diff/20001/chrome/android/java/src/org/chromium/chrome/browser/widget/ContextualSearchControl.java File chrome/android/java/src/org/chromium/chrome/browser/widget/ContextualSearchControl.java (right): https://codereview.chromium.org/1050163004/diff/20001/chrome/android/java/src/org/chromium/chrome/browser/widget/ContextualSearchControl.java#newcode90 chrome/android/java/src/org/chromium/chrome/browser/widget/ContextualSearchControl.java:90: // String firstRunText = ContextualSearchFieldTrial.getEnglishExperimentFirstRunText( On 2015/04/02 19:45:00, Donn ...
5 years, 8 months ago (2015-04-02 20:02:28 UTC) #6
David Trainor- moved to gerrit
mainly nits. the only main concern I have is making sure the promo is removed ...
5 years, 8 months ago (2015-04-02 20:38:24 UTC) #7
pedro (no code reviews)
Please take another look. https://codereview.chromium.org/1050163004/diff/20001/chrome/android/java/res/layout/contextual_search_opt_out_promo.xml File chrome/android/java/res/layout/contextual_search_opt_out_promo.xml (right): https://codereview.chromium.org/1050163004/diff/20001/chrome/android/java/res/layout/contextual_search_opt_out_promo.xml#newcode33 chrome/android/java/res/layout/contextual_search_opt_out_promo.xml:33: <Button On 2015/04/02 19:44:58, Donn ...
5 years, 8 months ago (2015-04-03 21:01:02 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1050163004/60001
5 years, 8 months ago (2015-04-03 21:21:58 UTC) #11
commit-bot: I haz the power
Committed patchset #4 (id:60001)
5 years, 8 months ago (2015-04-03 21:47:04 UTC) #12
commit-bot: I haz the power
5 years, 8 months ago (2015-04-03 21:47:53 UTC) #13
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/e76fd1767f3bf81a2e2231ec196c22571d5c3734
Cr-Commit-Position: refs/heads/master@{#323825}

Powered by Google App Engine
This is Rietveld 408576698