Closed
Bug 745765
Opened 13 years ago
Closed 13 years ago
Reuse existing tab for same app launch in about:apps
Categories
(Firefox for Android Graveyard :: Web Apps (PWAs), defect)
Tracking
(firefox14 verified, blocking-fennec1.0 soft)
VERIFIED
FIXED
Firefox 14
People
(Reporter: aaronmt, Assigned: mfinkle)
References
Details
(Keywords: regression)
Attachments
(1 file)
2.27 KB,
patch
|
fabrice
:
review+
|
Details | Diff | Splinter Review |
Currently when one launches the same application (as is currently running in a separate tab) in about:apps, a new tab is created.
STR:
i) https://apps.mozillalabs.com/appdir/ -- install any app
ii) about:apps, launch app (new tab is created)
Repeat ii., a new tab is created.
Shouldn't it reuse the existing tab?
--
Nightly (04/16)
Samsung Galaxy Nexus (Android 4.0.4)
Comment 1•13 years ago
|
||
I believe this was working when the first about:apps patch landed (reuse of the existing tab). Flagging as a regression.
Keywords: regression
Comment 2•13 years ago
|
||
Implementation of this bug needs to be consistent with bug 745745.
Assignee | ||
Comment 4•13 years ago
|
||
The problem was the WebappsUI.openURL code was using aOrigin as the "cookie" but the homescreen intent was using the launch URI. This patch makes the WebappsUI.openURL code use the excact same code as the homescreen intent. Both paths use the launch URI as the "cookie" to tag a tab.
Assignee: nobody → mark.finkle
Attachment #615384 -
Flags: review?(fabrice)
Comment 5•13 years ago
|
||
Note for testing - Make sure this is tested by launching the same application twice both from about:apps and from a homescreen shortcut.
Updated•13 years ago
|
Attachment #615384 -
Flags: review?(fabrice) → review+
Assignee | ||
Comment 6•13 years ago
|
||
soft blocking nom. fixes launch behavior for webapps.
blocking-fennec1.0: --- → ?
Updated•13 years ago
|
blocking-fennec1.0: ? → soft
Assignee | ||
Comment 7•13 years ago
|
||
Comment 8•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 14
Reporter | ||
Comment 9•13 years ago
|
||
Verified Fixed
Nightly (04/29)
Samsung Galaxy Note (Android 2.3), Samsung Galaxy Nexus (Android 4.0.4)
Status: RESOLVED → VERIFIED
status-firefox14:
--- → verified
Updated•13 years ago
|
Flags: in-moztrap?
Updated•13 years ago
|
Flags: in-moztrap? → in-moztrap?(aaron.train)
Reporter | ||
Comment 10•13 years ago
|
||
Flags: in-moztrap?(aaron.train) → in-moztrap+
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
•