Platform/Features/SPDY/TestPlan: Difference between revisions
Jump to navigation
Jump to search
Ioana.budnar (talk | contribs) |
Ioana.budnar (talk | contribs) (→SPDY) |
||
| Line 10: | Line 10: | ||
|- | |- | ||
| SPDY | | SPDY | ||
| {{StatusHealthy|status=Landed | | {{StatusHealthy|status=Landed}} | ||
| Pat McManus | | Pat McManus | ||
| Ioana Budnar | | Ioana Budnar | ||
| Line 19: | Line 19: | ||
*SPDY is a transport protocol designed as a successor to HTTP as part of Google's "Let's make the web faster" initiative. | *SPDY is a transport protocol designed as a successor to HTTP as part of Google's "Let's make the web faster" initiative. | ||
*The SPDY implementation wraps the existing HTTP implementation as a sort of in-browser proxy. This preserves all of the existing HTTP semantics and tools (e.g. firebug), while leveraging the on-the-wire benefits of SPDY. | *The SPDY implementation wraps the existing HTTP implementation as a sort of in-browser proxy. This preserves all of the existing HTTP semantics and tools (e.g. firebug), while leveraging the on-the-wire benefits of SPDY. | ||
*This feature is targeted for Firefox 13. | *This feature is targeted for Firefox 13, but has also landed in Firefox 11.0 and 12.0 as preffed off. | ||
== References == | == References == | ||
Revision as of 12:22, 12 March 2012
SPDY
| Feature | Status | Dev Lead | QA Lead | Status |
| SPDY | Landed | Pat McManus | Ioana Budnar | Signed off on Fx 11 |
Summary
- SPDY is a transport protocol designed as a successor to HTTP as part of Google's "Let's make the web faster" initiative.
- The SPDY implementation wraps the existing HTTP implementation as a sort of in-browser proxy. This preserves all of the existing HTTP semantics and tools (e.g. firebug), while leveraging the on-the-wire benefits of SPDY.
- This feature is targeted for Firefox 13, but has also landed in Firefox 11.0 and 12.0 as preffed off.
References
Use Cases
- After the user sets the network.http.spdy.enabled pref as true, all google services are using SPDY without any issues.
- With the network.http.spdy.enabled pref set as true, www.contendo.com is using SPDY without any issues.
- After the user sets the network.http.spdy.enabled pref as false, google services stop using SPDY without any issues.
- HTTP/1.x based SSL pages work fine when the network.http.spdy.enabled pref is set as true.
Test Cases
- The test cases for this feature can be viewed here.
Important Bugs
- 528288 - (SPDY) Implement SPDY protocol
Not Tested
- SPDY over non-SSL.
Sign off Criteria
- All the test cases were executed.
- All the major bugs have been fixed.