Closed
Bug 904991
(app-window-factory)
Opened 10 years ago
Closed 10 years ago
[Window Management] Implement App Window Factory
Categories
(Firefox OS Graveyard :: Gaia::System, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: alive, Assigned: alive)
References
Details
Attachments
(1 file)
Plan: * AppFactory is the wrapper of mozChromeEvent about opening a new app. * Window Manager is managing all kind of window instance created by AppFactory/AttentionFactory/WrapperFactory.
Assignee | ||
Comment 1•10 years ago
|
||
WIP https://github.com/alivedise/gaia/commit/977a810dba1a10e4c7242e9c1724e31b32c44ac5
Assignee | ||
Updated•10 years ago
|
Summary: [Window Management] Move app window create/remove function out of Window Manager → [Window Management] Implement App Window Factory
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → alive
Assignee | ||
Comment 2•10 years ago
|
||
AppWindowFactory v1: * Wrap mozChromeEvent about opening and closing apps or activities(kind of app window). Next TODO: * Create Window Instances in Factory. * Unit test. * Cleaner System Message Handler.
Attachment #790621 -
Flags: review?(timdream)
Comment 3•10 years ago
|
||
Comment on attachment 790621 [details] https://github.com/mozilla-b2g/gaia/pull/11531 Looks alright, not sure about the naming through. We could always rename it afterward right :)
Attachment #790621 -
Flags: review?(timdream) → review+
Assignee | ||
Comment 4•10 years ago
|
||
https://github.com/mozilla-b2g/gaia/commit/a4082ee9e2a5d930a3b2a2365faf4dd3403f7a1a \O/
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•10 years ago
|
Blocks: task-manager
Assignee | ||
Updated•10 years ago
|
No longer blocks: task-manager
Assignee | ||
Updated•10 years ago
|
Alias: app-window-factory
You need to log in
before you can comment on or make changes to this bug.
Description
•