WebAPPGeneralLifeCycle: Difference between revisions

Line 46: Line 46:
What to change:
What to change:
* Determine how long is enough for cold launched app preparing its first page and animation.  Let's say 700ms.
* Determine how long is enough for cold launched app preparing its first page and animation.  Let's say 700ms.
* Apps prepare a splash screen, or animation, as it's first picture/frame, before the end of the |onload| event handler.
* System App plays a transition of 700ms, and make new launched app foreground and visible when the transition is end.
* System App plays a transition of 700ms, and make new launched app foreground and visible when the transition is end.
* Gecko always paint the content of a new launched app, and send the layer tree from content process to chrome process even if the app is not visible.
* Gecko always paint the content of a new launched app, and send the layer tree from content process to chrome process even if the app is not visible.
Confirmed users
398

edits