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

Issue 2021793002: [Editing][CSS] Drag from a -webkit-user-select:none element should not start selection (Closed)

Created:
4 years, 6 months ago by yoichio
Modified:
4 years, 4 months ago
Reviewers:
tkent, yosin_UTC9
CC:
blink-reviews, blink-reviews-dom_chromium.org, chromium-reviews, dcheng, dglazkov+blink, eae+blinkwatch, rwlbuis, sof
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[Editing][CSS] Drag from a -webkit-user-select:none element should not start selection This CL is updated of reverted one: https://codereview.chromium.org/2001993002 This CL considers the reverted shadow boundary issue. BUG=481985 Committed: https://crrev.com/08acdf950e1776571def8e6f16c288769e7e9e27 Cr-Commit-Position: refs/heads/master@{#412457}

Patch Set 1 : update #

Total comments: 10

Patch Set 2 : update #

Total comments: 1

Patch Set 3 : update comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+58 lines, -20 lines) Patch
M third_party/WebKit/LayoutTests/editing/selection/mouse/drag_user_select_none.html View 1 2 chunks +7 lines, -13 lines 0 comments Download
A third_party/WebKit/LayoutTests/editing/selection/mouse/select_user_select_in_shadow.html View 1 1 chunk +38 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/dom/Node.cpp View 1 2 1 chunk +13 lines, -7 lines 0 comments Download

Messages

Total messages: 40 (26 generated)
yoichio
4 years, 4 months ago (2016-08-16 06:17:34 UTC) #18
yosin_UTC9
https://codereview.chromium.org/2021793002/diff/40001/third_party/WebKit/LayoutTests/editing/selection/mouse/drag_user_select_none.html File third_party/WebKit/LayoutTests/editing/selection/mouse/drag_user_select_none.html (right): https://codereview.chromium.org/2021793002/diff/40001/third_party/WebKit/LayoutTests/editing/selection/mouse/drag_user_select_none.html#newcode8 third_party/WebKit/LayoutTests/editing/selection/mouse/drag_user_select_none.html:8: assert_true(window.eventSender != null, 'Window should have eventSender'); assert_not_equals(window.eventSender, undefined, ...
4 years, 4 months ago (2016-08-16 06:34:42 UTC) #19
yoichio
https://codereview.chromium.org/2021793002/diff/40001/third_party/WebKit/LayoutTests/editing/selection/mouse/drag_user_select_none.html File third_party/WebKit/LayoutTests/editing/selection/mouse/drag_user_select_none.html (right): https://codereview.chromium.org/2021793002/diff/40001/third_party/WebKit/LayoutTests/editing/selection/mouse/drag_user_select_none.html#newcode8 third_party/WebKit/LayoutTests/editing/selection/mouse/drag_user_select_none.html:8: assert_true(window.eventSender != null, 'Window should have eventSender'); On 2016/08/16 ...
4 years, 4 months ago (2016-08-16 08:25:46 UTC) #22
yosin_UTC9
lgtm
4 years, 4 months ago (2016-08-16 08:31:36 UTC) #23
yoichio
4 years, 4 months ago (2016-08-17 02:12:56 UTC) #26
yoichio
tkent@, could you owner-review?
4 years, 4 months ago (2016-08-17 02:13:40 UTC) #28
tkent
https://codereview.chromium.org/2021793002/diff/60001/third_party/WebKit/Source/core/dom/Node.cpp File third_party/WebKit/Source/core/dom/Node.cpp (right): https://codereview.chromium.org/2021793002/diff/60001/third_party/WebKit/Source/core/dom/Node.cpp#newcode950 third_party/WebKit/Source/core/dom/Node.cpp:950: // TODO(yoichio): Use FlatTreeTraversal::ancestorsOf(). Do you mean we don't ...
4 years, 4 months ago (2016-08-17 02:34:20 UTC) #29
yoichio
On 2016/08/17 02:34:20, tkent wrote: > https://codereview.chromium.org/2021793002/diff/60001/third_party/WebKit/Source/core/dom/Node.cpp > File third_party/WebKit/Source/core/dom/Node.cpp (right): > > https://codereview.chromium.org/2021793002/diff/60001/third_party/WebKit/Source/core/dom/Node.cpp#newcode950 > ...
4 years, 4 months ago (2016-08-17 03:53:04 UTC) #30
tkent
lgtm On 2016/08/17 at 03:53:04, yoichio wrote: > On 2016/08/17 02:34:20, tkent wrote: > > ...
4 years, 4 months ago (2016-08-17 03:58:34 UTC) #31
yoichio
On 2016/08/17 03:58:34, tkent wrote: > lgtm > > On 2016/08/17 at 03:53:04, yoichio wrote: ...
4 years, 4 months ago (2016-08-17 04:29:31 UTC) #32
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/2021793002/80001
4 years, 4 months ago (2016-08-17 04:29:55 UTC) #35
commit-bot: I haz the power
Committed patchset #3 (id:80001)
4 years, 4 months ago (2016-08-17 06:15:11 UTC) #37
commit-bot: I haz the power
Patchset 3 (id:??) landed as https://crrev.com/08acdf950e1776571def8e6f16c288769e7e9e27 Cr-Commit-Position: refs/heads/master@{#412457}
4 years, 4 months ago (2016-08-17 06:17:04 UTC) #39
Will Harris
4 years, 4 months ago (2016-08-18 17:22:43 UTC) #40
Message was sent while issue was closed.
A revert of this CL (patchset #3 id:80001) has been created in
https://codereview.chromium.org/2256083003/ by wfh@chromium.org.

The reason for reverting is: this is causing hangs on latest canary.
crbug.com/638868.

Powered by Google App Engine
This is Rietveld 408576698