Description[MD Bookmarks] Fix drag and drop on Mac.
This CL fixes an issue where drag and drop wouldn't work on Mac because
the drop data was being cleared by the bookmark manager API's drop
handler before the bookmark manager's handler had handled the drop. This
has been fixed by adding a setTimeout to clearing the data, which was
also in the old bookmark manager, giving the bookmark manager a chance
to deal with the drop.
BUG=716257
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation
Review-Url: https://codereview.chromium.org/2845243003
Cr-Commit-Position: refs/heads/master@{#468281}
Committed: https://chromium.googlesource.com/chromium/src/+/279fda406f81bcae7eba482b11806f106fab7b2e
Patch Set 1 #Patch Set 2 : fix test #
Dependent Patchsets: Messages
Total messages: 20 (12 generated)
|