gecko/browser/devtools/debugger/test
2012-11-22 00:34:14 -05:00
..
browser_dbg_bfcache.js Bug 707302 - Optimize and refactor the debugger frontend to use constructors instead of attached functions to DOM nodes, r=rcampbell 2012-10-26 20:10:17 +03:00
browser_dbg_breakpoint-new-script.html Bug 771452 - resume button need two clicks to go on after a breakpoint when the script is inside the .html file; r=rcampbell 2012-07-13 13:10:21 +03:00
browser_dbg_breakpoint-new-script.js Bug 707302 - Optimize and refactor the debugger frontend to use constructors instead of attached functions to DOM nodes, r=rcampbell 2012-10-26 20:10:17 +03:00
browser_dbg_bug723069_editor-breakpoints.js Bug 707302 - Optimize and refactor the debugger frontend to use constructors instead of attached functions to DOM nodes, r=rcampbell 2012-10-26 20:10:17 +03:00
browser_dbg_bug723071_editor-breakpoints-pane.js Set breakpoints in all scripts with bytecode in the specified line (bug 793214), r=rcampbell 2012-11-01 17:34:10 +02:00
browser_dbg_bug727429_watch-expressions-01.js Bug 727429 - Add support for watch expressions to the debugger, r=rcampbell 2012-11-17 21:41:04 +02:00
browser_dbg_bug727429_watch-expressions-02.js Bug 813172 - Evaluating 'arguments' as a watch expression always yields an empty pseudo-array, r=rcampbell 2012-11-21 10:49:45 +02:00
browser_dbg_bug731394_editor-contextmenu.js Bug 707302 - Optimize and refactor the debugger frontend to use constructors instead of attached functions to DOM nodes, r=rcampbell 2012-10-26 20:10:17 +03:00
browser_dbg_bug737803_editor_actual_location.js Bug 707302 - Optimize and refactor the debugger frontend to use constructors instead of attached functions to DOM nodes, r=rcampbell 2012-10-26 20:10:17 +03:00
browser_dbg_bug740825_conditional-breakpoints-01.js Bug 727429 - Add support for watch expressions to the debugger, r=rcampbell 2012-11-17 21:41:04 +02:00
browser_dbg_bug740825_conditional-breakpoints-02.js Bug 813471 - A breakpoint can be placed at the wrong line when using key shortcuts after opening the source editor's context menu, r=past 2012-11-20 12:57:05 +02:00
browser_dbg_bug786070_hide_nonenums.js Bug 808372 - After bug 807222, the variables view feels sluggish when expanding some nodes, r=past 2012-11-16 08:34:13 +02:00
browser_dbg_chrome-debugging.js Bug 740551 - ThreadActor should automatically add appropriate debuggee globals - Patch v14; r=rcampbell 2012-10-31 18:31:55 +02:00
browser_dbg_clean-exit.js
browser_dbg_conditional-breakpoints.html Bug 812962 - Intermittent browser_dbg_bug740825_conditional-breakpoints-02.js | an unexpected uncaught JS exception reported through window.onerror - ReferenceError: console is not defined, r=past 2012-11-19 10:40:08 +02:00
browser_dbg_createChrome.js
browser_dbg_createRemote.js Bug 808691 - The remote and chrome debugger windows should remember their size across sessions, r=past 2012-11-10 13:14:40 +02:00
browser_dbg_debugger-tab-switch-window.js Bug 710258 - Don't allow the debugger to be open in more than one window; r=past 2012-06-20 15:21:46 +03:00
browser_dbg_debugger-tab-switch.js Bug 710258 - Don't allow the debugger to be open in more than one window; r=past 2012-06-20 15:21:46 +03:00
browser_dbg_debuggerstatement.html
browser_dbg_debuggerstatement.js
browser_dbg_displayName.html Use the statically-inferred name for anonymous functions (bug 786711) r=msucan,vporof 2012-09-10 11:48:52 +03:00
browser_dbg_displayName.js Bug 707302 - Optimize and refactor the debugger frontend to use constructors instead of attached functions to DOM nodes, r=rcampbell 2012-10-26 20:10:17 +03:00
browser_dbg_frame-parameters.html
browser_dbg_globalactor-01.js Bug 790952 - Debugger server always creates new actor instances. f=glandium r=rcampbell 2012-09-21 09:04:21 +03:00
browser_dbg_iframes.html
browser_dbg_iframes.js Bug 774011 - Intermittent browser_dbg_createRemote.js | Should be paused after an interrupt request. - Got false, expected true | Should have one frame in the stack. - Got 0, expected 1, r=past 2012-11-02 16:39:12 +02:00
browser_dbg_leaktest.js Bug 707302 - Optimize and refactor the debugger frontend to use constructors instead of attached functions to DOM nodes, r=rcampbell 2012-10-26 20:10:17 +03:00
browser_dbg_listtabs.js
browser_dbg_location-changes-blank.js Bug 806748 - Intermittent browser_dbg_location-changes-blank.js | The source editor not have any text displayed. - Got 546, expected 0, r=rcampbell 2012-11-02 09:32:31 +02:00
browser_dbg_location-changes-new.js Bug 806748 - Intermittent browser_dbg_location-changes-blank.js | The source editor not have any text displayed. - Got 546, expected 0, r=rcampbell 2012-11-02 09:32:31 +02:00
browser_dbg_location-changes.js Bug 707302 - Optimize and refactor the debugger frontend to use constructors instead of attached functions to DOM nodes, r=rcampbell 2012-10-26 20:10:17 +03:00
browser_dbg_menustatus.js Bug 787181 - DebuggerController._isChromeDebugger is broken, r=past 2012-09-14 00:00:18 +03:00
browser_dbg_multiple-windows.js Bug 707302 - Optimize and refactor the debugger frontend to use constructors instead of attached functions to DOM nodes, r=rcampbell 2012-10-26 20:10:17 +03:00
browser_dbg_nav-01.js
browser_dbg_pane-collapse.js Bug 727429 - Add support for watch expressions to the debugger, r=rcampbell 2012-11-17 21:41:04 +02:00
browser_dbg_panesize-inner.js Bug 727429 - Add support for watch expressions to the debugger, r=rcampbell 2012-11-17 21:41:04 +02:00
browser_dbg_panesize.js Bug 810642 - Intermittent browser_dbg_panesize.js | Height preferences shouldn't have been updated yet, r=past 2012-11-12 16:14:09 +02:00
browser_dbg_pause-exceptions.html
browser_dbg_pause-exceptions.js Bug 808372 - After bug 807222, the variables view feels sluggish when expanding some nodes, r=past 2012-11-16 08:34:13 +02:00
browser_dbg_pause-resume.js Bug 707302 - Optimize and refactor the debugger frontend to use constructors instead of attached functions to DOM nodes, r=rcampbell 2012-10-26 20:10:17 +03:00
browser_dbg_progress-listener-bug.js Bug 771655 - Debugger does not show up if any progress listener (e.g. NoScript) reads the WebProgress argument's DOMWindow property in onStateChange(); r=vporof 2012-10-31 16:02:07 +02:00
browser_dbg_propertyview-01.js Bug 707302 - Optimize and refactor the debugger frontend to use constructors instead of attached functions to DOM nodes, r=rcampbell 2012-10-26 20:10:17 +03:00
browser_dbg_propertyview-02.js Bug 707302 - Optimize and refactor the debugger frontend to use constructors instead of attached functions to DOM nodes, r=rcampbell 2012-10-26 20:10:17 +03:00
browser_dbg_propertyview-03.js Bug 707302 - Optimize and refactor the debugger frontend to use constructors instead of attached functions to DOM nodes, r=rcampbell 2012-10-26 20:10:17 +03:00
browser_dbg_propertyview-04.js Bug 707302 - Optimize and refactor the debugger frontend to use constructors instead of attached functions to DOM nodes, r=rcampbell 2012-10-26 20:10:17 +03:00
browser_dbg_propertyview-05.js Bug 707302 - Optimize and refactor the debugger frontend to use constructors instead of attached functions to DOM nodes, r=rcampbell 2012-10-26 20:10:17 +03:00
browser_dbg_propertyview-06.js Bug 707302 - Optimize and refactor the debugger frontend to use constructors instead of attached functions to DOM nodes, r=rcampbell 2012-10-26 20:10:17 +03:00
browser_dbg_propertyview-07.js Bug 707302 - Optimize and refactor the debugger frontend to use constructors instead of attached functions to DOM nodes, r=rcampbell 2012-10-26 20:10:17 +03:00
browser_dbg_propertyview-08.js Bug 808372 - After bug 807222, the variables view feels sluggish when expanding some nodes, r=past 2012-11-16 08:34:13 +02:00
browser_dbg_propertyview-09.js Bug 808372 - After bug 807222, the variables view feels sluggish when expanding some nodes, r=past 2012-11-16 08:34:13 +02:00
browser_dbg_propertyview-10.js Bug 808372 - After bug 807222, the variables view feels sluggish when expanding some nodes, r=past 2012-11-16 08:34:13 +02:00
browser_dbg_propertyview-data.js No bug - Fix 'browser_dbg_propertyview-data.js | Test timed out' after 62379ce61c84, r=dcamp 2012-11-06 19:33:59 +02:00
browser_dbg_propertyview-edit.js Bug 808372 - After bug 807222, the variables view feels sluggish when expanding some nodes, r=past 2012-11-16 08:34:13 +02:00
browser_dbg_propertyview-filter-01.js Bug 813587 - When performing global searches with very few characters the browser may become unresponsive, r=past 2012-11-21 10:49:45 +02:00
browser_dbg_propertyview-filter-02.js Bug 813587 - When performing global searches with very few characters the browser may become unresponsive, r=past 2012-11-21 10:49:45 +02:00
browser_dbg_propertyview-filter-03.js Bug 793375 - Search operator for finding a variable in scope(s) while the debugger is paused, r=past 2012-11-04 01:01:05 +02:00
browser_dbg_propertyview-filter-04.js Bug 793375 - Search operator for finding a variable in scope(s) while the debugger is paused, r=past 2012-11-04 01:01:05 +02:00
browser_dbg_propertyview-filter-05.js Bug 813587 - When performing global searches with very few characters the browser may become unresponsive, r=past 2012-11-21 10:49:45 +02:00
browser_dbg_propertyview-filter-06.js Bug 813587 - When performing global searches with very few characters the browser may become unresponsive, r=past 2012-11-21 10:49:45 +02:00
browser_dbg_propertyview-filter-07.js Bug 813587 - When performing global searches with very few characters the browser may become unresponsive, r=past 2012-11-21 10:49:45 +02:00
browser_dbg_propertyview-filter-08.js Bug 813587 - When performing global searches with very few characters the browser may become unresponsive, r=past 2012-11-21 10:49:45 +02:00
browser_dbg_propertyview-reexpand.js Bug 808372 - After bug 807222, the variables view feels sluggish when expanding some nodes, r=past 2012-11-16 08:34:13 +02:00
browser_dbg_reload-same-script.js Bug 807222 part 4. Fix timeout in debugger propertyview test due to larger number of properties on the global. r=past 2012-11-03 13:57:33 +02:00
browser_dbg_script-switching.html
browser_dbg_script-switching.js Bug 707302 - Optimize and refactor the debugger frontend to use constructors instead of attached functions to DOM nodes, r=rcampbell 2012-10-26 20:10:17 +03:00
browser_dbg_scripts-searching-01.js Bug 805759 - Relax global search results auto-expand rules, r=past 2012-11-21 10:49:45 +02:00
browser_dbg_scripts-searching-02.js Bug 805759 - Relax global search results auto-expand rules, r=past 2012-11-21 10:49:45 +02:00
browser_dbg_scripts-searching-03.js Bug 805759 - Relax global search results auto-expand rules, r=past 2012-11-21 10:49:45 +02:00
browser_dbg_scripts-searching-04.js Bug 805759 - Relax global search results auto-expand rules, r=past 2012-11-21 10:49:45 +02:00
browser_dbg_scripts-searching-05.js Bug 805759 - Relax global search results auto-expand rules, r=past 2012-11-21 10:49:45 +02:00
browser_dbg_scripts-searching-06.js Bug 805759 - Relax global search results auto-expand rules, r=past 2012-11-21 10:49:45 +02:00
browser_dbg_scripts-searching-07.js Bug 805759 - Relax global search results auto-expand rules, r=past 2012-11-21 10:49:45 +02:00
browser_dbg_scripts-searching-08.js Bug 805759 - Relax global search results auto-expand rules, r=past 2012-11-21 10:49:45 +02:00
browser_dbg_scripts-searching-popup.js Bug 707302 - Optimize and refactor the debugger frontend to use constructors instead of attached functions to DOM nodes, r=rcampbell 2012-10-26 20:10:17 +03:00
browser_dbg_scripts-sorting.js Bug 707302 - Optimize and refactor the debugger frontend to use constructors instead of attached functions to DOM nodes, r=rcampbell 2012-10-26 20:10:17 +03:00
browser_dbg_select-line.js Bug 707302 - Optimize and refactor the debugger frontend to use constructors instead of attached functions to DOM nodes, r=rcampbell 2012-10-26 20:10:17 +03:00
browser_dbg_stack-01.js Bug 707302 - Optimize and refactor the debugger frontend to use constructors instead of attached functions to DOM nodes, r=rcampbell 2012-10-26 20:10:17 +03:00
browser_dbg_stack-02.js Bug 707302 - Optimize and refactor the debugger frontend to use constructors instead of attached functions to DOM nodes, r=rcampbell 2012-10-26 20:10:17 +03:00
browser_dbg_stack-03.js Bug 707302 - Optimize and refactor the debugger frontend to use constructors instead of attached functions to DOM nodes, r=rcampbell 2012-10-26 20:10:17 +03:00
browser_dbg_stack-04.js Bug 707302 - Optimize and refactor the debugger frontend to use constructors instead of attached functions to DOM nodes, r=rcampbell 2012-10-26 20:10:17 +03:00
browser_dbg_stack-05.js Bug 707302 - Optimize and refactor the debugger frontend to use constructors instead of attached functions to DOM nodes, r=rcampbell 2012-10-26 20:10:17 +03:00
browser_dbg_stack.html
browser_dbg_tab1.html
browser_dbg_tab2.html
browser_dbg_tabactor-01.js Bug 753401 - The debugger server root and tab actors should be easily extensible; r=rcampbell 2012-09-20 09:36:32 +03:00
browser_dbg_tabactor-02.js Bug 753401 - The debugger server root and tab actors should be easily extensible; r=rcampbell 2012-09-20 09:36:32 +03:00
browser_dbg_update-editor-mode.html Bug 783729 - Debugger: JS scripts can get HTML syntax highlighting, r=rcampbell 2012-11-02 09:31:55 +02:00
browser_dbg_update-editor-mode.js Bug 783729 - Debugger: JS scripts can get HTML syntax highlighting, r=rcampbell 2012-11-02 09:31:55 +02:00
browser_dbg_watch-expressions.html Bug 813172 - Evaluating 'arguments' as a watch expression always yields an empty pseudo-array, r=rcampbell 2012-11-21 10:49:45 +02:00
browser_dbg_with-frame.html
head.js Bug 751836 - After stepping in the debugger, any open nodes in the property view are collapsed, r=past 2012-10-26 23:28:54 +03:00
Makefile.in Bug 812241 - Remove disabled test warnings. r=khuey 2012-11-20 16:13:04 -08:00
test-editor-mode
test-script-switching-01.js
test-script-switching-02.js Bug 737803 - Setting a breakpoint in a line without code should move the icon to the actual location; r=past 2012-10-08 10:08:12 -07:00
testactors.js Bug 753401 - The debugger server root and tab actors should be easily extensible; r=rcampbell 2012-09-20 09:36:32 +03:00