Closed
Bug 709385
Opened 13 years ago
Closed 13 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•13 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•13 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•13 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•13 years ago
|
tracking-fennec: --- → ?
Updated•13 years ago
|
tracking-fennec: ? → +
Reporter | ||
Updated•13 years ago
|
Assignee: marina.samuel25 → liuche
Comment 5•13 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•13 years ago
|
blocking-fennec1.0: --- → beta+
Reporter | ||
Comment 6•13 years ago
|
||
the work is taking place on github, and is waiting review
Comment 7•13 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•13 years ago
|
||
what's the status here?
Updated•13 years ago
|
Whiteboard: [sync]
Comment 9•13 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•13 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•13 years ago
|
Flags: in-litmus?
Comment 11•13 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•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Comment 13•13 years ago
|
||
Temporarily disabled until Bug 744816 is resolved.
https://hg.mozilla.org/integration/mozilla-inbound/rev/bbfe59782089
Comment 14•13 years ago
|
||
Comment 15•13 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•13 years ago
|
Status: RESOLVED → VERIFIED
Whiteboard: [sync][qa+] → [sync][qa!]
Updated•12 years ago
|
Product: Mozilla Services → Android Background Services
Updated•7 years ago
|
Product: Android Background Services → Firefox for Android
Updated•4 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
•