DescriptionPass the selected non-native file information from the browser to FileInputType.
Previously the blink accepts only native files as a result value of the file
chooser. The information is conveyed to the FileInputType. Then FileInputType
generates the File class instances from the information, and the instances are
used to compose the form request.
Thic CL adds non-native file support to the above code path.
* Adds noo-native file information (file system URL and metadata) to structures
representing selected file (FileChooserFileInfo, SelectedFileInfo).
* When FileInputType generates the File class instances, let the class refer the
non-native file information.
* When FileInputType checks the change of selected files, let the class refer
the non-native file information.
BUG=126902
TEST=None
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=183960
Patch Set 1 : #
Total comments: 14
Patch Set 2 : Fixed. #Patch Set 3 : Exclude the separated patch's lines #
Total comments: 8
Patch Set 4 : Fixed. #
Messages
Total messages: 15 (6 generated)
|