Closed Bug 1805135 Opened 3 years ago Closed 3 years ago

FileSystemWritableFileStream should use the default writer for all IO operations

Categories

(Core :: DOM: File, task, P2)

task

Tracking

()

RESOLVED FIXED
110 Branch
Tracking Status
firefox110 --- fixed

People

(Reporter: janv, Assigned: janv)

References

(Blocks 1 open bug)

Details

Attachments

(1 file)

FileSystemWritableFileStream::Write, FileSystemWritableFileStream::Seek and FileSystemWritableFileStream::Truncate currently bypass the default writer mechanism provided by the parent class/interface WritableFileStream. This can lead to ordering issues.

Pushed by jvarga@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/0e5d5b851391 Fix FileSystemWritableFileStream to use the default writer for all IO operations; r=dom-storage-reviewers,webidl,smaug,jari
Pushed by jvarga@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/aec85fd6e08a Fix FileSystemWritableFileStream to use the default writer for all IO operations; r=dom-storage-reviewers,webidl,smaug,jari
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
Resolution: --- → FIXED
Target Milestone: --- → 110 Branch

Landed after fixing a rooting hazard.

Flags: needinfo?(jvarga)
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: