Enable OPFS by default on Release
Categories
(Core :: DOM: File, enhancement, P2)
Tracking
()
People
(Reporter: jstutte, Assigned: jjalkanen)
References
(Blocks 1 open bug)
Details
(Keywords: dev-doc-complete)
Attachments
(2 files)
Reporter | ||
Updated•2 years ago
|
Assignee | ||
Comment 1•2 years ago
|
||
Updated•2 years ago
|
Assignee | ||
Comment 2•2 years ago
|
||
Depends on D168796
Comment 3•2 years ago
|
||
Updated•2 years ago
|
Comment 5•2 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/0d4af4c73c3d
https://hg.mozilla.org/mozilla-central/rev/570b8691ae99
Comment 6•2 years ago
|
||
FF111 MDN docs work for this can be tracked in https://github.com/mdn/content/issues/24388 (just release note and browser compatibility info).
Reporter | ||
Comment 7•2 years ago
|
||
Release Note Request (optional, but appreciated)
[Why is this notable]: Implementation of the origin private part of https://fs.spec.whatwg.org
[Affects Firefox for Android]: Yes (as dom.storageManager.enabled
is enabled in geckoview )
[Suggested wording]:
Bug 1811001 enabled the origin private file system access, a new storage API that enables web applications to store and retrieve data from and to the filesystem in a sandbox.
[Links (documentation, blog post, etc)]:
https://fs.spec.whatwg.org
https://developer.mozilla.org/en-US/docs/Web/API/File_System_Access_API
Comment 8•2 years ago
|
||
Thanks, added to the 111 Beta release notes.
Keeping the relnote? flag open to keep it on the radar for inclusion in our final release notes.
Reporter | ||
Comment 9•2 years ago
|
||
Just to make sure this is on Chris' radar regarding Android.
Updated•2 years ago
|
Updated•2 years ago
|
Comment 10•2 years ago
|
||
(In reply to Jens Stutte [:jstutte] from comment #9)
Just to make sure this is on Chris' radar regarding Android.
Thanks. Jens confirmed offline that OPFS will ship in Firefox 111 for both desktop and Android.
(I filed bug 1818579 to clean up some Android code that enables StorageManager, but that bug doesn't need to block OPFS or be fixed urgently.)
It seems things are still not marked as supported on Firefox: https://developer.mozilla.org/en-US/docs/Web/API/FileSystemHandle etc. Is this something you can take a look? Thanks!
Comment 12•2 years ago
|
||
Hi @kagami
Absolutely - thanks for letting me know.
So for this we just updated StorageManager.getDirectory()
in the compatibility data as that was the only thing marked as affected by this flag. Apologies - it did not occur to me that the other file system access API interfaces would be affected by this.
Can you check https://github.com/mdn/browser-compat-data/pull/19056 to confirm I have the correct set of items updated? After that is done I can remove "experimental" markup on the pages themselves.
Updated•2 years ago
|
Description
•