DescriptionLet input tag filter out non-native files in dropped data.
To fix crbug.com/126766, we stopped to create snapshot files for non-natvie
files at the beginning of drag operations. It causes files having empty paths
are reaches to input tag, and thus renderer process crashes.
BUG=407568
TEST=FileInputTypeTest.ignoreDroppedNonNativeFiles
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=185434
Patch Set 1 #Patch Set 2 : Add test. #
Total comments: 8
Patch Set 3 : Fixed. #Patch Set 4 : Change the behavior so that FileInputType does not accept non-native file drop data. #
Total comments: 2
Patch Set 5 : Move getAcceptableDropFileNames to DragController. #Patch Set 6 : #
Total comments: 4
Patch Set 7 : Removed header. #Patch Set 8 : Fix test. #
Messages
Total messages: 17 (4 generated)
|