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

Issue 1528153004: Look Up on Force Touch (Closed)

Created:
5 years ago by spqchan
Modified:
4 years, 11 months ago
Reviewers:
Robert Sesek, ccameron
CC:
blink-reviews, blink-reviews-api_chromium.org, chromium-reviews, darin-cc_chromium.org, dglazkov+blink, jam, mkwst+moarreviews-renderer_chromium.org, mlamouri+watch-content_chromium.org, nona+watch_chromium.org, shuchen+watch_chromium.org, James Su, vmpstr+watch_chromium.org, yusukes+watch_chromium.org, yosin_UTC9, Rick Byers
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Implementation for Look Up on Force Touch. If the user force touched a word in the web content the Look Up dialog should pop up for the word. BUG=481890 Committed: https://crrev.com/927f27305d77ff600a505aa33d586ca8246f1614 Cr-Commit-Position: refs/heads/master@{#368481}

Patch Set 1 #

Total comments: 14

Patch Set 2 : #

Total comments: 1

Patch Set 3 : Switched to use SelectWordAroundCavet #

Patch Set 4 : #

Patch Set 5 : Removed word selection #

Patch Set 6 : nit #

Unified diffs Side-by-side diffs Delta from patch set Stats (+29 lines, -1 line) Patch
M base/mac/sdk_forward_declarations.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_view_mac.h View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_view_mac.mm View 1 2 3 4 5 1 chunk +4 lines, -0 lines 0 comments Download
M ui/base/cocoa/base_view.h View 2 chunks +6 lines, -1 line 0 comments Download
M ui/base/cocoa/base_view.mm View 1 2 chunks +17 lines, -0 lines 0 comments Download

Messages

Total messages: 41 (21 generated)
spqchan
+ rbyers for changes in blink + rsesek for changes in base_view + ccameron for ...
5 years ago (2015-12-16 03:01:22 UTC) #10
Rick Byers
The architecture of the blink side now looks great (nice and contained - pretty simple) ...
5 years ago (2015-12-21 16:31:09 UTC) #11
Rick Byers
Oh also, you'll need a unit test of the new blink API. You can either ...
5 years ago (2015-12-21 16:59:48 UTC) #12
Robert Sesek
ui/base LGTM https://codereview.chromium.org/1528153004/diff/1/content/common/input_messages.h File content/common/input_messages.h (right): https://codereview.chromium.org/1528153004/diff/1/content/common/input_messages.h#newcode122 content/common/input_messages.h:122: float /* x */, I defer to ...
5 years ago (2015-12-21 22:30:22 UTC) #13
yosin_UTC9
I don't have enough context about Force Touch handling in Blink. But, I feel that ...
4 years, 11 months ago (2016-01-05 04:12:58 UTC) #15
Rick Byers
On 2016/01/05 04:12:58, Yosi_UTC9 wrote: > I don't have enough context about Force Touch handling ...
4 years, 11 months ago (2016-01-05 16:22:56 UTC) #16
spqchan
I just got back and caught up with the comments. I agree with rbyers@ regarding ...
4 years, 11 months ago (2016-01-06 22:52:31 UTC) #17
yosin_UTC9
On 2016/01/05 at 16:22:56, rbyers wrote: > On 2016/01/05 04:12:58, Yosi_UTC9 wrote: > > I ...
4 years, 11 months ago (2016-01-07 08:45:53 UTC) #18
yosin_UTC9
https://codereview.chromium.org/1528153004/diff/20001/third_party/WebKit/Source/web/WebViewImpl.h File third_party/WebKit/Source/web/WebViewImpl.h (right): https://codereview.chromium.org/1528153004/diff/20001/third_party/WebKit/Source/web/WebViewImpl.h#newcode236 third_party/WebKit/Source/web/WebViewImpl.h:236: bool selectWordIfAnyAt(const WebPoint&) override; Can we use WebFrame::moveCaretSelection(const WebPoint&) ...
4 years, 11 months ago (2016-01-07 08:47:02 UTC) #19
Rick Byers
On 2016/01/07 08:47:02, Yosi_UTC9 wrote: > https://codereview.chromium.org/1528153004/diff/20001/third_party/WebKit/Source/web/WebViewImpl.h > File third_party/WebKit/Source/web/WebViewImpl.h (right): > > https://codereview.chromium.org/1528153004/diff/20001/third_party/WebKit/Source/web/WebViewImpl.h#newcode236 > ...
4 years, 11 months ago (2016-01-07 14:33:16 UTC) #20
spqchan
On 2016/01/07 14:33:16, Rick Byers wrote: > On 2016/01/07 08:47:02, Yosi_UTC9 wrote: > > > ...
4 years, 11 months ago (2016-01-07 17:40:29 UTC) #21
spqchan
On 2016/01/07 17:40:29, spqchan (out until Jan 5) wrote: > On 2016/01/07 14:33:16, Rick Byers ...
4 years, 11 months ago (2016-01-08 01:11:12 UTC) #24
yosin_UTC9
On 2016/01/08 at 01:11:12, spqchan wrote: > On 2016/01/07 17:40:29, spqchan (out until Jan 5) ...
4 years, 11 months ago (2016-01-08 04:16:52 UTC) #25
Rick Byers
On 2016/01/08 01:11:12, spqchan (out until Jan 5) wrote: > On 2016/01/07 17:40:29, spqchan (out ...
4 years, 11 months ago (2016-01-08 17:07:35 UTC) #26
spqchan
4 years, 11 months ago (2016-01-08 18:21:25 UTC) #29
spqchan
PTAL
4 years, 11 months ago (2016-01-08 22:03:00 UTC) #30
ccameron
On 2016/01/08 at 22:03:00, spqchan wrote: > PTAL lgtm % the suggestion to limit the ...
4 years, 11 months ago (2016-01-08 22:48:19 UTC) #32
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1528153004/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1528153004/100001
4 years, 11 months ago (2016-01-08 22:53:48 UTC) #37
commit-bot: I haz the power
Committed patchset #6 (id:100001)
4 years, 11 months ago (2016-01-09 00:43:34 UTC) #39
commit-bot: I haz the power
4 years, 11 months ago (2016-01-09 00:45:00 UTC) #41
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/927f27305d77ff600a505aa33d586ca8246f1614
Cr-Commit-Position: refs/heads/master@{#368481}

Powered by Google App Engine
This is Rietveld 408576698