Closed
Bug 709402
Opened 14 years ago
Closed 14 years ago
Form history repository layer
Categories
(Firefox for Android Graveyard :: Android Sync, defect, P1)
Tracking
(firefox13 fixed, firefox14 fixed, blocking-fennec1.0 beta+)
VERIFIED
FIXED
mozilla14
People
(Reporter: ally, Assigned: nalexander)
References
Details
(Whiteboard: [sync])
Attachments
(1 file)
|
7 bytes,
text/plain
|
akeybl
:
approval-mozilla-aurora+
|
Details |
No description provided.
Comment 1•14 years ago
|
||
Will depend on a Fennec content provider.
OS: Mac OS X → Android
Hardware: x86 → All
Summary: repo layer for form history → Form history repository layer
Updated•14 years ago
|
Priority: -- → P3
| Reporter | ||
Updated•14 years ago
|
Assignee: nobody → nalexander
Priority: P3 → P1
Updated•14 years ago
|
Keywords: fennecnative-betablocker
Updated•14 years ago
|
blocking-fennec1.0: --- → beta+
Updated•14 years ago
|
Status: NEW → ASSIGNED
Updated•14 years ago
|
Whiteboard: [sync]
Comment 2•14 years ago
|
||
Whiteboard: [sync] → [sync][Leave open after merge]
Comment 3•14 years ago
|
||
Routine Sync approval for Aurora.
Attachment #608782 -
Flags: approval-mozilla-aurora?
Comment 4•14 years ago
|
||
Nick's test procedure:
For reference, this is my test procedure:
* Test Fennec -> Desktop
- Add new form item in Fennec
- Sync device, Sync desktop, check appears on Desktop
- Delete form item in Fennec
- Sync device, Sync desktop, check item no longer appears on Desktop, and is not revived in Fennec
* THIS DOES NOT WORK
* Instead, check that server has correct deleted record (using Dump the cleartext of each record in a collection
to the console. from https://wiki.mozilla.org/Services/Sync/Snippets)
- Sync device again, check that record is not revived in Fennec
* Test Desktop -> Fennec
- Add new form item in Desktop
- Sync desktop, Sync device, check appears in Fennec
- Delete form item in Desktop
- Sync desktop, Sync device, check item no longer appears in Fennec, and is not revived in Desktop
* Test reconcile same
- Add new form item in Desktop
- Add same form item in Fennec with same form value
- Sync desktop, then sync device
- Check single form item with Desktop GUID appears in Fennec and Desktop, and has Desktop's form value in both
* Test reconcile different
- Add new form item in Desktop
- Add same form item in Fennec with different form value
- Sync desktop, then sync device
- Check two form items appear in Fennec and Desktop
Comment 5•14 years ago
|
||
(In reply to Richard Newman [:rnewman] from comment #2)
> Part 1:
>
> https://hg.mozilla.org/integration/mozilla-inbound/rev/5a555fb12c22
https://hg.mozilla.org/mozilla-central/rev/5a555fb12c22
Comment 6•14 years ago
|
||
Comment on attachment 608782 [details]
Stub for Aurora approval.
[Triage Comment]
If these changes are mobile-only and are not dependent upon the Maple uplift to Aurora, a=akeybl for Aurora 13.
Attachment #608782 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
| Reporter | ||
Comment 7•14 years ago
|
||
work for this is on github, and is progressing there.
Comment 8•14 years ago
|
||
Whiteboard: [sync][Leave open after merge] → [sync]
Target Milestone: --- → mozilla14
Comment 9•14 years ago
|
||
Note that this is preffed off (well, hard-coded disabled) by design: this'll have a big performance impact until batching lands.
When I find the bug number for that, I'll set the appropriate dependencies and file a follow-up to pref on.
Comment 10•14 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Comment 11•14 years ago
|
||
status-firefox13:
--- → fixed
status-firefox14:
--- → fixed
Updated•14 years ago
|
Status: RESOLVED → VERIFIED
Updated•13 years ago
|
Product: Mozilla Services → Android Background Services
Updated•8 years ago
|
Product: Android Background Services → Firefox for Android
Updated•5 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
•