Closed
Bug 1156723
Opened 10 years ago
Closed 10 years ago
Add "system-remote" entry to system app along with a simplified window manager
Categories
(Firefox OS Graveyard :: Gaia::System, defect)
Firefox OS Graveyard
Gaia::System
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: lchang, Assigned: lchang)
References
Details
Attachments
(1 file)
For handling the remote desktop, we will create a new entry "system-remote", which can be launched by shell-remote, in system app. We will also create a simplified window manager to control the apps' life cycle in system-remote (because the original one in system app is overkill for our use case).
Comment 1•10 years ago
|
||
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → lchang
Status: NEW → ASSIGNED
Component: General → Gaia::System
Assignee | ||
Comment 2•10 years ago
|
||
Comment on attachment 8606150 [details] [review]
[gaia] luke-chang:1156723_add_system_remote > mozilla-b2g:master
Hi Alive,
Another patch needs your feedback. Thanks.
Attachment #8606150 -
Flags: feedback?(alive)
Comment 3•10 years ago
|
||
Comment on attachment 8606150 [details] [review]
[gaia] luke-chang:1156723_add_system_remote > mozilla-b2g:master
I'd like to be sync with current system refactoring, so here is my proposal:
1. remote/bootstrap.js, nothing more then start app.js in window.onload
2. remote/app.js, base module, load WallpaperManager & WindowManager
3. remote/window_manager.js, base module
Attachment #8606150 -
Flags: feedback?(alive) → feedback+
Assignee | ||
Comment 4•10 years ago
|
||
Comment on attachment 8606150 [details] [review]
[gaia] luke-chang:1156723_add_system_remote > mozilla-b2g:master
I've changed my implementation into base module. Could you please help for reviewing it? Thanks.
Attachment #8606150 -
Flags: feedback+ → review?(alive)
Comment 5•10 years ago
|
||
Comment on attachment 8606150 [details] [review]
[gaia] luke-chang:1156723_add_system_remote > mozilla-b2g:master
r+ with nits
Attachment #8606150 -
Flags: review?(alive) → review+
Updated•10 years ago
|
Keywords: checkin-needed
Comment 7•10 years ago
|
||
http://docs.taskcluster.net/tools/task-graph-inspector/#QXzFyFhIRFigAiYxrmNQUg
The pull request failed to pass integration tests. It could not be landed, please try again.
Assignee | ||
Comment 8•10 years ago
|
||
Test passed: https://treeherder.mozilla.org/#/jobs?repo=gaia&revision=16d819adcbf3bd822b7deabc7a601475251d8583
Landed on master: https://github.com/mozilla-b2g/gaia/commit/ba233a8ade62d62edcea2e103ef26b4e36c002ef
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•