Igalia / wolvic-chromium

The official GitHub mirror of the Chromium source
https://chromium.googlesource.com/chromium/src/
BSD 3-Clause "New" or "Revised" License
11 stars 6 forks source link

Implement file selection #79

Closed mshin-wolvic closed 8 months ago

mshin-wolvic commented 8 months ago

This patch implements the file selection that uses <input type=file>. The selected file should be an absolute file path since the policy checking if the file can be read only allows the absolute file path.