Open
Bug 1387636
Opened 8 years ago
Updated 3 years ago
LocalStorage: Remove StorageDBBridge class for real
Categories
(Core :: DOM: Core & HTML, enhancement, P3)
Core
DOM: Core & HTML
Tracking
()
NEW
| Tracking | Status | |
|---|---|---|
| firefox57 | --- | affected |
People
(Reporter: janv, Unassigned)
Details
The class is just #if 0'ed for now.
Here's what needs to be done:
1. Move comments to StorageDBThread/StorageDBChild.
2. Devirtualize relevant methods in StorageDBThread/StorageDBChild.
3. Remove relevant methods in StorageDBThread/StorageDBChild that are unused.
4. Remove this class completely.
Updated•8 years ago
|
Priority: -- → P2
Comment 1•7 years ago
|
||
Moving to p3 because no activity for at least 1 year(s).
See https://github.com/mozilla/bug-handling/blob/master/policy/triage-bugzilla.md#how-do-you-triage for more information
Priority: P2 → P3
| Assignee | ||
Updated•7 years ago
|
Component: DOM → DOM: Core & HTML
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•