gecko/browser/devtools/debugger/test
Victor Porof e53172b53c Bug 876277 - Normalize formatting for non-test files and rename them to follow a nicer pattern, r=past
--HG--
rename : browser/devtools/debugger/test/browser_dbg_addon1.xpi => browser/devtools/debugger/test/addon1.xpi
rename : browser/devtools/debugger/test/browser_dbg_addon2.xpi => browser/devtools/debugger/test/addon2.xpi
rename : browser/devtools/debugger/test/binary_search.coffee => browser/devtools/debugger/test/code_binary_search.coffee
rename : browser/devtools/debugger/test/binary_search.js => browser/devtools/debugger/test/code_binary_search.js
rename : browser/devtools/debugger/test/binary_search.map => browser/devtools/debugger/test/code_binary_search.map
rename : browser/devtools/debugger/test/blackboxing_blackboxme.js => browser/devtools/debugger/test/code_blackboxing_blackboxme.js
rename : browser/devtools/debugger/test/blackboxing_one.js => browser/devtools/debugger/test/code_blackboxing_one.js
rename : browser/devtools/debugger/test/blackboxing_three.js => browser/devtools/debugger/test/code_blackboxing_three.js
rename : browser/devtools/debugger/test/blackboxing_two.js => browser/devtools/debugger/test/code_blackboxing_two.js
rename : browser/devtools/debugger/test/test-function-search-01.js => browser/devtools/debugger/test/code_function-search-01.js
rename : browser/devtools/debugger/test/test-function-search-02.js => browser/devtools/debugger/test/code_function-search-02.js
rename : browser/devtools/debugger/test/test-function-search-03.js => browser/devtools/debugger/test/code_function-search-03.js
rename : browser/devtools/debugger/test/test-location-changes-bp.js => browser/devtools/debugger/test/code_location-changes.js
rename : browser/devtools/debugger/test/math.js => browser/devtools/debugger/test/code_math.js
rename : browser/devtools/debugger/test/math.map => browser/devtools/debugger/test/code_math.map
rename : browser/devtools/debugger/test/math.min.js => browser/devtools/debugger/test/code_math.min.js
rename : browser/devtools/debugger/test/test-script-switching-01.js => browser/devtools/debugger/test/code_script-switching-01.js
rename : browser/devtools/debugger/test/test-script-switching-02.js => browser/devtools/debugger/test/code_script-switching-02.js
rename : browser/devtools/debugger/test/test-editor-mode => browser/devtools/debugger/test/code_test-editor-mode
rename : browser/devtools/debugger/test/binary_search.html => browser/devtools/debugger/test/doc_binary_search.html
rename : browser/devtools/debugger/test/browser_dbg_blackboxing.html => browser/devtools/debugger/test/doc_blackboxing.html
rename : browser/devtools/debugger/test/browser_dbg_cmd_break.html => browser/devtools/debugger/test/doc_cmd-break.html
rename : browser/devtools/debugger/test/browser_dbg_cmd.html => browser/devtools/debugger/test/doc_cmd-dbg.html
rename : browser/devtools/debugger/test/browser_dbg_conditional-breakpoints.html => browser/devtools/debugger/test/doc_conditional-breakpoints.html
rename : browser/devtools/debugger/test/browser_dbg_update-editor-mode.html => browser/devtools/debugger/test/doc_editor-mode.html
rename : browser/devtools/debugger/test/browser_dbg_tab1.html => browser/devtools/debugger/test/doc_empty-tab-01.html
rename : browser/devtools/debugger/test/browser_dbg_tab2.html => browser/devtools/debugger/test/doc_empty-tab-02.html
rename : browser/devtools/debugger/test/test-event-listeners.html => browser/devtools/debugger/test/doc_event-listeners.html
rename : browser/devtools/debugger/test/browser_dbg_frame-parameters.html => browser/devtools/debugger/test/doc_frame-parameters.html
rename : browser/devtools/debugger/test/browser_dbg_displayName.html => browser/devtools/debugger/test/doc_function-display-name.html
rename : browser/devtools/debugger/test/browser_dbg_function-search-02.html => browser/devtools/debugger/test/doc_function-search.html
rename : browser/devtools/debugger/test/browser_dbg_iframes.html => browser/devtools/debugger/test/doc_iframes.html
rename : browser/devtools/debugger/test/test-location-changes-bp.html => browser/devtools/debugger/test/doc_included-script.html
rename : browser/devtools/debugger/test/browser_dbg_debuggerstatement.html => browser/devtools/debugger/test/doc_inline-debugger-statement.html
rename : browser/devtools/debugger/test/browser_dbg_breakpoint-new-script.html => browser/devtools/debugger/test/doc_inline-script.html
rename : browser/devtools/debugger/test/browser_dbg_big-data.html => browser/devtools/debugger/test/doc_large-array-buffer.html
rename : browser/devtools/debugger/test/minified.html => browser/devtools/debugger/test/doc_minified.html
rename : browser/devtools/debugger/test/browser_dbg_pause-exceptions.html => browser/devtools/debugger/test/doc_pause-exceptions.html
rename : browser/devtools/debugger/test/browser_dbg_stack.html => browser/devtools/debugger/test/doc_recursion-stack.html
rename : browser/devtools/debugger/test/browser_dbg_script-switching.html => browser/devtools/debugger/test/doc_script-switching-01.html
rename : browser/devtools/debugger/test/browser_dbg_script-switching-02.html => browser/devtools/debugger/test/doc_script-switching-02.html
rename : browser/devtools/debugger/test/test-step-out.html => browser/devtools/debugger/test/doc_step-out.html
rename : browser/devtools/debugger/test/browser_dbg_watch-expressions.html => browser/devtools/debugger/test/doc_watch-expressions.html
rename : browser/devtools/debugger/test/browser_dbg_with-frame.html => browser/devtools/debugger/test/doc_with-frame.html
2013-09-13 16:23:16 +03:00
..
addon1.xpi Bug 876277 - Normalize formatting for non-test files and rename them to follow a nicer pattern, r=past 2013-09-13 16:23:16 +03:00
addon2.xpi Bug 876277 - Normalize formatting for non-test files and rename them to follow a nicer pattern, r=past 2013-09-13 16:23:16 +03:00
browser_dbg_aaa_run_first_leaktest.js Fix debugger tests when running with a detached toolbox (bug 817562); r=vporof 2013-01-07 00:11:03 +02:00
browser_dbg_bfcache.js Bug 882538 - Add reload() and navigateTo() methods to BrowserTabActor; r=rcampbell 2013-06-28 10:53:00 +03:00
browser_dbg_blackboxing-01.js Bug 892605 - part 1: move the BlackBoxChange DOM event to blackboxchange thread client event; r=vporof 2013-07-27 10:49:45 -07:00
browser_dbg_blackboxing-02.js Bug 892605 - part 1: move the BlackBoxChange DOM event to blackboxchange thread client event; r=vporof 2013-07-27 10:49:45 -07:00
browser_dbg_blackboxing-03.js bug 899877 part 2: don't reload stack frames on blackboxchange events, stay on selected source; r=dcamp 2013-08-03 11:06:57 -07:00
browser_dbg_blackboxing-04.js Bug 892605 - part 1: move the BlackBoxChange DOM event to blackboxchange thread client event; r=vporof 2013-07-27 10:49:45 -07:00
browser_dbg_blackboxing-05.js bug 899877 part 2: don't reload stack frames on blackboxchange events, stay on selected source; r=dcamp 2013-08-03 11:06:57 -07:00
browser_dbg_blackboxing-06.js bug 899877 part 2: don't reload stack frames on blackboxchange events, stay on selected source; r=dcamp 2013-08-03 11:06:57 -07:00
browser_dbg_blackboxing-07.js bug 899877 part 2: don't reload stack frames on blackboxchange events, stay on selected source; r=dcamp 2013-08-03 11:06:57 -07:00
browser_dbg_breadcrumbs-access.js Bug 852639 - Make the BreadcrumbsWidget keyboard accessible, r=rcampbell 2013-06-06 09:53:08 +03:00
browser_dbg_break-on-dom-event.js Wait for the focus event before simulating a key press to fix an intermittent Mac-only test failure (bug 895426); r=me 2013-07-23 15:46:13 +03:00
browser_dbg_breakpoint-new-script.js Bug 882054 - Cleanup widgets inheritance model mechanism a bit, r=past 2013-06-21 17:33:56 +03:00
browser_dbg_bug723069_editor-breakpoints.js Bug 846606 - Intermittent browser_dbg_bug723069_editor-breakpoints.js | Test timed out | correct number of editor breakpoint changes - Got 3, expected 4; r=vporof 2013-04-03 13:23:58 +03:00
browser_dbg_bug723071_editor-breakpoints-contextmenu.js Bug 886170 - Intermittent browser_dbg_bug723071_editor-breakpoints-highlight.js | The currently selected source is incorrect (0). - Got http://example.com/browser/browser/devtools/debugger/test/test-script-switching-02.js, expected ... and 11 more, r=past 2013-06-26 23:35:39 +03:00
browser_dbg_bug723071_editor-breakpoints-highlight.js Bug 886170 - Intermittent browser_dbg_bug723071_editor-breakpoints-highlight.js | The currently selected source is incorrect (0). - Got http://example.com/browser/browser/devtools/debugger/test/test-script-switching-02.js, expected ... and 11 more, r=past 2013-06-26 23:35:39 +03:00
browser_dbg_bug723071_editor-breakpoints-pane.js Bug 882054 - Cleanup widgets inheritance model mechanism a bit, r=past 2013-06-21 17:33:56 +03:00
browser_dbg_bug727429_watch-expressions-01.js Bug 882054 - Cleanup widgets inheritance model mechanism a bit, r=past 2013-06-21 17:33:56 +03:00
browser_dbg_bug727429_watch-expressions-02.js Bug 883345 - Undefined values aren't properly displayed in the debugger's variables view, r=past 2013-06-21 17:33:57 +03:00
browser_dbg_bug731394_editor-contextmenu.js Bug 772119 - expose source mapped sources over the remote debugging protocol; r=past 2013-04-16 00:07:00 +03:00
browser_dbg_bug737803_editor_actual_location.js Bug 795368 - Add "sources" and "newSource" packets to the RDP, and use them instead of "scripts" and "newScript"; r=past f=rcampbell,msucan 2013-02-28 14:02:00 +02:00
browser_dbg_bug740825_conditional-breakpoints-01.js Bug 882538 - Add reload() and navigateTo() methods to BrowserTabActor; r=rcampbell 2013-06-28 10:53:00 +03:00
browser_dbg_bug740825_conditional-breakpoints-02.js Bug 882054 - Cleanup widgets inheritance model mechanism a bit, r=past 2013-06-21 17:33:56 +03:00
browser_dbg_bug786070_hide_nonenums.js Bug 828680 - Variables view needs a controller of its own, r=vporof, msucan 2013-06-14 10:42:52 -07:00
browser_dbg_bug868163_highight_on_pause.js Bug 868163 - Add toolbox tab highlighting API, r=robcee, r=vporof, r=paul 2013-05-25 13:35:34 +05:30
browser_dbg_bug883220_raise_on_pause.js Rename Promise to promise to avoid collisions with the forthcoming DOM Promise implementation (bug 885318); r=jwalker 2013-07-11 10:12:20 +03:00
browser_dbg_chrome-debugging.js Bug 888031 - Remove about:home from tests not explicitly requiring it. 2013-06-28 09:02:19 -04:00
browser_dbg_clean-exit.js Bug 812083 - Implement a SideMenuWidget (add a tree view to the remote debugger's script selector), r=past,rcampbell 2013-02-21 01:33:36 +02:00
browser_dbg_cmd_blackbox.js Bug 904549 - Make browser_dbg_cmd.js wait for helpers.audit to complete; r=past,anton,nfitzgerald 2013-08-29 14:00:52 +01:00
browser_dbg_cmd_break.js Bug 900114 - Rollup for bugs 781856, 884015, 789884, 892901, 773188, r=mratcliffe 2013-08-29 14:00:55 +01:00
browser_dbg_cmd.js Bug 904549 - Make browser_dbg_cmd.js wait for helpers.audit to complete; r=past,anton,nfitzgerald 2013-08-29 14:00:52 +01:00
browser_dbg_createChrome.js Bug 823577 - Cleanup debugger frontend code, strings, etc., r=rcampbell 2013-06-21 17:33:56 +03:00
browser_dbg_debuggerstatement.js
browser_dbg_displayName.js Bug 882054 - Cleanup widgets inheritance model mechanism a bit, r=past 2013-06-21 17:33:56 +03:00
browser_dbg_event-listeners.js Another attempt to fix an intermittent Mac-only test failure (bug 895426); r=me 2013-07-23 09:47:47 +03:00
browser_dbg_function-search.js Bug 855030 - Parser.jsm should support fat arrow functions, r=past 2013-03-28 10:30:37 +02:00
browser_dbg_globalactor-01.js Bug 878472 - Let local debugger clients find the DebuggerServerConnection. r=past 2013-06-03 09:05:29 -07:00
browser_dbg_iframes.js Bug 882054 - Cleanup widgets inheritance model mechanism a bit, r=past 2013-06-21 17:33:56 +03:00
browser_dbg_listaddons.js Bug 899052 - Implement the listAddons request; r=fitzgen 2013-08-24 01:33:46 +02:00
browser_dbg_listtabs-01.js Bug 870081: Share a common RootActor implementation amongst browser, Fennec, B2G, and xpcshell tests. r=past,mfinkle,fabrice 2013-06-02 10:19:41 +03:00
browser_dbg_listtabs-02.js Bug 899052 - Promisify the debugger's live list interface; r=fitzgen 2013-08-21 02:08:48 +02:00
browser_dbg_location-changes-blank.js Bug 882538 - Add reload() and navigateTo() methods to BrowserTabActor; r=rcampbell 2013-06-28 10:53:00 +03:00
browser_dbg_location-changes-bp.js Bug 860035 - script actors should handle breakpoints with columns; r=jimb 2013-07-24 17:46:49 -07:00
browser_dbg_location-changes-new.js Bug 882538 - Add reload() and navigateTo() methods to BrowserTabActor; r=rcampbell 2013-06-28 10:53:00 +03:00
browser_dbg_location-changes.js Bug 882538 - Add reload() and navigateTo() methods to BrowserTabActor; r=rcampbell 2013-06-28 10:53:00 +03:00
browser_dbg_menustatus.js
browser_dbg_multiple-windows.js Back out bug 896711 for potentially causing metro test timeouts, CLOSED TREE 2013-08-02 13:02:22 -07:00
browser_dbg_nav-01.js
browser_dbg_pane-collapse.js Bug 855544 - Implement a network monitor, r=dcamp,msucan 2013-03-11 23:50:42 -07:00
browser_dbg_panesize-inner.js Bug 812083 - Implement a SideMenuWidget (add a tree view to the remote debugger's script selector), r=past,rcampbell 2013-02-21 01:33:36 +02:00
browser_dbg_pause-exceptions-reload.js Bug 906963 - Add a "ignore caught exceptions" checkbox to the UI; r=dcamp 2013-09-09 19:02:41 +02:00
browser_dbg_pause-exceptions.js Bug 906963 - Add a "ignore caught exceptions" checkbox to the UI; r=dcamp 2013-09-09 19:02:41 +02:00
browser_dbg_pause-resume.js Bug 897960 - walker should support mozbrowser iframes. Patch C. r=dcamp 2013-09-08 11:01:00 +02:00
browser_dbg_pause-warning.js Bug 812083 - Implement a SideMenuWidget (add a tree view to the remote debugger's script selector), r=past,rcampbell 2013-02-21 01:33:36 +02:00
browser_dbg_progress-listener-bug.js
browser_dbg_propertyview-01.js Bug 882054 - Cleanup widgets inheritance model mechanism a bit, r=past 2013-06-21 17:33:56 +03:00
browser_dbg_propertyview-02.js Bug 812083 - Implement a SideMenuWidget (add a tree view to the remote debugger's script selector), r=past,rcampbell 2013-02-21 01:33:36 +02:00
browser_dbg_propertyview-03.js Bug 828680 - Variables view needs a controller of its own, r=vporof, msucan 2013-06-14 10:42:52 -07:00
browser_dbg_propertyview-04.js Bug 828680 - Variables view needs a controller of its own, r=vporof, msucan 2013-06-14 10:42:52 -07:00
browser_dbg_propertyview-05.js Bug 887516 - Display "Class" instead of "[object Class]" in the VariablesView. r=vporof 2013-06-27 08:56:29 -07:00
browser_dbg_propertyview-06.js Bug 897256 - Add Debugger Protocol support for NaN, Infinity, and -Infinity. r=dcamp 2013-08-12 10:15:22 -07:00
browser_dbg_propertyview-07.js Bug 887516 - Display "Class" instead of "[object Class]" in the VariablesView. r=vporof 2013-06-27 08:56:29 -07:00
browser_dbg_propertyview-08.js Bug 887516 - Display "Class" instead of "[object Class]" in the VariablesView. r=vporof 2013-06-27 08:56:29 -07:00
browser_dbg_propertyview-09.js Bug 887516 - Display "Class" instead of "[object Class]" in the VariablesView. r=vporof 2013-06-27 08:56:29 -07:00
browser_dbg_propertyview-10.js Bug 887516 - Display "Class" instead of "[object Class]" in the VariablesView. r=vporof 2013-06-27 08:56:29 -07:00
browser_dbg_propertyview-11.js Bug 887516 - Display "Class" instead of "[object Class]" in the VariablesView. r=vporof 2013-06-27 08:56:29 -07:00
browser_dbg_propertyview-12.js Bug 760370 - Visually distinguish non-extensible objects; r=vporof 2013-05-29 19:47:00 +03:00
browser_dbg_propertyview-data-big.js Bug 887516 - Display "Class" instead of "[object Class]" in the VariablesView. r=vporof 2013-06-27 08:56:29 -07:00
browser_dbg_propertyview-data-getset-01.js Bug 883345 - Undefined values aren't properly displayed in the debugger's variables view, r=past 2013-06-21 17:33:57 +03:00
browser_dbg_propertyview-data-getset-02.js Bug 812083 - Implement a SideMenuWidget (add a tree view to the remote debugger's script selector), r=past,rcampbell 2013-02-21 01:33:36 +02:00
browser_dbg_propertyview-data.js Bug 828680 - Variables view needs a controller of its own, r=vporof, msucan 2013-06-14 10:42:52 -07:00
browser_dbg_propertyview-edit-value.js Bug 887516 - Display "Class" instead of "[object Class]" in the VariablesView. r=vporof 2013-06-27 08:56:29 -07:00
browser_dbg_propertyview-edit-watch.js Bug 883345 - Undefined values aren't properly displayed in the debugger's variables view, r=past 2013-06-21 17:33:57 +03:00
browser_dbg_propertyview-filter-01.js Bug 882054 - Cleanup widgets inheritance model mechanism a bit, r=past 2013-06-21 17:33:56 +03:00
browser_dbg_propertyview-filter-02.js Bug 882054 - Cleanup widgets inheritance model mechanism a bit, r=past 2013-06-21 17:33:56 +03:00
browser_dbg_propertyview-filter-03.js Bug 812083 - Implement a SideMenuWidget (add a tree view to the remote debugger's script selector), r=past,rcampbell 2013-02-21 01:33:36 +02:00
browser_dbg_propertyview-filter-04.js Bug 812083 - Implement a SideMenuWidget (add a tree view to the remote debugger's script selector), r=past,rcampbell 2013-02-21 01:33:36 +02:00
browser_dbg_propertyview-filter-05.js Bug 882054 - Cleanup widgets inheritance model mechanism a bit, r=past 2013-06-21 17:33:56 +03:00
browser_dbg_propertyview-filter-06.js Bug 882054 - Cleanup widgets inheritance model mechanism a bit, r=past 2013-06-21 17:33:56 +03:00
browser_dbg_propertyview-filter-07.js Bug 882054 - Cleanup widgets inheritance model mechanism a bit, r=past 2013-06-21 17:33:56 +03:00
browser_dbg_propertyview-filter-08.js Bug 882054 - Cleanup widgets inheritance model mechanism a bit, r=past 2013-06-21 17:33:56 +03:00
browser_dbg_propertyview-reexpand.js Bug 882054 - Cleanup widgets inheritance model mechanism a bit, r=past 2013-06-21 17:33:56 +03:00
browser_dbg_reload-preferred-script.js Fix debugger tests when running with a detached toolbox (bug 817562); r=vporof 2013-01-07 00:11:03 +02:00
browser_dbg_reload-same-script.js Bug 882538 - Add reload() and navigateTo() methods to BrowserTabActor; r=rcampbell 2013-06-28 10:53:00 +03:00
browser_dbg_scripts-searching-01.js Bug 861478 - Search field should pre-fill with selected text. r=vporof 2013-06-26 15:05:52 +03:00
browser_dbg_scripts-searching-02.js Bug 882054 - Cleanup widgets inheritance model mechanism a bit, r=past 2013-06-21 17:33:56 +03:00
browser_dbg_scripts-searching-03.js Bug 882054 - Cleanup widgets inheritance model mechanism a bit, r=past 2013-06-21 17:33:56 +03:00
browser_dbg_scripts-searching-04.js Bug 882054 - Cleanup widgets inheritance model mechanism a bit, r=past 2013-06-21 17:33:56 +03:00
browser_dbg_scripts-searching-05.js Bug 882538 - Add reload() and navigateTo() methods to BrowserTabActor; r=rcampbell 2013-06-28 10:53:00 +03:00
browser_dbg_scripts-searching-06.js Bug 812083 - Implement a SideMenuWidget (add a tree view to the remote debugger's script selector), r=past,rcampbell 2013-02-21 01:33:36 +02:00
browser_dbg_scripts-searching-07.js Bug 812083 - Implement a SideMenuWidget (add a tree view to the remote debugger's script selector), r=past,rcampbell 2013-02-21 01:33:36 +02:00
browser_dbg_scripts-searching-08.js Bug 882054 - Cleanup widgets inheritance model mechanism a bit, r=past 2013-06-21 17:33:56 +03:00
browser_dbg_scripts-searching-files_ui.js Bug 882054 - Cleanup widgets inheritance model mechanism a bit, r=past 2013-06-21 17:33:56 +03:00
browser_dbg_scripts-searching-popup.js Bug 812083 - Implement a SideMenuWidget (add a tree view to the remote debugger's script selector), r=past,rcampbell 2013-02-21 01:33:36 +02:00
browser_dbg_scripts-sorting.js Bug 882054 - Cleanup widgets inheritance model mechanism a bit, r=past 2013-06-21 17:33:56 +03:00
browser_dbg_scripts-switching-02.js Bug 876111 - Debugger's scripts pane acting weird after bug 866623, r=rcampbell 2013-05-29 11:45:58 +03:00
browser_dbg_scripts-switching-03.js Bug 884484 - Don't show Loading... forever if loading a source fails; r=fitzgen 2013-09-05 09:10:12 -07:00
browser_dbg_scripts-switching.js Bug 876111 - Debugger's scripts pane acting weird after bug 866623, r=rcampbell 2013-05-29 11:45:58 +03:00
browser_dbg_select-line.js Bug 882054 - Cleanup widgets inheritance model mechanism a bit, r=past 2013-06-21 17:33:56 +03:00
browser_dbg_source_maps-01.js Bug 860035 - script actors should handle breakpoints with columns; r=jimb 2013-07-24 17:46:49 -07:00
browser_dbg_source_maps-02.js Bug 860035 - script actors should handle breakpoints with columns; r=jimb 2013-07-24 17:46:49 -07:00
browser_dbg_source_maps-03.js Bug 860035 - script actors should handle breakpoints with columns; r=jimb 2013-07-24 17:46:49 -07:00
browser_dbg_sources-cache.js Bug 897104 - Remove useless |is| check since the function it's looking for is gone. r=past 2013-07-31 16:29:58 -04:00
browser_dbg_stack-01.js Bug 882054 - Cleanup widgets inheritance model mechanism a bit, r=past 2013-06-21 17:33:56 +03:00
browser_dbg_stack-02.js Bug 882054 - Cleanup widgets inheritance model mechanism a bit, r=past 2013-06-21 17:33:56 +03:00
browser_dbg_stack-03.js Bug 882054 - Cleanup widgets inheritance model mechanism a bit, r=past 2013-06-21 17:33:56 +03:00
browser_dbg_stack-04.js Bug 882054 - Cleanup widgets inheritance model mechanism a bit, r=past 2013-06-21 17:33:56 +03:00
browser_dbg_stack-05.js Bug 882054 - Cleanup widgets inheritance model mechanism a bit, r=past 2013-06-21 17:33:56 +03:00
browser_dbg_step-out.js Fix an intermittent failure in browser/devtools/debugger/test/browser_dbg_step-out.js (bug 882380); r=me 2013-06-13 13:33:22 +03:00
browser_dbg_tabactor-01.js
browser_dbg_tabactor-02.js
browser_dbg_update-editor-mode.js Bug 812083 - Implement a SideMenuWidget (add a tree view to the remote debugger's script selector), r=past,rcampbell 2013-02-21 01:33:36 +02:00
code_binary_search.coffee Bug 876277 - Normalize formatting for non-test files and rename them to follow a nicer pattern, r=past 2013-09-13 16:23:16 +03:00
code_binary_search.js Bug 876277 - Normalize formatting for non-test files and rename them to follow a nicer pattern, r=past 2013-09-13 16:23:16 +03:00
code_binary_search.map Bug 876277 - Normalize formatting for non-test files and rename them to follow a nicer pattern, r=past 2013-09-13 16:23:16 +03:00
code_blackboxing_blackboxme.js Bug 876277 - Normalize formatting for non-test files and rename them to follow a nicer pattern, r=past 2013-09-13 16:23:16 +03:00
code_blackboxing_one.js Bug 876277 - Normalize formatting for non-test files and rename them to follow a nicer pattern, r=past 2013-09-13 16:23:16 +03:00
code_blackboxing_three.js Bug 876277 - Normalize formatting for non-test files and rename them to follow a nicer pattern, r=past 2013-09-13 16:23:16 +03:00
code_blackboxing_two.js Bug 876277 - Normalize formatting for non-test files and rename them to follow a nicer pattern, r=past 2013-09-13 16:23:16 +03:00
code_function-search-01.js Bug 876277 - Normalize formatting for non-test files and rename them to follow a nicer pattern, r=past 2013-09-13 16:23:16 +03:00
code_function-search-02.js Bug 876277 - Normalize formatting for non-test files and rename them to follow a nicer pattern, r=past 2013-09-13 16:23:16 +03:00
code_function-search-03.js Bug 876277 - Normalize formatting for non-test files and rename them to follow a nicer pattern, r=past 2013-09-13 16:23:16 +03:00
code_location-changes.js Bug 876277 - Normalize formatting for non-test files and rename them to follow a nicer pattern, r=past 2013-09-13 16:23:16 +03:00
code_math.js Bug 876277 - Normalize formatting for non-test files and rename them to follow a nicer pattern, r=past 2013-09-13 16:23:16 +03:00
code_math.map Bug 876277 - Normalize formatting for non-test files and rename them to follow a nicer pattern, r=past 2013-09-13 16:23:16 +03:00
code_math.min.js Bug 876277 - Normalize formatting for non-test files and rename them to follow a nicer pattern, r=past 2013-09-13 16:23:16 +03:00
code_script-switching-01.js Bug 876277 - Normalize formatting for non-test files and rename them to follow a nicer pattern, r=past 2013-09-13 16:23:16 +03:00
code_script-switching-02.js Bug 876277 - Normalize formatting for non-test files and rename them to follow a nicer pattern, r=past 2013-09-13 16:23:16 +03:00
code_test-editor-mode Bug 876277 - Normalize formatting for non-test files and rename them to follow a nicer pattern, r=past 2013-09-13 16:23:16 +03:00
doc_binary_search.html Bug 876277 - Normalize formatting for non-test files and rename them to follow a nicer pattern, r=past 2013-09-13 16:23:16 +03:00
doc_blackboxing.html Bug 876277 - Normalize formatting for non-test files and rename them to follow a nicer pattern, r=past 2013-09-13 16:23:16 +03:00
doc_cmd-break.html Bug 876277 - Normalize formatting for non-test files and rename them to follow a nicer pattern, r=past 2013-09-13 16:23:16 +03:00
doc_cmd-dbg.html Bug 876277 - Normalize formatting for non-test files and rename them to follow a nicer pattern, r=past 2013-09-13 16:23:16 +03:00
doc_conditional-breakpoints.html Bug 876277 - Normalize formatting for non-test files and rename them to follow a nicer pattern, r=past 2013-09-13 16:23:16 +03:00
doc_editor-mode.html Bug 876277 - Normalize formatting for non-test files and rename them to follow a nicer pattern, r=past 2013-09-13 16:23:16 +03:00
doc_empty-tab-01.html Bug 876277 - Normalize formatting for non-test files and rename them to follow a nicer pattern, r=past 2013-09-13 16:23:16 +03:00
doc_empty-tab-02.html Bug 876277 - Normalize formatting for non-test files and rename them to follow a nicer pattern, r=past 2013-09-13 16:23:16 +03:00
doc_event-listeners.html Bug 876277 - Normalize formatting for non-test files and rename them to follow a nicer pattern, r=past 2013-09-13 16:23:16 +03:00
doc_frame-parameters.html Bug 876277 - Normalize formatting for non-test files and rename them to follow a nicer pattern, r=past 2013-09-13 16:23:16 +03:00
doc_function-display-name.html Bug 876277 - Normalize formatting for non-test files and rename them to follow a nicer pattern, r=past 2013-09-13 16:23:16 +03:00
doc_function-search.html Bug 876277 - Normalize formatting for non-test files and rename them to follow a nicer pattern, r=past 2013-09-13 16:23:16 +03:00
doc_iframes.html Bug 876277 - Normalize formatting for non-test files and rename them to follow a nicer pattern, r=past 2013-09-13 16:23:16 +03:00
doc_included-script.html Bug 876277 - Normalize formatting for non-test files and rename them to follow a nicer pattern, r=past 2013-09-13 16:23:16 +03:00
doc_inline-debugger-statement.html Bug 876277 - Normalize formatting for non-test files and rename them to follow a nicer pattern, r=past 2013-09-13 16:23:16 +03:00
doc_inline-script.html Bug 876277 - Normalize formatting for non-test files and rename them to follow a nicer pattern, r=past 2013-09-13 16:23:16 +03:00
doc_large-array-buffer.html Bug 876277 - Normalize formatting for non-test files and rename them to follow a nicer pattern, r=past 2013-09-13 16:23:16 +03:00
doc_minified.html Bug 876277 - Normalize formatting for non-test files and rename them to follow a nicer pattern, r=past 2013-09-13 16:23:16 +03:00
doc_pause-exceptions.html Bug 876277 - Normalize formatting for non-test files and rename them to follow a nicer pattern, r=past 2013-09-13 16:23:16 +03:00
doc_recursion-stack.html Bug 876277 - Normalize formatting for non-test files and rename them to follow a nicer pattern, r=past 2013-09-13 16:23:16 +03:00
doc_script-switching-01.html Bug 876277 - Normalize formatting for non-test files and rename them to follow a nicer pattern, r=past 2013-09-13 16:23:16 +03:00
doc_script-switching-02.html Bug 876277 - Normalize formatting for non-test files and rename them to follow a nicer pattern, r=past 2013-09-13 16:23:16 +03:00
doc_step-out.html Bug 876277 - Normalize formatting for non-test files and rename them to follow a nicer pattern, r=past 2013-09-13 16:23:16 +03:00
doc_watch-expressions.html Bug 876277 - Normalize formatting for non-test files and rename them to follow a nicer pattern, r=past 2013-09-13 16:23:16 +03:00
doc_with-frame.html Bug 876277 - Normalize formatting for non-test files and rename them to follow a nicer pattern, r=past 2013-09-13 16:23:16 +03:00
head.js Merge m-i to m-c 2013-08-25 08:20:24 -07:00
Makefile.in Bug 884484 - Don't show Loading... forever if loading a source fails; r=fitzgen 2013-09-05 09:10:12 -07:00
moz.build Bug 855465 - Add emacs python mode comments to moz.build files; r=gps 2013-04-01 11:36:59 -07:00
testactors.js Bug 876277 - Normalize formatting for non-test files and rename them to follow a nicer pattern, r=past 2013-09-13 16:23:16 +03:00