Networking: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
m (Corrected wiki syntax)
Line 1: Line 1:
= Code Review Policy =
==Code Review Policy==
 
Patches against Mozilla's networking code must be reviewed by the [https://wiki.mozilla.org/Modules/Core#Necko module owner or a peer], or by someone they have asked to perform a specific review.
Patches against Mozilla's networking code must be reviewed by the [https://wiki.mozilla.org/Modules/Core#Necko module owner or a peer], or by someone they have asked to perform a specific review.


= Priorities =
==Priorities==
 
* [[Networking/TeamPriorities|Networking team priorities]]
* [[Networking/TeamPriorities|Networking team priorities]]
* [[Platform/2012-Q1-Goals#Networking|Q1 2012 Team Goals]]
* [[Platform/2012-Q1-Goals#Networking|Q1 2012 Team Goals]]
Line 10: Line 8:
* [[Platform/2011-Q3-Goals#Networking|Q3 2011 Team Goals]]
* [[Platform/2011-Q3-Goals#Networking|Q3 2011 Team Goals]]


= Tools =
==Tools==
 
* [[NeckoNet|Standalone network testing framework]]
* [[NeckoNet|Standalone network testing framework]]
* [[Networking/Androids|Android phones for testing]]
* [[Networking/Androids|Android phones for testing]]


= Project Documents =
==Project Documents==
 
* [[Necko:Telemetry|Telemetry]]
* [[Necko:Telemetry|Telemetry]]
* [[Necko:Testing|Test Plan]]
* [[Necko:Testing|Test Plan]]
Line 25: Line 21:
* [[PSM:Topics|PSM]]
* [[PSM:Topics|PSM]]


= Mozilla Developer Network (MDN) =
==Mozilla Developer Network (MDN)==
 
[https://developer.mozilla.org/en/Necko Main Necko Docs page]
[https://developer.mozilla.org/en/Necko Main Necko Docs page]


[https://developer.mozilla.org/en/Writing_xpcshell-based_unit_tests xpcshell unit test framework docs] (preferrred for many necko tests, as xpcshell tests are more lightweight and faster than mochitests)
[https://developer.mozilla.org/en/Writing_xpcshell-based_unit_tests xpcshell unit test framework docs] (preferrred for many necko tests, as xpcshell tests are more lightweight and faster than mochitests)

Revision as of 12:38, 2 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.

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)