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

Issue 1232003009: Implement DragEvent and move MouseEvent.dataTransfer (Closed)

Created:
5 years, 5 months ago by Jimmy Jo
Modified:
5 years, 4 months ago
Reviewers:
Rick Byers
CC:
blink-reviews, vivekg, Inactive, vivekg_samsung, dcheng
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

Implement DragEvent and move MouseEvent.dataTransfer This CL is to add a new interface and we are discussing as follows. Intent to Implement and Ship : https://groups.google.com/a/chromium.org/forum/#!topic/blink-dev/SbQzldr3aOM R=rbyers@chromium.org BUG=498504 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=200649

Patch Set 1 : #

Patch Set 2 : rebase and add layoutTest #

Total comments: 4

Patch Set 3 : build on Debug Mode #

Patch Set 4 : fix failure of layouttest #

Total comments: 2

Patch Set 5 : Rick`s review #

Patch Set 6 : Fix plugin failure of LayoutTest #

Unified diffs Side-by-side diffs Delta from patch set Stats (+276 lines, -64 lines) Patch
A LayoutTests/fast/events/dragevent-constructor.html View 1 2 1 chunk +16 lines, -0 lines 0 comments Download
A LayoutTests/fast/events/dragevent-constructor-expected.txt View 1 1 chunk +15 lines, -0 lines 0 comments Download
M LayoutTests/fast/events/init-events-expected.txt View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M LayoutTests/fast/events/script-tests/init-events.js View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M LayoutTests/imported/web-platform-tests/html/editing/dnd/synthetic/001-expected.txt View 1 2 3 4 1 chunk +18 lines, -18 lines 0 comments Download
M LayoutTests/imported/web-platform-tests/html/editing/dnd/target-origin/202-expected.txt View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt View 1 2 3 2 chunks +3 lines, -1 line 0 comments Download
M LayoutTests/webexposed/global-interface-listing-expected.txt View 1 2 3 2 chunks +3 lines, -1 line 0 comments Download
M Source/core/core.gypi View 1 5 chunks +7 lines, -0 lines 0 comments Download
A Source/core/events/DragEvent.h View 1 2 3 4 1 chunk +80 lines, -0 lines 0 comments Download
A Source/core/events/DragEvent.cpp View 1 2 3 4 1 chunk +102 lines, -0 lines 0 comments Download
A Source/core/events/DragEvent.idl View 1 chunk +11 lines, -0 lines 0 comments Download
A + Source/core/events/DragEventInit.idl View 1 1 chunk +3 lines, -3 lines 0 comments Download
M Source/core/events/MouseEvent.h View 1 5 chunks +3 lines, -6 lines 0 comments Download
M Source/core/events/MouseEvent.cpp View 1 10 chunks +5 lines, -18 lines 0 comments Download
M Source/core/events/MouseEvent.idl View 1 chunk +0 lines, -3 lines 0 comments Download
M Source/core/events/WheelEvent.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/core/input/EventHandler.cpp View 1 2 3 2 chunks +2 lines, -1 line 0 comments Download
M Source/core/page/ContextMenuControllerTest.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/web/WebPluginContainerImpl.cpp View 1 2 3 4 5 3 chunks +3 lines, -6 lines 0 comments Download
M Source/web/tests/WebFrameTest.cpp View 1 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 65 (23 generated)
Jimmy Jo
PTAL!!
5 years, 5 months ago (2015-07-17 12:53:42 UTC) #3
philipj_slow
I'm going to defer this to rbyers@ since I have many reviews right now, but ...
5 years, 5 months ago (2015-07-20 14:40:18 UTC) #4
Jimmy Jo
On 2015/07/20 14:40:18, philipj wrote: > I'm going to defer this to rbyers@ since I ...
5 years, 5 months ago (2015-07-22 12:22:21 UTC) #6
philipj_slow
On 2015/07/22 12:22:21, Jimmy Jo wrote: > On 2015/07/20 14:40:18, philipj wrote: > > I'm ...
5 years, 5 months ago (2015-07-22 15:10:42 UTC) #7
Jimmy Jo
On 2015/07/22 15:10:42, philipj wrote: > On 2015/07/22 12:22:21, Jimmy Jo wrote: > > On ...
5 years, 4 months ago (2015-07-28 09:13:40 UTC) #8
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1232003009/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1232003009/20001
5 years, 4 months ago (2015-07-28 13:33:51 UTC) #10
Rick Byers
Nice cleanup, thanks! /cc dcheng the DnD expert I know you can't usefully create a ...
5 years, 4 months ago (2015-07-28 13:34:27 UTC) #11
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: android_blink_compile_dbg on tryserver.blink (JOB_FAILED, http://build.chromium.org/p/tryserver.blink/builders/android_blink_compile_dbg/builds/44350)
5 years, 4 months ago (2015-07-28 13:35:44 UTC) #13
Jimmy Jo
On 2015/07/28 13:35:44, commit-bot: I haz the power wrote: > Dry run: Try jobs failed ...
5 years, 4 months ago (2015-07-29 03:52:07 UTC) #14
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1232003009/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1232003009/80001
5 years, 4 months ago (2015-07-30 13:27:15 UTC) #18
commit-bot: I haz the power
Dry run: No L-G-T-M from a valid reviewer yet. Only full committers are accepted. Even ...
5 years, 4 months ago (2015-07-30 13:27:19 UTC) #20
Jimmy Jo
I uploaded some tests. I tried to test my code through trybot but it couldn't ...
5 years, 4 months ago (2015-07-30 13:39:51 UTC) #21
Rick Byers
Test looks good. Did you try "CQ dry run"? I'll do that now. You may ...
5 years, 4 months ago (2015-07-30 17:24:18 UTC) #22
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1232003009/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1232003009/80001
5 years, 4 months ago (2015-07-30 17:24:37 UTC) #24
Rick Byers
Patch LGTM assuming tests pass
5 years, 4 months ago (2015-07-30 17:24:56 UTC) #25
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_blink_rel on tryserver.blink (JOB_FAILED, http://build.chromium.org/p/tryserver.blink/builders/linux_blink_rel/builds/73209)
5 years, 4 months ago (2015-07-30 18:56:09 UTC) #27
Jimmy Jo
I modifed a patch to fix failure of some tests. https://codereview.chromium.org/1232003009/diff/80001/LayoutTests/fast/events/dragevent-constructor.html File LayoutTests/fast/events/dragevent-constructor.html (right): https://codereview.chromium.org/1232003009/diff/80001/LayoutTests/fast/events/dragevent-constructor.html#newcode3 ...
5 years, 4 months ago (2015-07-31 03:43:40 UTC) #28
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1232003009/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1232003009/100001
5 years, 4 months ago (2015-07-31 03:44:05 UTC) #30
Jimmy Jo
On 2015/07/31 03:44:05, commit-bot: I haz the power wrote: > Dry run: CQ is trying ...
5 years, 4 months ago (2015-07-31 03:47:59 UTC) #31
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: mac_blink_rel on tryserver.blink (JOB_FAILED, http://build.chromium.org/p/tryserver.blink/builders/mac_blink_rel/builds/64549)
5 years, 4 months ago (2015-07-31 05:12:11 UTC) #33
Jimmy Jo
On 2015/07/31 05:12:11, commit-bot: I haz the power wrote: > Dry run: Try jobs failed ...
5 years, 4 months ago (2015-07-31 09:55:02 UTC) #34
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1232003009/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1232003009/120001
5 years, 4 months ago (2015-08-01 11:18:34 UTC) #36
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 4 months ago (2015-08-01 12:24:06 UTC) #38
Jimmy Jo
On 2015/08/01 12:24:06, commit-bot: I haz the power wrote: > Dry run: This issue passed ...
5 years, 4 months ago (2015-08-04 06:27:18 UTC) #39
Jimmy Jo
On 2015/08/04 06:27:18, Jimmy Jo wrote: > On 2015/08/01 12:24:06, commit-bot: I haz the power ...
5 years, 4 months ago (2015-08-06 00:55:13 UTC) #40
Jimmy Jo
On 2015/07/30 17:24:18, Rick Byers wrote: > Test looks good. Did you try "CQ dry ...
5 years, 4 months ago (2015-08-06 08:11:35 UTC) #41
Rick Byers
Sorry for the delay, I was on vacation - finally getting caught up now. This ...
5 years, 4 months ago (2015-08-06 14:22:32 UTC) #42
Rick Byers
On 2015/08/06 08:11:35, Jimmy Jo wrote: > On 2015/07/30 17:24:18, Rick Byers wrote: > > ...
5 years, 4 months ago (2015-08-06 14:23:40 UTC) #43
Jimmy Jo
I updated things you mentioned. https://codereview.chromium.org/1232003009/diff/80001/Source/core/events/DragEvent.cpp File Source/core/events/DragEvent.cpp (right): https://codereview.chromium.org/1232003009/diff/80001/Source/core/events/DragEvent.cpp#newcode46 Source/core/events/DragEvent.cpp:46: bool DragEvent::isMouseEvent() const On ...
5 years, 4 months ago (2015-08-07 02:42:03 UTC) #47
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1232003009/200001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1232003009/200001
5 years, 4 months ago (2015-08-07 05:08:20 UTC) #49
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: mac_blink_rel on tryserver.blink (JOB_FAILED, http://build.chromium.org/p/tryserver.blink/builders/mac_blink_rel/builds/65404)
5 years, 4 months ago (2015-08-07 06:57:21 UTC) #51
Rick Byers
On 2015/08/07 06:57:21, commit-bot: I haz the power wrote: > Dry run: Try jobs failed ...
5 years, 4 months ago (2015-08-07 18:23:23 UTC) #52
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1232003009/220001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1232003009/220001
5 years, 4 months ago (2015-08-13 12:21:01 UTC) #54
Jimmy Jo
On 2015/08/07 18:23:23, Rick Byers wrote: > On 2015/08/07 06:57:21, commit-bot: I haz the power ...
5 years, 4 months ago (2015-08-13 12:23:38 UTC) #55
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 4 months ago (2015-08-13 13:36:58 UTC) #57
Jimmy Jo
On 2015/08/07 18:23:23, Rick Byers wrote: > On 2015/08/07 06:57:21, commit-bot: I haz the power ...
5 years, 4 months ago (2015-08-14 03:59:12 UTC) #58
Jimmy Jo
ping...
5 years, 4 months ago (2015-08-17 13:01:23 UTC) #59
Rick Byers
On 2015/08/17 13:01:23, Jimmy Jo wrote: > ping... Sorry I missed your last update. LGTM.
5 years, 4 months ago (2015-08-17 14:26:34 UTC) #60
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1232003009/220001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1232003009/220001
5 years, 4 months ago (2015-08-17 14:37:23 UTC) #62
commit-bot: I haz the power
Committed patchset #6 (id:220001) as https://src.chromium.org/viewvc/blink?view=rev&revision=200649
5 years, 4 months ago (2015-08-17 16:16:43 UTC) #63
Jimmy Jo
5 years, 4 months ago (2015-08-18 00:32:06 UTC) #64
Jimmy Jo
5 years, 4 months ago (2015-08-18 00:34:20 UTC) #65
Message was sent while issue was closed.
On 2015/08/17 14:26:34, Rick Byers wrote:
> On 2015/08/17 13:01:23, Jimmy Jo wrote:
> > ping...
> 
> Sorry I missed your last update.  LGTM.

No problem.
Thanks for your detailed guidance.

Powered by Google App Engine
This is Rietveld 408576698