|
|
Description[MacViews] Fix Drag and Drop bugs
Made changes so that MacViews can accept drops from
other applications.
BUG=599585
Committed: https://crrev.com/05fd4c1a2fcbd2cb6ef5b5eceffa8e2f09579a35
Cr-Commit-Position: refs/heads/master@{#416419}
Patch Set 1 #
Total comments: 1
Patch Set 2 : Fixed test #
Messages
Total messages: 28 (12 generated)
Description was changed from ========== [MacViews] Fix Drag and Drop bugs BUG= ========== to ========== [MacViews] Fix Drag and Drop bugs Made changes so that MacViews can accept drops from other applications. BUG= ==========
Description was changed from ========== [MacViews] Fix Drag and Drop bugs Made changes so that MacViews can accept drops from other applications. BUG= ========== to ========== [MacViews] Fix Drag and Drop bugs Made changes so that MacViews can accept drops from other applications. BUG=599585 ==========
spqchan@chromium.org changed reviewers: + thakis@chromium.org
PTAL
ui/base lgtm, but an ui/views/cocoa/OWNERS should probably look at the change there
spqchan@chromium.org changed reviewers: + sky@chromium.org
Thanks! +sky for ui/views OWNER
ui/views/cocoa/OWNERS, not ui/views/OWNERS :-P On Thu, Sep 1, 2016 at 5:55 PM, <spqchan@chromium.org> wrote: > Thanks! > > +sky for ui/views OWNER > > https://codereview.chromium.org/2307633002/ > -- You received this message because you are subscribed to the Google Groups "Chromium-reviews" group. To unsubscribe from this group and stop receiving emails from it, send an email to chromium-reviews+unsubscribe@chromium.org.
Ah...unfortunately tapted is OOO until Sept 15 so I don't think there's anyone else.
https://codereview.chromium.org/2307633002/diff/1/ui/views/cocoa/drag_drop_cl... File ui/views/cocoa/drag_drop_client_mac.mm (right): https://codereview.chromium.org/2307633002/diff/1/ui/views/cocoa/drag_drop_cl... ui/views/cocoa/drag_drop_client_mac.mm:154: data_source_.reset(); Is EndDrag() only called if Drop() isn't?
On 2016/09/01 23:03:52, sky wrote: > https://codereview.chromium.org/2307633002/diff/1/ui/views/cocoa/drag_drop_cl... > File ui/views/cocoa/drag_drop_client_mac.mm (right): > > https://codereview.chromium.org/2307633002/diff/1/ui/views/cocoa/drag_drop_cl... > ui/views/cocoa/drag_drop_client_mac.mm:154: data_source_.reset(); > Is EndDrag() only called if Drop() isn't? No, EndDrag() can be called with Drop(). The only time Drop() is called w/o EndDrag() is if another application drops their data to Chrome
Ok, LGTM
On 2016/09/01 23:44:29, sky wrote: > Ok, LGTM thanks!
The CQ bit was checked by spqchan@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by commit-bot@chromium.org
Try jobs failed on following builders: mac_chromium_rel_ng on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_rel_...)
The CQ bit was checked by spqchan@chromium.org
The patchset sent to the CQ was uploaded after l-g-t-m from thakis@chromium.org, sky@chromium.org Link to the patchset: https://codereview.chromium.org/2307633002/#ps20001 (title: "Fixed test")
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by commit-bot@chromium.org
Exceeded global retry quota
The CQ bit was checked by spqchan@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
Message was sent while issue was closed.
Description was changed from ========== [MacViews] Fix Drag and Drop bugs Made changes so that MacViews can accept drops from other applications. BUG=599585 ========== to ========== [MacViews] Fix Drag and Drop bugs Made changes so that MacViews can accept drops from other applications. BUG=599585 ==========
Message was sent while issue was closed.
Committed patchset #2 (id:20001)
Message was sent while issue was closed.
Description was changed from ========== [MacViews] Fix Drag and Drop bugs Made changes so that MacViews can accept drops from other applications. BUG=599585 ========== to ========== [MacViews] Fix Drag and Drop bugs Made changes so that MacViews can accept drops from other applications. BUG=599585 Committed: https://crrev.com/05fd4c1a2fcbd2cb6ef5b5eceffa8e2f09579a35 Cr-Commit-Position: refs/heads/master@{#416419} ==========
Message was sent while issue was closed.
Patchset 2 (id:??) landed as https://crrev.com/05fd4c1a2fcbd2cb6ef5b5eceffa8e2f09579a35 Cr-Commit-Position: refs/heads/master@{#416419} |