Closed
Bug 1156727
Opened 10 years ago
Closed 10 years ago
Build up a connection between "system" and "system-remote"
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)
System and system-remote need a mechanism to communicate with each other. Since they are within the same domain, we may start with Broadcast Channel API.
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → lchang
Status: NEW → ASSIGNED
Assignee | ||
Updated•10 years ago
|
Component: General → Gaia::System
Comment 1•10 years ago
|
||
Assignee | ||
Comment 2•10 years ago
|
||
Comment on attachment 8610070 [details] [review]
[gaia] luke-chang:1156727_system_remote_communication > mozilla-b2g:master
Hi Alive,
I've finished my patch. Could you take a look? Thanks.
Attachment #8610070 -
Flags: review?(alive)
Updated•10 years ago
|
Attachment #8610070 -
Flags: review?(alive) → review+
Assignee | ||
Comment 3•10 years ago
|
||
Comment on attachment 8610070 [details] [review]
[gaia] luke-chang:1156727_system_remote_communication > mozilla-b2g:master
Hi Alive,
We encountered some problems after testing it on real device. Therefore, I changed the protocol a little bit. Could you please review it again? Thanks.
Attachment #8610070 -
Flags: review+ → review?(alive)
Comment 4•10 years ago
|
||
Comment on attachment 8610070 [details] [review]
[gaia] luke-chang:1156727_system_remote_communication > mozilla-b2g:master
window.OrientationManager is removed. I guess you don't need to change WallpaperManager once rebased.
Attachment #8610070 -
Flags: review?(alive) → review+
Assignee | ||
Comment 5•10 years ago
|
||
(In reply to (inactive) Alive Kuo [:alive] from comment #4)
> window.OrientationManager is removed. I guess you don't need to change
> WallpaperManager once rebased.
Yes, you're right! Thanks a lot.
Assignee | ||
Comment 6•10 years ago
|
||
test passed: https://treeherder.mozilla.org/#/jobs?repo=gaia&revision=a6182dac873a7ee60f3e6a5382334a6dcccda940
landed on master: https://github.com/mozilla-b2g/gaia/commit/27e4c1af0be302150a5f6e428666e0e3daf2a4ea
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
•