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

Issue 2885243003: [Android] Introduce state machine in stylus text selection (Closed)

Created:
3 years, 7 months ago by AKVT
Modified:
3 years, 7 months ago
CC:
chromium-reviews, darin-cc_chromium.org, dtapuska+chromiumwatch_chromium.org, jam
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

[Android] Introduce state machine in stylus text selection Stylus text selection state is handled using 2 variables draaging_ and dragged_. Since both having similar semantics, we can merge using a state machine. BUG= Review-Url: https://codereview.chromium.org/2885243003 Cr-Commit-Position: refs/heads/master@{#473046} Committed: https://chromium.googlesource.com/chromium/src/+/b70d3b58f1cceeb6f10922f8cb01156a328f3b61

Patch Set 1 #

Total comments: 6

Patch Set 2 : Fixed the review comments related to naming and other issues. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+16 lines, -14 lines) Patch
M content/browser/renderer_host/input/stylus_text_selector.h View 1 2 chunks +6 lines, -2 lines 0 comments Download
M content/browser/renderer_host/input/stylus_text_selector.cc View 1 5 chunks +10 lines, -12 lines 0 comments Download

Messages

Total messages: 16 (8 generated)
AKVT
PTAL!
3 years, 7 months ago (2017-05-17 14:50:07 UTC) #2
aelias_OOO_until_Jul13
https://codereview.chromium.org/2885243003/diff/1/content/browser/renderer_host/input/stylus_text_selector.cc File content/browser/renderer_host/input/stylus_text_selector.cc (right): https://codereview.chromium.org/2885243003/diff/1/content/browser/renderer_host/input/stylus_text_selector.cc#newcode72 content/browser/renderer_host/input/stylus_text_selector.cc:72: drag_state_ = Clearer to write this as: if (drag_state_ ...
3 years, 7 months ago (2017-05-17 20:54:24 UTC) #3
AKVT
PTAL! https://codereview.chromium.org/2885243003/diff/1/content/browser/renderer_host/input/stylus_text_selector.cc File content/browser/renderer_host/input/stylus_text_selector.cc (right): https://codereview.chromium.org/2885243003/diff/1/content/browser/renderer_host/input/stylus_text_selector.cc#newcode72 content/browser/renderer_host/input/stylus_text_selector.cc:72: drag_state_ = On 2017/05/17 20:54:23, aelias wrote: > ...
3 years, 7 months ago (2017-05-18 10:12:19 UTC) #6
aelias_OOO_until_Jul13
lgtm
3 years, 7 months ago (2017-05-18 18:22:00 UTC) #7
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/2885243003/20001
3 years, 7 months ago (2017-05-18 19:39:30 UTC) #9
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_x64_rel_ng on master.tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_x64_rel_ng/builds/430935)
3 years, 7 months ago (2017-05-18 22:35:41 UTC) #11
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/2885243003/20001
3 years, 7 months ago (2017-05-18 22:40:39 UTC) #13
commit-bot: I haz the power
3 years, 7 months ago (2017-05-19 02:53:58 UTC) #16
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://chromium.googlesource.com/chromium/src/+/b70d3b58f1cceeb6f10922f8cb01...

Powered by Google App Engine
This is Rietveld 408576698