Closed Bug 1159573 Opened 9 years ago Closed 9 years ago

Add IndexedDB migration logic to `PushDB`

Categories

(Core :: DOM: Push Subscriptions, defect)

defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 1160316

People

(Reporter: lina, Assigned: lina)

Details

`PushDB` uses the same database and object store ("push") as the original Simple Push implementation. This will cause errors for clients with existing push subscriptions. We can rename the original to "simplepush," but that won't update any existing "push" stores. We can also rename the new one, but no sense in keeping both around.

The stores are mostly compatible—for now—and use the same server. We can either rename `manifestURL` to `scope`, or drop existing registrations entirely. Once we migrate to Web Push, we'll want to bump the version again, and drop everything.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.