gecko/browser/devtools/webconsole/test
Jim Blandy 4d6a633bba Bug 914753: Make Emacs file variable header lines correct, or at least consistent. DONTBUILD r=ehsan
The -*- file variable lines -*- establish per-file settings that Emacs will
pick up. This patch makes the following changes to those lines (and touches
nothing else):

 - Never set the buffer's mode.

   Years ago, Emacs did not have a good JavaScript mode, so it made sense
   to use Java or C++ mode in .js files. However, Emacs has had js-mode for
   years now; it's perfectly serviceable, and is available and enabled by
   default in all major Emacs packagings.

   Selecting a mode in the -*- file variable line -*- is almost always the
   wrong thing to do anyway. It overrides Emacs's default choice, which is
   (now) reasonable; and even worse, it overrides settings the user might
   have made in their '.emacs' file for that file extension. It's only
   useful when there's something specific about that particular file that
   makes a particular mode appropriate.

 - Correctly propagate settings that establish the correct indentation
   level for this file: c-basic-offset and js2-basic-offset should be
   js-indent-level. Whatever value they're given should be preserved;
   different parts of our tree use different indentation styles.

 - We don't use tabs in Mozilla JS code. Always set indent-tabs-mode: nil.
   Remove tab-width: settings, at least in files that don't contain tab
   characters.

 - Remove js2-mode settings that belong in the user's .emacs file, like
   js2-skip-preprocessor-directives.
2014-06-24 22:12:07 -07:00
..
browser_bug664688_sandbox_update_after_navigation.js Bug 859858 - Fix for intermittent browser_bug664688_sandbox_update_after_navigation.js | Timed out while waiting for: window.location.href result is displayed after goBack(), browser_repeated_messages_accuracy.js | Timed out while waiting for: messages displayed; r=past 2013-04-10 18:22:29 +03:00
browser_bug_638949_copy_link_location.js Bug 920116 - Show full stack traces for console logged messages; r=robcee 2014-04-22 21:45:04 +03:00
browser_bug_862916_console_dir_and_filter_off.js Bug 862916 - console.dir() shows blank box if Logging filter is off; r=past 2013-05-10 13:15:11 +03:00
browser_bug_865288_repeat_different_objects.js Bug 920116 - Show full stack traces for console logged messages; r=robcee 2014-04-22 21:45:04 +03:00
browser_bug_865871_variables_view_close_on_esc_key.js Bug 920116 - Show full stack traces for console logged messages; r=robcee 2014-04-22 21:45:04 +03:00
browser_bug_869003_inspect_cross_domain_object.js Bug 920116 - Show full stack traces for console logged messages; r=robcee 2014-04-22 21:45:04 +03:00
browser_bug_871156_ctrlw_close_tab.js Bug 877262 - Part 1: merge HUDConsoleUI into HUDService and prepare for the jetpack loader; r=robcee 2013-08-02 20:11:57 +03:00
browser_cached_messages.js Bug 760876 - Part 4: fix broken tests; r=robcee 2013-09-10 21:37:48 +03:00
browser_console_addonsdk_loader_exception.js Bug 963977 - Fix for intermittent browser_console_addonsdk_loader_exception.js | Test timed out; r=me 2014-02-07 20:00:41 +02:00
browser_console_clear_on_reload.js Bug 705921 - Option to clear web console messages on page reload; r=robcee,jwalker 2013-06-03 20:57:13 +03:00
browser_console_click_focus.js Bug 920116 - Show full stack traces for console logged messages; r=robcee 2014-04-22 21:45:04 +03:00
browser_console_consolejsm_output.js Bug 584733 - Code highlight all JS objects and functions in console output; r=bbenvie 2014-03-04 21:59:00 +02:00
browser_console_dead_objects.js Bug 922161 - hide Browser Console JS input field if devtools.chrome.enabled is false; r=msucan 2014-02-19 14:38:39 +02:00
browser_console_error_source_click.js Bug 939783 - console.trace() group traces even if part of trace is different; r=robcee 2014-01-23 23:37:32 +02:00
browser_console_filters.js Bug 877262 - Part 1: merge HUDConsoleUI into HUDService and prepare for the jetpack loader; r=robcee 2013-08-02 20:11:57 +03:00
browser_console_hide_jsterm_when_devtools_chrome_enabled_false.js Bug 584733 - Code highlight all JS objects and functions in console output; r=bbenvie 2014-03-04 21:59:00 +02:00
browser_console_iframe_messages.js Bug 877262 - Part 1: merge HUDConsoleUI into HUDService and prepare for the jetpack loader; r=robcee 2013-08-02 20:11:57 +03:00
browser_console_keyboard_accessibility.js Bug 962531 - Page Up and Page Down should always scroll the output area in Console; r=msucan 2014-02-01 08:22:45 -05:00
browser_console_log_inspectable_object.js Bug 920116 - Show full stack traces for console logged messages; r=robcee 2014-04-22 21:45:04 +03:00
browser_console_native_getters.js Bug 843004 - Part 4: Tests for pretty output of objects; r=nfitzgerald 2013-12-19 23:07:54 +02:00
browser_console_navigation_marker.js Bug 793996 - Create reload marker in the Web Console; r=robcee 2013-08-02 20:19:23 +03:00
browser_console_nsiconsolemessage.js Bug 987784 - Update the browser console default prefs to match those of the web console; r=robcee 2014-03-26 13:43:27 +02:00
browser_console_optimized_out_vars.js Add a console test for inspection of optimized out variables (bug 1004562). r=vporof 2014-05-13 16:16:44 +03:00
browser_console_private_browsing.js Bug 965860 - patch 1 - Convert ConsoleAPIStorage in a Service, r=msucan, r=khuey 2014-02-27 23:38:54 +00:00
browser_console_variables_view_dom_nodes.js Bug 914753: Make Emacs file variable header lines correct, or at least consistent. DONTBUILD r=ehsan 2014-06-24 22:12:07 -07:00
browser_console_variables_view_dont_sort_non_sortable_classes_properties.js Bug 914753: Make Emacs file variable header lines correct, or at least consistent. DONTBUILD r=ehsan 2014-06-24 22:12:07 -07:00
browser_console_variables_view_highlighter.js Bug 663778 - Changes to tests for box model highlighter r=jwalker 2014-03-12 14:01:31 +00:00
browser_console_variables_view_while_debugging_and_inspecting.js Bug 584733 - Code highlight all JS objects and functions in console output; r=bbenvie 2014-03-04 21:59:00 +02:00
browser_console_variables_view_while_debugging.js Bug 584733 - Code highlight all JS objects and functions in console output; r=bbenvie 2014-03-04 21:59:00 +02:00
browser_console_variables_view.js Bug 982231 - Fix for intermittent browser_console_variables_view.js | Timed out while waiting for: property deleted; r=me 2014-03-20 14:44:06 +02:00
browser_console.js Bug 805068 - Make browser chrome tests more self-contained by giving each test a new blank tab. r=ttaubert 2014-05-07 15:08:05 +02:00
browser_eval_in_debugger_stackframe.js Bug 760876 - Part 4: fix broken tests; r=robcee 2013-09-10 21:37:48 +03:00
browser_jsterm_inspect.js Bug 843004 - Part 4: Tests for pretty output of objects; r=nfitzgerald 2013-12-19 23:07:54 +02:00
browser_longstring_hang.js Bug 760876 - Part 4: fix broken tests; r=robcee 2013-09-10 21:37:48 +03:00
browser_netpanel_longstring_expand.js Bug 891806 - part 1 - replace 'yield;' with 'yield undefined;' in browser/; r=jaws 2013-07-10 23:52:04 +02:00
browser_output_breaks_after_console_dir_uninspectable.js Bug 760876 - Part 4: fix broken tests; r=robcee 2013-09-10 21:37:48 +03:00
browser_output_longstring_expand.js Bug 760876 - Part 4: fix broken tests; r=robcee 2013-09-10 21:37:48 +03:00
browser_repeated_messages_accuracy.js Bug 760876 - Part 4: fix broken tests; r=robcee 2013-09-10 21:37:48 +03:00
browser_result_format_as_string.js Bug 843004 - Part 4: Tests for pretty output of objects; r=nfitzgerald 2013-12-19 23:07:54 +02:00
browser_warn_user_about_replaced_api.js Bug 705921 - Option to clear web console messages on page reload; r=robcee,jwalker 2013-06-03 20:57:13 +03:00
browser_webconsole_abbreviate_source_url.js
browser_webconsole_allow_mixedcontent_securityerrors.js Bug 760876 - Part 4: fix broken tests; r=robcee 2013-09-10 21:37:48 +03:00
browser_webconsole_assert.js Bug 760193 - Add console.assert; r=msucan 2013-12-07 23:28:35 +02:00
browser_webconsole_autocomplete_and_selfxss.js Bug 994134 - Warn first time users on pasting code into the console. r=bgrins 2014-05-22 00:34:00 +02:00
browser_webconsole_autocomplete_crossdomain_iframe.js Bug 989025 - WebConsole breaks when trying to autocomplete in objects from different domains; r=past 2014-03-27 23:15:29 +02:00
browser_webconsole_autocomplete_in_debugger_stackframe.js Bug 663778 - Changes to tests for box model highlighter r=jwalker 2014-03-12 14:01:31 +00:00
browser_webconsole_autocomplete_popup_close_on_tab_switch.js Bug 900448 - Close the webconsole autocomplete popup on tab switch; r=msucan 2013-12-07 18:35:48 +02:00
browser_webconsole_basic_net_logging.js Bug 760876 - Part 4: fix broken tests; r=robcee 2013-09-10 21:37:48 +03:00
browser_webconsole_block_mixedcontent_securityerrors.js Bug 760876 - Part 4: fix broken tests; r=robcee 2013-09-10 21:37:48 +03:00
browser_webconsole_bug_578437_page_reload.js
browser_webconsole_bug_579412_input_focus.js Bug 688981 - Place the web console in its own iframe; r=rcampbell,dao 2012-07-26 18:06:04 +03:00
browser_webconsole_bug_580001_closing_after_completion.js Bug 612253 - Need a shortcut key to focus the input line in web console; r=msucan 2014-02-07 08:56:00 -05:00
browser_webconsole_bug_580030_errors_after_page_reload.js Bug 982627 - Fix for intermittent browser_webconsole_bug_580030_errors_after_page_reload.js | Timed out while waiting for: error message after page reload; r=me 2014-03-20 15:16:58 +02:00
browser_webconsole_bug_580454_timestamp_l10n.js Bug 768096 - Web Console remote debugging protocol support - Part 1: page errors; r=past,robcee 2012-09-26 18:07:57 +01:00
browser_webconsole_bug_582201_duplicate_errors.js Bug 760876 - Part 4: fix broken tests; r=robcee 2013-09-10 21:37:48 +03:00
browser_webconsole_bug_583816_No_input_and_Tab_key_pressed.js Bug 688981 - Place the web console in its own iframe; r=rcampbell,dao 2012-07-26 18:06:04 +03:00
browser_webconsole_bug_585237_line_limit.js Bug 760876 - Part 4: fix broken tests; r=robcee 2013-09-10 21:37:48 +03:00
browser_webconsole_bug_585956_console_trace.js Bug 965860 - patch 2 - ConsoleAPI written in C++, r=bz 2014-02-27 23:39:00 +00:00
browser_webconsole_bug_585991_autocomplete_keys.js Bug 663778 - Changes to tests for box model highlighter r=jwalker 2014-03-12 14:01:31 +00:00
browser_webconsole_bug_585991_autocomplete_popup.js Bug 893965 - Autocomplete CSS properties in the rule view, r=mratcliffe, msucan 2013-07-26 04:35:05 +05:30
browser_webconsole_bug_586388_select_all.js Bug 760876 - Part 4: fix broken tests; r=robcee 2013-09-10 21:37:48 +03:00
browser_webconsole_bug_587617_output_copy.js Bug 916997 - All lines are joined into one line when copying text from the Web Console; r=past 2013-09-19 21:03:10 +03:00
browser_webconsole_bug_588342_document_focus.js Bug 688981 - Place the web console in its own iframe; r=rcampbell,dao 2012-07-26 18:06:04 +03:00
browser_webconsole_bug_588730_text_node_insertion.js
browser_webconsole_bug_588967_input_expansion.js Bug 688981 - Place the web console in its own iframe; r=rcampbell,dao 2012-07-26 18:06:04 +03:00
browser_webconsole_bug_589162_css_filter.js Bug 970884 - Fix for intermittent browser_webconsole_bug_589162_css_filter.js | Timed out while waiting for: css error displayed; r=me 2014-02-12 14:44:01 +02:00
browser_webconsole_bug_592442_closing_brackets.js Bug 688981 - Place the web console in its own iframe; r=rcampbell,dao 2012-07-26 18:06:04 +03:00
browser_webconsole_bug_593003_iframe_wrong_hud.js Bug 760876 - Part 4: fix broken tests; r=robcee 2013-09-10 21:37:48 +03:00
browser_webconsole_bug_594477_clickable_output.js Bug 920116 - Show full stack traces for console logged messages; r=robcee 2014-04-22 21:45:04 +03:00
browser_webconsole_bug_594497_history_arrow_keys.js Bug 688981 - Place the web console in its own iframe; r=rcampbell,dao 2012-07-26 18:06:04 +03:00
browser_webconsole_bug_595223_file_uri.js Bug 760876 - Part 4: fix broken tests; r=robcee 2013-09-10 21:37:48 +03:00
browser_webconsole_bug_595350_multiple_windows_and_tabs.js Bug 908878 - Fix for intermittent browser_webconsole_bug_595350_multiple_windows_and_tabs.js | Timed out while waiting for: 4 web consoles {opened|closed}; r=me 2013-09-20 15:42:42 +03:00
browser_webconsole_bug_595934_message_categories.js Bug 865998: Implement WebIDL union return values r=bz 2013-07-26 11:25:54 -07:00
browser_webconsole_bug_597103_deactivateHUDForContext_unfocused_window.js Bug 843004 - Part 4: Tests for pretty output of objects; r=nfitzgerald 2013-12-19 23:07:54 +02:00
browser_webconsole_bug_597136_external_script_errors.js Bug 969724 - Fix for intermittent browser_webconsole_bug_597136_external_script_errors.js | Timed out while waiting for: external script error message; r=me 2014-03-20 14:29:54 +02:00
browser_webconsole_bug_597136_network_requests_from_chrome.js
browser_webconsole_bug_597460_filter_scroll.js Bug 760876 - Part 4: fix broken tests; r=robcee 2013-09-10 21:37:48 +03:00
browser_webconsole_bug_597756_reopen_closed_tab.js Bug 877262 - Part 1: merge HUDConsoleUI into HUDService and prepare for the jetpack loader; r=robcee 2013-08-02 20:11:57 +03:00
browser_webconsole_bug_599725_response_headers.js Bug 877262 - Part 1: merge HUDConsoleUI into HUDService and prepare for the jetpack loader; r=robcee 2013-08-02 20:11:57 +03:00
browser_webconsole_bug_600183_charset.js Bug 877262 - Part 1: merge HUDConsoleUI into HUDService and prepare for the jetpack loader; r=robcee 2013-08-02 20:11:57 +03:00
browser_webconsole_bug_601177_log_levels.js Bug 760876 - Part 4: fix broken tests; r=robcee 2013-09-10 21:37:48 +03:00
browser_webconsole_bug_601352_scroll.js Bug 919072 - Fix for intermittent TEST-UNEXPECTED-FAIL | browser_webconsole_bug_601352_scroll.js | scroll location is not at the top - Didn't expect 0, but got it; r=me 2014-02-11 13:01:42 +02:00
browser_webconsole_bug_601667_filter_buttons.js Bug 985425 - Fix for browser_webconsole_bug_601667_filter_buttons.js | A promise chain failed to handle a rejection - TypeError: this.webConsoleClient is null. r=benvie 2014-03-26 23:01:23 +02:00
browser_webconsole_bug_602572_log_bodies_checkbox.js Bug 877262 - Part 1: merge HUDConsoleUI into HUDService and prepare for the jetpack loader; r=robcee 2013-08-02 20:11:57 +03:00
browser_webconsole_bug_603750_websocket.js Bug 628458 - Fix for intermittent browser_webconsole_bug_603750_websocket.js | Test timed out followed by 2969 others; r=me 2013-06-07 15:36:55 +03:00
browser_webconsole_bug_611795.js Bug 760876 - Part 4: fix broken tests; r=robcee 2013-09-10 21:37:48 +03:00
browser_webconsole_bug_613013_console_api_iframe.js Bug 889847 - Fix for intermittent browser_webconsole_bug_613013_console_api_iframe.js | Timed out while waiting for: console.log() message; r=me 2013-07-16 22:25:07 +03:00
browser_webconsole_bug_613280_jsterm_copy.js Bug 916997 - All lines are joined into one line when copying text from the Web Console; r=past 2013-09-19 21:03:10 +03:00
browser_webconsole_bug_613642_maintain_scroll.js Backed out changeset f63078a8ce74 (bug 943681) for webconsole test timeouts on at least Windows debug builds 2014-01-23 17:43:54 -08:00
browser_webconsole_bug_613642_prune_scroll.js Bug 760876 - Part 4: fix broken tests; r=robcee 2013-09-10 21:37:48 +03:00
browser_webconsole_bug_614793_jsterm_scroll.js Bug 760876 - Part 4: fix broken tests; r=robcee 2013-09-10 21:37:48 +03:00
browser_webconsole_bug_618078_network_exceptions.js Bug 877262 - Part 1: merge HUDConsoleUI into HUDService and prepare for the jetpack loader; r=robcee 2013-08-02 20:11:57 +03:00
browser_webconsole_bug_618311_close_panels.js Bug 760876 - Part 4: fix broken tests; r=robcee 2013-09-10 21:37:48 +03:00
browser_webconsole_bug_621644_jsterm_dollar.js Bug 760876 - Part 4: fix broken tests; r=robcee 2013-09-10 21:37:48 +03:00
browser_webconsole_bug_622303_persistent_filters.js Bug 926371 - show reflow events in the webconsole. r=msucan 2013-10-22 08:43:00 +01:00
browser_webconsole_bug_623749_ctrl_a_select_all_winnt.js Bug 623749 - Control + A on windows should select all in Web Console; r=msucan 2013-02-25 23:26:53 +02:00
browser_webconsole_bug_630733_response_redirect_headers.js Bug 867992 - Fix for intermittent browser_webconsole_bug_630733_response_redirect_headers.js | Timed out while waiting for: 301 and 404 responses; r=me 2014-01-16 14:43:57 +02:00
browser_webconsole_bug_632275_getters_document_width.js Bug 808370 - Use the VariablesView in webconsole; r=past,vporof,paul 2013-04-09 12:46:30 +03:00
browser_webconsole_bug_632347_iterators_generators.js Bug 920116 - Show full stack traces for console logged messages; r=robcee 2014-04-22 21:45:04 +03:00
browser_webconsole_bug_632817.js Bug 966692 - Reduce the default set of warnings we display in console; r=msucan 2014-02-20 16:16:00 -05:00
browser_webconsole_bug_642108_pruneTest.js Bug 964684 - Fix for intermittent TEST-UNEXPECTED-FAIL | browser_webconsole_bug_642108_pruneTest.js | Test timed out; r=me 2014-02-10 21:29:13 +02:00
browser_webconsole_bug_644419_log_limits.js Bug 760876 - Part 4: fix broken tests; r=robcee 2013-09-10 21:37:48 +03:00
browser_webconsole_bug_646025_console_file_location.js Bug 888558 - Intermittent browser_webconsole_bug_646025_console_file_location.js | Timed out while waiting for: console API messages; r=me 2013-09-05 21:56:32 +03:00
browser_webconsole_bug_651501_document_body_autocomplete.js Bug 920116 - Show full stack traces for console logged messages; r=robcee 2014-04-22 21:45:04 +03:00
browser_webconsole_bug_653531_highlighter_console_helper.js Bug 985425 - Fix for browser_webconsole_bug_601667_filter_buttons.js | A promise chain failed to handle a rejection - TypeError: this.webConsoleClient is null. r=benvie 2014-03-26 23:01:23 +02:00
browser_webconsole_bug_658368_time_methods.js Bug 946066 - Fix for intermittent browser_webconsole_bug_658368_time_methods.js | Timed out while waiting for: bTimer (or aTimer) started; r=me 2014-01-16 19:20:21 +02:00
browser_webconsole_bug_659907_console_dir.js Bug 843004 - Part 4: Tests for pretty output of objects; r=nfitzgerald 2013-12-19 23:07:54 +02:00
browser_webconsole_bug_660806_history_nav.js Bug 788977 - [toolbox] Land the developer tools window; r=harth,jwalker,mikeratcliffe,paul,dão 2012-11-30 08:07:59 +00:00
browser_webconsole_bug_664131_console_group.js Bug 955820 - console.group doesn't group messages when timestamps are disabled; r=robcee 2014-02-18 22:10:41 +02:00
browser_webconsole_bug_686937_autocomplete_JSTerm_helpers.js Bug 686937 - Include JSTerm helpers in autocompletion suggestions; r=past 2013-07-27 11:44:00 +03:00
browser_webconsole_bug_704295.js Bug 969247 part.1 Remove or replace DOM_VK_ENTER and NS_VK_ENTER users r=smaug 2014-02-15 09:57:39 +09:00
browser_webconsole_bug_734061_No_input_change_and_Tab_key_pressed.js Bug 734061 - Web console breaks TAB navigation; r=msucan 2013-06-17 14:10:46 +03:00
browser_webconsole_bug_737873_mixedcontent.js Bug 760876 - Part 4: fix broken tests; r=robcee 2013-09-10 21:37:48 +03:00
browser_webconsole_bug_762593_insecure_passwords_about_blank_web_console_warning.js Bug 762593 - DEVTOOLS patch. Adds tests and logic to output warning messages for insecure passwords to web console. r=msucan 2013-08-06 10:14:51 -04:00
browser_webconsole_bug_762593_insecure_passwords_web_console_warning.js Bug 760876 - Part 4: fix broken tests; r=robcee 2013-09-10 21:37:48 +03:00
browser_webconsole_bug_764572_output_open_url.js Bug 920116 - Show full stack traces for console logged messages; r=robcee 2014-04-22 21:45:04 +03:00
browser_webconsole_bug_766001_JS_Console_in_Debugger.js Bug 920116 - Show full stack traces for console logged messages; r=robcee 2014-04-22 21:45:04 +03:00
browser_webconsole_bug_770099_bad_policyuri.js Bug 760876 - Part 4: fix broken tests; r=robcee 2013-09-10 21:37:48 +03:00
browser_webconsole_bug_770099_violation.js Bug 607067 - Improve CSP violation messages for base restrictions and fix affected testcases. r=imelven, r=sstamm 2013-08-12 12:34:40 +02:00
browser_webconsole_bug_782653_CSS_links_in_Style_Editor.js Bug 939783 - console.trace() group traces even if part of trace is different; r=robcee 2014-01-23 23:37:32 +02:00
browser_webconsole_bug_804845_ctrl_key_nav.js Bug 914753: Make Emacs file variable header lines correct, or at least consistent. DONTBUILD r=ehsan 2014-06-24 22:12:07 -07:00
browser_webconsole_bug_817834_add_edited_input_to_history.js Bug 914753: Make Emacs file variable header lines correct, or at least consistent. DONTBUILD r=ehsan 2014-06-24 22:12:07 -07:00
browser_webconsole_bug_821877_csp_errors.js Bug 863878 - The CSP logging from bug 821877 should go to the new Security Pane in the Web Console. r=bzbarsky r=ddahl 2013-04-23 17:39:10 -05:00
browser_webconsole_bug_837351_securityerrors.js Bug 837351 - Security Errors in Web Console. r=msucan 2013-04-22 18:07:36 -07:00
browser_webconsole_bug_846918_hsts_invalid-headers.js Bug 760876 - Part 4: fix broken tests; r=robcee 2013-09-10 21:37:48 +03:00
browser_webconsole_bug_915141_toggle_response_logging_with_keyboard.js Bug 915141 - WebConsole: Listen to the 'command' event of 'Log Request and Response Bodies' menuitems instead of 'click'; r=msucan 2014-02-25 13:44:36 +02:00
browser_webconsole_bug_1006027_message_timestamps_incorrect.js Add a console test for inspection of optimized out variables (bug 1004562). r=vporof 2014-05-13 16:16:44 +03:00
browser_webconsole_bug_1010953_cspro.js Bug 1013507 - adding test case for CSP-report only message in devtools (introduced in bug 1010953). r=ckerschb 2014-05-23 10:49:13 +02:00
browser_webconsole_cached_autocomplete.js Bug 790016 - Web console remote protocol sends more data than needed for completion; r=msucan 2013-08-01 22:31:36 +03:00
browser_webconsole_cd_iframe.js Bug 609872 - Ability to execute code in sub-documents (iframes/frames); r=past 2014-02-25 22:02:58 +02:00
browser_webconsole_change_font_size.js Bug 916601 - Remove Ctrl +/-/0 zooming shortcuts from web console; r=harth 2013-09-15 12:12:27 +03:00
browser_webconsole_chrome.js Bug 998302 - Connect to about:config instead of about:credits to avoid accessing mozilla.org when the test runs. r=robcee 2014-05-07 10:38:00 -04:00
browser_webconsole_clickable_urls.js Bug 1005909 - Make URLs in console strings clickable. r=rcampbell 2014-06-05 16:12:00 -04:00
browser_webconsole_closure_inspection.js Bug 843004 - Part 4: Tests for pretty output of objects; r=nfitzgerald 2013-12-19 23:07:54 +02:00
browser_webconsole_completion.js Bug 893965 - Autocomplete CSS properties in the rule view, r=mratcliffe, msucan 2013-07-26 04:35:05 +05:30
browser_webconsole_console_api_stackframe.js Bug 920116 - Show full stack traces for console logged messages; r=robcee 2014-04-22 21:45:04 +03:00
browser_webconsole_console_custom_styles.js Bug 920116 - Show full stack traces for console logged messages; r=robcee 2014-04-22 21:45:04 +03:00
browser_webconsole_console_extras.js Bug 922214 - Add console.exception; r=msucan 2013-12-02 20:12:18 +01:00
browser_webconsole_console_logging_api.js Bug 951146 - Fix for intermittent browser_webconsole_console_logging_api.js | Timed out while waiting for: 1 message shown for exception (logging turned on); r=me 2014-01-16 22:49:20 +02:00
browser_webconsole_console_trace_duplicates.js Bug 939783 - console.trace() group traces even if part of trace is different; r=robcee 2014-01-23 23:37:32 +02:00
browser_webconsole_count.js Bug 922208 - Add console.count; r=msucan 2014-02-17 21:58:19 +02:00
browser_webconsole_dont_navigate_on_doubleclick.js Bug 966692 - Reduce the default set of warnings we display in console; r=msucan 2014-02-20 16:16:00 -05:00
browser_webconsole_execution_scope.js Bug 760876 - Part 4: fix broken tests; r=robcee 2013-09-10 21:37:48 +03:00
browser_webconsole_expandable_timestamps.js Bug 722267 - Fix browser_webconsole_expandable_timestamps.js test failure on a CLOSED TREE; r=me 2013-11-12 21:00:55 +02:00
browser_webconsole_for_of.js Bug 760876 - Part 4: fix broken tests; r=robcee 2013-09-10 21:37:48 +03:00
browser_webconsole_history.js
browser_webconsole_input_field_focus_on_panel_select.js Bug 891581 - Focus the input field when switching to the web console tab; r=msucan 2013-11-06 13:58:52 +02:00
browser_webconsole_js_input_expansion.js Bug 688981 - Place the web console in its own iframe; r=rcampbell,dao 2012-07-26 18:06:04 +03:00
browser_webconsole_jsterm.js Bug 920116 - Show full stack traces for console logged messages; r=robcee 2014-04-22 21:45:04 +03:00
browser_webconsole_live_filtering_of_message_types.js Bug 760876 - Part 4: fix broken tests; r=robcee 2013-09-10 21:37:48 +03:00
browser_webconsole_live_filtering_on_search_strings.js Bug 760876 - Part 4: fix broken tests; r=robcee 2013-09-10 21:37:48 +03:00
browser_webconsole_log_file_filter.js Bug 923281 - Console filter output does not match source filenames; r=msucan 2013-10-23 14:49:51 +03:00
browser_webconsole_message_node_id.js Bug 760876 - Part 4: fix broken tests; r=robcee 2013-09-10 21:37:48 +03:00
browser_webconsole_netlogging.js Bug 877262 - Part 1: merge HUDConsoleUI into HUDService and prepare for the jetpack loader; r=robcee 2013-08-02 20:11:57 +03:00
browser_webconsole_network_panel.js Bug 891806 - part 1 - replace 'yield;' with 'yield undefined;' in browser/; r=jaws 2013-07-10 23:52:04 +02:00
browser_webconsole_notifications.js Bug 877262 - Part 1: merge HUDConsoleUI into HUDService and prepare for the jetpack loader; r=robcee 2013-08-02 20:11:57 +03:00
browser_webconsole_output_01.js Bug 663778 - Changes to tests for box model highlighter r=jwalker 2014-03-12 14:01:31 +00:00
browser_webconsole_output_02.js Bug 984857 - Fix for intermittent browser_webconsole_output_02.js,browser_webconsole_output_03.js | This test exceeded the timeout threshold; r=me 2014-03-25 15:18:58 +02:00
browser_webconsole_output_03.js Bug 1005909 - Make URLs in console strings clickable. r=rcampbell 2014-06-05 16:12:00 -04:00
browser_webconsole_output_04.js Bug 1020609 - Fix up webconsole. r=past 2014-06-11 15:16:06 -07:00
browser_webconsole_output_05.js Bug 663778 - Use flag instead of pref for mozafterpaint switch and highlighter noautohide r=jwalker 2014-03-13 21:27:10 +00:00
browser_webconsole_output_copy_newlines.js Bug 916997 - All lines are joined into one line when copying text from the Web Console; r=past 2013-09-19 21:03:10 +03:00
browser_webconsole_output_dom_elements_01.js Bug 983614 - Clean-up empty spaces when displaying concise DOMNodes in the webconsole output; r=msucan 2014-03-19 15:02:11 +01:00
browser_webconsole_output_dom_elements_02.js Bug 757866 - Highlight and select DOM nodes in the web console output; r=msucan 2014-03-11 12:21:20 +02:00
browser_webconsole_output_dom_elements_03.js Bug 757866 - Highlight and select DOM nodes in the web console output; r=msucan 2014-03-11 12:21:20 +02:00
browser_webconsole_output_dom_elements_04.js Bug 757866 - Highlight and select DOM nodes in the web console output; r=msucan 2014-03-11 12:21:20 +02:00
browser_webconsole_output_events.js Bug 584733 - Code highlight all JS objects and functions in console output; r=bbenvie 2014-03-04 21:59:00 +02:00
browser_webconsole_output_order.js Bug 760876 - Part 4: fix broken tests; r=robcee 2013-09-10 21:37:48 +03:00
browser_webconsole_property_provider.js Bug 842682 - Use the debugger API for autocomplete and provide suggestions from the selected stackframe scope; r=msucan 2013-11-26 20:42:02 +02:00
browser_webconsole_reflow.js Bug 926371 - show reflow events in the webconsole. r=msucan 2013-10-22 08:43:00 +01:00
browser_webconsole_scratchpad_panel_link.js Bug 939783 - console.trace() group traces even if part of trace is different; r=robcee 2014-01-23 23:37:32 +02:00
browser_webconsole_split_escape_key.js Bug 958176 - Split console: Escape should close console sidebar (when visible) without closing split console. r=msucan 2014-04-03 17:40:26 +02:00
browser_webconsole_split.js Bug 958176 - Split console: Escape should close console sidebar (when visible) without closing split console. r=msucan 2014-04-03 17:40:26 +02:00
browser_webconsole_start_netmon_first.js Bug 970914 - Avoid confusion where if there's already a console client (attachConsole), we get the same WebConsoleClient instance and startListeners is not called. r=past 2014-02-25 18:47:51 +02:00
browser_webconsole_view_source.js Bug 663778 - Changes to tests for box model highlighter r=jwalker 2014-03-12 14:01:31 +00:00
browser.ini Bug 1005909 - Make URLs in console strings clickable. r=rcampbell 2014-06-05 16:12:00 -04:00
head.js Bug 1005909 - Make URLs in console strings clickable. r=rcampbell 2014-06-05 16:12:00 -04:00
test_bug_770099_bad_policy_uri.html Bug 770099 - Send CSP policy and report information to Web Console (Part 2); r=dveditz,msucan,jwalker 2012-10-01 10:10:30 +01:00
test_bug_770099_bad_policy_uri.html^headers^ Bug 770099 - Send CSP policy and report information to Web Console (Part 2); r=dveditz,msucan,jwalker 2012-10-01 10:10:30 +01:00
test_bug_770099_violation.html Bug 770099 - Send CSP policy and report information to Web Console (Part 2); r=dveditz,msucan,jwalker 2012-10-01 10:10:30 +01:00
test_bug_770099_violation.html^headers^ Bug 770099 - Send CSP policy and report information to Web Console (Part 2); r=dveditz,msucan,jwalker 2012-10-01 10:10:30 +01:00
test_bug_1010953_cspro.html Bug 1013507 - adding test case for CSP-report only message in devtools (introduced in bug 1010953). r=ckerschb 2014-05-23 10:49:13 +02:00
test_bug_1010953_cspro.html^headers^ Bug 1013507 - adding test case for CSP-report only message in devtools (introduced in bug 1010953). r=ckerschb 2014-05-23 10:49:13 +02:00
test-autocomplete-in-stackframe.html Bug 842682 - Use the debugger API for autocomplete and provide suggestions from the selected stackframe scope; r=msucan 2013-11-26 20:42:02 +02:00
test-bug_923281_console_log_filter.html Bug 923281 - Console filter output does not match source filenames; r=msucan 2013-10-23 14:49:51 +03:00
test-bug_923281_test1.js Bug 923281 - Console filter output does not match source filenames; r=msucan 2013-10-23 14:49:51 +03:00
test-bug_923281_test2.js Bug 923281 - Console filter output does not match source filenames; r=msucan 2013-10-23 14:49:51 +03:00
test-bug_939783_console_trace_duplicates.html Bug 939783 - console.trace() group traces even if part of trace is different; r=robcee 2014-01-23 23:37:32 +02:00
test-bug-585956-console-trace.html
test-bug-593003-iframe-wrong-hud-iframe.html
test-bug-593003-iframe-wrong-hud.html
test-bug-595934-canvas-css.html
test-bug-595934-canvas-css.js
test-bug-595934-css-loader.css
test-bug-595934-css-loader.css^headers^
test-bug-595934-css-loader.html
test-bug-595934-css-parser.css
test-bug-595934-css-parser.html
test-bug-595934-empty-getelementbyid.html
test-bug-595934-empty-getelementbyid.js
test-bug-595934-html.html
test-bug-595934-image.html
test-bug-595934-image.jpg
test-bug-595934-imagemap.html
test-bug-595934-malformedxml-external.html
test-bug-595934-malformedxml-external.xml
test-bug-595934-malformedxml.xhtml
test-bug-595934-svg.xhtml
test-bug-595934-workers.html
test-bug-595934-workers.js
test-bug-597136-external-script-errors.html
test-bug-597136-external-script-errors.js
test-bug-597756-reopen-closed-tab.html
test-bug-599725-response-headers.sjs
test-bug-600183-charset.html
test-bug-600183-charset.html^headers^
test-bug-601177-log-levels.html
test-bug-601177-log-levels.js
test-bug-603750-websocket.html
test-bug-603750-websocket.js
test-bug-609872-cd-iframe-child.html Bug 609872 - Ability to execute code in sub-documents (iframes/frames); r=past 2014-02-25 22:02:58 +02:00
test-bug-609872-cd-iframe-parent.html Bug 609872 - Ability to execute code in sub-documents (iframes/frames); r=past 2014-02-25 22:02:58 +02:00
test-bug-613013-console-api-iframe.html
test-bug-618078-network-exceptions.html
test-bug-621644-jsterm-dollar.html
test-bug-630733-response-redirect-headers.sjs
test-bug-632275-getters.html
test-bug-632347-iterators-generators.html Bug 935277 - Fix and reenable browser_webconsole_bug_632347_iterators_generators.js; r=past 2013-11-26 23:39:46 +02:00
test-bug-644419-log-limits.html
test-bug-646025-console-file-location.html
test-bug-658368-time-methods.html
test-bug-737873-mixedcontent.html Bug 768096 - Web Console remote debugging protocol support - Part 4: cleanups; r=robcee 2012-10-05 19:15:51 +03:00
test-bug-762593-insecure-passwords-about-blank-web-console-warning.html Bug 762593 - DEVTOOLS patch. Adds tests and logic to output warning messages for insecure passwords to web console. r=msucan 2013-08-06 10:14:51 -04:00
test-bug-762593-insecure-passwords-web-console-warning.html Bug 762593 - DEVTOOLS patch. Adds tests and logic to output warning messages for insecure passwords to web console. r=msucan 2013-08-06 10:14:51 -04:00
test-bug-766001-console-log.js Bug 920116 - Show full stack traces for console logged messages; r=robcee 2014-04-22 21:45:04 +03:00
test-bug-766001-js-console-links.html Bug 766001 - In the webconsole, when you click on the filename/line-number of a js-error or message, the debugger should open instead of view source. r=past,msucan,vporof f=rcampbell 2012-12-17 04:40:44 +05:30
test-bug-766001-js-errors.js Bug 766001 - In the webconsole, when you click on the filename/line-number of a js-error or message, the debugger should open instead of view source. r=past,msucan,vporof f=rcampbell 2012-12-17 04:40:44 +05:30
test-bug-782653-css-errors-1.css Bug 782653 - Web Console CSS links should open the Style Editor; r=rcampbell f=msucan 2012-09-25 23:02:11 +05:30
test-bug-782653-css-errors-2.css Bug 782653 - Web Console CSS links should open the Style Editor; r=rcampbell f=msucan 2012-09-25 23:02:11 +05:30
test-bug-782653-css-errors.html Bug 782653 - Web Console CSS links should open the Style Editor; r=rcampbell f=msucan 2012-09-25 23:02:11 +05:30
test-bug-821877-csperrors.html Bug 821877 - Browser Mochitest for CSP error logging to Web Console. r=msucan 2013-04-08 14:35:30 -04:00
test-bug-821877-csperrors.html^headers^ Bug 821877 - Browser Mochitest for CSP error logging to Web Console. r=msucan 2013-04-08 14:35:30 -04:00
test-bug-837351-security-errors.html Bug 837351 - Security Errors in Web Console. r=msucan 2013-04-22 18:07:36 -07:00
test-bug-846918-hsts-invalid-headers.html Bug 846918 - Adds new message category to webconsole.js and learn more link to security messages .r=msucan 2013-07-26 08:36:50 -07:00
test-bug-846918-hsts-invalid-headers.html^headers^ Bug 846918 - Adds new message category to webconsole.js and learn more link to security messages .r=msucan 2013-07-26 08:36:50 -07:00
test-bug-859170-longstring-hang.html Bug 760876 - Part 4: fix broken tests; r=robcee 2013-09-10 21:37:48 +03:00
test-bug-869003-iframe.html Bug 869003 - Cannot inspect objects from cross-domain iframes; r=robcee 2013-05-09 18:20:51 +03:00
test-bug-869003-top-window.html Bug 869003 - Cannot inspect objects from cross-domain iframes; r=robcee 2013-05-09 18:20:51 +03:00
test-bug-952277-highlight-nodes-in-vview.html Bug 952277 - DOMNodes can be highlighted and selected from the debugger [Australis]; r=past, vporof 2014-02-01 10:24:44 +01:00
test-bug-989025-iframe-parent.html Bug 989025 - WebConsole breaks when trying to autocomplete in objects from different domains; r=past 2014-03-27 23:15:29 +02:00
test-closure-optimized-out.html Add a console test for inspection of optimized out variables (bug 1004562). r=vporof 2014-05-13 16:16:44 +03:00
test-closures.html Bug 810966 - Display closed over variables in the variables view for functions that are not stack frames; r=vporof,msucan 2013-09-25 19:03:17 +03:00
test-console-api-stackframe.html Bug 920116 - Show full stack traces for console logged messages; r=robcee 2014-04-22 21:45:04 +03:00
test-console-assert.html Bug 760193 - Add console.assert; r=msucan 2013-12-07 23:28:35 +02:00
test-console-count-external-file.js Bug 922208 - Add console.count; r=msucan 2014-02-17 21:58:19 +02:00
test-console-count.html Bug 922208 - Add console.count; r=msucan 2014-02-17 21:58:19 +02:00
test-console-extras.html Bug 922208 - Add console.count; r=msucan 2014-02-17 21:58:19 +02:00
test-console-output-02.html Bug 843004 - Part 4: Tests for pretty output of objects; r=nfitzgerald 2013-12-19 23:07:54 +02:00
test-console-output-03.html Bug 843004 - Part 4: Tests for pretty output of objects; r=nfitzgerald 2013-12-19 23:07:54 +02:00
test-console-output-04.html Bug 843004 - Part 4: Tests for pretty output of objects; r=nfitzgerald 2013-12-19 23:07:54 +02:00
test-console-output-dom-elements.html Bug 983614 - Clean-up empty spaces when displaying concise DOMNodes in the webconsole output; r=msucan 2014-03-19 15:02:11 +01:00
test-console-output-events.html Bug 843004 - Part 4: Tests for pretty output of objects; r=nfitzgerald 2013-12-19 23:07:54 +02:00
test-console-replaced-api.html
test-console.html
test-consoleiframes.html Bug 692829 - Display cached messages from iframes; r=msucan 2013-06-14 11:19:26 -04:00
test-data.json
test-data.json^headers^ Bug 787981 - Use LongStringActor in the Web Console actors; r=past 2012-11-05 18:41:59 +02:00
test-duplicate-error.html
test-encoding-ISO-8859-1.html
test-error.html
test-eval-in-stackframe.html Bug 808370 - Use the VariablesView in webconsole; r=past,vporof,paul 2013-04-09 12:46:30 +03:00
test-file-location.js
test-filter.html
test-for-of.html
test-iframe1.html Bug 692829 - Display cached messages from iframes; r=msucan 2013-06-14 11:19:26 -04:00
test-iframe2.html Bug 692829 - Display cached messages from iframes; r=msucan 2013-06-14 11:19:26 -04:00
test-iframe3.html Bug 692829 - Display cached messages from iframes; r=msucan 2013-06-14 11:19:26 -04:00
test-iframe-762593-insecure-form-action.html Bug 762593 - DEVTOOLS patch. Adds tests and logic to output warning messages for insecure passwords to web console. r=msucan 2013-08-06 10:14:51 -04:00
test-iframe-762593-insecure-frame.html Bug 762593 - DEVTOOLS patch. Adds tests and logic to output warning messages for insecure passwords to web console. r=msucan 2013-08-06 10:14:51 -04:00
test-image.png
test-mixedcontent-securityerrors.html Bug 875456 - DEVTOOLS patch. Adds logic for logging Mixed Content messages to the security console. r=msucan 2013-08-26 11:26:43 -04:00
test-mutation.html
test-network-request.html
test-network.html Bug 760876 - Part 4: fix broken tests; r=robcee 2013-09-10 21:37:48 +03:00
test-observe-http-ajax.html
test-own-console.html
test-property-provider.html
test-repeated-messages.html Bug 865288 - Do not count console.log messages with different objects as repeats; r=past 2013-05-02 18:21:45 +03:00
test-result-format-as-string.html Bug 760876 - Part 4: fix broken tests; r=robcee 2013-09-10 21:37:48 +03:00
test-webconsole-error-observer.html
testscript.js