Closed
Bug 1228908
Opened 10 years ago
Closed 10 years ago
Ensure that only one DB key can be created for logins.db
Categories
(Firefox for iOS :: Data Storage, defect)
Tracking
()
RESOLVED
FIXED
1.3
Tracking | Status | |
---|---|---|
fxios | 1.3+ | --- |
People
(Reporter: rnewman, Assigned: rnewman)
Details
We should be using the same dispatch_once mechanism here that we do elsewhere.
Assignee | ||
Comment 1•10 years ago
|
||
https://github.com/mozilla/firefox-ios/pull/1316 has the fix for this.
Assignee | ||
Comment 2•10 years ago
|
||
This is only used within a dispatch_once, so this isn't strictly needed. But I have a safe version of it, so might as well land it in case we add debugging code somewhere and accidentally break the world.
Assignee | ||
Comment 3•10 years ago
|
||
master: c054310
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Whiteboard: [needsuplift]
Target Milestone: --- → 2.0
Assignee | ||
Comment 4•10 years ago
|
||
Uplifted: 3ed3912
Whiteboard: [needsuplift]
Target Milestone: 2.0 → 1.3
You need to log in
before you can comment on or make changes to this bug.
Description
•