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

Issue 2934233002: In-place modification of drag related functionality present in LocalFrame (Closed)

Created:
3 years, 6 months ago by tanvir
Modified:
3 years, 6 months ago
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

In-place modification of drag related functionality present in LocalFrame In-Place modification of drag functionality present in LocalFrame. NodeImage() and DragImageForSelection() are irrelevant to LocalFrame, and will be moved out from LocalFrame to drag releated files. This CL does the in-place changes to the above functions to make movement of code independent of C++ core changes. BUG=727981 Review-Url: https://codereview.chromium.org/2934233002 Cr-Commit-Position: refs/heads/master@{#480392} Committed: https://chromium.googlesource.com/chromium/src/+/c9cb177ab255f3978bcb203f0c0867d7eed1a80d

Patch Set 1 #

Total comments: 1

Patch Set 2 : updated #

Total comments: 13

Patch Set 3 : updatedPS #

Unified diffs Side-by-side diffs Delta from patch set Stats (+139 lines, -214 lines) Patch
M third_party/WebKit/Source/core/BUILD.gn View 1 3 chunks +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/clipboard/DataTransfer.h View 1 2 chunks +12 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/clipboard/DataTransfer.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
A + third_party/WebKit/Source/core/clipboard/DataTransferTest.cpp View 1 2 8 chunks +20 lines, -38 lines 0 comments Download
M third_party/WebKit/Source/core/frame/LocalFrame.h View 1 3 chunks +0 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/core/frame/LocalFrame.cpp View 1 2 6 chunks +30 lines, -20 lines 0 comments Download
M third_party/WebKit/Source/core/frame/LocalFrameTest.cpp View 1 1 chunk +0 lines, -146 lines 0 comments Download
M third_party/WebKit/Source/core/page/DragController.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/page/DragController.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
A third_party/WebKit/Source/core/page/DragControllerTest.cpp View 1 2 1 chunk +69 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/web/tests/WebFrameTest.cpp View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 31 (20 generated)
tanvir
Hi Xiaochengh, Updated the patch with the core C++ changes. PTAL!!! Thanks
3 years, 6 months ago (2017-06-14 14:19:05 UTC) #6
Xiaocheng
Btw, what's the time zone you work in? https://codereview.chromium.org/2934233002/diff/1/third_party/WebKit/Source/core/frame/LocalFrame.cpp File third_party/WebKit/Source/core/frame/LocalFrame.cpp (right): https://codereview.chromium.org/2934233002/diff/1/third_party/WebKit/Source/core/frame/LocalFrame.cpp#newcode765 third_party/WebKit/Source/core/frame/LocalFrame.cpp:765: std::unique_ptr<DragImage> ...
3 years, 6 months ago (2017-06-14 18:15:31 UTC) #7
tanvir
On 2017/06/14 18:15:31, Xiaocheng wrote: > Btw, what's the time zone you work in? Hi, ...
3 years, 6 months ago (2017-06-15 05:08:16 UTC) #8
Xiaocheng
On 2017/06/15 at 05:08:16, tanvir.rizvi wrote: > On 2017/06/14 18:15:31, Xiaocheng wrote: > > Btw, ...
3 years, 6 months ago (2017-06-15 18:18:43 UTC) #9
tanvir
On 2017/06/15 18:18:43, Xiaocheng wrote: > On 2017/06/15 at 05:08:16, tanvir.rizvi wrote: > > On ...
3 years, 6 months ago (2017-06-16 14:00:08 UTC) #14
tanvir
On 2017/06/15 18:18:43, Xiaocheng wrote: > On 2017/06/15 at 05:08:16, tanvir.rizvi wrote: > > On ...
3 years, 6 months ago (2017-06-16 14:00:08 UTC) #15
Xiaocheng
+tkent lgtm with nits https://codereview.chromium.org/2934233002/diff/20001/third_party/WebKit/Source/core/frame/LocalFrame.cpp File third_party/WebKit/Source/core/frame/LocalFrame.cpp (right): https://codereview.chromium.org/2934233002/diff/20001/third_party/WebKit/Source/core/frame/LocalFrame.cpp#newcode117 third_party/WebKit/Source/core/frame/LocalFrame.cpp:117: // Converts from bounds in ...
3 years, 6 months ago (2017-06-16 18:10:48 UTC) #23
tkent
lgtm https://codereview.chromium.org/2934233002/diff/20001/third_party/WebKit/Source/core/clipboard/DataTransferTest.cpp File third_party/WebKit/Source/core/clipboard/DataTransferTest.cpp (right): https://codereview.chromium.org/2934233002/diff/20001/third_party/WebKit/Source/core/clipboard/DataTransferTest.cpp#newcode1 third_party/WebKit/Source/core/clipboard/DataTransferTest.cpp:1: // Copyright 2017 The Chromium Authors. All rights ...
3 years, 6 months ago (2017-06-19 00:12:45 UTC) #24
tanvir
Updated for comments. Thanks for review. https://codereview.chromium.org/2934233002/diff/20001/third_party/WebKit/Source/core/clipboard/DataTransferTest.cpp File third_party/WebKit/Source/core/clipboard/DataTransferTest.cpp (right): https://codereview.chromium.org/2934233002/diff/20001/third_party/WebKit/Source/core/clipboard/DataTransferTest.cpp#newcode1 third_party/WebKit/Source/core/clipboard/DataTransferTest.cpp:1: // Copyright 2017 ...
3 years, 6 months ago (2017-06-19 07:01:33 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/2934233002/40001
3 years, 6 months ago (2017-06-19 08:56:58 UTC) #28
commit-bot: I haz the power
3 years, 6 months ago (2017-06-19 10:41:01 UTC) #31
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://chromium.googlesource.com/chromium/src/+/c9cb177ab255f3978bcb203f0c08...

Powered by Google App Engine
This is Rietveld 408576698