Comment 33 for bug 241787

Revision history for this message
In , Tonikitoo (tonikitoo) wrote :

Created an attachment (id=368827)
patch 0.3 - add -app support to xulrunner-stub

same patch as 0.21 but not ifdef'ed to Linux.

highlights:

* I have not tested it on Win32/CE or MAC, but on linux only. I suppose these are the platforms to be considered here (?).

* the Mac change has to be reviewed and tested. I can test on windows.

* my bigger concern: scenario

0) pre-conditions:
- patch is applied (xulrunner stub supports -app parameter).
- user has prism addon installed.
1) user goes to any website (www.xyz.ab) and make a webapp off of it.
2) user does not close FF, and try to run the webapp by clicking on the Prism Icon generated on desktop. Although "-app" is supported, it will keep opening a FF window, as if user has one firefox opened and type 'firefox' again in the terminal (just a new window is created not another instance of Firefox on its own process).

if we close firefox xulrunner_stub + "-app" works fine.

Mark, ^