Closed
Bug 399658
Opened 18 years ago
Closed 18 years ago
webapp.js not loaded when using webapp bundle for first time
Categories
(Mozilla Labs :: Prism, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: ehetzner, Unassigned)
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.6) Gecko/20061201 Firefox/2.0.0.6 (Ubuntu-feisty)
Build Identifier: 0.7.0
Hello.
The first time we run -webapp example.webapp, the webapp.js is not loaded.
Reproducible: Always
Steps to Reproduce:
1. rm -rf ~/.webrunner
2. ~/webrunner/webrunner -webapp example.webapp
Actual Results:
webapp.js is not loaded; webapp.ini is loaded.
Expected Results:
webapp.js is loaded & webapp.ini is loaded.
Any subsequent times that I use webrunner -webapp app@example.org, then the webapp.js is loaded.
Using the undocumented -webapp ~/webappdir loads the webapp.js.
Comment 1•18 years ago
|
||
Fixed on trunk (ready for 0.8 release)
The webapp bundle must have an ID for this to work.
Status: UNCONFIRMED → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Updated•18 years ago
|
Product: Other Applications → Mozilla Labs
You need to log in
before you can comment on or make changes to this bug.
Description
•