Platform/2010-Q3-Goals: Difference between revisions
< Platform
Jump to navigation
Jump to search
(→Layout) |
(→GFX) |
||
| Line 11: | Line 11: | ||
=== GFX === | === GFX === | ||
* Accelerate Firefox's in-content video and other content primitives by shipping, in a Firefox 4 beta, layers acceleration for the full Firefox window, on by default for compatible hardware on all tier-1 platforms | * Accelerate Firefox's in-content video and other content primitives by shipping, in a Firefox 4 beta, layers acceleration for the full Firefox window, on by default for compatible hardware on all tier-1 platforms: | ||
* Accelerate all drawing on Windows Vista and Windows 7, on compatible hardware, by shipping the Direct2D Cairo backend in a Firefox 4 beta. | ** {{done|Windows: based on Direct3D 9}} | ||
* Enhance our OpenType font feature support by shipping Harfbuzz on by default in a Firefox 4 beta on all Tier-1 platforms, with text rendering performance equal to or better than Firefox 3.6. | ** {{ok|Mac: based on OpenGL}} | ||
* Fully support the WebGL 1.0 spec, with support turned on by default in a Firefox 4 beta on platforms that support OpenGL or OpenGL ES. | ** {{risk|Linux: based on OpenGL}}, | ||
** {{ok|Mobile: based on and OpenGL ES}}. | |||
* {{done|Accelerate all drawing on Windows Vista and Windows 7, on compatible hardware, by shipping the Direct2D Cairo backend in a Firefox 4 beta.}} | |||
* {{risk|Enhance our OpenType font feature support by shipping Harfbuzz on by default in a Firefox 4 beta on all Tier-1 platforms, with text rendering performance equal to or better than Firefox 3.6.}} | |||
* {{ok|Fully support the WebGL 1.0 spec, with support turned on by default in a Firefox 4 beta on platforms that support OpenGL or OpenGL ES.}} | |||
** Stretch goal: Also support WebGL on Direct3D via ANGLE. | ** Stretch goal: Also support WebGL on Direct3D via ANGLE. | ||
Revision as of 17:15, 14 September 2010
General Goals
- [ON TRACK] Javascript performance near or even with Chrome 5 on their benchmarks (within 20% on SS, 30% on V8), with substantial wins on our benchmarks. (Windows, in-browser.)
- [ON TRACK] Hardware acceleration of video and other HTML and SVG content, as well as user interface, on by default for compatible hardware on all Tier-1 desktop and mobile platforms.
- [ON TRACK] Fully support the WebGL 1.0 spec, with support turned on by default in a Firefox 4 beta on platforms that support OpenGL or OpenGL ES.
- [ON TRACK] security: zero reproducible high/crit > 30 days
- [ON TRACK] Support multi-process Fennec.
- [ON TRACK] Support Jetpacks running in separate processes and never blocking the Fennec UI.
GFX
- Accelerate Firefox's in-content video and other content primitives by shipping, in a Firefox 4 beta, layers acceleration for the full Firefox window, on by default for compatible hardware on all tier-1 platforms:
- [DONE] Windows: based on Direct3D 9
- [ON TRACK] Mac: based on OpenGL
- [AT RISK] Linux: based on OpenGL,
- [ON TRACK] Mobile: based on and OpenGL ES.
- [DONE] Accelerate all drawing on Windows Vista and Windows 7, on compatible hardware, by shipping the Direct2D Cairo backend in a Firefox 4 beta.
- [AT RISK] Enhance our OpenType font feature support by shipping Harfbuzz on by default in a Firefox 4 beta on all Tier-1 platforms, with text rendering performance equal to or better than Firefox 3.6.
- [ON TRACK] Fully support the WebGL 1.0 spec, with support turned on by default in a Firefox 4 beta on platforms that support OpenGL or OpenGL ES.
- Stretch goal: Also support WebGL on Direct3D via ANGLE.
Layout
- [DONE] Land CSS3 calc()
- [DONE] Finish and land CSS Transitions
- [DONE] Land retained layers
- [DONE] Land content/chrome rendering integration (bug 130078)
- [DONE] Land CSS control of lowlevel font features
Video/Audio
- Support 'buffered' attribute for all media types
- Ship WebM with performance and stability equal or better than Flash on Youtube
- Contribute activity masking to VP8 encoder
Content
- [ON TRACK] Produce clear plans for accelerated windowless plugin rending on Windows and Linux (including mobile).
- [ON TRACK] Be prepared to ship OOPP for Mac OS X.
- [ON TRACK] Eliminate enablePrivilege() ("UniversalXPConnect" etc).
- [ON TRACK] Close the performance gap between Firefox and Chrome on the "Click Preferences *" tests in the Zimbra performance test harness, 30+% speedup from end of Q2.
- [ON TRACK] Finish up indexGetter/Setter work for faster list[n] access in JS
- [ON TRACK] Solidify a long term plan for the future of our DOM bindings (i.e. keep hacking on XPConnect or move over to proxies)
Privacy
- [ON TRACK] Improve user privacy by reducing the ability of sites to fingerprint individual users, and improve user control and privacy of cookies.
JS
- Performance goals for reference system: Dell Optiplex 760 (Intel Core2 Duo) Windows Vista. Baseline: Chrome 5.0.375.55.
- [ON TRACK] SunSpider: 300-375ms.
- [ON TRACK] V8 Score: 3500-5000.
- [ON TRACK] JSNES: 60fps.
Accessibility
- [ON TRACK] Provide accessibility support for existing and new HTML5 input controls.
- [ON TRACK] Reduce the a11y performance hit by at least 50% for tools that require only limited accessibility support.
- [ON TRACK] Improve/fix life cycle management of our (node and frame based) accessible objects.