DevTools/Features/Debugger/TestPlan: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
Line 47: Line 47:


== Important Bugs ==
== Important Bugs ==
 
<bugzilla>
*
{
"id": "761574, 760752, 734314, 753311, 755513, "
}
</bugzilla>


== Not Tested ==
== Not Tested ==

Revision as of 13:49, 12 June 2012

Debugger

Feature Status Release Target Dev Lead QA Lead Status
Debugger Landed Firefox 15 Panos Astithas Ioana Budnar In progress

Summary

  • New JavaScript debugger.

References

Use Cases

  • Stack traces
  • Property viewer
  • Source viewer
  • Execution
  • Frame Tree Support
  • Environment/Property Viewer
  • Source Selector
  • Breakpoints
  • Web Worker debugging
  • Chrome debugging

Test Cases

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

Important Bugs

Full Query
ID Summary Priority Status
734314 Unwrapped getBoolPref call causes dbg-server.jsm to fail to load in B2G P2 VERIFIED
753311 Prevent the Debugger from opening on more than one tab P2 RESOLVED
755513 Prevent unauthorised access to remote debugger servers P3 RESOLVED
760752 Frequent browser_dbg_debugger-tab-switch.js | leaked window property: _scriptDebugger and 87 more test failures P1 RESOLVED
761574 Debugger Closing after Opening it immediately on Mac (a11y) P1 RESOLVED

5 Total; 0 Open (0%); 4 Resolved (80%); 1 Verified (20%);


Not Tested

  • Other Dev Tools features.

Sign off

Criteria
  • All the test cases were executed.
  • All the major bugs have been fixed.