Networking/Archive/TeamPriorities: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
Line 14: Line 14:
# {{nbug|791750}}: Make it possible to deliver stream data off the main thread
# {{nbug|791750}}: Make it possible to deliver stream data off the main thread
# {{nbug|785279}}: reimplement spdy upstream compression
# {{nbug|785279}}: reimplement spdy upstream compression
# {{nbug|700698}}: Enable OCSP stapling by default
# {{nbug|790388}}: Experiment with SPDY server push
# {{nbug|790388}}: Experiment with SPDY server push
# {{nbug|773648}}: integrate libunbound for our own DNS host resolver
# {{nbug|773648}}: integrate libunbound for our own DNS host resolver

Revision as of 16:40, 14 March 2013

Please see Networking/IndividualPriorities for individual team member priorities.

Team Priorities

At a high level, our team's top priorities right now are 1) improving Necko/Gecko performance and 2) supporting FirefoxOS.

This list is meant to keep track of work we'd like to get done as a team, in prioritized order.

  1. Continue to develop Stone Ridge's performance testing capabilities.
  2. Design and implement new HTTP disk cache.
  3. 658222: TLS False Start for SPDY
  4. Resolve NSS race conditions leading to instability and security issues.
  5. 436414: OCSP client should be able to use HTTP GET as well as POST, results should be cached
  6. 791750: Make it possible to deliver stream data off the main thread
  7. 785279: reimplement spdy upstream compression
  8. 700698: Enable OCSP stapling by default
  9. 790388: Experiment with SPDY server push
  10. 773648: integrate libunbound for our own DNS host resolver
  11. 421128: Independent windows/tabs should not starve each other for network connections
  12. 733647: Ship TLS 1.1 (RFC 4346) in Firefox, on by default
  13. 651246: Make libpkix-based certificate path building/validation the default in PSM
  14. 660749: (CVE-2011-0082) Firefox doesn't (re)validate certificates when loading a HTTPS page from the cache
  15. 793808: Add support for resized image proxy (reduce mobile bandwidth usage).
  16. 783205: In-browser networking dashboard
  17. Add support for compressed HTML proxy (reduce mobile bandwidth usage).
  18. 562917: Captive portal detection
  19. 665707: Ability to attach arbitrary data to cache entries, such as decompressed image data for images.
  20. 480514: Implement TLS 1.2 (RFC 5246)
  21. Work on a fundamentally better protocol, perhaps UDP-based.
  22. Start work on Necko for Servo, written in Rust