TPEPlatform/2014-01-09: Difference between revisions
Jump to navigation
Jump to search
Line 2: | Line 2: | ||
==Streaming Media== | ==Streaming Media== | ||
*{{Bug|890419}} - Standalone benchmark for video / slee | |||
** Modify bbrittain's patch and we can profile the video codec performance on devices. | |||
** The performance test on unagi, https://bugzilla.mozilla.org/show_bug.cgi?id=890419#c25. | |||
==Graphics == | ==Graphics == |
Revision as of 03:30, 9 January 2014
Media
Streaming Media
- bug 890419 - Standalone benchmark for video / slee
- Modify bbrittain's patch and we can profile the video codec performance on devices.
- The performance test on unagi, https://bugzilla.mozilla.org/show_bug.cgi?id=890419#c25.
Graphics
- Parallel EcmaScript: Trace Intel RiverTrail implementation. /CTai
- JPEG encoder/decoder: Study JPEG encoder/decoder. /CTai
Input
Stability
Free Agent
- bug 956625 - [b2g-desktop][mochitest] ReferenceError: Cc is not defined while using SpecialPowers.loadChromeScript / SC
- simply add |var Cc = Components.classes;| while Cc is undefined.
- r+'ed