gecko-dev/devtools/client/framework/test
Martin Balfanz 6a24a761e3 Bug 1471952 - change default tool to Inspector;r=gl,rcaliman
Change default tool to inspector

Differential Revision: https://phabricator.services.mozilla.com/D2930

--HG--
extra : moz-landing-system : lando
2018-08-09 18:05:12 +00:00
..
.eslintrc.js
browser_browser_toolbox_debugger.js Bug 1454696 - Run eslint --fix for prefer-const;r=yulia 2018-06-01 12:36:09 +02:00
browser_browser_toolbox.js Bug 1454696 - Run eslint --fix for prefer-const;r=yulia 2018-06-01 12:36:09 +02:00
browser_devtools_api_destroy.js Bug 1368199 - Replaced uses of 'defer' with 'new Promise' in the devtools/client/framework directory. r=jryans 2018-07-03 02:16:31 -04:00
browser_devtools_api.js Bug 1474356 - Most other panel openings without panel_name r=nchevobbe 2018-07-16 14:50:00 +01:00
browser_dynamic_tool_enabling.js Bug 1454696 - Run eslint --fix for prefer-const;r=yulia 2018-06-01 12:36:09 +02:00
browser_ignore_toolbox_network_requests.js Bug 1454696 - Run eslint --fix for prefer-const;r=yulia 2018-06-01 12:36:09 +02:00
browser_keybindings_01.js Bug 1454696 - Run eslint --fix for prefer-const;r=yulia 2018-06-01 12:36:09 +02:00
browser_keybindings_02.js Bug 1192642 - Add a left host type for the toolbox. r=pbro 2018-06-07 12:45:53 -04:00
browser_keybindings_03.js Bug 1192642 - Add a left host type for the toolbox. r=pbro 2018-06-07 12:45:53 -04:00
browser_menu_api.js Bug 1456852 - Programatically create the edit menu in the browser console input;r=nchevobbe 2018-07-17 11:55:49 -07:00
browser_new_activation_workflow.js Bug 1454696 - Run eslint --fix for prefer-const;r=yulia 2018-06-01 12:36:09 +02:00
browser_source_map-01.js Bug 1454696 - Run eslint --fix for prefer-const;r=yulia 2018-06-01 12:36:09 +02:00
browser_source_map-absolute.js Bug 1454696 - Run eslint --fix for prefer-const;r=yulia 2018-06-01 12:36:09 +02:00
browser_source_map-cross-domain.js Bug 1454696 - Run eslint --fix for prefer-const;r=yulia 2018-06-01 12:36:09 +02:00
browser_source_map-init.js Bug 1454696 - Run eslint --fix for prefer-const;r=yulia 2018-06-01 12:36:09 +02:00
browser_source_map-inline.js Bug 1454696 - Run eslint --fix for prefer-const;r=yulia 2018-06-01 12:36:09 +02:00
browser_source_map-no-race.js Bug 1454696 - Run eslint --fix for prefer-const;r=yulia 2018-06-01 12:36:09 +02:00
browser_source_map-reload.js Bug 1451659 - Automated ESLint fixes for devtools/client/framework/. r=jdescottes 2018-04-04 22:10:09 +01:00
browser_target_events.js Bug 1454696 - Run eslint --fix for prefer-const;r=yulia 2018-06-01 12:36:09 +02:00
browser_target_from_url.js Bug 1476145 part 4. Stop using getInterface(nsIDOMWindowUtils) in devtools. r=bgrins 2018-07-24 19:47:41 -04:00
browser_target_remote.js Bug 1172897 - Rename ChromeActor to ParentProcessTargetActor. r=ochameau 2018-06-01 17:31:48 -05:00
browser_target_support.js Bug 1172897 - Rename ChromeActor to ParentProcessTargetActor. r=ochameau 2018-06-01 17:31:48 -05:00
browser_toolbox_custom_host.js Bug 1469602 - Clean up custom host messages. r=ochameau 2018-06-19 18:46:49 -05:00
browser_toolbox_dynamic_registration.js Bug 1474356 - Most other panel openings without panel_name r=nchevobbe 2018-07-16 14:50:00 +01:00
browser_toolbox_getpanelwhenready.js Bug 1454696 - Run eslint --fix for prefer-const;r=yulia 2018-06-01 12:36:09 +02:00
browser_toolbox_highlight.js Bug 1454696 - Run eslint --fix for prefer-const;r=yulia 2018-06-01 12:36:09 +02:00
browser_toolbox_hosts_size.js Bug 1192642 - Add a left host type for the toolbox. r=pbro 2018-06-07 12:45:53 -04:00
browser_toolbox_hosts_telemetry.js Bug 1192642 - Add a left host type for the toolbox. r=pbro 2018-06-07 12:45:53 -04:00
browser_toolbox_hosts.js Bug 1192642 - Add a left host type for the toolbox. r=pbro 2018-06-07 12:45:53 -04:00
browser_toolbox_keyboard_navigation.js Bug 1467407 - Fix incorrect usage of ok() in devtools keyboard nav mochitest;r=yzen 2018-06-07 12:03:47 +02:00
browser_toolbox_options_disable_buttons.js Bug 1368199 - Replaced uses of 'defer' with 'new Promise' in the devtools/client/framework directory. r=jryans 2018-07-03 02:16:31 -04:00
browser_toolbox_options_disable_cache-01.js Bug 1454696 - Run eslint --fix for prefer-const;r=yulia 2018-06-01 12:36:09 +02:00
browser_toolbox_options_disable_cache-02.js Bug 1454696 - Run eslint --fix for prefer-const;r=yulia 2018-06-01 12:36:09 +02:00
browser_toolbox_options_disable_cache.sjs
browser_toolbox_options_disable_js_iframe.html Bug 1454696 - Run eslint --fix for prefer-const;r=yulia 2018-06-01 12:36:09 +02:00
browser_toolbox_options_disable_js.html Bug 1454696 - Run eslint --fix for prefer-const;r=yulia 2018-06-01 12:36:09 +02:00
browser_toolbox_options_disable_js.js Bug 1454696 - Run eslint --fix for prefer-const;r=yulia 2018-06-01 12:36:09 +02:00
browser_toolbox_options_enable_serviceworkers_testing_frame_script.js Bug 1455581 - Enable ESLint rules no-undef and no-unused-vars for devtools/client/framework/. r=jdescottes 2018-04-20 12:17:40 +01:00
browser_toolbox_options_enable_serviceworkers_testing.html
browser_toolbox_options_enable_serviceworkers_testing.js Bug 1454696 - Run eslint --fix for prefer-const;r=yulia 2018-06-01 12:36:09 +02:00
browser_toolbox_options_frames_button.js Bug 1454696 - Run eslint --fix for prefer-const;r=yulia 2018-06-01 12:36:09 +02:00
browser_toolbox_options_multiple_tabs.js Bug 1451665 - update tool list every time tool is registered/unregistered. r=jryans 2018-04-13 13:28:49 -04:00
browser_toolbox_options_panel_toggle.js Bug 1473209 - Ignore the click event until popup is hidden. r=birtles. 2018-07-27 13:38:12 +09:00
browser_toolbox_options.js Bug 1474356 - Most other panel openings without panel_name r=nchevobbe 2018-07-16 14:50:00 +01:00
browser_toolbox_races.js Bug 1454696 - Run eslint --fix for prefer-const;r=yulia 2018-06-01 12:36:09 +02:00
browser_toolbox_raise.js Bug 1454696 - Run eslint --fix for prefer-const;r=yulia 2018-06-01 12:36:09 +02:00
browser_toolbox_ready.js Bug 1454696 - Run eslint --fix for prefer-const;r=yulia 2018-06-01 12:36:09 +02:00
browser_toolbox_remoteness_change.js Bug 1454696 - Run eslint --fix for prefer-const;r=yulia 2018-06-01 12:36:09 +02:00
browser_toolbox_select_event.js Bug 1192642 - Add a left host type for the toolbox. r=pbro 2018-06-07 12:45:53 -04:00
browser_toolbox_selected_tool_unavailable.js Bug 1474356 - Most other panel openings without panel_name r=nchevobbe 2018-07-16 14:50:00 +01:00
browser_toolbox_selectionchanged_event.js Bug 1454696 - Run eslint --fix for prefer-const;r=yulia 2018-06-01 12:36:09 +02:00
browser_toolbox_sidebar_events.js Bug 1368199 - Replaced uses of 'defer' with 'new Promise' in the devtools/client/framework directory. r=jryans 2018-07-03 02:16:31 -04:00
browser_toolbox_sidebar_events.xul Bug 1377523 - Part 2: fix for browser_toolbox_*. r=pbro 2017-07-13 12:27:38 +08:00
browser_toolbox_sidebar_existing_tabs.js Bug 1454696 - Run eslint --fix for prefer-const;r=yulia 2018-06-01 12:36:09 +02:00
browser_toolbox_sidebar_existing_tabs.xul Bug 1377523 - Part 2: fix for browser_toolbox_*. r=pbro 2017-07-13 12:27:38 +08:00
browser_toolbox_sidebar_overflow_menu.js Bug 1454696 - Run eslint --fix for prefer-const;r=yulia 2018-06-01 12:36:09 +02:00
browser_toolbox_sidebar_tool.xul
browser_toolbox_sidebar_toolURL.xul Bug 1377523 - Part 2: fix for browser_toolbox_*. r=pbro 2017-07-13 12:27:38 +08:00
browser_toolbox_sidebar.js Bug 1368199 - Replaced uses of 'defer' with 'new Promise' in the devtools/client/framework directory. r=jryans 2018-07-03 02:16:31 -04:00
browser_toolbox_split_console.js Bug 1470922 - Fix tests failing with the new Jsterm; r=bgrins. 2018-07-25 10:58:01 +02:00
browser_toolbox_tabsswitch_shortcuts.js Bug 1454696 - Run eslint --fix for prefer-const;r=yulia 2018-06-01 12:36:09 +02:00
browser_toolbox_target.js Bug 1465637 - Rename tab-scoped actors to target-scoped actors. r=ochameau 2018-06-26 13:27:57 +00:00
browser_toolbox_telemetry_activate_splitconsole.js Bug 1454696 - Run eslint --fix for prefer-const;r=yulia 2018-06-01 12:36:09 +02:00
browser_toolbox_telemetry_close.js Bug 1192642 - Add a left host type for the toolbox. r=pbro 2018-06-07 12:45:53 -04:00
browser_toolbox_telemetry_enter.js Bug 1454696 - Run eslint --fix for prefer-const;r=yulia 2018-06-01 12:36:09 +02:00
browser_toolbox_telemetry_exit.js Bug 1454696 - Run eslint --fix for prefer-const;r=yulia 2018-06-01 12:36:09 +02:00
browser_toolbox_textbox_context_menu.js Bug 1474356 - Most other panel openings without panel_name r=nchevobbe 2018-07-16 14:50:00 +01:00
browser_toolbox_theme_registration.js Bug 1454696 - Run eslint --fix for prefer-const;r=yulia 2018-06-01 12:36:09 +02:00
browser_toolbox_theme.js Bug 1453881: Part 1a - Automatically write add_task(function*) to add_task(async function) r=ochameau 2018-04-12 21:10:04 -07:00
browser_toolbox_toggle.js Bug 1454696 - Run eslint --fix for prefer-const;r=yulia 2018-06-01 12:36:09 +02:00
browser_toolbox_tool_ready.js Bug 1454696 - Run eslint --fix for prefer-const;r=yulia 2018-06-01 12:36:09 +02:00
browser_toolbox_tool_remote_reopen.js Bug 1368199 - Replaced uses of 'defer' with 'new Promise' in the devtools/client/framework directory. r=jryans 2018-07-03 02:16:31 -04:00
browser_toolbox_toolbar_minimum_width.js Bug 1474221 - Part 2. Make the chevron menu to be doorhanger menu. r=birtles 2018-07-20 15:58:35 +09:00
browser_toolbox_toolbar_overflow_button_visibility.js Bug 1456849 - Part 2: Add test whether the tool tabs are re-arranged when the visibility of toolbox button were changed. r=jdescottes 2018-04-29 10:52:14 +09:00
browser_toolbox_toolbar_overflow.js Bug 1474221 - Part 2. Make the chevron menu to be doorhanger menu. r=birtles 2018-07-20 15:58:35 +09:00
browser_toolbox_toolbar_reorder_by_dnd.js Bug 1455573 - Part 4: Add test for reordering with an extensions. r=jdescottes,rpl 2018-04-27 06:29:05 +09:00
browser_toolbox_toolbar_reorder_by_width.js Bug 1474221 - Part 2. Make the chevron menu to be doorhanger menu. r=birtles 2018-07-20 15:58:35 +09:00
browser_toolbox_toolbar_reorder_with_extension.js Bug 1455573 - Part 4: Add test for reordering with an extensions. r=jdescottes,rpl 2018-04-27 06:29:05 +09:00
browser_toolbox_tools_per_toolbox_registration.js Bug 1454696 - Run eslint --fix for prefer-const;r=yulia 2018-06-01 12:36:09 +02:00
browser_toolbox_view_source_01.js Bug 1454696 - Run eslint --fix for prefer-const;r=yulia 2018-06-01 12:36:09 +02:00
browser_toolbox_view_source_02.js Bug 1454696 - Run eslint --fix for prefer-const;r=yulia 2018-06-01 12:36:09 +02:00
browser_toolbox_view_source_03.js Bug 1454696 - Run eslint --fix for prefer-const;r=yulia 2018-06-01 12:36:09 +02:00
browser_toolbox_view_source_04.js Bug 1454696 - Run eslint --fix for prefer-const;r=yulia 2018-06-01 12:36:09 +02:00
browser_toolbox_window_reload_target.js Bug 1454696 - Run eslint --fix for prefer-const;r=yulia 2018-06-01 12:36:09 +02:00
browser_toolbox_window_shortcuts.js Bug 1454696 - Run eslint --fix for prefer-const;r=yulia 2018-06-01 12:36:09 +02:00
browser_toolbox_window_title_changes_page.html
browser_toolbox_window_title_changes.js Bug 1454696 - Run eslint --fix for prefer-const;r=yulia 2018-06-01 12:36:09 +02:00
browser_toolbox_window_title_frame_select_page.html
browser_toolbox_window_title_frame_select.js Bug 1471952 - change default tool to Inspector;r=gl,rcaliman 2018-08-09 18:05:12 +00:00
browser_toolbox_zoom_popup.js Bug 1476145 part 4. Stop using getInterface(nsIDOMWindowUtils) in devtools. r=bgrins 2018-07-24 19:47:41 -04:00
browser_toolbox_zoom.js Bug 1476145 part 4. Stop using getInterface(nsIDOMWindowUtils) in devtools. r=bgrins 2018-07-24 19:47:41 -04:00
browser_two_tabs.js Bug 1476145 part 4. Stop using getInterface(nsIDOMWindowUtils) in devtools. r=bgrins 2018-07-24 19:47:41 -04:00
browser.ini Bug 1478246 - Enable client/framework/test/browser_toolbox_select_event.js in e10s. r=jdescottes 2018-07-25 00:00:07 -07:00
code_binary_search_absolute.js Bug 1355126 - regression test for absolute sourceRoot; r=bgrins 2017-05-30 13:08:12 -06:00
code_binary_search_absolute.map Bug 1355126 - regression test for absolute sourceRoot; r=bgrins 2017-05-30 13:08:12 -06:00
code_binary_search.coffee
code_binary_search.js
code_binary_search.map
code_bundle_cross_domain.js Bug 1387473 - add cross-domain source-map test; r=jdescottes 2017-08-04 09:52:25 -06:00
code_bundle_cross_domain.js.map Bug 1387473 - add cross-domain source-map test; r=jdescottes 2017-08-04 09:52:25 -06:00
code_bundle_no_race.js Bug 1366853 - SourceMapURLService must wait for sources to be available; r=bgrins 2017-05-22 13:47:42 -06:00
code_bundle_no_race.js.map Bug 1366853 - SourceMapURLService must wait for sources to be available; r=bgrins 2017-05-22 13:47:42 -06:00
code_bundle_reload_1.js
code_bundle_reload_1.js.map
code_bundle_reload_2.js
code_bundle_reload_2.js.map
code_cross_domain.js Bug 1387473 - add cross-domain source-map test; r=jdescottes 2017-08-04 09:52:25 -06:00
code_inline_bundle.js
code_inline_original.js
code_math.js
code_no_race.js Bug 1366853 - SourceMapURLService must wait for sources to be available; r=bgrins 2017-05-22 13:47:42 -06:00
code_reload_1.js
code_reload_2.js
doc_empty-tab-01.html
doc_reload.html
doc_theme.css
doc_viewsource.html
head.js Bug 1474221 - Part 2. Make the chevron menu to be doorhanger menu. r=birtles 2018-07-20 15:58:35 +09:00
helper_disable_cache.js Bug 1368199 - Replaced uses of 'defer' with 'new Promise' in the devtools/client/framework directory. r=jryans 2018-07-03 02:16:31 -04:00
serviceworker.js
sjs_code_bundle_reload_map.sjs Bug 1405338 - change source-map reloading test to work with --repeat; r=jdescottes 2017-10-03 08:56:38 -06:00
sjs_code_reload.sjs Bug 1405338 - change source-map reloading test to work with --repeat; r=jdescottes 2017-10-03 08:56:38 -06:00
test_browser_toolbox_debugger.js Bug 1454696 - Run eslint --fix for prefer-const;r=yulia 2018-06-01 12:36:09 +02:00