DescriptionAdd a unit test that filenames aren't unintentionally converted to URLs.
Also fixes two issues in OSExchangeDataProviderWin:
- It used a disjoint set of clipboard formats when handling
GetUrl(..., true /* filename conversion */) vs GetFilenames(...), so the
actual returned results would vary depending on which one was called.
- It incorrectly used ::DragFinish() instead of ::ReleaseStgMedium().
::DragFinish() is only meant to be used in conjunction with WM_DROPFILES.
BUG=346135
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=283226
Patch Set 1 #Patch Set 2 : Update more for CrOS #Patch Set 3 : Fix Windows #
Total comments: 5
Patch Set 4 : Dubious casts #Patch Set 5 : De-uglify #Patch Set 6 : Rebased #
Messages
Total messages: 16 (0 generated)
|