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

Issue 2782413002: Get rid of computeVisibleSelectionInDOMTreeDeprecated() in InputMethodController (Closed)

Created:
3 years, 8 months ago by yosin_UTC9
Modified:
3 years, 8 months ago
Reviewers:
tkent, yoichio, Xiaocheng
CC:
alancutter (OOO until 2018), blink-reviews, chromium-reviews
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Get rid of computeVisibleSelectionInDOMTreeDeprecated() in InputMethodController::textInputType() and textInputInfo() This patch gets rid of |computeVisibleSelectionInDOMTreeDeprecated()| by replacing it with |rootEditableElementOf()| with non-canonicalize position from |textInputInfo()| and |textInputType()| of |InputMethodController| for improving code health. Node: Because of selection can't cross editing boundary, root editable element for non-canonicalized position and canonicalized position are same. This patch is intentionally not change all call sites of |rootEditableElement()| in |InputMethodController| to merge this patch as workaround of [1]. [1] http://crbug.com/704763 Opacity animation consuming main thread resources BUG=698633, 704763 TEST=n/a; no behavior changes Review-Url: https://codereview.chromium.org/2782413002 Cr-Original-Commit-Position: refs/heads/master@{#460705} Committed: https://chromium.googlesource.com/chromium/src/+/9744d5bffb3fbdf761455b355ebc4faa757d1aaf Review-Url: https://codereview.chromium.org/2782413002 Cr-Commit-Position: refs/heads/master@{#463575} Committed: https://chromium.googlesource.com/chromium/src/+/e14aacd2baf5cf9c4a5e457384e0b0f73c0163c4

Patch Set 1 : 2017-03-30T14:27:13 #

Patch Set 2 : 2017-03-30T14:52:21 #

Patch Set 3 : 2017-03-30T15:19:28 #

Patch Set 4 : 2017-03-30T15:57:29 #

Patch Set 5 : 2017-04-11T15:54:13 Rename for Grate Blink Renaming #

Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -8 lines) Patch
M third_party/WebKit/Source/core/editing/InputMethodController.cpp View 1 2 3 4 3 chunks +6 lines, -8 lines 0 comments Download

Messages

Total messages: 34 (25 generated)
yosin_UTC9
PTAL PS#3 is all green. It seems bots are flaky...
3 years, 8 months ago (2017-03-30 08:30:08 UTC) #16
tkent
lgtm
3 years, 8 months ago (2017-03-30 08:39:05 UTC) #17
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/2782413002/60001
3 years, 8 months ago (2017-03-30 08:58:50 UTC) #21
commit-bot: I haz the power
Committed patchset #4 (id:60001) as https://chromium.googlesource.com/chromium/src/+/9744d5bffb3fbdf761455b355ebc4faa757d1aaf
3 years, 8 months ago (2017-03-30 09:03:52 UTC) #24
sullivan
A revert of this CL (patchset #4 id:60001) has been created in https://codereview.chromium.org/2785333002/ by sullivan@chromium.org. ...
3 years, 8 months ago (2017-03-30 22:05:47 UTC) #25
yosin_UTC9
Reland since crash, CHECK(clean layout tree) after update layout with VIDEO with text track, is ...
3 years, 8 months ago (2017-04-11 06:58:22 UTC) #26
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/2782413002/80001
3 years, 8 months ago (2017-04-11 06:58:33 UTC) #29
commit-bot: I haz the power
Committed patchset #5 (id:80001) as https://chromium.googlesource.com/chromium/src/+/e14aacd2baf5cf9c4a5e457384e0b0f73c0163c4
3 years, 8 months ago (2017-04-11 08:38:53 UTC) #33
sullivan
3 years, 8 months ago (2017-04-26 13:09:36 UTC) #34
Message was sent while issue was closed.
A revert of this CL (patchset #5 id:80001) has been created in
https://codereview.chromium.org/2843943002/ by sullivan@chromium.org.

The reason for reverting is: This caused large memory regressions. See
http://crbug.com/711366 for details.

BUG=711366.

Powered by Google App Engine
This is Rietveld 408576698