Platform/2010-Q1-Goals/Content: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
*  Move the web forward
*  Move the web forward
** [AT-RISK] WebSockets landed (code is close to done, has r+, needs sr, but we have no tests and that's unlikely to be done in the next 3 weeks)
** [MISS] WebSockets landed (code is close to done, has r+, needs sr, but we have no tests and that's unlikely to be done in the next 3 weeks)
** [ON TRACK] Enable the HTML5 parser by default
** [MISS] Enable the HTML5 parser by default
** [DONE] Evaluate what parts, if any, of HTML5 to implement next (lifted from last quarter)
** [DONE] Evaluate what parts, if any, of HTML5 to implement next (lifted from last quarter)
** [DONE] Implement XHR2's FormData
** [DONE] Implement XHR2's FormData
** [ON TRACK] Implement File.url from the File spec  
** [DONE] Implement File.url from the File spec  
* Electrolysis
* Electrolysis
** Meet Fennec's e10s networking needs
** [MISS] Meet Fennec's e10s networking needs
** [DONE] Implement a way to sanely deal with event handling across processes
** [DONE] Implement a way to sanely deal with event handling across processes
** [ON TRACK] Get JavaScript Synchronous Wrappers integrated with electrolysis and JetPacks
** [ON TRACK] Get JavaScript Synchronous Wrappers integrated with electrolysis and JetPacks
** [DONE] Get out of process plugins into a shippable state
** [DONE] Get out of process plugins into a shippable state
** [ON TRACK] Get infallible malloc finished and landed  
** [DONE] Get infallible malloc finished and landed  
* Make our platform more secure
* Make our platform more secure
** [DONE] Implement complete wrapperization
** [DONE] Implement complete wrapperization

Revision as of 23:50, 18 March 2010

  • Move the web forward
    • [MISS] WebSockets landed (code is close to done, has r+, needs sr, but we have no tests and that's unlikely to be done in the next 3 weeks)
    • [MISS] Enable the HTML5 parser by default
    • [DONE] Evaluate what parts, if any, of HTML5 to implement next (lifted from last quarter)
    • [DONE] Implement XHR2's FormData
    • [DONE] Implement File.url from the File spec
  • Electrolysis
    • [MISS] Meet Fennec's e10s networking needs
    • [DONE] Implement a way to sanely deal with event handling across processes
    • [ON TRACK] Get JavaScript Synchronous Wrappers integrated with electrolysis and JetPacks
    • [DONE] Get out of process plugins into a shippable state
    • [DONE] Get infallible malloc finished and landed
  • Make our platform more secure
    • [DONE] Implement complete wrapperization
    • [ON TRACK] Make evalInSandbox() harder to use incorrectly
  • Improve performance
    • [ON TRACK] Make the thisObject hook not be hot
    • [MISS] Optimize DOM child storage for performance (lifted from last quarter)
    • [ON TRACK] Minimize unwrapping overhead in quickstubs (eliminate XPCOM tearoff creation, avoid QIs, etc) (lifted from last quarter, and tweaked)
    • [DONE] Make our content nodes store a pointer to their frame (eliminate the primary frame map)
  • [AT RISK] Assist with Firebug development
    • [AT RISK] Investigate (and fix as needed) the impact of Firebug on Firefox performance and memory usage
    • [AT RISK] Implement back-end functionality for allowing Firebug to hook into document load and unload (basically bug 342715, bug 484710, bug 534149).