gecko-dev/testing/web-platform/tests/native-file-system/native_FileSystemBaseHandle-IndexedDB-manual.https.tentative.html
Marijn Kruisselbrink c8b55c2643 Bug 1607516 [wpt PR 21072] - [NativeFS] Enable storing handles in IndexedDB., a=testonly
Automatic update from web-platform-tests
[NativeFS] Enable storing handles in IndexedDB.

This is the last in a series of CLs to enable storing native file
system handles in IndexedDB. This adds the plumbing from blink to the
browser process, as well as logic in IndexedDBBackingStore to actually
serialize handles to disk.

Bug: 955193
Change-Id: Ib43e0395d0355cd2ab24eef33168f4e09879f0eb
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1931647
Reviewed-by: Mike West <mkwst@chromium.org>
Reviewed-by: Daniel Murphy <dmurph@chromium.org>
Commit-Queue: Marijn Kruisselbrink <mek@chromium.org>
Cr-Commit-Position: refs/heads/master@{#742081}

--

wpt-commits: a314b9b2e03131c2bd001b25df20c7ff5d4f8c69
wpt-pr: 21072
2020-02-21 10:44:54 +00:00

13 lines
605 B
HTML

<!doctype html>
<meta charset=utf-8>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="/resources/testdriver.js"></script>
<script src="/resources/testdriver-vendor.js"></script>
<script src="resources/test-helpers.js"></script>
<script src="resources/native-fs-test-helpers.js"></script>
<script src="resources/messaging-helpers.js"></script>
<script src="resources/messaging-serialize-helpers.js"></script>
<script src="/IndexedDB/support-promises.js"></script>
<script src="script-tests/FileSystemBaseHandle-IndexedDB.js"></script>