Open
Bug 1655941
Opened 5 years ago
Updated 10 months ago
Extension storage not display sync area
Categories
(DevTools :: Storage Inspector, enhancement, P3)
Tracking
(Not tracked)
NEW
People
(Reporter: 709922234, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
342.08 KB,
image/png
|
Details |
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:80.0) Gecko/20100101 Firefox/80.0
Steps to reproduce:
- Install extensions with storage permissions, e.g: "Enhancer for YouTube"
- inspect extensions
- set sync storage:
browser.storage.sync.set({test: true})
- view Storage panel
Actual results:
test: true
display in Storage pannel
Expected results:
test: true
is not displayed in the "Storage" panel
Component: Untriaged → Storage Inspector
Product: Firefox → DevTools
Comment 1•5 years ago
|
||
The severity field is not set for this bug.
:ladybenko, could you have a look please?
For more information, please visit auto_nag documentation.
Flags: needinfo?(balbeza)
Comment 2•5 years ago
|
||
Thanks for the report,
This is a missing feature that we are lacking in the Storage (we currently only show Extension Local Storage). We will add it to the backlog.
Thanks!
Severity: -- → S3
Type: defect → enhancement
Flags: needinfo?(balbeza)
Priority: -- → P3
Updated•5 years ago
|
Status: UNCONFIRMED → NEW
Has STR: --- → yes
Ever confirmed: true
You need to log in
before you can comment on or make changes to this bug.
Description
•