[wpt-sync] Sync PR 17364 - [Native File System] Create FileSystemFileWriterImpl to mirror the renderer side
Categories
(Testing :: web-platform-tests, defect, P4)
Tracking
(firefox70 fixed)
| Tracking | Status | |
|---|---|---|
| firefox70 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 17364 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/17364
Details from upstream follow.
Olivier Yiptong <oyiptong@chromium.org> wrote:
[Native File System] Create FileSystemFileWriterImpl to mirror the renderer side
This is the initial cl of the refactor of NativeFileSystemFileHandleImpl to
mirror the split on the renderer side with the handle and the writer as
two separate entities.It is the initial implementation for FileSystemFileWriterImpl. It includes
only one no-op method for now: close().This sets the stage for atomic writes as close() will be the explicit
termination of a write, which allows us to do the atomic operation.Bug: 968550
Change-Id: I0af81efa46789f18c4a8b0bca3ab89c5703b798c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1662709
Commit-Queue: Olivier Yiptong \<oyiptong@chromium.org>
Reviewed-by: Daniel Cheng \<dcheng@chromium.org>
Reviewed-by: Marijn Kruisselbrink \<mek@chromium.org>
Auto-Submit: Olivier Yiptong \<oyiptong@chromium.org>
Cr-Commit-Position: refs/heads/master@{#671539}
| Assignee | ||
Comment 1•6 years ago
|
||
| Assignee | ||
Comment 2•6 years ago
|
||
| Assignee | ||
Comment 3•6 years ago
|
||
| Assignee | ||
Updated•6 years ago
|
| Assignee | ||
Updated•6 years ago
|
| Assignee | ||
Comment 4•6 years ago
|
||
| Assignee | ||
Comment 5•6 years ago
|
||
Comment 7•6 years ago
|
||
| bugherder | ||
Description
•