TPEPlatform/2013-08-22: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
No edit summary
Line 30: Line 30:


==Stability==
==Stability==
* {{Bug|907117}} - IonMonkey: build failed with DEBUG turned on / Kanru
** Fix landed


==Free Agent==
==Free Agent==
Line 53: Line 55:
*** Stole by bug 906096
*** Stole by bug 906096
*** Not sure if these two bugs are aiming for the same thing or not.
*** Not sure if these two bugs are aiming for the same thing or not.
* {{Bug|907117}} - IonMonkey: build failed with DEBUG turned on / Kanru
** Fix landed


==Study==
==Study==

Revision as of 07:17, 22 August 2013

Media

Streaming Media

WebRTC

  • bug 904025 - gUM user story / slee
    • study MediaStream spec
  • bug 902856 - Should MediaEngineDefaultAudioSource generate real data? / slee
    • Updated patch and waiting for review.

Graphic

Performance Analysis

  • bug 905589 - Enable hw composer for flatfish / Morris
    • Try several setting for hw composer but not work
  • bug 905589 - Measure performance for homescreen on flatfish platform /Jerry
  • bug 907055 - Trigger b2g composition without content transaction update /Jerry
    • Try to post a composition task into compositor message loop

Nexus 4 JB support

  • bug 871364 - Support GonkNativeWindow on gonk-JB (Android 4.3) / Morris
    • try patch was sumitted by Sotaro, video and camera work now but not very stable (crash or freeze).


  • SkThreadCanvas - separate rendering thread from main thread / Peter
    • Able to debug on chrome and check SkDeferredcanvas usage on chrome
  • bug 899798 - [B2G] With Skia/GL, canvases get re-composited with B and R channels swapped
    • import patch from QCT CAF patch
  • bug 907109 - [B2G]LayerTree analysis for b2g homescreen
    • check layer tree to see any performance improvement spots

Stability

  • bug 907117 - IonMonkey: build failed with DEBUG turned on / Kanru
    • Fix landed

Free Agent

InputMethod

  • bug 847763 - Prevent virtual keyboard iframe from getting focus / Kanru
    • Study -moz-user-focus, nsFocusManager::CheckIfFocusable
    • Implement -moz-user-focus for HTML elements
      • Realized that -moz-user-focus was partially removed intentionally
      • Reviewers have different opinions.
    • Fix in-process iframe -moz-user-focus checking
      • Recursively check parent iframe if focusable
      • r+
    • Default shell.xul elements are -moz-user-focus:ignore.
      • Fixed for system app html:iiframe
      • Pending review.
  • bug 891763 - Browser API: mozbrowserwindowresizeto and mozbrowserwindowresizeby events / Kanru
    • Add new events to mozbrowser.
      • Need to fire events from nsGlobalWindow
      • Reviewing
      • What is nsIDocShellTreeOwner? How to get the frame's inner size?
  • bug 905567 - Expose navigator.MozInputMethod to desktop build / Kanru
    • Move b2g/components/MozKeyboard.js et al. to dom/inputmethod
      • Stole by bug 906096
      • Not sure if these two bugs are aiming for the same thing or not.

Study