DescriptionRemove WebFileChooserParams::initialValue
On the Chromium side, FileSelectHelper::RunFileChooser asserts that
default filenames should only be specified for "Save" choosers. Blink
doesn't use those ("download" is a browser thing) so just remove
the field which would be ignored anyway. (Remembering the last used
directory is done through other means in the browser.)
BUG=632454, 655298
Committed: https://crrev.com/14785d90f691b2b20d07612a62ba35a630bbb9ac
Cr-Commit-Position: refs/heads/master@{#427814}
Patch Set 1 #Patch Set 2 : Add browser test #
Total comments: 2
Patch Set 3 : Rename initialValue, update docs/DCHECKs #Patch Set 4 : Remove defaultName from blink API #
Total comments: 6
Patch Set 5 : Split test into own file; const sprinkles #Messages
Total messages: 38 (23 generated)
|