Closed
Bug 1751681
Opened 3 years ago
Closed 2 years ago
Add Serializable to FS interfaces
Categories
(Core :: DOM: File, task, P2)
Core
DOM: File
Tracking
()
RESOLVED
FIXED
106 Branch
People
(Reporter: janv, Assigned: jjalkanen)
References
(Blocks 1 open bug)
Details
Attachments
(3 files, 1 obsolete file)
The initial WebIDL bindings for OPFS (bug 1750730) didn't include the Serializable
attribute. We should add it rather soon because the actual architecture might depend on that.
Assignee | ||
Comment 2•3 years ago
|
||
Let's try this.
Assignee: nobody → jjalkanen
Flags: needinfo?(jjalkanen)
Assignee | ||
Comment 3•3 years ago
|
||
Updated•3 years ago
|
Attachment #9261880 -
Attachment description: Bug 1751681 - Add Serializable to FileSystemSyncAccessHandle. r=#dom-storage-reviewers → Bug 1751681 - Add Serializable to OPFS interfaces. r=#dom-storage-reviewers
Assignee | ||
Updated•3 years ago
|
Component: Storage: StorageManager → DOM: File
Summary: Add Serializable to OPFS interfaces → Add Serializable to FS interfaces
Comment 4•3 years ago
|
||
Updated•3 years ago
|
Attachment #9281220 -
Attachment description: Bug 1751681: Connect up de-serialization of OPFS handles to IPC actors r=#dom-storage-reviewers,nika → Bug 1751681: Connect up de-serialization of OPFS handles to IPC actors r=#dom-storage-reviewers,nika,asuth
Pushed by rjesup@wgate.com:
https://hg.mozilla.org/integration/autoland/rev/94ae55217008
Add Serializable to OPFS interfaces. r=dom-storage-reviewers,jari,asuth
Comment 6•3 years ago
|
||
Backed out 5 changesets (Bug 1751681, Bug 1789270, Bug 1772540) for causing GTest failures.
Backout link
Push with failures <--> GTest-1proc
Failure Log
Flags: needinfo?(jjalkanen)
Pushed by jvarga@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/aaaedc242622
Add Serializable to OPFS interfaces. r=dom-storage-reviewers,janv,jari,asuth
Comment 8•3 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 3 years ago
status-firefox106:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 106 Branch
Assignee | ||
Comment 9•3 years ago
|
||
The regression seems related to be related to the graphics stack and is unlikely to be regressed by this feature.
Flags: needinfo?(jjalkanen)
Updated•3 years ago
|
Updated•3 years ago
|
Reporter | ||
Comment 11•2 years ago
|
||
Updated•2 years ago
|
Attachment #9303461 -
Attachment is obsolete: true
Reporter | ||
Comment 12•2 years ago
|
||
This patch also cleanups the StorageManager public interface a bit.
Depends on D149264
Reporter | ||
Updated•2 years ago
|
Keywords: leave-open
Reporter | ||
Comment 13•2 years ago
|
||
Comment 14•2 years ago
|
||
Pushed by jvarga@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/8fcc0a58ee5d
Connect up de-serialization of OPFS handles to IPC actors r=nika,dom-storage-reviewers,janv
https://hg.mozilla.org/integration/autoland/rev/298997a4d898
Cleanup FileSystemHandle serialization/deserialization; r=dom-storage-reviewers,jesup
Comment 15•2 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/8fcc0a58ee5d
https://hg.mozilla.org/mozilla-central/rev/298997a4d898
Status: REOPENED → RESOLVED
Closed: 3 years ago → 2 years ago
status-firefox110:
--- → fixed
Resolution: --- → FIXED
Updated•2 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•