DescriptionUse last_selected_directory() when invalid path is passed to CrOS file picker.
This is for working around the case when <input type="file"/> control is used
twice; CrOS file picker kindly resolves a remote file path to a local cache
and the type=file control tries to default to the path, but the cache path
itself is out of user-visible directory. In such a case, we just use the
last_selected_directory(), rather than going back to the very default directory.
BUG=178013
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=192492
Patch Set 1 : #
Messages
Total messages: 7 (0 generated)
|