Networking: Difference between revisions
Jump to navigation
Jump to search
(→Caches) |
(→Other) |
||
Line 50: | Line 50: | ||
* [[PSM:Topics|PSM: Platform Security Module]] | * [[PSM:Topics|PSM: Platform Security Module]] | ||
* [[Necko/Differences|A list of ways in which Necko behavior differs from other networking implementations.]] | * [[Necko/Differences|A list of ways in which Necko behavior differs from other networking implementations.]] | ||
* [[Networking/http2|HTTP/2 status]] |
Revision as of 09:15, 3 August 2013
Code Review Policy
Patches against Mozilla's networking code must be reviewed by the module owner or a peer, or by someone they have asked to perform a specific review.
Dashboard
The network team dashboard displays information about outstanding security bugs, recent bug fixes, and outstanding review requests.
Priorities
- Team Priorities
- Individual Priorities
- Q1 2013 Team Goals
- Q4 2012 Team Goals
- Q3 2012 Team Goals
- Q2 2012 Team Goals
- Q1 2012 Team Goals
- Q4 2011 Team Goals
- Q3 2011 Team Goals
Tools
Documents
Mozilla Developer Network (MDN)
- Main Necko Docs page
- xpcshell unit test framework docs (preferrred for many necko tests, as xpcshell tests are more lightweight and faster than mochitests)
Caches
- Current Cache Architecture Documentation
- New Cache Plans
- Offline Application Cache
- Mobile Disk Cache
Testing
Features
- In-Browser Networking Dashboard
- Necko and Electrolysis
- Non-main-thread OnDataAvailable()
- DNS Resolver Integration