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

Issue 494913003: Mousemove event should be fired when the mouse stays in the document but there is no element. (Closed)

Created:
6 years, 4 months ago by Miyoung Shin(g)
Modified:
6 years, 3 months ago
CC:
blink-layers+watch_chromium.org, blink-reviews, blink-reviews-rendering, eae+blinkwatch, jchaffraix+rendering, leviw+renderwatch, Mike West, pdr., rune+blink, zoltan1
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Project:
blink
Visibility:
Public.

Description

Mousemove event should be fired when the mouse stays in the document but there is no element. BUG=405826 R=jchaffraix@chromium.org TEST=LayoutTests/fast/events/mouse-events-within-no-element.html Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=182622

Patch Set 1 #

Total comments: 4

Patch Set 2 : #

Total comments: 11

Patch Set 3 : #

Total comments: 2

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+150 lines, -1 line) Patch
A LayoutTests/fast/events/mouse-events-within-no-element.html View 1 2 1 chunk +10 lines, -0 lines 0 comments Download
A LayoutTests/fast/events/mouse-events-within-no-element-expected.txt View 1 2 1 chunk +49 lines, -0 lines 0 comments Download
A LayoutTests/fast/events/resources/mouse-events-within-no-element-iframe.html View 1 2 1 chunk +87 lines, -0 lines 0 comments Download
M Source/core/rendering/RenderLayer.cpp View 1 2 3 1 chunk +4 lines, -1 line 0 comments Download

Messages

Total messages: 19 (2 generated)
Miyoung Shin(g)
6 years, 4 months ago (2014-08-21 06:42:39 UTC) #1
Mike West
I don't know the hit testing code well, jchaffraix@ is probably a better reviewer.
6 years, 4 months ago (2014-08-21 15:14:34 UTC) #2
Miyoung Shin(g)
Julien, Could you take a look ?
6 years, 4 months ago (2014-08-25 12:52:00 UTC) #3
Miyoung Shin(g)
Patchset #2 (id:20001) has been deleted
6 years, 4 months ago (2014-08-26 00:41:18 UTC) #4
Miyoung Shin(g)
jchaffraix@, PTAL
6 years, 3 months ago (2014-08-28 08:39:01 UTC) #5
Julien - ping for review
Sorry for the delay, I was on vacations when you pinged me the first time ...
6 years, 3 months ago (2014-09-08 20:07:41 UTC) #6
Miyoung Shin(g)
https://codereview.chromium.org/494913003/diff/1/LayoutTests/fast/events/resources/mouse-events-within-no-element-iframe.html File LayoutTests/fast/events/resources/mouse-events-within-no-element-iframe.html (right): https://codereview.chromium.org/494913003/diff/1/LayoutTests/fast/events/resources/mouse-events-within-no-element-iframe.html#newcode29 LayoutTests/fast/events/resources/mouse-events-within-no-element-iframe.html:29: <script> On 2014/09/08 20:07:41, Julien Chaffraix - PST wrote: ...
6 years, 3 months ago (2014-09-11 23:53:29 UTC) #7
Miyoung Shin(g)
jchaffraix@, I re-uploaded the patch to apply you comment. PTAL
6 years, 3 months ago (2014-09-15 14:22:08 UTC) #8
Julien - ping for review
https://codereview.chromium.org/494913003/diff/40001/LayoutTests/fast/events/mouse-events-within-no-element.html File LayoutTests/fast/events/mouse-events-within-no-element.html (right): https://codereview.chromium.org/494913003/diff/40001/LayoutTests/fast/events/mouse-events-within-no-element.html#newcode1 LayoutTests/fast/events/mouse-events-within-no-element.html:1: <iframe id="sourceFrame" style="width: 400px; height: 300px;" src="resources/mouse-events-within-no-element-iframe.html"></iframe> All tests ...
6 years, 3 months ago (2014-09-19 16:56:41 UTC) #9
Miyoung Shin(g)
https://codereview.chromium.org/494913003/diff/40001/LayoutTests/fast/events/mouse-events-within-no-element.html File LayoutTests/fast/events/mouse-events-within-no-element.html (right): https://codereview.chromium.org/494913003/diff/40001/LayoutTests/fast/events/mouse-events-within-no-element.html#newcode1 LayoutTests/fast/events/mouse-events-within-no-element.html:1: <iframe id="sourceFrame" style="width: 400px; height: 300px;" src="resources/mouse-events-within-no-element-iframe.html"></iframe> On 2014/09/19 ...
6 years, 3 months ago (2014-09-20 03:59:43 UTC) #10
Miyoung Shin(g)
FYI, Here is the case. | | | ..... | | | | HTML & ...
6 years, 3 months ago (2014-09-20 04:39:18 UTC) #11
Miyoung Shin(g)
https://codereview.chromium.org/494913003/diff/40001/LayoutTests/fast/events/resources/mouse-events-within-no-element-iframe.html File LayoutTests/fast/events/resources/mouse-events-within-no-element-iframe.html (right): https://codereview.chromium.org/494913003/diff/40001/LayoutTests/fast/events/resources/mouse-events-within-no-element-iframe.html#newcode89 LayoutTests/fast/events/resources/mouse-events-within-no-element-iframe.html:89: verifyEventLog('mouseleave', '#document');// x, y - 100 On 2014/09/20 03:59:43, ...
6 years, 3 months ago (2014-09-20 06:09:39 UTC) #12
Julien - ping for review
lgtm https://codereview.chromium.org/494913003/diff/60001/Source/core/rendering/RenderLayer.cpp File Source/core/rendering/RenderLayer.cpp (right): https://codereview.chromium.org/494913003/diff/60001/Source/core/rendering/RenderLayer.cpp#newcode2403 Source/core/rendering/RenderLayer.cpp:2403: // In addtion, the mouse is possible to ...
6 years, 3 months ago (2014-09-23 14:15:05 UTC) #13
Miyoung Shin(g)
https://codereview.chromium.org/494913003/diff/60001/Source/core/rendering/RenderLayer.cpp File Source/core/rendering/RenderLayer.cpp (right): https://codereview.chromium.org/494913003/diff/60001/Source/core/rendering/RenderLayer.cpp#newcode2403 Source/core/rendering/RenderLayer.cpp:2403: // In addtion, the mouse is possible to stay ...
6 years, 3 months ago (2014-09-24 01:34:15 UTC) #14
Julien - ping for review
lgtm
6 years, 3 months ago (2014-09-24 14:53:01 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/494913003/80001
6 years, 3 months ago (2014-09-24 14:53:34 UTC) #18
commit-bot: I haz the power
6 years, 3 months ago (2014-09-24 18:00:28 UTC) #19
Message was sent while issue was closed.
Committed patchset #4 (id:80001) as 182622

Powered by Google App Engine
This is Rietveld 408576698