Closed
Bug 784397
Opened 11 years ago
Closed 11 years ago
Recent Apps list only shows one Webapp
Categories
(Firefox for Android Graveyard :: Web Apps (PWAs), defect)
Firefox for Android Graveyard
Web Apps (PWAs)
Tracking
(firefox16 verified)
VERIFIED
FIXED
Firefox 17
Tracking | Status | |
---|---|---|
firefox16 | --- | verified |
People
(Reporter: wesj, Unassigned)
References
Details
Attachments
(1 file, 1 obsolete file)
1.14 KB,
patch
|
mfinkle
:
review+
lsblakk
:
approval-mozilla-aurora+
|
Details | Diff | Splinter Review |
ibarlow noticed that only one app ever shows in his recent apps list. Is this fallout from changing them to all be named "App"? It would be nice if you could have more than one in there.
Reporter | ||
Comment 1•11 years ago
|
||
Had to dig into the android source, but it turns out that ActivityManagerService uses affinity to determine if two tasks are "unique". We could set it to "" and just always use a unique task (I think, the word task here is confusing...). This also works and namespaces them a bit, which feels good.
Attachment #654401 -
Flags: review?(mark.finkle)
Reporter | ||
Comment 2•11 years ago
|
||
Now with code.
Attachment #654401 -
Attachment is obsolete: true
Attachment #654401 -
Flags: review?(mark.finkle)
Attachment #654402 -
Flags: review?(mark.finkle)
Comment 3•11 years ago
|
||
Comment on attachment 654402 [details] [diff] [review] Patch Seems reasonable based on the docs I have seen, We could also try using the same string we use for process as the taskAffinity too, but I'm not sure it's any better of a choice.
Attachment #654402 -
Flags: review?(mark.finkle) → review+
Reporter | ||
Comment 4•11 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/d720637283eb
Reporter | ||
Comment 5•11 years ago
|
||
Comment on attachment 654402 [details] [diff] [review] Patch [Approval Request Comment] Bug caused by (feature/regressing bug #): New apps stuff User impact if declined: Only one app (including Fennec) ever appears in the Recent apps screen Testing completed (on m-c, etc.): landed today Risk to taking this patch (and alternatives if risky): Very low risk. Only affects mobile webapps. Just changed their "task" which should have no affect on anything but this String or UUID changes made by this patch: None.
Attachment #654402 -
Flags: approval-mozilla-aurora?
Updated•11 years ago
|
Attachment #654402 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Comment 6•11 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/d720637283eb
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 17
Reporter | ||
Comment 7•11 years ago
|
||
https://hg.mozilla.org/releases/mozilla-aurora/rev/4ac36aa37b18
Updated•11 years ago
|
status-firefox16:
--- → fixed
Updated•11 years ago
|
Component: General → Web Apps
Updated•11 years ago
|
Status: RESOLVED → VERIFIED
Updated•3 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
•