Closed
Bug 1785125
Opened 2 years ago
Closed 2 years ago
Disable OPFS in Private Browsing mode
Categories
(Core :: DOM: File, enhancement)
Core
DOM: File
Tracking
()
RESOLVED
FIXED
109 Branch
Tracking | Status | |
---|---|---|
firefox109 | --- | fixed |
People
(Reporter: jesup, Assigned: jesup)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
Required to enable/go to release.
Eventually we'd like to support OPFS in PB mode, but it would require either in-ram storage (not a good idea), or encryption with unsaved keys (like we're working on for PB support for IndexedDB/etc)
Assignee | ||
Comment 1•2 years ago
|
||
Updated•2 years ago
|
Assignee: nobody → rjesup
Status: NEW → ASSIGNED
Updated•2 years ago
|
Pushed by jstutte@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/af22df1c53c2 Disable OriginPrivateFileSystem (OPFS) in Private Browsing r=asuth,dom-storage-reviewers,janv
Comment 3•2 years ago
|
||
Backed out for causing Bp-hybrid bustages on FileSystemManagerParentFactory.cpp.
- Backout link
- Push with failures
- Failure Log
- Failure line: /builds/worker/checkouts/gecko/dom/fs/parent/FileSystemManagerParentFactory.cpp:48:16: error: incomplete type 'mozilla::OriginAttributes' named in nested name specifier
Flags: needinfo?(rjesup)
Pushed by rjesup@wgate.com: https://hg.mozilla.org/integration/autoland/rev/12f5f2d2aac9 Disable OriginPrivateFileSystem (OPFS) in Private Browsing r=asuth,dom-storage-reviewers,janv
Comment 5•2 years ago
•
|
||
Backed out changeset 12f5f2d2aac9 (Bug 1785125) for causing mochitest failures on test_basics.html.
Backout link
Push with failures <--> 13
Failure Log
Pushed by rjesup@wgate.com: https://hg.mozilla.org/integration/autoland/rev/be010fc803d9 Disable OriginPrivateFileSystem (OPFS) in Private Browsing r=asuth,dom-storage-reviewers,janv
Comment 7•2 years ago
|
||
Backed out for causing bp-hybrid bustages on FileSystemManager.
- Backout link
- Push with failures
- Failure Log
- Failure line: /builds/worker/checkouts/gecko/dom/fs/api/FileSystemManager.cpp:67:28: error: possible misuse of comma operator here [-Werror,-Wcomma]
Pushed by rjesup@wgate.com: https://hg.mozilla.org/integration/autoland/rev/d9c663333d4f Disable OriginPrivateFileSystem (OPFS) in Private Browsing r=asuth,dom-storage-reviewers,janv
Comment 9•2 years ago
|
||
Backed out for causing bp-hybrid bustages on FileSystemManager.
- Backout link
- Push with failures
- Failure Log
- Failure line: /builds/worker/checkouts/gecko/dom/fs/parent/FileSystemManagerParentFactory.cpp:40:16: error: incomplete type 'mozilla::OriginAttributes' named in nested name specifier
Comment 10•2 years ago
|
||
Pushed by rjesup@wgate.com: https://hg.mozilla.org/integration/autoland/rev/e3fca4d9c7f7 Disable OriginPrivateFileSystem (OPFS) in Private Browsing r=asuth,dom-storage-reviewers,janv
Comment 11•2 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox109:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 109 Branch
Assignee | ||
Updated•2 years ago
|
Flags: needinfo?(rjesup)
You need to log in
before you can comment on or make changes to this bug.
Description
•