TPEPlatform/2013-08-22: Difference between revisions
Jump to navigation
Jump to search
Line 32: | Line 32: | ||
==Free Agent== | ==Free Agent== | ||
'''InputMethod''' | |||
* {{Bug|847763}} - Prevent virtual keyboard iframe from getting focus / Kanru | |||
** <font style="color: lightgray">Study -moz-user-focus, nsFocusManager::CheckIfFocusable</font> | |||
** <font style="color: lightgray">Implement -moz-user-focus for HTML elements</font> | |||
*** Realized that -moz-user-focus was partially removed intentionally | |||
*** Reviewers have different opinions. | |||
** <font style="color: lightgray">Fix in-process iframe -moz-user-focus checking</font> | |||
*** <font style="color: lightgray">Recursively check parent iframe if focusable</font> | |||
*** r+ | |||
** <font style="color: lightgray">Default shell.xul elements are -moz-user-focus:ignore.</font> | |||
*** <font style="color: lightgray">Fixed for system app html:iiframe</font> | |||
*** Pending review. | |||
* {{Bug|891763}} - Browser API: mozbrowserwindowresizeto and mozbrowserwindowresizeby events / Kanru | |||
** Add new events to mozbrowser. | |||
*** <font style="color: lightgray">Need to fire events from nsGlobalWindow</font> | |||
*** 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. | |||
* {{Bug|907117} - IonMonkey: build failed with DEBUG turned on / Kanru | |||
==Study== | ==Study== |
Revision as of 07:01, 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
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?
- Add new events to mozbrowser.
- 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.
- Move b2g/components/MozKeyboard.js et al. to dom/inputmethod
- {{Bug|907117} - IonMonkey: build failed with DEBUG turned on / Kanru