Closed
Bug 1159251
Opened 10 years ago
Closed 10 years ago
Setup structure for v3.0 gaia calendar
Categories
(Firefox OS Graveyard :: Gaia::Calendar, defect)
Firefox OS Graveyard
Gaia::Calendar
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: gaye, Assigned: gaye)
References
Details
Attachments
(1 file)
We're separating the js into frontend/ and backend/ directories. Everything that runs on the main thread will live in frontend/ and everything that runs in workers will live in backend/. We're also planning on using the gaia-components/threads library for message passing between the main thread and worker (instead of the existing calendar thing).
Assignee | ||
Comment 1•10 years ago
|
||
Attachment #8598659 -
Flags: review?(mmedeiros)
Comment 2•10 years ago
|
||
Comment on attachment 8598659 [details] [review]
Link to Github pull-request: https://github.com/mozilla-b2g/gaia/pull/29755
r+ as long as all the tests passes on gaia-try.
Attachment #8598659 -
Flags: review?(mmedeiros) → review+
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → gaye
Assignee | ||
Comment 3•10 years ago
|
||
Landed on master https://github.com/mozilla-b2g/gaia/commit/c4906650e20265dfdb4807bf3cbeb323da8bfed9
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Comment 4•10 years ago
|
||
*PLEASE* make sure commits contain bug numbers in the future, as it can be hard to track bugs for history and test failures. Bonus points for using autolander and checkin-needed which will enforce the rules.
Backed out and re-landed with a proper commit message: https://github.com/mozilla-b2g/gaia/commit/db8ea705c0fd1b1684807f5a8e837bb9a36a6f96
You need to log in
before you can comment on or make changes to this bug.
Description
•