Platform/2008-Q4-Goals: Difference between revisions
< Platform
Jump to navigation
Jump to search
(→JS) |
|||
Line 36: | Line 36: | ||
* tracing: no known regressions and on by default | * tracing: no known regressions and on by default | ||
* regex: substantial perf improvement ( > 2x) | |||
* tracing: recursion | |||
=== Toolkit === | === Toolkit === |
Revision as of 17:04, 24 September 2008
Goals Summary
XPCOM+XPConnect
- Map out allocator strategy: if XPCOMGC+Boehm, then:
- Fragementation improvements in Boehm allocator
- Make spidermonkey use the new GC
- Make content GCed instead of refcounted, remove cycle-collector, and make xpconnect aware of GCed nodes (probably longer than a 3-month goal)
Layout
- Double down on wanted1.9.1/blocking1.9.1 bug list
- Regressions
- Security bugs
- Performance hotspots
- Linux support for CSS downloadable fonts
- Land and stabilize support for external resource documents
- Plan post-1.9.1 feature set
GFX
Mac OS X
- Finish Mac OS X platform blockers for Gecko 1.9.1.
- Complete specification for plugin event handling which will allow plugins to not eat events they don't handle (bug 78414). Spec should cover windowed and windowless plugins.
- Make decisions about PPC and Mac OS X 10.4 support post-1.9.1.
- Make significant progress towards an NPAPI testing framework.
- Make significant progress towards a Cocoa NPAPI event model implementation.
- Make significant progress towards 64-bit readiness.
Content
- Enable tracing of simple DOM methods
JS
- tracing: no known regressions and on by default
- regex: substantial perf improvement ( > 2x)
- tracing: recursion
Toolkit
- Process-per-tab/Windows protected mode...?
Build System
- Finish the spidermonkey standalone build system
- Get the spidermonkey unit tests running as part of TUnit
- hgweb improvements?