TPEPlatform/2013-12-05: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
Line 4: Line 4:


==Graphic ==
==Graphic ==
* {{Bug|944564}} - [B2G] Page transition in Homescreen can't reach 60fps stably. /vlin
** Breaking down 3 problems cause this.
*** ProcessRestyles() is missed(not called) randomly even touch event is received and tick is fired.
**** {{Bug|862276}} - reduce costs from descendants of simple dynamic style changes (e.g., changing 'transform' in style attribute)
*** Input event sometimes being queued in B2G main thread when B2G is busy.(e.g GC is ongoing) Then it can't be transmitted to Homescreen in time.
**** {{Bug|930939}} - (input-thread) Separate the threads that run gecko and that receive input events from the OS
*** Timer for nsRefreshDriver sometimes lags a lot.
**** Need more investigation ...


==Input==
==Input==

Revision as of 02:29, 5 December 2013

Media

Streaming Media

Graphic

  • bug 944564 - [B2G] Page transition in Homescreen can't reach 60fps stably. /vlin
    • Breaking down 3 problems cause this.
      • ProcessRestyles() is missed(not called) randomly even touch event is received and tick is fired.
        • bug 862276 - reduce costs from descendants of simple dynamic style changes (e.g., changing 'transform' in style attribute)
      • Input event sometimes being queued in B2G main thread when B2G is busy.(e.g GC is ongoing) Then it can't be transmitted to Homescreen in time.
        • bug 930939 - (input-thread) Separate the threads that run gecko and that receive input events from the OS
      • Timer for nsRefreshDriver sometimes lags a lot.
        • Need more investigation ...

Input

Stability

Free Agent

Study

  • bug 925615 - Support Wifi Display /vichen
    • Study WFD related Spec
    • Define WFD use cases and policies