Closed
Bug 801225
Opened 12 years ago
Closed 12 years ago
Cleanup and restructuring of Android services code to support product announcements feature
Categories
(Firefox for Android Graveyard :: Android Sync, defect)
Tracking
(firefox18 fixed)
RESOLVED
FIXED
mozilla19
Tracking | Status | |
---|---|---|
firefox18 | --- | fixed |
People
(Reporter: rnewman, Assigned: rnewman)
References
Details
(Whiteboard: [snippets])
Attachments
(1 file, 1 obsolete file)
104.82 KB,
patch
|
rnewman
:
review+
nalexander
:
review+
bajaj
:
approval-mozilla-aurora+
|
Details | Diff | Splinter Review |
Fixing warnings, code reorganization, separation of constant files, logger changes.
Assignee | ||
Comment 1•12 years ago
|
||
Rolled up from <https://github.com/mozilla-services/android-sync/pull/262> for posterity.
Assignee | ||
Updated•12 years ago
|
Summary: General cleanup to support landing product announcements → Cleanup and restructuring of Android services code to support product announcements feature
Assignee | ||
Comment 2•12 years ago
|
||
Target Milestone: --- → mozilla19
Assignee | ||
Comment 3•12 years ago
|
||
This was reviewed by nalexander. Uploading a patch because this'll eventually need to hit Aurora to prep for Bug 793053.
Attachment #671034 -
Attachment is obsolete: true
Attachment #672199 -
Flags: review+
Comment 4•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•12 years ago
|
Whiteboard: [snippets]
Assignee | ||
Comment 5•12 years ago
|
||
Comment on attachment 672199 [details] [diff] [review]
Patch as landed on m-i. v2
Requesting Aurora approval to get product announcements (Bug 774497) into Firefox 18.
This is a scary looking patch size-wise (100KB), but I promise it's not!
This consists of:
* Moved files.
* Splitting one pre-processed file into two.
* Generated manifest changes.
* Removing a small amount of dead code.
* The only remotely significant change, which allows for per-thread log tags. This code is unit-tested, has been hand-tested, and a failure here simply results in the wrong log tag being used.
The goal of this is to provide a sane platform on which to land Bug 793053.
Attachment #672199 -
Flags: approval-mozilla-aurora?
Updated•12 years ago
|
Attachment #672199 -
Flags: review+
Comment 6•12 years ago
|
||
Comment on attachment 672199 [details] [diff] [review]
Patch as landed on m-i. v2
Approving for aurora as its been on central for a few days now
Attachment #672199 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Assignee | ||
Comment 7•12 years ago
|
||
Realized that this is dependent on Bug 798043, and the first two parts of Bug 793053 (this was filed half-way through implementing).
Aurora approval flags set on those.
Assignee | ||
Comment 8•12 years ago
|
||
status-firefox18:
--- → fixed
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
•