Closed
Bug 1163394
Opened 10 years ago
Closed 10 years ago
[System] Convert templates to use tagged.js
Categories
(Firefox OS Graveyard :: Gaia::System, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: kgrandon, Assigned: kgrandon)
References
Details
Attachments
(1 file)
No description provided.
Comment 1•10 years ago
|
||
Assignee | ||
Comment 2•10 years ago
|
||
Comment on attachment 8603826 [details] [review]
[gaia] KevinGrandon:bug_1163394_system_taggedjs_templates > mozilla-b2g:master
Alive - can you take a look when you get a chance? Right now we have two duplicated ways of templating content in the system app, and we should move forward to migrating things to tagged.js. Thanks!
Attachment #8603826 -
Flags: review?(alive)
Comment 3•10 years ago
|
||
Comment on attachment 8603826 [details] [review]
[gaia] KevinGrandon:bug_1163394_system_taggedjs_templates > mozilla-b2g:master
Cool, thanks!
Attachment #8603826 -
Flags: review?(alive) → review+
Assignee | ||
Comment 4•10 years ago
|
||
Thanks Alive, I hope this does not interfere with your bootstrap patch. Let me know if it does or if you need help rebasing.
Keywords: checkin-needed
Updated•10 years ago
|
Keywords: checkin-needed
Comment 5•10 years ago
|
||
Pull request has landed in master: https://github.com/mozilla-b2g/gaia/commit/33760794f41a50c6b523d35c774e0fdc371bd8fc
Updated•10 years ago
|
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Comment 6•9 years ago
|
||
I know it's been a long time, but I noticed we still try to load the shared/js/template.js lib in [1]. Maybe you'd like to fix this :)
[1] https://github.com/mozilla-b2g/gaia/blob/578c972114e6ad0b3284515b0d29c9d72073961a/apps/system/js/app_install_manager.js#L100
Assignee | ||
Comment 7•9 years ago
|
||
(In reply to Julien Wajsberg [:julienw] from comment #6)
> I know it's been a long time, but I noticed we still try to load the
> shared/js/template.js lib in [1]. Maybe you'd like to fix this :)
>
> [1]
> https://github.com/mozilla-b2g/gaia/blob/
> 578c972114e6ad0b3284515b0d29c9d72073961a/apps/system/js/app_install_manager.
> js#L100
Nice find, I'll file a bug for this.
You need to log in
before you can comment on or make changes to this bug.
Description
•