Networking: Difference between revisions
Jump to navigation
Jump to search
Todesschaf (talk | contribs) |
m (→Features: add entry point for PBg-Http document) |
||
| Line 47: | Line 47: | ||
* [[Necko: support sending OnDataAvailable() to other threads|Non-main-thread OnDataAvailable()]] | * [[Necko: support sending OnDataAvailable() to other threads|Non-main-thread OnDataAvailable()]] | ||
* [[Necko/DNS/ResolverIntegration|DNS Resolver Integration]] | * [[Necko/DNS/ResolverIntegration|DNS Resolver Integration]] | ||
* [[Necko: PBackground IPC design for HTTP channel|PBackground-ify HTTP Channel]] | |||
===Other=== | ===Other=== | ||
Revision as of 02:07, 28 August 2017
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
- Q4 2013 Team Goals
- Q3 2013 Team Goals
- Q2 2013 Team Goals
- 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
- PBackground-ify HTTP Channel