Closed
Bug 761496
Opened 12 years ago
Closed 12 years ago
Cannot launch multiple different native applications on linux - all apps launch the 1st app
Categories
(Firefox Graveyard :: Web Apps, defect)
Tracking
(firefox15 verified)
VERIFIED
FIXED
Firefox 16
Tracking | Status | |
---|---|---|
firefox15 | --- | verified |
People
(Reporter: jsmith, Assigned: marco)
References
Details
(Whiteboard: [qa!])
Attachments
(1 file)
1002 bytes,
patch
|
Felipe
:
review+
akeybl
:
approval-mozilla-aurora+
|
Details | Diff | Splinter Review |
Steps: 1. Go to apps.mozillalabs.com/appdir 2. Install two distinct apps 3. Launch both apps in succession Expected: Each app should be launched in different windows running content specific to each app. Actual: Launching the 2nd app launches another window of the 1st app originally launched. Example: Install LucidChart and Mozilla QA WebRT Tester. Launch LucidChart. Launch Mozilla QA WebRT Tester. Result - LucidChart is launched twice Linux OS: Ubuntu 11
Comment 1•12 years ago
|
||
I think this might be related to this bug: https://bugs.launchpad.net/unity/+bug/692462
Reporter | ||
Comment 2•12 years ago
|
||
(In reply to Yann Brelière from comment #1) > I think this might be related to this bug: > https://bugs.launchpad.net/unity/+bug/692462 Sounds like it. Can someone confirm what happens with this bug on a build with the most recent fix applied to that unity bug?
Comment 4•12 years ago
|
||
Just to bring information from my dupe (sorry about that): this isn't Unity-specific as it happens to me with GNOME 3 on Fedora, too.
Assignee | ||
Updated•12 years ago
|
Assignee: nobody → mar.castelluccio
Status: NEW → ASSIGNED
Assignee | ||
Comment 5•12 years ago
|
||
Comment 6•12 years ago
|
||
Comment on attachment 630689 [details] [diff] [review] Patch ok, so it was the same problem as bug 747409
Attachment #630689 -
Flags: review+
Reporter | ||
Comment 7•12 years ago
|
||
(In reply to Felipe Gomes (:felipe) from comment #6) > Comment on attachment 630689 [details] [diff] [review] > Patch > > ok, so it was the same problem as bug 747409 Can someone file a bug to refactor common functionality here? The code here makes me think there's code duplication going on here.
Assignee | ||
Updated•12 years ago
|
Keywords: checkin-needed
Comment 9•12 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/8061c23ff32b
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Reporter | ||
Updated•12 years ago
|
Whiteboard: [qa+:jsmith]
Reporter | ||
Comment 10•12 years ago
|
||
Marco - Feel free to nominate this bug to uplift to Aurora.
Assignee | ||
Comment 11•12 years ago
|
||
Comment on attachment 630689 [details] [diff] [review] Patch [Approval Request Comment] Bug caused by (feature/regressing bug #): This is a simple improvement for the webapps support on Linux. User impact if declined: Linux users won't be able to launch multiple different applications. Testing completed (on m-c, etc.): The same fix has already been tested in the Windows version. Risk to taking this patch (and alternatives if risky): There isn't any risk in this patch. If it isn't uplifted to Aurora, Linux users won't be able to launch multiple different applications. String or UUID changes made by this patch: None.
Attachment #630689 -
Flags: approval-mozilla-aurora?
Reporter | ||
Comment 12•12 years ago
|
||
Verified on Nightly.
Status: RESOLVED → VERIFIED
Whiteboard: [qa+:jsmith] → [qa!]
Reporter | ||
Updated•12 years ago
|
Flags: in-moztrap?(mar.castelluccio)
Comment 13•11 years ago
|
||
(In reply to Jason Smith [:jsmith] from comment #10) > Marco - Feel free to nominate this bug to uplift to Aurora. Is this needed on FF15? All other basecamp work appears to be landing in FF16.
Reporter | ||
Comment 14•11 years ago
|
||
(In reply to Alex Keybl [:akeybl] from comment #13) > (In reply to Jason Smith [:jsmith] from comment #10) > > Marco - Feel free to nominate this bug to uplift to Aurora. > > Is this needed on FF15? All other basecamp work appears to be landing in > FF16. Note - desktop web runtime applies to k9o, not basecamp. The uplift to Aurora needed if we intend to support linux web apps for FF 15, as this breaks basic smoke test functionality (and it's a low risk patch).
Comment 15•11 years ago
|
||
(In reply to Jason Smith [:jsmith] from comment #14) > Note - desktop web runtime applies to k9o, not basecamp. > > The uplift to Aurora needed if we intend to support linux web apps for FF > 15, as this breaks basic smoke test functionality (and it's a low risk > patch). But basecamp is a subset of k90 that ships first, so why would we take this in FF15? Has product weighed in on when web app support needs to first land?
Comment 16•11 years ago
|
||
Most of the webapps work landed for FF15, except for a few bugs marked as blockers which will then be discussed by product/release drivers if we can uplift those fixes or not. This bug should probably be marked as one of those blockers, but since it's a very simple patch we just straight nominated it to aurora.
Reporter | ||
Comment 17•11 years ago
|
||
Alex - We currently have code active for desktop web runtime in FF 15, including basic linux web apps support. We're currently going to remain in Aurora and make the determination if we should or shouldn't remain on the FF 15 near the end of beta. We were looking to uplift this patch, given the low risk to high value benefit this has to the current implementation of web apps on linux on FF 15 on Aurora. Does this make sense?
Comment 18•11 years ago
|
||
(In reply to Jason Smith [:jsmith] from comment #17) > Does this make sense? Yes, thanks for the clarification.
Updated•11 years ago
|
Attachment #630689 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Reporter | ||
Updated•11 years ago
|
Whiteboard: [qa!] → [qa+]
Assignee | ||
Comment 20•11 years ago
|
||
I've added the "Launch multiple applications" test case. It depends on other test cases, let me know if this is acceptable or if test cases should be completely self-contained.
Flags: in-moztrap?(mar.castelluccio) → in-moztrap+
Reporter | ||
Updated•11 years ago
|
QA Contact: jsmith
Reporter | ||
Updated•11 years ago
|
Whiteboard: [qa+] → [qa!]
Updated•8 years ago
|
Product: Firefox → Firefox Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•