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

Issue 11787005: Get drag and drop working on Win Ash. (Closed)

Created:
7 years, 11 months ago by jam
Modified:
7 years, 11 months ago
CC:
chromium-reviews, sadrul, dcheng, ben+watch_chromium.org
Visibility:
Public.

Description

Get drag and drop working on Win Ash. BUG=154081 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=175494

Patch Set 1 #

Total comments: 1

Patch Set 2 : fix non aura win #

Patch Set 3 : sync and take out dcheck for win #

Unified diffs Side-by-side diffs Delta from patch set Stats (+85 lines, -37 lines) Patch
M ash/ash.gyp View 1 2 1 chunk +0 lines, -2 lines 0 comments Download
M ash/drag_drop/drag_drop_controller.cc View 1 2 4 chunks +7 lines, -20 lines 0 comments Download
M ash/drag_drop/drag_drop_controller_unittest.cc View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
M ui/base/dragdrop/drag_utils_aura.cc View 1 2 2 chunks +2 lines, -5 lines 0 comments Download
M ui/base/dragdrop/drag_utils_win.cc View 1 2 1 chunk +8 lines, -0 lines 0 comments Download
M ui/base/dragdrop/os_exchange_data.h View 1 2 2 chunks +12 lines, -0 lines 0 comments Download
M ui/base/dragdrop/os_exchange_data_provider_aura.h View 1 2 1 chunk +4 lines, -10 lines 0 comments Download
M ui/base/dragdrop/os_exchange_data_provider_aura.cc View 1 2 1 chunk +15 lines, -0 lines 0 comments Download
M ui/base/dragdrop/os_exchange_data_provider_win.h View 1 2 2 chunks +14 lines, -0 lines 0 comments Download
M ui/base/dragdrop/os_exchange_data_provider_win.cc View 1 2 1 chunk +19 lines, -0 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
jam
https://codereview.chromium.org/11787005/diff/1/ui/base/dragdrop/drag_utils_win.cc File ui/base/dragdrop/drag_utils_win.cc (right): https://codereview.chromium.org/11787005/diff/1/ui/base/dragdrop/drag_utils_win.cc#newcode75 ui/base/dragdrop/drag_utils_win.cc:75: // violation. Basically this code block is doing thw ...
7 years, 11 months ago (2013-01-04 22:23:01 UTC) #1
jam
btw I can't tell why DragDropControllerTest fails on the trybot. it passes locally.
7 years, 11 months ago (2013-01-05 01:21:48 UTC) #2
jam
+sky since he added the DCHECK in drag_drop_controller_unittest.cc that's failing. Scott: I couldn't reproduce this ...
7 years, 11 months ago (2013-01-07 20:35:25 UTC) #3
Ben Goodger (Google)
lgtm
7 years, 11 months ago (2013-01-07 21:17:39 UTC) #4
sky
On Mon, Jan 7, 2013 at 12:35 PM, <jam@chromium.org> wrote: > +sky since he added ...
7 years, 11 months ago (2013-01-07 21:59:17 UTC) #5
jam
On 2013/01/07 21:59:17, sky wrote: > On Mon, Jan 7, 2013 at 12:35 PM, <mailto:jam@chromium.org> ...
7 years, 11 months ago (2013-01-07 22:43:43 UTC) #6
sky
If the test is passing go ahead and nuke the ifdef. -Scott On Mon, Jan ...
7 years, 11 months ago (2013-01-08 01:20:58 UTC) #7
sky
7 years, 11 months ago (2013-01-08 01:22:11 UTC) #8
Sorry, I meant nuke the DCHECK.

  -Scott

On Mon, Jan 7, 2013 at 5:20 PM, Scott Violet <sky@chromium.org> wrote:
> If the test is passing go ahead and nuke the ifdef.
>
>   -Scott
>
> On Mon, Jan 7, 2013 at 2:43 PM,  <jam@chromium.org> wrote:
>> On 2013/01/07 21:59:17, sky wrote:
>>
>>> On Mon, Jan 7, 2013 at 12:35 PM,  <mailto:jam@chromium.org> wrote:
>>> > +sky since he added the DCHECK in drag_drop_controller_unittest.cc
>>> > that's
>>> > failing.
>>> >
>>> > Scott: I couldn't reproduce this before, but now that I remote desktop
>>> > to my
>>> > windows machine it repros. when I'm logged in locally, it doesn't
>>> > happen.
>>> >
>>> > is this dcheck still necessary?
>>> >
>>> > https://codereview.chromium.org/11787005/
>>
>>
>>> I believe I added the DCHECK to try and figure out why the test was
>>> failing. If you remove the DCHECK does the test pass?
>>
>>
>> yep. I could just ifdef out the check for win aura, but before I do that I
>> wanted to check with you.
>>
>> https://codereview.chromium.org/11787005/

Powered by Google App Engine
This is Rietveld 408576698