Closed
Bug 1809025
Opened 2 years ago
Closed 2 years ago
FileSystemSyncAccessHandle::BeginClose doesn't have to ensure the stream
Categories
(Core :: DOM: File, task, P2)
Core
DOM: File
Tracking
()
RESOLVED
FIXED
112 Branch
Tracking | Status | |
---|---|---|
firefox112 | --- | fixed |
People
(Reporter: janv, Assigned: janv)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
Instead of making sure that the stream is always deserialized (and then immediately closed), we can just destroy mStreamParams if the stream was never deserialized.
Assignee | ||
Comment 1•2 years ago
|
||
Depends on D166175
Pushed by jvarga@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/1c867a6319de
FileSystemSyncAccessHandle::BeginClose doesn't have to ensure the stream; r=dom-storage-reviewers,jari
Comment 3•2 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox112:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 112 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•