Closed
Bug 746771
Opened 13 years ago
Closed 13 years ago
Mac installer needs to use updated webapp.json structure with registryDir instead of app.profile
Categories
(Firefox Graveyard :: Web Apps, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
Firefox 14
People
(Reporter: Mardak, Assigned: Felipe)
References
Details
(Whiteboard: [qa!])
Attachments
(1 file, 1 obsolete file)
|
1.12 KB,
patch
|
Details | Diff | Splinter Review |
https://hg.mozilla.org/mozilla-central/rev/762911344837#l3.205
The code from bug 739636 creates a json object of format:
{
app: {
profile: ..,
origin: ..,
installOrigin: ..,
manifest: ..
}
}
The runtime from bug 725408 is expecting a top level registryDir property on this config file.
http://mxr.mozilla.org/mozilla-central/source/webapprt/WebappRTDirectoryProvider.js#24
Updated•13 years ago
|
Component: Desktop Runtime → Web Apps
Product: Web Apps → Firefox
QA Contact: desktop-runtime → webapps
Version: unspecified → 14 Branch
Comment 1•13 years ago
|
||
Dan - Any ideas?
| Assignee | ||
Updated•13 years ago
|
Assignee: nobody → felipc
| Assignee | ||
Comment 2•13 years ago
|
||
I'll wait for Mardak to confirm this is the correct fix before requesting review
| Assignee | ||
Updated•13 years ago
|
Attachment #616320 -
Flags: review?(myk)
Comment 3•13 years ago
|
||
Comment on attachment 616320 [details] [diff] [review]
Patch
This is the right fix, per the install flow <https://etherpad.mozilla.org/webapprt-install-flow>. However, also remove the `profile` property from the `app` structure, as it is redundant and unnecessary.
Attachment #616320 -
Flags: review?(myk) → review+
| Reporter | ||
Comment 4•13 years ago
|
||
Attachment #616320 -
Attachment is obsolete: true
| Reporter | ||
Updated•13 years ago
|
Summary: Mac installer creates incorrect webapp.json → Mac installer needs to use updated webapp.json structure with registryDir instead of app.profile
| Reporter | ||
Comment 5•13 years ago
|
||
Comment 6•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 14
Updated•13 years ago
|
Whiteboard: [qa+]
Updated•13 years ago
|
Flags: in-moztrap?(jsmith)
Comment 7•13 years ago
|
||
To verify this bug, I need to install an application and check that the webapp.json file contains registryDir, right?
For some reason when I do "Show Package Contents" on Mac, I can't find the webapp.json file. Is this expected?
| Reporter | ||
Comment 8•13 years ago
|
||
webapp.json actually appears in the user's profile and not part of the application:
~/Library/Application Support/marketplace-dev.allizom.org;https;-1/webapp.json
Updated•13 years ago
|
Updated•13 years ago
|
Flags: in-moztrap?(jsmith) → in-moztrap-
Updated•13 years ago
|
QA Contact: jsmith
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
•