Closed
Bug 709385
Opened 12 years ago
Closed 12 years ago
Passwords repository layer for Fennec local DB
Categories
(Firefox for Android Graveyard :: Android Sync, defect, P1)
Tracking
(blocking-fennec1.0 beta+, fennec+)
VERIFIED
FIXED
mozilla14
People
(Reporter: ally, Assigned: liuche)
References
Details
(Whiteboard: [sync][qa!])
Attachments
(1 file)
2.22 KB,
patch
|
Details | Diff | Splinter Review |
might make the first drop if mobile gets us the content provider in time.
Comment 1•12 years ago
|
||
Where I left off: Currently code will run if the patch from mobile is applied (Bug 704682). This should land soon. We also need to encrypt/decrypt passwords (Bug 711636).
Comment 2•12 years ago
|
||
Waiting on the content provider interface for this, too.
Depends on: 704682
OS: Mac OS X → Android
Hardware: x86 → All
Summary: passwords repository layer for fennec local db → Passwords repository layer for Fennec local DB
Comment 3•12 years ago
|
||
Aiming for end of Jan, assuming that the Fennec CP is ready. Removing block for initial repository set, because we decided those were bookmarks and history.
Updated•12 years ago
|
tracking-fennec: --- → ?
Updated•12 years ago
|
tracking-fennec: ? → +
Reporter | ||
Updated•12 years ago
|
Assignee: marina.samuel25 → liuche
Comment 5•12 years ago
|
||
Ready to work on as soon as Bug 718760 lands… (Lifting that transitive dependency to here to make it easier to see.)
Depends on: 718760
Priority: P2 → P1
Updated•12 years ago
|
blocking-fennec1.0: --- → beta+
Reporter | ||
Comment 6•12 years ago
|
||
the work is taking place on github, and is waiting review
Comment 7•12 years ago
|
||
I made a build with this and form history enabled. After sync, form history item for username is in Fennec moz_formhistory and password is in moz_logins (there is no form history item for password in Fennec moz_formhistory -- this seems correct). I begin to enter username and form history correctly shows completion, but selecting unique completion does not complete password box. What gives?
Comment 8•12 years ago
|
||
what's the status here?
Updated•12 years ago
|
Whiteboard: [sync]
Comment 9•12 years ago
|
||
(In reply to Brad Lassey [:blassey] from comment #8) > what's the status here? Reviewing this afternoon. https://github.com/mozilla-services/android-sync/pull/156 https://github.com/mozilla-services/android-sync/pull/155
Comment 10•12 years ago
|
||
Pushed with review comments self-addressed: https://hg.mozilla.org/integration/mozilla-inbound/rev/3e5b3359a469
Whiteboard: [sync] → [sync][qa+]
Target Milestone: --- → mozilla14
Updated•12 years ago
|
Flags: in-litmus?
Comment 11•12 years ago
|
||
Looks like the Fennec CP can be crashy. If that doesn't get resolved soon, here's a patch to disable password sync.
Comment 12•12 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/3e5b3359a469
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Comment 13•12 years ago
|
||
Temporarily disabled until Bug 744816 is resolved. https://hg.mozilla.org/integration/mozilla-inbound/rev/bbfe59782089
Comment 15•12 years ago
|
||
(In reply to Richard Newman [:rnewman] from comment #13) > Temporarily disabled until Bug 744816 is resolved. > > https://hg.mozilla.org/integration/mozilla-inbound/rev/bbfe59782089 This was re-enabled by changeset: 91647:190a237b1456 user: Nick Alexander <nalexander@mozilla.com> date: Fri Apr 13 19:41:40 2012 -0700 summary: Bug 739629 - Expose safe account creation API for profile migration. r=rnewman
Updated•12 years ago
|
Status: RESOLVED → VERIFIED
Whiteboard: [sync][qa+] → [sync][qa!]
Updated•11 years ago
|
Product: Mozilla Services → Android Background Services
Updated•6 years ago
|
Product: Android Background Services → Firefox for Android
Updated•3 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•