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

Issue 456833003: [Search] Make the text swoosh away off the screen when the user taps the opt-in link. (Closed)

Created:
6 years, 4 months ago by Mathieu
Modified:
6 years, 4 months ago
CC:
chromium-reviews, arv+watch_chromium.org
Project:
chromium
Visibility:
Public.

Description

[Search] Make the text swoosh away off the screen when the user taps the opt-in link. Previously, nothing would happen. Now there is a transition, everything slides away to the bottom of the screen and the rest is loaded. BUG=402017 TEST=manual R=huangs@chromium.org, pedrosimonetti@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=288974

Patch Set 1 #

Total comments: 12

Patch Set 2 : addressed comments #

Total comments: 4

Patch Set 3 : addressed comments #2 #

Total comments: 2

Patch Set 4 : comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+24 lines, -6 lines) Patch
M chrome/browser/resources/contextual_search/promo.css View 1 2 1 chunk +7 lines, -0 lines 0 comments Download
M chrome/browser/resources/contextual_search/promo.html View 1 1 chunk +7 lines, -5 lines 0 comments Download
M chrome/browser/resources/contextual_search/promo.js View 1 2 3 1 chunk +10 lines, -1 line 0 comments Download

Messages

Total messages: 8 (0 generated)
huangs
Some comments that needs testing. https://chromiumcodereview.appspot.com/456833003/diff/1/chrome/browser/resources/contextual_search/promo.css File chrome/browser/resources/contextual_search/promo.css (right): https://chromiumcodereview.appspot.com/456833003/diff/1/chrome/browser/resources/contextual_search/promo.css#newcode43 chrome/browser/resources/contextual_search/promo.css:43: -webkit-transform: none; Probably redundant. ...
6 years, 4 months ago (2014-08-11 16:10:52 UTC) #1
pedro (no code reviews)
https://codereview.chromium.org/456833003/diff/1/chrome/browser/resources/contextual_search/promo.css File chrome/browser/resources/contextual_search/promo.css (right): https://codereview.chromium.org/456833003/diff/1/chrome/browser/resources/contextual_search/promo.css#newcode43 chrome/browser/resources/contextual_search/promo.css:43: -webkit-transform: none; No need for transforms here. Animating the ...
6 years, 4 months ago (2014-08-11 17:54:06 UTC) #2
Mathieu
Thanks, have a look! https://codereview.chromium.org/456833003/diff/1/chrome/browser/resources/contextual_search/promo.css File chrome/browser/resources/contextual_search/promo.css (right): https://codereview.chromium.org/456833003/diff/1/chrome/browser/resources/contextual_search/promo.css#newcode43 chrome/browser/resources/contextual_search/promo.css:43: -webkit-transform: none; On 2014/08/11 17:54:06, ...
6 years, 4 months ago (2014-08-11 21:11:04 UTC) #3
pedro (no code reviews)
lgtm LGTM with a couple of nits https://codereview.chromium.org/456833003/diff/20001/chrome/browser/resources/contextual_search/promo.css File chrome/browser/resources/contextual_search/promo.css (right): https://codereview.chromium.org/456833003/diff/20001/chrome/browser/resources/contextual_search/promo.css#newcode51 chrome/browser/resources/contextual_search/promo.css:51: opacity: 0; ...
6 years, 4 months ago (2014-08-11 21:38:02 UTC) #4
Mathieu
Thanks! https://codereview.chromium.org/456833003/diff/20001/chrome/browser/resources/contextual_search/promo.css File chrome/browser/resources/contextual_search/promo.css (right): https://codereview.chromium.org/456833003/diff/20001/chrome/browser/resources/contextual_search/promo.css#newcode51 chrome/browser/resources/contextual_search/promo.css:51: opacity: 0; On 2014/08/11 21:38:02, pedrosimonetti wrote: > ...
6 years, 4 months ago (2014-08-12 12:39:47 UTC) #5
huangs
LGTM with comment on comment. https://codereview.chromium.org/456833003/diff/40001/chrome/browser/resources/contextual_search/promo.js File chrome/browser/resources/contextual_search/promo.js (right): https://codereview.chromium.org/456833003/diff/40001/chrome/browser/resources/contextual_search/promo.js#newcode7 chrome/browser/resources/contextual_search/promo.js:7: * On load, registers ...
6 years, 4 months ago (2014-08-12 15:17:28 UTC) #6
Mathieu
Committed patchset #4 manually as 288974 (presubmit successful).
6 years, 4 months ago (2014-08-12 15:18:45 UTC) #7
Mathieu
6 years, 4 months ago (2014-08-12 15:19:06 UTC) #8
Message was sent while issue was closed.
https://codereview.chromium.org/456833003/diff/40001/chrome/browser/resources...
File chrome/browser/resources/contextual_search/promo.js (right):

https://codereview.chromium.org/456833003/diff/40001/chrome/browser/resources...
chrome/browser/resources/contextual_search/promo.js:7: * On load, registers the
handler to add the 'fadeout' class to the container
On 2014/08/12 15:17:28, huangs1 wrote:
> Update comment re. 'fadeout', and implementation?

Done.

Powered by Google App Engine
This is Rietveld 408576698