Confirmed users
346
edits
| Line 137: | Line 137: | ||
====Morris Tseng==== | ====Morris Tseng==== | ||
====Jerry Shih==== | ====Jerry Shih==== | ||
* {{Bug|987529}} - Implement Vsync dispatch pipeline | |||
** OOAD | WIP | |||
** setInterval() is implemented by timer object. Vsync doesn't affect this. | |||
** requestAnimationFrame() is triggered in tick(). Vsync affect this.({{bug|707884}}) | |||
** disucss the implementation idea: | |||
*** if we have input event, merge the input event and tick call to content side | |||
*** vsync ipc protocol add time stamp and frame id for further debug. | |||
*** the vsync message drop mechanism if child side is very busy. | |||
** check b2g implementation for several input event in one frame update. | |||
*Systrace talk | |||
**[https://docs.google.com/presentation/d/1s5-TLwXsuG8pcqoerYIeZtmVPqfkHH_qbr4VgfS2x5M/edit?usp=sharing slide] | |||
====Chiajung Hung==== | ====Chiajung Hung==== | ||
====Solomon Chiou==== | ====Solomon Chiou==== | ||