Closed
Bug 1131421
Opened 11 years ago
Closed 11 years ago
Refactoring for Android client for reading list service
Categories
(Android Background Services Graveyard :: Reading List Sync, defect)
Tracking
(firefox38 fixed)
RESOLVED
FIXED
Firefox 38
Tracking | Status | |
---|---|---|
firefox38 | --- | fixed |
People
(Reporter: rnewman, Assigned: rnewman)
References
Details
Attachments
(3 files)
Early parts of Bug 1117830, involving some refactoring and stubbing out SyncAdapters.
Assignee | ||
Comment 1•11 years ago
|
||
Attachment #8561809 -
Flags: review?(nalexander)
Assignee | ||
Comment 2•11 years ago
|
||
This is the code that ends up in fx-team.
Attachment #8561810 -
Flags: review?(nalexander)
Assignee | ||
Comment 3•11 years ago
|
||
Attachment #8561811 -
Flags: review?(nalexander)
Assignee | ||
Comment 4•11 years ago
|
||
Build completed.
readinglist_syncadapter.xml is unconditionally packaged into the build; testing now whether that's a problem, given that the class is not.
Assignee | ||
Comment 5•11 years ago
|
||
Shipping the readinglist_syncadapter.xml doesn't seem to hurt anything.
Comment 6•11 years ago
|
||
(In reply to Richard Newman [:rnewman] from comment #4)
> Build completed.
>
> readinglist_syncadapter.xml is unconditionally packaged into the build;
> testing now whether that's a problem, given that the class is not.
Hmm, it's not a problem since the actual connection is made, I believe, by the android:metadata attached to the <service>. I wish this was better :/
Assignee | ||
Comment 7•11 years ago
|
||
Yeah, me too. But I don't really want to hack up our XML packaging stuff.
Comment 8•11 years ago
|
||
Comment on attachment 8561809 [details] [review]
Part 1. (Pull req.)
A few notes on GH.
Attachment #8561809 -
Flags: review?(nalexander) → review+
Comment 9•11 years ago
|
||
Comment on attachment 8561810 [details] [diff] [review]
Part 1: initial stub reading list service and SyncAdapter. (Import.) v1
Review of attachment 8561810 [details] [diff] [review]:
-----------------------------------------------------------------
This was the output of fennec-copy-code.sh, right? rs.
Attachment #8561810 -
Flags: review?(nalexander) → review+
Comment 10•11 years ago
|
||
Comment on attachment 8561811 [details] [diff] [review]
Part 2: build changes to support RL service code. v1
Review of attachment 8561811 [details] [diff] [review]:
-----------------------------------------------------------------
The previous part might fail with this applied afterwards but it's not worth moving it forward.
Attachment #8561811 -
Flags: review?(nalexander) → review+
Assignee | ||
Comment 11•11 years ago
|
||
Comment 12•11 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/1d374c27ade1
https://hg.mozilla.org/mozilla-central/rev/b8fa35d8bc9a
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
status-firefox38:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 38
Assignee | ||
Updated•10 years ago
|
Component: Core → Reading List Sync
You need to log in
before you can comment on or make changes to this bug.
Description
•