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

Issue 2508013002: Drag-and-drop across OOPIFs. (Closed)

Created:
4 years, 1 month ago by paulmeyer
Modified:
4 years, 1 month ago
Reviewers:
Charlie Reis, dcheng
CC:
chromium-reviews, creis+watch_chromium.org, mlamouri+watch-blink_chromium.org, nasko+codewatch_chromium.org, jam, dcheng, darin-cc_chromium.org, mac-reviews_chromium.org, blink-reviews, kinuko+watch, site-isolation-reviews_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Drag-and-drop across OOPIFs. This patch enables drag-and-drop to work across out-of-process iframes. BUG=647249, 655063 Committed: https://crrev.com/90572ae460ace736685280a608590812abf6bc6a Cr-Commit-Position: refs/heads/master@{#433068}

Patch Set 1 #

Patch Set 2 : Some fixes for tests. Rebased. #

Total comments: 14

Patch Set 3 : Addressed comments by dcheng@. #

Total comments: 6

Patch Set 4 : Addressed comments by dcheng@. #

Total comments: 2

Patch Set 5 : Rebased. #

Patch Set 6 : No longer setting m_doingDragAndDrop on DragEnter. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+119 lines, -88 lines) Patch
M third_party/WebKit/Source/core/page/DragController.h View 1 2 2 chunks +10 lines, -7 lines 0 comments Download
M third_party/WebKit/Source/core/page/DragController.cpp View 1 2 3 15 chunks +38 lines, -39 lines 0 comments Download
M third_party/WebKit/Source/web/ChromeClientImpl.cpp View 1 chunk +1 line, -2 lines 0 comments Download
M third_party/WebKit/Source/web/WebFrameWidgetBase.h View 1 2 3 2 chunks +10 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/web/WebFrameWidgetBase.cpp View 1 2 3 4 5 6 chunks +44 lines, -8 lines 0 comments Download
M third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp View 1 1 chunk +4 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/web/WebViewImpl.h View 1 2 3 4 2 chunks +0 lines, -7 lines 0 comments Download
M third_party/WebKit/Source/web/WebViewImpl.cpp View 1 2 3 4 6 chunks +6 lines, -25 lines 0 comments Download
M third_party/WebKit/Source/web/tests/WebViewTest.cpp View 1 1 chunk +6 lines, -0 lines 0 comments Download

Messages

Total messages: 31 (20 generated)
paulmeyer
+dcheng@
4 years, 1 month ago (2016-11-17 00:53:30 UTC) #4
dcheng
https://codereview.chromium.org/2508013002/diff/40001/third_party/WebKit/Source/core/page/DragController.cpp File third_party/WebKit/Source/core/page/DragController.cpp (right): https://codereview.chromium.org/2508013002/diff/40001/third_party/WebKit/Source/core/page/DragController.cpp#newcode211 third_party/WebKit/Source/core/page/DragController.cpp:211: void DragController::dragExited(DragData* dragData, LocalFrame* localRoot) { LocalFrame& here and ...
4 years, 1 month ago (2016-11-17 18:02:58 UTC) #5
paulmeyer
PTAL https://codereview.chromium.org/2508013002/diff/40001/third_party/WebKit/Source/core/page/DragController.cpp File third_party/WebKit/Source/core/page/DragController.cpp (right): https://codereview.chromium.org/2508013002/diff/40001/third_party/WebKit/Source/core/page/DragController.cpp#newcode211 third_party/WebKit/Source/core/page/DragController.cpp:211: void DragController::dragExited(DragData* dragData, LocalFrame* localRoot) { On 2016/11/17 ...
4 years, 1 month ago (2016-11-17 20:22:25 UTC) #8
dcheng
https://codereview.chromium.org/2508013002/diff/40001/third_party/WebKit/Source/web/WebFrameWidgetBase.cpp File third_party/WebKit/Source/web/WebFrameWidgetBase.cpp (right): https://codereview.chromium.org/2508013002/diff/40001/third_party/WebKit/Source/web/WebFrameWidgetBase.cpp#newcode112 third_party/WebKit/Source/web/WebFrameWidgetBase.cpp:112: page()->dragController().dragEnded(); On 2016/11/17 20:22:25, paulmeyer wrote: > On 2016/11/17 ...
4 years, 1 month ago (2016-11-17 20:30:29 UTC) #9
paulmeyer
PTAL https://codereview.chromium.org/2508013002/diff/40001/third_party/WebKit/Source/web/WebFrameWidgetBase.cpp File third_party/WebKit/Source/web/WebFrameWidgetBase.cpp (right): https://codereview.chromium.org/2508013002/diff/40001/third_party/WebKit/Source/web/WebFrameWidgetBase.cpp#newcode112 third_party/WebKit/Source/web/WebFrameWidgetBase.cpp:112: page()->dragController().dragEnded(); On 2016/11/17 20:30:29, dcheng wrote: > On ...
4 years, 1 month ago (2016-11-17 21:14:45 UTC) #13
dcheng
https://codereview.chromium.org/2508013002/diff/100001/third_party/WebKit/Source/web/WebFrameWidgetBase.cpp File third_party/WebKit/Source/web/WebFrameWidgetBase.cpp (right): https://codereview.chromium.org/2508013002/diff/100001/third_party/WebKit/Source/web/WebFrameWidgetBase.cpp#newcode122 third_party/WebKit/Source/web/WebFrameWidgetBase.cpp:122: page()->dragController().dragEnded(); I'm having trouble understanding why the dragEnded() calls ...
4 years, 1 month ago (2016-11-17 21:58:13 UTC) #16
paulmeyer
PTAL https://codereview.chromium.org/2508013002/diff/100001/third_party/WebKit/Source/web/WebFrameWidgetBase.cpp File third_party/WebKit/Source/web/WebFrameWidgetBase.cpp (right): https://codereview.chromium.org/2508013002/diff/100001/third_party/WebKit/Source/web/WebFrameWidgetBase.cpp#newcode122 third_party/WebKit/Source/web/WebFrameWidgetBase.cpp:122: page()->dragController().dragEnded(); On 2016/11/17 21:58:13, dcheng wrote: > I'm ...
4 years, 1 month ago (2016-11-18 01:25:54 UTC) #23
dcheng
lgtm
4 years, 1 month ago (2016-11-18 01:38:25 UTC) #24
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/2508013002/140001
4 years, 1 month ago (2016-11-18 01:39:57 UTC) #27
commit-bot: I haz the power
Committed patchset #6 (id:140001)
4 years, 1 month ago (2016-11-18 03:42:51 UTC) #29
commit-bot: I haz the power
4 years, 1 month ago (2016-11-18 03:45:46 UTC) #31
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/90572ae460ace736685280a608590812abf6bc6a
Cr-Commit-Position: refs/heads/master@{#433068}

Powered by Google App Engine
This is Rietveld 408576698