Open
Bug 1597900
Opened 6 years ago
Updated 3 years ago
Add test to ensure Addon debugger storage panel displays `storage.local` data even when no extension page is open
Categories
(WebExtensions :: Storage, task, P3)
Tracking
(Not tracked)
NEW
People
(Reporter: bdanforth, Unassigned)
References
Details
Attachments
(1 file)
4.15 KB,
application/x-javascript
|
Details |
This behavior was introduced in Bug 1542035, though it never had test coverage. I tried to add this test in Bug 1573201, but I encountered a gnarly race condition, so we decided not to block on it and move it to a separate issue, as the race condition only occurs in a narrow and uncommon circumstance. See D34416 for some discussions about this race condition.
Attached is my WIP for the test case and supporting code to add to devtools/client/storage/test/browser_storage_webext_storage_local.js
.
![]() |
||
Updated•6 years ago
|
OS: Unspecified → All
Priority: -- → P3
Hardware: Unspecified → Desktop
Version: unspecified → Trunk
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•