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

Issue 560473003: DateView Touch Feedback (Closed)

Created:
6 years, 3 months ago by jonross
Modified:
6 years, 2 months ago
CC:
chromium-reviews, kalyank, sadrul, ben+ash_chromium.org, tdanderson
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

DateView Touch Feedback Add visual feedback to touch input on DateView. TEST=DateViewTest.TouchFeedback, DateViewTest.TouchFeedbackCancellation BUG=398398 Committed: https://crrev.com/426a9fde95b04bbcfb1adfbf05003243f8c80593 Cr-Commit-Position: refs/heads/master@{#298702}

Patch Set 1 #

Total comments: 4

Patch Set 2 : #

Total comments: 5

Patch Set 3 : #

Total comments: 3

Patch Set 4 : Start using new switch #

Total comments: 1

Patch Set 5 : Remove unneeded flag and test #

Patch Set 6 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+27 lines, -5 lines) Patch
M ash/system/date/date_view.h View 1 2 3 4 5 2 chunks +4 lines, -0 lines 0 comments Download
M ash/system/date/date_view.cc View 1 2 3 4 5 chunks +23 lines, -5 lines 0 comments Download

Messages

Total messages: 21 (4 generated)
jonross
And another https://codereview.chromium.org/560473003/diff/1/ash/system/date/date_view.cc File ash/system/date/date_view.cc (right): https://codereview.chromium.org/560473003/diff/1/ash/system/date/date_view.cc#newcode297 ash/system/date/date_view.cc:297: void TimeView::UpdateClockLayout(TrayDate::ClockLayout clock_layout) { cpplint
6 years, 3 months ago (2014-09-09 18:47:57 UTC) #2
sadrul
/cc +tdanderson@ https://codereview.chromium.org/560473003/diff/1/ash/system/date/date_view.cc File ash/system/date/date_view.cc (right): https://codereview.chromium.org/560473003/diff/1/ash/system/date/date_view.cc#newcode227 ash/system/date/date_view.cc:227: event->type() == ui::ET_GESTURE_TAP) { Can you use ...
6 years, 3 months ago (2014-09-09 19:07:18 UTC) #3
tdanderson
https://codereview.chromium.org/560473003/diff/1/ash/system/date/date_view.cc File ash/system/date/date_view.cc (right): https://codereview.chromium.org/560473003/diff/1/ash/system/date/date_view.cc#newcode227 ash/system/date/date_view.cc:227: event->type() == ui::ET_GESTURE_TAP) { On 2014/09/09 19:07:18, sadrul wrote: ...
6 years, 3 months ago (2014-09-09 19:46:47 UTC) #5
jonross
https://codereview.chromium.org/560473003/diff/1/ash/system/date/date_view.cc File ash/system/date/date_view.cc (right): https://codereview.chromium.org/560473003/diff/1/ash/system/date/date_view.cc#newcode227 ash/system/date/date_view.cc:227: event->type() == ui::ET_GESTURE_TAP) { On 2014/09/09 19:46:47, tdanderson wrote: ...
6 years, 3 months ago (2014-09-09 20:40:15 UTC) #6
flackr
https://codereview.chromium.org/560473003/diff/20001/ash/system/date/date_view.cc File ash/system/date/date_view.cc (right): https://codereview.chromium.org/560473003/diff/20001/ash/system/date/date_view.cc#newcode227 ash/system/date/date_view.cc:227: event->type() == ui::ET_GESTURE_END) { According to http://www.chromium.org/developers/design-documents/aura/gesture-recognizer TAP_CANCEL is ...
6 years, 3 months ago (2014-09-09 21:58:09 UTC) #7
jonross
https://codereview.chromium.org/560473003/diff/20001/ash/system/date/date_view.cc File ash/system/date/date_view.cc (right): https://codereview.chromium.org/560473003/diff/20001/ash/system/date/date_view.cc#newcode227 ash/system/date/date_view.cc:227: event->type() == ui::ET_GESTURE_END) { On 2014/09/09 21:58:09, flackr wrote: ...
6 years, 3 months ago (2014-09-11 14:35:19 UTC) #8
flackr
https://codereview.chromium.org/560473003/diff/20001/ash/system/date/date_view.cc File ash/system/date/date_view.cc (right): https://codereview.chromium.org/560473003/diff/20001/ash/system/date/date_view.cc#newcode227 ash/system/date/date_view.cc:227: event->type() == ui::ET_GESTURE_END) { On 2014/09/11 14:35:18, jonross wrote: ...
6 years, 3 months ago (2014-09-11 21:07:42 UTC) #9
sadrul
https://codereview.chromium.org/560473003/diff/20001/ash/system/date/date_view.cc File ash/system/date/date_view.cc (right): https://codereview.chromium.org/560473003/diff/20001/ash/system/date/date_view.cc#newcode227 ash/system/date/date_view.cc:227: event->type() == ui::ET_GESTURE_END) { On 2014/09/11 21:07:42, flackr wrote: ...
6 years, 3 months ago (2014-09-11 21:17:57 UTC) #10
jonross
https://codereview.chromium.org/560473003/diff/20001/ash/system/date/date_view.cc File ash/system/date/date_view.cc (right): https://codereview.chromium.org/560473003/diff/20001/ash/system/date/date_view.cc#newcode227 ash/system/date/date_view.cc:227: event->type() == ui::ET_GESTURE_END) { On 2014/09/11 21:17:57, sadrul wrote: ...
6 years, 3 months ago (2014-09-12 19:18:29 UTC) #11
flackr
https://codereview.chromium.org/560473003/diff/40001/ash/system/date/date_view.cc File ash/system/date/date_view.cc (right): https://codereview.chromium.org/560473003/diff/40001/ash/system/date/date_view.cc#newcode147 ash/system/date/date_view.cc:147: touch_feedback_enabled_ = true; Sorry for only recognizing this now ...
6 years, 3 months ago (2014-09-17 18:30:06 UTC) #12
jonross
https://codereview.chromium.org/560473003/diff/40001/ash/system/date/date_view.cc File ash/system/date/date_view.cc (right): https://codereview.chromium.org/560473003/diff/40001/ash/system/date/date_view.cc#newcode147 ash/system/date/date_view.cc:147: touch_feedback_enabled_ = true; On 2014/09/17 18:30:06, flackr wrote: > ...
6 years, 2 months ago (2014-09-30 18:31:33 UTC) #13
flackr
lgtm https://codereview.chromium.org/560473003/diff/60001/ash/system/date/date_view.cc File ash/system/date/date_view.cc (right): https://codereview.chromium.org/560473003/diff/60001/ash/system/date/date_view.cc#newcode176 ash/system/date/date_view.cc:176: date_label_->SetEnabledColor(kHeaderTextColorHover); If all we do based on this ...
6 years, 2 months ago (2014-10-01 18:05:23 UTC) #14
jonross
skuhne@chromium.org: Please review changes in ash/system/date/ Another addition of touch feedback.
6 years, 2 months ago (2014-10-01 18:39:01 UTC) #16
Mr4D (OOO till 08-26)
lgtm.
6 years, 2 months ago (2014-10-07 22:52:51 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/560473003/100001
6 years, 2 months ago (2014-10-08 13:39:02 UTC) #19
commit-bot: I haz the power
Committed patchset #6 (id:100001) as 446cac3fa9b1c28258a959608e03af8a270b1eb4
6 years, 2 months ago (2014-10-08 14:14:15 UTC) #20
commit-bot: I haz the power
6 years, 2 months ago (2014-10-08 14:14:52 UTC) #21
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/426a9fde95b04bbcfb1adfbf05003243f8c80593
Cr-Commit-Position: refs/heads/master@{#298702}

Powered by Google App Engine
This is Rietveld 408576698