Closed
Bug 971459
Opened 11 years ago
Closed 11 years ago
[System2] Instantiable Applications
Categories
(Firefox OS Graveyard :: Gaia::System, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: alive, Assigned: GaryChen)
References
Details
(Whiteboard: [in-bubble-tea])
Attachments
(3 files)
We need applications.js to be instantiable and let bootstrap or its parent module to instantiate it.
Also jsdoc + unit test improvement wanted.
| Assignee | ||
Updated•11 years ago
|
Assignee: nobody → gchen
| Assignee | ||
Comment 1•11 years ago
|
||
Hi Alive,
This is my version 1 patch, I've completed major task such as:
- Instantiable applications.js
- add JSdocs
- fix JShint
ToDo:
add applications_test
please give me some feedback thanks.
Attachment #8382081 -
Flags: feedback?(alive)
| Reporter | ||
Comment 2•11 years ago
|
||
Comment on attachment 8382081 [details] [review]
pull request: https://github.com/mozilla-b2g/gaia/pull/16660
Please make sure everything goes well because this is an important module.
Attachment #8382081 -
Flags: feedback?(alive) → feedback+
| Assignee | ||
Comment 3•11 years ago
|
||
Comment on attachment 8382081 [details] [review]
pull request: https://github.com/mozilla-b2g/gaia/pull/16660
Hi Alive,
I've addressed your comment and added unit test for applications.js.
Please help to review second run, thanks.
Attachment #8382081 -
Flags: review?(alive)
| Reporter | ||
Comment 4•11 years ago
|
||
Comment on attachment 8382081 [details] [review]
pull request: https://github.com/mozilla-b2g/gaia/pull/16660
All python tests are failed. Please fix gaia_apps.js to replace Applications with applications.
Attachment #8382081 -
Flags: review?(alive)
| Assignee | ||
Comment 5•11 years ago
|
||
Hi Alive,
Please review again.
Travis got green.
https://travis-ci.org/mozilla-b2g/gaia/builds/19957217
Attachment #8384483 -
Flags: review?(alive)
| Reporter | ||
Comment 6•11 years ago
|
||
Comment on attachment 8384483 [details] [review]
pull request: https://github.com/mozilla-b2g/gaia/pull/16779
Thanks!
Attachment #8384483 -
Flags: review?(alive) → review+
Comment 8•11 years ago
|
||
Comment 9•11 years ago
|
||
sorry attach is a wrong one
Comment 10•11 years ago
|
||
gary, Though we plan to merge bubble-tea to master in order,
due to merge conflict occurred in this patch, please help create a PR, check travis is green and land it to master. Thanks.
Flags: needinfo?(gchen)
| Assignee | ||
Comment 11•11 years ago
|
||
:gasolin, thanks,
I have a PB waiting for Travis green.
Flags: needinfo?(gchen)
| Assignee | ||
Comment 12•11 years ago
|
||
(In reply to GaryChen [:GaryChen][:PYChen][:陳柏宇] from comment #11)
> :gasolin, thanks,
> I have a PB waiting for Travis green.
s/PB/PR
| Assignee | ||
Comment 13•11 years ago
|
||
Comment 14•11 years ago
|
||
travis green, merged https://github.com/mozilla-b2g/gaia/commit/72c2930b3e0528dc9e201087888b75714c8f3427
thanks!
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Comment 15•11 years ago
|
||
Follow-up to fix the linter: https://github.com/mozilla-b2g/gaia/commit/bd7084cb4069e5d0555fbaa0f80535628d978d57
Looks like this crossed with another commit on its way to land.
You need to log in
before you can comment on or make changes to this bug.
Description
•