Closed
Bug 1037391
Opened 11 years ago
Closed 11 years ago
Loop cannot be installed via make reset-gaia/install-gaia
Categories
(Firefox OS Graveyard :: Gaia, defect)
Tracking
(b2g-v2.1 fixed)
RESOLVED
FIXED
2.0 S6 (18july)
| Tracking | Status | |
|---|---|---|
| b2g-v2.1 | --- | fixed |
People
(Reporter: ferjm, Assigned: albert)
References
Details
Attachments
(1 file)
Apparently, the custom origin is not being set properly
| Assignee | ||
Updated•11 years ago
|
Assignee: nobody → alberto.crespellperez
| Assignee | ||
Comment 1•11 years ago
|
||
The patch checks if origin origin exists at build time when making webapps.
Attachment #8457204 -
Flags: review?(yurenju.mozilla)
Attachment #8457204 -
Flags: feedback?(amac.bug)
Updated•11 years ago
|
Component: Gaia::Loop → Gaia
Comment 2•11 years ago
|
||
Albert, why do we use https://marketplace.firefox.com for installOrigin if webapp.manifest.origin exists? and we should have a test for this fix, could you add into your pr?
BTW, what is loop app?
Flags: needinfo?(alberto.crespellperez)
Comment 3•11 years ago
|
||
Comment on attachment 8457204 [details]
Patch
I left a comment on github. Other than that, it's working perfectly, thank you!
Attachment #8457204 -
Flags: feedback?(amac.bug) → feedback+
| Assignee | ||
Comment 4•11 years ago
|
||
(In reply to Yuren [:yurenju] from comment #2)
> Albert, why do we use https://marketplace.firefox.com for installOrigin if
> webapp.manifest.origin exists? and we should have a test for this fix, could
> you add into your pr?
>
> BTW, what is loop app?
Removed hardcoded installOrigin, now use installOrigin from metadata if available or origin.
Added build integration test for custom origin.
Flags: needinfo?(alberto.crespellperez)
Comment 5•11 years ago
|
||
Comment on attachment 8457204 [details]
Patch
also request feedback Fabrice since I don't know if we allow modifying origin/installOrigin from external app or not.
but code looks and thanks for your test, r=yurenju
please wait fabrice's feedback before landing.
Attachment #8457204 -
Flags: review?(yurenju.mozilla)
Attachment #8457204 -
Flags: review+
Attachment #8457204 -
Flags: feedback?(fabrice)
Comment 6•11 years ago
|
||
Comment on attachment 8457204 [details]
Patch
Yep it's fine to do that.
Attachment #8457204 -
Flags: feedback?(fabrice) → feedback+
| Assignee | ||
Comment 7•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
status-b2g-v2.1:
--- → fixed
Target Milestone: --- → 2.0 S6 (18july)
You need to log in
before you can comment on or make changes to this bug.
Description
•