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

Issue 2709883004: [InputEvent] Change |InputEventInit::sequence<Range> ranges| to |sequence<StaticRange> targetRanges| (Closed)

Created:
3 years, 10 months ago by chongz
Modified:
3 years, 9 months ago
Reviewers:
yosin_UTC9, ojan
CC:
blink-reviews, chromium-reviews
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[InputEvent] Change |InputEventInit::sequence<Range> ranges| to |sequence<StaticRange> targetRanges| See spec https://w3c.github.io/input-events/#h-interface-inputevent BUG=692700 Review-Url: https://codereview.chromium.org/2709883004 Cr-Commit-Position: refs/heads/master@{#453306} Committed: https://chromium.googlesource.com/chromium/src/+/73324e59ad313ca374603b571167e688ca505080

Patch Set 1 #

Patch Set 2 : Add tests and use StaticRange #

Total comments: 12

Patch Set 3 : yosin's review: Use early return #

Messages

Total messages: 29 (19 generated)
chongz
yosin@ PTAL, thanks!
3 years, 10 months ago (2017-02-22 00:12:59 UTC) #5
yosin_UTC9
lgtm Do we have WPT tests for InputEvent? If not, it seems not since this ...
3 years, 10 months ago (2017-02-22 06:46:44 UTC) #8
chongz
yosin@ I've also changed |targetRanges| to use |StaticRange| to avoid writing twice. PTAL again, thanks!
3 years, 10 months ago (2017-02-24 03:33:45 UTC) #14
yosin_UTC9
https://codereview.chromium.org/2709883004/diff/20001/third_party/WebKit/Source/core/editing/commands/EditorCommand.cpp File third_party/WebKit/Source/core/editing/commands/EditorCommand.cpp (right): https://codereview.chromium.org/2709883004/diff/20001/third_party/WebKit/Source/core/editing/commands/EditorCommand.cpp#newcode208 third_party/WebKit/Source/core/editing/commands/EditorCommand.cpp:208: ranges->push_back( nit: s/push_back/emplace_back/ It seems WTF::Vector supports C++11 way. ...
3 years, 10 months ago (2017-02-24 06:37:14 UTC) #15
chongz
yosin@ PTAL again, thanks! https://codereview.chromium.org/2709883004/diff/20001/third_party/WebKit/Source/core/editing/commands/EditorCommand.cpp File third_party/WebKit/Source/core/editing/commands/EditorCommand.cpp (right): https://codereview.chromium.org/2709883004/diff/20001/third_party/WebKit/Source/core/editing/commands/EditorCommand.cpp#newcode208 third_party/WebKit/Source/core/editing/commands/EditorCommand.cpp:208: ranges->push_back( On 2017/02/24 06:37:14, yosin_UTC9 ...
3 years, 10 months ago (2017-02-24 21:19:16 UTC) #20
yosin_UTC9
lgtm https://codereview.chromium.org/2709883004/diff/20001/third_party/WebKit/Source/core/editing/commands/EditorCommand.cpp File third_party/WebKit/Source/core/editing/commands/EditorCommand.cpp (right): https://codereview.chromium.org/2709883004/diff/20001/third_party/WebKit/Source/core/editing/commands/EditorCommand.cpp#newcode208 third_party/WebKit/Source/core/editing/commands/EditorCommand.cpp:208: ranges->push_back( On 2017/02/24 at 21:19:15, chongz wrote: > ...
3 years, 9 months ago (2017-02-27 10:31:46 UTC) #21
chongz
ojan@ PTAL, thanks!
3 years, 9 months ago (2017-02-27 15:38:32 UTC) #23
ojan
lgtm
3 years, 9 months ago (2017-02-27 18:01:56 UTC) #25
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/2709883004/40001
3 years, 9 months ago (2017-02-27 18:03:36 UTC) #26
commit-bot: I haz the power
3 years, 9 months ago (2017-02-27 19:56:55 UTC) #29
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://chromium.googlesource.com/chromium/src/+/73324e59ad313ca374603b571167...

Powered by Google App Engine
This is Rietveld 408576698