Closed
Bug 806634
Opened 12 years ago
Closed 12 years ago
Announcements: record browser launch in the correct place
Categories
(Firefox for Android Graveyard :: General, defect, P1)
Tracking
(firefox18 fixed)
RESOLVED
FIXED
Firefox 19
Tracking | Status | |
---|---|---|
firefox18 | --- | fixed |
People
(Reporter: rnewman, Assigned: rnewman)
References
()
Details
(Whiteboard: [snippets])
Attachments
(3 files, 1 obsolete file)
2.52 KB,
patch
|
mfinkle
:
review+
|
Details | Diff | Splinter Review |
2.74 KB,
patch
|
rnewman
:
review+
bajaj
:
approval-mozilla-aurora+
|
Details | Diff | Splinter Review |
2.94 KB,
patch
|
liuche
:
review+
bajaj
:
approval-mozilla-aurora+
|
Details | Diff | Splinter Review |
Follow-up from bug 793053. We need to record Fennec's launch time when Fennec actually launches, not when it sends us a pref change intent, because we *ask* for a pref change intent on system boot. As landed, we'll act as if Fennec was launched whenever the phone is rebooted.
Assignee | ||
Comment 1•12 years ago
|
||
https://github.com/mozilla-services/android-sync/pull/266
Assignee | ||
Comment 2•12 years ago
|
||
mfinkle, please redirect or review! This calls a (soon to be) public static method in the Announcements service to write out the current time as a "last launched" value. This allows us to determine idle days. Alternatives were to write the pref directly (brittle), broadcast an intent (verbose), or tag along on the enabled-pref broadcast (janky).
Attachment #676440 -
Flags: review?(mark.finkle)
Assignee | ||
Comment 3•12 years ago
|
||
Attachment #676481 -
Flags: review?(liuche)
Assignee | ||
Comment 4•12 years ago
|
||
I'll kill that info log tag after testing, btw.
Assignee | ||
Comment 5•12 years ago
|
||
Part 1 reviewed on GitHub: https://hg.mozilla.org/integration/mozilla-inbound/rev/ce2a2b464d88
Whiteboard: [snippets] → [snippets][leave open after merge]
Target Milestone: --- → Firefox 19
Comment 6•12 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/ce2a2b464d88
Flags: in-testsuite-
Updated•12 years ago
|
Attachment #676440 -
Flags: review?(mark.finkle) → review+
Assignee | ||
Comment 7•12 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/1aae722faa55
Whiteboard: [snippets][leave open after merge] → [snippets]
Assignee | ||
Comment 8•12 years ago
|
||
With a follow-up to kill that log statement: https://hg.mozilla.org/integration/mozilla-inbound/rev/fd16afa068b9
Assignee | ||
Comment 9•12 years ago
|
||
Requesting upload for product announcements feature. Follow-up to Bug 793053.
Attachment #676755 -
Flags: review+
Attachment #676755 -
Flags: approval-mozilla-aurora?
Assignee | ||
Comment 10•12 years ago
|
||
Requesting upload for product announcements feature. Follow-up to Bug 793053.
Attachment #676481 -
Attachment is obsolete: true
Attachment #676481 -
Flags: review?(liuche)
Attachment #676756 -
Flags: review?(liuche)
Attachment #676756 -
Flags: approval-mozilla-aurora?
Updated•12 years ago
|
Attachment #676756 -
Flags: review?(liuche) → review+
Comment 11•12 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/1aae722faa55 https://hg.mozilla.org/mozilla-central/rev/fd16afa068b9
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Comment 12•12 years ago
|
||
Comment on attachment 676755 [details] [diff] [review] Aurora: Fennec hook Approving on aurora as this is needed for Product announcements feature landing in Fx18.
Attachment #676755 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Comment 13•12 years ago
|
||
Comment on attachment 676756 [details] [diff] [review] Aurora: Services part. Approving on aurora as this is needed for Product announcements feature landing in Fx18.
Attachment #676756 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Assignee | ||
Comment 14•12 years ago
|
||
https://hg.mozilla.org/releases/mozilla-aurora/rev/39150ccd48c1 https://hg.mozilla.org/releases/mozilla-aurora/rev/72b8e60cef45
status-firefox18:
--- → fixed
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
•