Closed
Bug 763740
Opened 12 years ago
Closed 12 years ago
Allow launching of natively installed webapps from launch() method in mozapps API - Mac OS X
Categories
(Firefox Graveyard :: Web Apps, defect, P1)
Tracking
(blocking-kilimanjaro:+)
People
(Reporter: dwalkowski, Assigned: dwalkowski)
References
Details
Attachments
(1 file)
(deleted),
patch
|
Details | Diff | Splinter Review |
In addition to determining which webapps have been natively installed (bug 762698), users should be able to launch native apps from within the html webapps dashboard.
Assignee | ||
Updated•12 years ago
|
Assignee | ||
Comment 1•12 years ago
|
||
This patch extends the patch in 762698 to allow launching of natively installed webapps from within privileged dashboards.
Attachment #632047 -
Flags: review?
Updated•12 years ago
|
Summary: launch natively installed webapps from within html dashboard → Launch natively installed webapps from within html dashboard - Mac OS X
Updated•12 years ago
|
Component: DOM: Mozilla Extensions → Web Apps
Product: Core → Firefox
QA Contact: general → webapps
Updated•12 years ago
|
Summary: Launch natively installed webapps from within html dashboard - Mac OS X → Allow launching of natively installed webapps from launch() method in mozapps API - Mac OS X
Updated•12 years ago
|
blocking-kilimanjaro: --- → ?
Comment 2•12 years ago
|
||
Nominating for k9o - prerequsite bug needed to be implemented to support launching of native web apps on mac.
Updated•12 years ago
|
blocking-kilimanjaro: ? → +
Updated•12 years ago
|
Priority: -- → P1
Target Milestone: --- → Firefox 16
Updated•12 years ago
|
Assignee: nobody → dwalkowski
Updated•12 years ago
|
Attachment #632047 -
Flags: review? → review?(felipc)
Comment 3•12 years ago
|
||
I would like this changes to commit asap for the newnewtab project.
Also, I would suggest a cleanup followup work to move platform specific manipulation into a single module: see comments to bug 763789.
Assignee | ||
Comment 4•12 years ago
|
||
for testing purposes, we can tell apps we launch to quit without adding additional API by using the command line:
'osascript -e \'tell application "TextEdit" to quit\''
for example
Assignee | ||
Updated•12 years ago
|
Status: NEW → ASSIGNED
Updated•12 years ago
|
QA Contact: jsmith
Updated•12 years ago
|
Attachment #632047 -
Flags: review?(felipc)
Comment 5•12 years ago
|
||
Fixed by bug 772600
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Comment 6•12 years ago
|
||
Too many bugs. I'm duping against that one so I can follow this easier, as that's the main bug that has the patch for all of the parts.
Resolution: FIXED → DUPLICATE
Updated•9 years ago
|
Product: Firefox → Firefox Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•