Networking: Difference between revisions
Jump to navigation
Jump to search
(→Caches) |
|||
Line 30: | Line 30: | ||
* [[Necko/Cache|Current Cache Architecture Documentation]] | * [[Necko/Cache|Current Cache Architecture Documentation]] | ||
* [[Necko/Cache/Plans| | * [[Necko/Cache/Plans|New Cache Plans]] | ||
* [[Necko/Cache/Offline|Offline Application Cache]] | * [[Necko/Cache/Offline|Offline Application Cache]] | ||
* [[Necko/MobileCache|Mobile Disk Cache]] | * [[Necko/MobileCache|Mobile Disk Cache]] |
Revision as of 17:50, 11 March 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