Networking: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
Line 26: Line 26:
* [[Necko: support sending OnDataAvailable() to other threads|Non-main-thread OnDataAvailable()]]
* [[Necko: support sending OnDataAvailable() to other threads|Non-main-thread OnDataAvailable()]]
* [[PSM:Topics|PSM]]
* [[PSM:Topics|PSM]]
* [[Necko/Differences|Differences from other implementations]]


==Mozilla Developer Network (MDN)==
==Mozilla Developer Network (MDN)==

Revision as of 09:58, 19 January 2012

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.

Events

Dashboard

The network team dashboard displays information about outstanding security bugs, recent bug fixes, and outstanding review requests.

Priorities

Tools

Project 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)