..
.eslintrc.js
browser-common.ini
Disable bug 1393760 for frequent failures on multiple platforms and build types
2018-10-13 06:28:00 +03:00
browser-remote.ini
Bug 1496532 - Stop running content scripts on preallocated new tab page r=aswan
2018-10-08 19:40:20 +00:00
browser.ini
Bug 1494304 - Avoid duplicate head.js in browser extension tests r=aswan
2018-09-26 15:14:12 +00:00
browser_ext_addon_debugging_netmonitor.js
Backed out 3 changesets (bug 1449055) for multiple xpcshell failures on browser/extensions/formautofill/test/ . CLOSED TREE
2018-08-16 00:15:19 +03:00
browser_ext_autocompletepopup.js
browser_ext_autoplayInBackground.js
Bug 1466926 - part3 : add test. r=kmag
2018-07-10 14:29:22 -07:00
browser_ext_browserAction_area.js
browser_ext_browserAction_context.js
Bug 1474110 - Choose browserAction text color among white and black, maximizing contrast r=mixedpuppy
2018-07-08 02:15:27 +02:00
browser_ext_browserAction_contextMenu.js
Bug 1401610 - Add "Remove Extension" context menu item to browserAction. r=dao
2018-09-05 10:02:52 +00:00
browser_ext_browserAction_disabled.js
browser_ext_browserAction_experiment.js
browser_ext_browserAction_pageAction_icon.js
Bug 1486739 - Enable ESLint rule comma-dangle for browser/, services/, taskcluster/ and toolkit/ directories. r=mossop
2018-08-31 06:06:08 +00:00
browser_ext_browserAction_pageAction_icon_permissions.js
Bug 1461997 - Enable ESLint rule mozilla/require-expected-throws-or-rejects for browser/components. r=Gijs
2018-05-16 20:23:06 +01:00
browser_ext_browserAction_popup.js
Bug 1483684 - Fix browserAction ignoring tab-specific or window-specific popups and showing global one instead. r=mixedpuppy
2018-08-16 13:14:44 +00:00
browser_ext_browserAction_popup_port.js
browser_ext_browserAction_popup_preload.js
Bug 1357487: Enable OOP extensions by default on all platforms. r=aswan
2018-07-25 10:29:20 -07:00
browser_ext_browserAction_popup_resize.js
Bug 1482667 - Migrate mochitest-browser tests in browser/ to use element variations of firstChild, etc;r=paolo
2018-08-17 16:45:52 +00:00
browser_ext_browserAction_simple.js
browser_ext_browserAction_telemetry.js
Bug 1483002 - Added WEBEXT probes keyed by addon id. r=janerik,mixedpuppy
2018-09-05 20:16:35 +00:00
browser_ext_browserAction_theme_icons.js
Bug 1441708 - Fix theme_icons in different configurations. r=jaws
2018-07-19 19:37:58 +01:00
browser_ext_browsingData_formData.js
browser_ext_browsingData_history.js
browser_ext_browsingData_indexedDB.js
browser_ext_browsingData_localStorage.js
browser_ext_browsingData_pluginData.js
browser_ext_browsingData_serviceWorkers.js
browser_ext_chrome_settings_overrides_home.js
Bug 1492419 - Remove BrowserGoHome in favor of BrowserHome; r=dao
2018-09-21 12:31:45 +00:00
browser_ext_commands_execute_browser_action.js
browser_ext_commands_execute_page_action.js
browser_ext_commands_execute_sidebar_action.js
browser_ext_commands_getAll.js
browser_ext_commands_onCommand.js
Bug 1424708 - trigger a shortcut even when the number pad is used for the key r=mstriemer,mixedpuppy
2018-10-15 16:43:41 +00:00
browser_ext_commands_update.js
Bug 1424708 - trigger a shortcut even when the number pad is used for the key r=mstriemer,mixedpuppy
2018-10-15 16:43:41 +00:00
browser_ext_connect_and_move_tabs.js
browser_ext_contentscript_animate.js
browser_ext_contentscript_connect.js
browser_ext_contentscript_nontab_connect.js
Bug 1488105 - Fix routing of extension port messages to non-tab contexts r=mixedpuppy
2018-09-07 14:59:22 +00:00
browser_ext_contextMenus.js
Backed out changeset cc67a75b9160 (bug 1446956) for browser_ext_omnibox.js failures CLOSED TREE
2018-07-31 21:03:08 +03:00
browser_ext_contextMenus_checkboxes.js
browser_ext_contextMenus_commands.js
browser_ext_contextMenus_icons.js
Bug 1414566 browser.menus.update() does not support updating icon r=robwu,mixedpuppy
2018-09-04 14:25:37 +00:00
browser_ext_contextMenus_onclick.js
Bug 1373234 - Avoid races in tests involving menu creation r=mixedpuppy
2018-07-25 13:34:27 +02:00
browser_ext_contextMenus_radioGroups.js
browser_ext_contextMenus_targetUrlPatterns.js
Bug 1280370 - Allow any scheme in targetUrlPatterns r=mixedpuppy
2018-07-24 17:26:23 +02:00
browser_ext_contextMenus_uninstall.js
browser_ext_contextMenus_urlPatterns.js
browser_ext_currentWindow.js
browser_ext_devtools_inspectedWindow.js
Bug 1485676 - Refactor gDevTools.getTargetForTab callsites to assume getTargetForTab is async. r=yulia
2018-09-24 09:52:47 -07:00
browser_ext_devtools_inspectedWindow_eval_bindings.js
Bug 1485676 - Refactor gDevTools.getTargetForTab callsites to assume getTargetForTab is async. r=yulia
2018-09-24 09:52:47 -07:00
browser_ext_devtools_inspectedWindow_reload.js
Bug 1485676 - Refactor gDevTools.getTargetForTab callsites to assume getTargetForTab is async. r=yulia
2018-09-24 09:52:47 -07:00
browser_ext_devtools_network.js
Bug 1485676 - Refactor gDevTools.getTargetForTab callsites to assume getTargetForTab is async. r=yulia
2018-09-24 09:52:47 -07:00
browser_ext_devtools_page.js
Bug 1485676 - Refactor gDevTools.getTargetForTab callsites to assume getTargetForTab is async. r=yulia
2018-09-24 09:52:47 -07:00
browser_ext_devtools_panel.js
Bug 1485676 - Refactor gDevTools.getTargetForTab callsites to assume getTargetForTab is async. r=yulia
2018-09-24 09:52:47 -07:00
browser_ext_devtools_panels_elements.js
Bug 1485676 - Connect to local server from TargetFactory.forTab and make TabTarget always remote-like. r=yulia
2018-09-24 09:52:55 -07:00
browser_ext_devtools_panels_elements_sidebar.js
Bug 1398734 - Support devtools.panels.elements sidebar.setPage API method. r=mixedpuppy
2018-10-03 18:26:39 +00:00
browser_ext_find.js
Bug 1480244: Part 5 - Run most framescripts in shared scope. r=mconley
2018-08-10 13:58:18 -07:00
browser_ext_getViews.js
Bug 1462121 - Fix intermittent in browser_ext_getViews.js r=zombie
2018-09-05 12:04:59 +00:00
browser_ext_history_redirect.js
browser_ext_identity_indication.js
browser_ext_incognito_popup.js
browser_ext_incognito_views.js
browser_ext_lastError.js
browser_ext_legacy_extension_context_contentscript.js
browser_ext_management.js
Bug 1496163 - Add installTelemetryInfo to the webext themes installed using the management.install API method. r=zombie
2018-10-04 18:34:44 +00:00
browser_ext_menus.js
Bug 1367160 - Refactor to support multiple menu items in the root menu r=mixedpuppy
2018-09-24 17:33:17 +00:00
browser_ext_menus_accesskey.js
Bug 1320462 - Support access keys in extension menus. r=mixedpuppy
2018-08-06 16:58:21 +02:00
browser_ext_menus_activeTab.js
Backed out changeset 7e49d55f0240 (bug 1446956) for browser_ext_omnibox.js failures CLOSED TREE
2018-07-31 21:07:33 +03:00
browser_ext_menus_capture_secondary_click.js
Bug 1469148 - Add button info to click event of contextMenus API r=robwu,mixedpuppy
2018-09-06 12:02:49 +00:00
browser_ext_menus_errors.js
Bug 1366702 - Invoke menus.create callback if error occurs + tests r=mixedpuppy
2018-07-20 19:59:55 +02:00
browser_ext_menus_event_order.js
browser_ext_menus_events.js
Bug 1416839 - Add viewType/viewTypes to menus API r=mixedpuppy
2018-10-01 16:56:53 +00:00
browser_ext_menus_refresh.js
Bug 1469705: allow menus.refresh() without an onShown listener r=mixedpuppy
2018-07-05 22:06:23 -04:00
browser_ext_menus_replace_menu.js
Bug 1498885 - Assertion added in ContentSecurityPolicyPermitsJSAction() to not allow eval with SystemPrincipal r=ckerschb
2018-10-15 08:02:04 +00:00
browser_ext_menus_replace_menu_context.js
Bug 1416839 - Add viewType/viewTypes to menus API r=mixedpuppy
2018-10-01 16:56:53 +00:00
browser_ext_menus_replace_menu_permissions.js
Bug 1280347 - Remove <all_urls> requirement for the "tab" context r=mixedpuppy
2018-09-27 15:32:14 +00:00
browser_ext_menus_targetElement.js
Bug 1325814 - Add tests for menus.getTargetElement API r=mixedpuppy
2018-08-04 18:40:54 +02:00
browser_ext_menus_targetElement_extension.js
Bug 1325814 - Add tests for menus.getTargetElement API r=mixedpuppy
2018-08-04 18:40:54 +02:00
browser_ext_menus_targetElement_shadow.js
Bug 1498885 - Assertion added in ContentSecurityPolicyPermitsJSAction() to not allow eval with SystemPrincipal r=ckerschb
2018-10-15 08:02:04 +00:00
browser_ext_menus_viewType.js
Bug 1416839 - Add viewType/viewTypes to menus API r=mixedpuppy
2018-10-01 16:56:53 +00:00
browser_ext_menus_visible.js
Bug 1482529 - Support "visible" in menus.create and menus.update r=mixedpuppy
2018-08-20 15:16:09 +00:00
browser_ext_omnibox.js
Bug 1481439 - Fix intermittent browser_ext_omnibox.js r=aswan
2018-09-10 20:06:24 +00:00
browser_ext_openPanel.js
browser_ext_optionsPage_browser_style.js
browser_ext_optionsPage_modals.js
browser_ext_optionsPage_privileges.js
browser_ext_pageAction_context.js
Bug 1463751 - Tab-specific data not updated when tab is moved to another window and old window closes r=mixedpuppy
2018-05-26 21:57:58 +02:00
browser_ext_pageAction_contextMenu.js
browser_ext_pageAction_popup.js
Bug 1461997 - Enable ESLint rule mozilla/require-expected-throws-or-rejects for browser/components. r=Gijs
2018-05-16 20:23:06 +01:00
browser_ext_pageAction_popup_resize.js
Bug 1482667 - Migrate mochitest-browser tests in browser/ to use element variations of firstChild, etc;r=paolo
2018-08-17 16:45:52 +00:00
browser_ext_pageAction_show_matches.js
browser_ext_pageAction_simple.js
Bug 1493470 - pageAction icon should not be reset on subframe navigations. r=mixedpuppy
2018-10-03 18:46:36 +00:00
browser_ext_pageAction_telemetry.js
Bug 1483002 - Added WEBEXT probes keyed by addon id. r=janerik,mixedpuppy
2018-09-05 20:16:35 +00:00
browser_ext_pageAction_title.js
browser_ext_popup_api_injection.js
browser_ext_popup_background.js
browser_ext_popup_corners.js
browser_ext_popup_focus.js
browser_ext_popup_select.js
Bug 1482667 - Migrate mochitest-browser tests in browser/ to use element variations of firstChild, etc;r=paolo
2018-08-17 16:45:52 +00:00
browser_ext_popup_sendMessage.js
browser_ext_popup_shutdown.js
browser_ext_port_disconnect_on_crash.js
browser_ext_port_disconnect_on_window_close.js
browser_ext_runtime_openOptionsPage.js
browser_ext_runtime_openOptionsPage_uninstall.js
browser_ext_runtime_setUninstallURL.js
browser_ext_search.js
Bug 1477248 - Simplify tests. r=mixedpuppy
2018-09-05 11:25:55 +02:00
browser_ext_sessions_forgetClosedTab.js
browser_ext_sessions_forgetClosedWindow.js
browser_ext_sessions_getRecentlyClosed.js
browser_ext_sessions_getRecentlyClosed_private.js
browser_ext_sessions_getRecentlyClosed_tabs.js
browser_ext_sessions_restore.js
browser_ext_sessions_restoreTab.js
Bug 1452666 - Simplify SessionHistory serialization code and test expanded principals are serialized and can restore tabs. r=bz,mikedeboer
2018-05-19 14:42:52 +01:00
browser_ext_sessions_window_tab_value.js
browser_ext_settings_overrides_default_search.js
Bug 1461146: Replace Addon.userDisabled setter with async enable()/disable() methods. r=aswan
2018-05-12 16:49:35 -07:00
browser_ext_sidebarAction.js
Bug 1483325 - re-enable sidebar test after checking for correct messages to get them out of the queue, rs=mixedpuppy
2018-08-30 00:43:06 +01:00
browser_ext_sidebarAction_browser_style.js
Bug 1404724 - remove browser_style warning, fix default values, r=aswan
2018-05-29 16:55:43 -04:00
browser_ext_sidebarAction_click.js
Bug 1488055 fix loading ext-browser-content script in sidebar when browser_style=false, r=rpl
2018-09-12 18:52:52 +00:00
browser_ext_sidebarAction_context.js
Bug 1482610 - Part 2 - Move the remaining attributes and remove the sidebar broadcasters. r=jaws,mixedpuppy
2018-08-19 19:54:02 +01:00
browser_ext_sidebarAction_contextMenu.js
Bug 1480993 - Remove unused extensions.sidebar-button.shown pref from tests r=mixedpuppy
2018-08-09 13:54:41 +00:00
browser_ext_sidebarAction_runtime.js
browser_ext_sidebarAction_tabs.js
Bug 1480993 - Remove unused extensions.sidebar-button.shown pref from tests r=mixedpuppy
2018-08-09 13:54:41 +00:00
browser_ext_sidebarAction_windows.js
Bug 1486824 - change BrowserTestUtils to just call OpenBrowserWindow so it does the same thing as opening a window normally, r=mconley,nhnt11
2018-09-03 14:43:38 +01:00
browser_ext_simple.js
browser_ext_slow_script.js
Bug 1470280 - Part 3: Use the default process count in browser_ext_slow_script.js. r=kmag
2018-10-06 12:53:41 -07:00
browser_ext_tab_runtimeConnect.js
browser_ext_tabs_attention.js
Bug 1396684 - Allow extensions to access tab's "attention" flag r=mixedpuppy,robwu
2018-08-28 14:41:31 +00:00
browser_ext_tabs_audio.js
browser_ext_tabs_captureTab.js
browser_ext_tabs_captureVisibleTab.js
browser_ext_tabs_cookieStoreId.js
browser_ext_tabs_create.js
Bug 1362034 - Tests for addTab() to provide the correct triggering principal. r=ckerschb r?=gijs
2018-07-06 21:16:29 +01:00
browser_ext_tabs_create_invalid_url.js
browser_ext_tabs_create_url.js
Bug 1488914 - Use about:home / about:privatebrowsing in windows.create r=rpl,dao
2018-10-12 08:47:00 +00:00
browser_ext_tabs_detectLanguage.js
browser_ext_tabs_discard.js
browser_ext_tabs_discarded.js
Bug 1378647 - support creating lazy tabs from extensions, r=JanH,mikedeboer,rpl
2018-07-30 12:15:32 -03:00
browser_ext_tabs_duplicate.js
browser_ext_tabs_events.js
Bug 1488026 - Always fire onDetached event before onAttached. r=mixedpuppy
2018-09-04 20:50:12 +00:00
browser_ext_tabs_events_order.js
Bug 1474440 - Rename browser_ext_tabs_onHighlighted.js to browser_ext_tabs_events_order.js r=mixedpuppy
2018-08-05 22:08:34 +02:00
browser_ext_tabs_executeScript.js
browser_ext_tabs_executeScript_bad.js
Bug 1457115 - Simplify *_ext_tabs_executeScript_bad.* r=rpl
2018-05-24 19:16:49 +02:00
browser_ext_tabs_executeScript_good.js
browser_ext_tabs_executeScript_multiple.js
browser_ext_tabs_executeScript_no_create.js
browser_ext_tabs_executeScript_runAt.js
browser_ext_tabs_getCurrent.js
browser_ext_tabs_hide.js
Bug 1479125 - Migrate calls that expect an element to be returned to use element variation firstChild etc to firstElementChild etc;r=Paolo
2018-08-08 15:22:53 -07:00
browser_ext_tabs_hide_update.js
Bug 1461146: Replace Addon.userDisabled setter with async enable()/disable() methods. r=aswan
2018-05-12 16:49:35 -07:00
browser_ext_tabs_highlight.js
Bug 1489814 - Add 'populate' parameter in 'tabs.highlight'. r=mixedpuppy
2018-10-05 13:42:33 +00:00
browser_ext_tabs_insertCSS.js
browser_ext_tabs_lastAccessed.js
browser_ext_tabs_lazy.js
browser_ext_tabs_move_array.js
browser_ext_tabs_move_window.js
browser_ext_tabs_move_window_multiple.js
browser_ext_tabs_move_window_pinned.js
browser_ext_tabs_onHighlighted.js
Bug 1474440 - Rename browser_ext_tabs_onHighlighted.js to browser_ext_tabs_events_order.js r=mixedpuppy
2018-08-05 22:08:34 +02:00
browser_ext_tabs_onUpdated.js
browser_ext_tabs_onUpdated_filter.js
Bug 1461695 change tabs.onUpdated filter name to isArticle, r=aswan
2018-06-19 10:38:26 -04:00
browser_ext_tabs_opener.js
browser_ext_tabs_printPreview.js
browser_ext_tabs_query.js
browser_ext_tabs_readerMode.js
browser_ext_tabs_reload.js
browser_ext_tabs_reload_bypass_cache.js
browser_ext_tabs_removeCSS.js
browser_ext_tabs_saveAsPDF.js
browser_ext_tabs_sendMessage.js
browser_ext_tabs_sharingState.js
browser_ext_tabs_update.js
browser_ext_tabs_update_highlighted.js
Bug 1486050 - Don't change selected tab when browser.tabs.update is called with {highlighted: true, active: false}. r=mixedpuppy
2018-08-27 11:53:42 +00:00
browser_ext_tabs_update_url.js
browser_ext_tabs_zoom.js
browser_ext_themes_icons.js
Bug 1491243 - remove subscribe button, menu items and subscription section out of feed previews, r=florian
2018-09-18 06:06:27 +00:00
browser_ext_themes_validation.js
Bug 1477775 - Remove extensions.webextensions.themes.enabled preference. r=jaws
2018-07-23 19:20:30 +01:00
browser_ext_url_overrides_newtab.js
Bug 1465508 - Fix intermittent browser_ext_url_overrides_newtab.js r=mixedpuppy
2018-08-30 13:29:18 +00:00
browser_ext_user_events.js
Bug 1482667 - Migrate mochitest-browser tests in browser/ to use element variations of firstChild, etc;r=paolo
2018-08-17 16:45:52 +00:00
browser_ext_webNavigation_frameId0.js
browser_ext_webNavigation_getFrames.js
browser_ext_webNavigation_onCreatedNavigationTarget.js
Bug 1498885 - Assertion added in ContentSecurityPolicyPermitsJSAction() to not allow eval with SystemPrincipal r=ckerschb
2018-10-15 08:02:04 +00:00
browser_ext_webNavigation_onCreatedNavigationTarget_contextmenu.js
Bug 1498885 - Assertion added in ContentSecurityPolicyPermitsJSAction() to not allow eval with SystemPrincipal r=ckerschb
2018-10-15 08:02:04 +00:00
browser_ext_webNavigation_onCreatedNavigationTarget_named_window.js
browser_ext_webNavigation_onCreatedNavigationTarget_subframe_window_open.js
browser_ext_webNavigation_onCreatedNavigationTarget_window_open.js
browser_ext_webNavigation_urlbar_transitions.js
Bug 1481199 - Drop the obsolete dataType parameter for nsIBrowserSearchService.addEngine. r=mkaply
2018-10-09 13:39:35 +01:00
browser_ext_webRequest.js
browser_ext_windows.js
Bug 1476333 - Refer to AppConstants.BROWSER_CHROME_URL to get the browser URL from the frontend;r=Gijs
2018-07-24 08:12:50 -07:00
browser_ext_windows_allowScriptsToClose.js
Bug 1488822 - propagate allowScriptsToClose via the frameloader instead of relying on frame scripts, r=mconley,kmag,nika
2018-09-15 08:26:33 +00:00
browser_ext_windows_create.js
Bug 1446940 part 2. Stop getting docshells from windows via getInterface in browser. r=gijs
2018-08-01 13:07:10 -04:00
browser_ext_windows_create_cookieStoreId.js
Bug 1488914 - Use about:home / about:privatebrowsing in windows.create r=rpl,dao
2018-10-12 08:47:00 +00:00
browser_ext_windows_create_params.js
browser_ext_windows_create_tabId.js
Bug 1458918 - Prevent windows.getLastFocused from leaking tab being adopted by a new window. r=dao,mixedpuppy
2018-05-03 16:24:02 +02:00
browser_ext_windows_create_url.js
browser_ext_windows_events.js
browser_ext_windows_remove.js
browser_ext_windows_size.js
browser_ext_windows_update.js
browser_ExtensionControlledPopup.js
Bug 1485426 - Use createXULElement instead of createElement in XUL docs. r=bgrins
2018-08-25 00:16:27 +00:00
context.html
context_frame.html
context_tabs_onUpdated_iframe.html
context_tabs_onUpdated_page.html
ctxmenu-image.png
file_bypass_cache.sjs
file_clearplugindata.html
file_dummy.html
file_find_frames.html
file_iframe_document.html
file_indexedDB.html
file_inspectedwindow_reload_target.sjs
file_language_fr_en.html
file_language_ja.html
file_language_tlh.html
file_popup_api_injection_a.html
file_popup_api_injection_b.html
file_serviceWorker.html
file_slowed_document.sjs
file_title.html
head.js
Bug 1498054 - Increase timeout for browser extension tests under asan. r=kmag
2018-10-10 15:57:53 -07:00
head_pageAction.js
Bug 1491394 - Update callsites to use new mozILocaleService API. r=jfkthame
2018-09-21 15:30:37 +00:00
head_sessions.js
head_webNavigation.js
install_other-1.0-fx.xpi
Backed out changeset 29cdfd4dec23 (bug 1369209) for browser chrome failures on browser_ext_management.js. CLOSED TREE
2018-08-23 22:29:36 +03:00
install_theme-1.0-fx.xpi
Backed out changeset 29cdfd4dec23 (bug 1369209) for browser chrome failures on browser_ext_management.js. CLOSED TREE
2018-08-23 22:29:36 +03:00
searchSuggestionEngine.sjs
searchSuggestionEngine.xml
serviceWorker.js
silence.ogg
Bug 1466926 - part3 : add test. r=kmag
2018-07-10 14:29:22 -07:00
webNav_createdTarget.html
webNav_createdTargetSource.html
webNav_createdTargetSource_subframe.html