QA/Performance fixes: Difference between revisions

From MozillaWiki
< QA
Jump to navigation Jump to search
Line 4: Line 4:
== Reference ==
== Reference ==
*Bugs:
*Bugs:
**[https://bugzilla.mozilla.org/show_bug.cgi?id=718088 bug 718088] - (asyncContentPrefs) Refactor nsContentPrefService.js to use async Storage  
**[https://bugzilla.mozilla.org/show_bug.cgi?id=699859 bug 699859] - (asyncContentPrefs) Refactor nsContentPrefService.js to use async Storage  
**[https://bugzilla.mozilla.org/show_bug.cgi?id=818296 bug 818296] - [Shutdown] js::NukeCrossCompartmentWrappers takes up to 300ms on shutdown. Avoid doing it for optimized shutdown
**[https://bugzilla.mozilla.org/show_bug.cgi?id=818296 bug 818296] - [Shutdown] js::NukeCrossCompartmentWrappers takes up to 300ms on shutdown. Avoid doing it for optimized shutdown
**[https://bugzilla.mozilla.org/show_bug.cgi?id=818739 bug 818739] - Don't run CC during shutdown
**[https://bugzilla.mozilla.org/show_bug.cgi?id=818739 bug 818739] - Don't run CC during shutdown

Revision as of 12:38, 1 February 2013

Summary

  • Mozilla is constantly searching ways to improve the user experience of browsing the web. Better response time, loading pages faster, turn on/off Firefox faster, switching between tabs/menus smoother. All this goals under a sugestive name "Performance Fixes".

Reference

  • Bugs:
    • bug 699859 - (asyncContentPrefs) Refactor nsContentPrefService.js to use async Storage
    • bug 818296 - [Shutdown] js::NukeCrossCompartmentWrappers takes up to 300ms on shutdown. Avoid doing it for optimized shutdown
    • bug 818739 - Don't run CC during shutdown
    • bug 740468 - Replace old synchronous favicons calls in the bookmarks export service
    • bug 789932 - nsExternalAppHandler downloads files on the main thread
    • bug 807021 - Move LocalStorage writes off the main thread

Use Cases

  • TBD

Test Cases

  • The manual test cases for this feature can be viewed here.

Non-goals

  • TBD

Sign off

Criteria
  • All the test cases were executed.
  • All the blocker, critical, major bugs have been fixed.
Sign offs