Features/Desktop/Expose prefs for tabs-on-demand/TestPlan: Difference between revisions
Jump to navigation
Jump to search
| Line 15: | Line 15: | ||
| | | | ||
|} | |} | ||
== Summary == | == Summary == | ||
| Line 21: | Line 22: | ||
* This feature falls primarily in the Experience category (from the "Discover, Experience, and Connect" vision statement.) | * This feature falls primarily in the Experience category (from the "Discover, Experience, and Connect" vision statement.) | ||
* This feature is available starting Firefox 8. | * This feature is available starting Firefox 8. | ||
== Reference == | == Reference == | ||
*Feature wiki page - [https://wiki.mozilla.org/Features/Desktop/Expose_prefs_for_tabs-on-demand Link] | *Feature wiki page - [https://wiki.mozilla.org/Features/Desktop/Expose_prefs_for_tabs-on-demand Link] | ||
== Use Cases to Test == | == Use Cases to Test == | ||
| Line 35: | Line 38: | ||
* Change options duing loading | * Change options duing loading | ||
* Start Firefox with many tabs open | * Start Firefox with many tabs open | ||
== Test Cases == | == Test Cases == | ||
* The set of testcases can be found [http://bit.ly/pxRdRy here] | * The set of testcases can be found [http://bit.ly/pxRdRy here] | ||
== Important bugs == | == Important bugs == | ||
* [https://bugzilla.mozilla.org/show_bug.cgi?id=648683 Implementation bug] | * [https://bugzilla.mozilla.org/show_bug.cgi?id=648683 Implementation bug] | ||
Revision as of 07:58, 1 November 2011
Expose prefs for tabs-on-demand
| Feature | Status | Dev Lead | QA Lead | Status |
| Expose prefs for tabs-on-demand | Landed in Firefox 8 | Paul O'Shannessy | Mihaela Velimiroviciu |
Summary
- Firefox 4 has the hidden ability to load tabs on-demand by setting the maximum number of concurrent tabs being restored to "0" — now that the feature has been in the wild for a while, we'd like to expose it as the default behavior for session restore. It makes startup a lot faster, and uses a lot less memory.
- This feature falls primarily in the Experience category (from the "Discover, Experience, and Connect" vision statement.)
- This feature is available starting Firefox 8.
Reference
- Feature wiki page - Link
Use Cases to Test
- Start Firefox when option is disabled
- Start firefox when option is enabled
- Use multiple tab groups
- Start firefox with app tabs
- Load pages with form data
- Restore with no network
- Change options duing loading
- Start Firefox with many tabs open
Test Cases
- The set of testcases can be found here