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

Issue 2724233003: Adding haptics for more HUD uses. (Closed)

Created:
3 years, 9 months ago by pink (ping after 24hrs)
Modified:
3 years, 9 months ago
CC:
chromium-reviews, vabr+watchlistpasswordmanager_chromium.org, tfarina, pkl (ping after 24h if needed), noyau+watch_chromium.org, marq+watch_chromium.org, gcasto+watchlist_chromium.org, sdefresne+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Adding haptics for more HUD uses. Covers the following cases: - Add bookmark. - Delete/move bookmark/folder. - Long press in contextual search. - Remove Most Visited item. - Copy Chrome version from the About Chrome settings screen. - Copy password succeeded/failed from the password details screen. - Resettings Translate settings. BUG=696634 TEST=Manual testing required. See https://bugs.chromium.org/p/chromium/issues/detail?id=696634#c2 for things to test manually. Review-Url: https://codereview.chromium.org/2724233003 Cr-Commit-Position: refs/heads/master@{#454343} Committed: https://chromium.googlesource.com/chromium/src/+/64e253a51c34eeb59a13559aa52961aeab60aa34

Patch Set 1 #

Patch Set 2 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+12 lines, -1 line) Patch
M ios/chrome/browser/ui/bookmarks/bookmark_interaction_controller.mm View 2 chunks +2 lines, -1 line 0 comments Download
M ios/chrome/browser/ui/bookmarks/bookmark_utils_ios.mm View 1 chunk +1 line, -0 lines 0 comments Download
M ios/chrome/browser/ui/ntp/google_landing_controller.mm View 1 chunk +1 line, -0 lines 0 comments Download
M ios/chrome/browser/ui/settings/about_chrome_collection_view_controller.mm View 2 chunks +2 lines, -0 lines 0 comments Download
M ios/chrome/browser/ui/settings/password_details_collection_view_controller.mm View 3 chunks +4 lines, -0 lines 0 comments Download
M ios/chrome/browser/ui/settings/translate_collection_view_controller.mm View 2 chunks +2 lines, -0 lines 0 comments Download

Messages

Total messages: 14 (8 generated)
pink (ping after 24hrs)
3 years, 9 months ago (2017-03-02 15:36:38 UTC) #2
rohitrao (ping after 24h)
LGTM but we're starting to get a lot of these calls all over the place. ...
3 years, 9 months ago (2017-03-02 18:21:15 UTC) #3
pink (ping after 24hrs)
On 2017/03/02 18:21:15, rohitrao wrote: > LGTM but we're starting to get a lot of ...
3 years, 9 months ago (2017-03-02 18:38:10 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2724233003/20001
3 years, 9 months ago (2017-03-02 19:31:35 UTC) #10
commit-bot: I haz the power
Committed patchset #2 (id:20001) as https://chromium.googlesource.com/chromium/src/+/64e253a51c34eeb59a13559aa52961aeab60aa34
3 years, 9 months ago (2017-03-02 19:42:10 UTC) #13
lpromero
3 years, 9 months ago (2017-03-02 23:13:07 UTC) #14
Message was sent while issue was closed.
On 2017/03/02 18:38:10, pink wrote:
> On 2017/03/02 18:21:15, rohitrao wrote:
> > LGTM but we're starting to get a lot of these calls all over the place.
> > 
> > Are all of these features using the same mechanism to show
> toasts/notifications?
> >  Could we move the call into the toast code?
> 
> That was exactly what pkl asked, and I have an action item to followup with
> Louis and the MD team.

The haptic feedback seems more tied to the activation of a control (tapping a
button or a cell) than to what the action triggered (the appearance of an HUD in
this case).
But if we think the haptic feedback is tied to the appearance of a HUD, then I
agree it should be supported by them.

Powered by Google App Engine
This is Rietveld 408576698