summaryrefslogtreecommitdiffstats
path: root/tests/manual/wasm/qstdweb/files_main.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Change license for tests filesLucie Gérard2024-02-041-1/+1
| | | | | | | | | | | | According to QUIP-18 [1], all tests file should be LicenseRef-Qt-Commercial OR GPL-3.0-only [1]: https://contribute.qt-project.org/quips/18 Pick-to: 6.7 Task-number: QTBUG-121787 Change-Id: I9657df5d660820e56c96d511ea49d321c54682e8 Reviewed-by: Christian Ehrlicher <[email protected]>
* Fix the files_main testMikolaj Boc2023-02-231-9/+9
| | | | | | | | | The test does not build due to fbf2a3's change to QWasmLocalFileAccess API. Align it with the new API. Change-Id: I8e70e471c1f7dd812d3b2cf8e1bf33fd58310e81 Reviewed-by: Aleksandr Reviakin <[email protected]> Reviewed-by: Mikołaj Boc <[email protected]>
* Use the local file APIs to save/load files on WASMMikolaj Boc2022-08-121-0/+471
QFileDialog::saveFileContent, QFileDialog::getOpenFileContent are now using local file APIs to access files on any browser that passes a feature check. The feature is thoroughly tested using sinon and a new mock library. Task-number: QTBUG-99611 Change-Id: I3dd27a9d21eb143c71ea7db0563f70ac7db3a3ac Reviewed-by: Tor Arne Vestbø <[email protected]> Reviewed-by: Morten Johan Sørvig <[email protected]>