gecko-dev/browser/components/extensions/test/browser
Oriol Brufau ac5db38313 Bug 1427107 - Reject setBadgeBackgroundColor promise for invalid string colors r=mixedpuppy
MozReview-Commit-ID: 1XXiQCDe7Tu

--HG--
extra : rebase_source : df1ab14e9473d1fab42016ea31823274838bffdd
2018-01-11 18:56:18 +01:00
..
locale Bug 1357902 - Use improved locale service APIs for localization. r=gandalf 2017-05-04 18:28:05 -07:00
.eslintrc.js Bug 1365412 - Clean up various ESLint global definitions in browser/. r=mossop 2017-05-16 22:22:42 +01:00
browser-common.ini Bug 1427463 - Implement tabs.captureTab(tabId). r=mixedpuppy 2018-01-10 14:51:43 +00:00
browser-remote.ini Bug 1379508: Follow-up: Disable select popup test on Linux for frequent intermittent failures. 2017-07-15 21:08:44 -07:00
browser.ini Bug 1342708 fix datalist failure in webext popups, r=kmag 2017-06-01 16:20:34 -07:00
browser_ext_autocompletepopup.js Bug 1374282 - script generated patch to remove generators from add_task in browser/ and toolkit/, r=Mossop. 2017-06-22 12:51:43 +02:00
browser_ext_browserAction_area.js Bug 1354109 - update WebExtensions code for Photon, r=kmag 2017-05-31 18:08:52 +01:00
browser_ext_browserAction_context.js Bug 1427107 - Reject setBadgeBackgroundColor promise for invalid string colors r=mixedpuppy 2018-01-11 18:56:18 +01:00
browser_ext_browserAction_contextMenu.js Bug 1388902 remove socialapi share, r=florian 2017-08-16 08:54:21 -07:00
browser_ext_browserAction_disabled.js Bug 1353542 - massive script-generated patch converting Task.async and Task.spawn calls, and generators clearly identifiable as tasks, rs=Mossop. 2017-05-12 14:42:39 +02:00
browser_ext_browserAction_pageAction_icon.js Bug 1413648 fix default extension icon use, r=aswan 2017-11-02 15:49:38 -07:00
browser_ext_browserAction_pageAction_icon_permissions.js Bug 1395387 - Reconcile WebExtension page actions and Photon page actions: WebExtensions changes. r=mixedpuppy 2017-10-27 17:39:57 -04:00
browser_ext_browserAction_popup.js Bug 1370967 - close containing popup when clicking a non-popup browser action, r=mixedpuppy 2017-07-03 17:14:58 +01:00
browser_ext_browserAction_popup_preload.js Backed out changeset 6896f93a2327 (bug 1385352) for not making it to m-c before the next violation of its new linting rule merged to autoland 2017-08-10 20:21:19 -07:00
browser_ext_browserAction_popup_resize.js Bug 1421459: Update to ESLint 4 "indent" rule. r=aswan 2017-11-28 14:13:59 -08:00
browser_ext_browserAction_simple.js Bug 1353542 - massive script-generated patch converting Task.async and Task.spawn calls, and generators clearly identifiable as tasks, rs=Mossop. 2017-05-12 14:42:39 +02:00
browser_ext_browserAction_telemetry.js Bug 1421459: Update to ESLint 4 "indent" rule. r=aswan 2017-11-28 14:13:59 -08:00
browser_ext_browserAction_theme_icons.js Bug 1417281 part 2 - Add 32x32 theme icon in browser_ext_browserAction_theme_icons.js test so that it works as expected on HiDPI as well. r=mixedpuppy 2017-11-14 17:55:06 -08:00
browser_ext_browsingData_formData.js Bug 1321303 - Part 5: Implement browsingData.removeFormData, r=aswan 2016-12-14 14:29:57 -05:00
browser_ext_browsingData_history.js Bug 1371919 - Fix Intermittent browser/components/extensions/test/browser/browser_ext_browsingData_history.js, r=mixedpuppy 2017-10-30 11:37:31 -04:00
browser_ext_browsingData_indexedDB.js Bug 1230373 - Enable mozilla/use-services for browser/components/ r=mossop 2017-10-11 15:43:51 +01:00
browser_ext_browsingData_localStorage.js Bug 1388428 - Extend browsingData to restrict removing localStorage to a given list of hostnames; r=asuth,bsilverberg 2017-09-25 16:47:38 -04:00
browser_ext_browsingData_pluginData.js Bug 1371293 - Fix instances of space-before-function-paren failures after ESLint 4 upgrade. r=mossop 2017-11-06 13:46:21 +00:00
browser_ext_browsingData_serviceWorkers.js Bug 1421459: Update to ESLint 4 "indent" rule. r=aswan 2017-11-28 14:13:59 -08:00
browser_ext_chrome_settings_overrides_home.js Bug 1408472 - Read-only browserSettings should return false on write attempts, r=mixedpuppy 2017-11-28 12:11:23 -05:00
browser_ext_commands_execute_browser_action.js Bug 1354109 - update WebExtensions code for Photon, r=kmag 2017-05-31 18:08:52 +01:00
browser_ext_commands_execute_page_action.js Bug 1353542 - massive script-generated patch converting Task.async and Task.spawn calls, and generators clearly identifiable as tasks, rs=Mossop. 2017-05-12 14:42:39 +02:00
browser_ext_commands_execute_sidebar_action.js Bug 1353542 - massive script-generated patch converting Task.async and Task.spawn calls, and generators clearly identifiable as tasks, rs=Mossop. 2017-05-12 14:42:39 +02:00
browser_ext_commands_getAll.js Bug 1353542 - massive script-generated patch converting Task.async and Task.spawn calls, and generators clearly identifiable as tasks, rs=Mossop. 2017-05-12 14:42:39 +02:00
browser_ext_commands_onCommand.js Bug 1353542 - smaller script-generated patch converting remaining generators that are likely tasks (actual generators were identified by hand and whitelisted), r=Mossop. 2017-05-12 14:45:01 +02:00
browser_ext_contentscript_connect.js Bug 1353542 - massive script-generated patch converting Task.async and Task.spawn calls, and generators clearly identifiable as tasks, rs=Mossop. 2017-05-12 14:42:39 +02:00
browser_ext_contextMenus.js Bug 1370228 - "Context menu title with placeholder always shows ellipsis" [r=mixedpuppy] 2017-12-21 08:33:00 +02:00
browser_ext_contextMenus_checkboxes.js Bug 1421459: Update to ESLint 4 "indent" rule. r=aswan 2017-11-28 14:13:59 -08:00
browser_ext_contextMenus_commands.js Bug 1351638 - Fix intermittents caused by menus_commands test r=kmag 2017-07-04 03:12:34 +02:00
browser_ext_contextMenus_icons.js Bug 1321544 - Support icons for context menu items; r=zombie 2017-07-11 22:27:20 +05:30
browser_ext_contextMenus_onclick.js Bug 1421459: Update to ESLint 4 "indent" rule. r=aswan 2017-11-28 14:13:59 -08:00
browser_ext_contextMenus_radioGroups.js Bug 1421459: Update to ESLint 4 "indent" rule. r=aswan 2017-11-28 14:13:59 -08:00
browser_ext_contextMenus_uninstall.js Bug 1421459: Update to ESLint 4 "indent" rule. r=aswan 2017-11-28 14:13:59 -08:00
browser_ext_contextMenus_urlPatterns.js Bug 1421459: Update to ESLint 4 "indent" rule. r=aswan 2017-11-28 14:13:59 -08:00
browser_ext_currentWindow.js Bug 1353542 - smaller script-generated patch converting remaining generators that are likely tasks (actual generators were identified by hand and whitelisted), r=Mossop. 2017-05-12 14:45:01 +02:00
browser_ext_devtools_inspectedWindow.js Bug 1421459: Update to ESLint 4 "indent" rule. r=aswan 2017-11-28 14:13:59 -08:00
browser_ext_devtools_inspectedWindow_eval_bindings.js Bug 1421459: Update to ESLint 4 "indent" rule. r=aswan 2017-11-28 14:13:59 -08:00
browser_ext_devtools_inspectedWindow_reload.js Bug 1421459: Update to ESLint 4 "indent" rule. r=aswan 2017-11-28 14:13:59 -08:00
browser_ext_devtools_network.js Bug 1361080 - update webextension tests to directly use devtools loader;r=rpl 2017-09-29 15:28:19 +02:00
browser_ext_devtools_page.js Bug 1361080 - update webextension tests to directly use devtools loader;r=rpl 2017-09-29 15:28:19 +02:00
browser_ext_devtools_panel.js Bug 1380855 - Fix intermittency and speed up devtools panel webextension test. r=mixedpuppy 2018-01-05 19:16:53 +01:00
browser_ext_devtools_panels_elements.js Bug 1382487 - Fix devtools onSelectionChanged API event test case intermittency. r=aswan 2017-08-15 17:08:27 +02:00
browser_ext_devtools_panels_elements_sidebar.js Bug 1398729 - Support devtools.panels.elements sidebar.setExpression API method. r=aswan 2017-09-09 16:39:17 +02:00
browser_ext_find.js Bug 1366646 - Include borders and padding when calculating the offset of a window inside an (i)frame. r=jaws 2017-10-18 13:58:36 +02:00
browser_ext_geckoProfiler_symbolicate.js Bug 1366791 Make browser_ext_geckoProfiler_symbolicate.js wait for prefs to be written. r=mstange 2017-05-23 07:30:57 -07:00
browser_ext_getViews.js Bug 1299053 - Ensure that background pages have windowId -1 in browser.extension.getViews r=aswan 2017-04-23 13:03:11 +02:00
browser_ext_history_redirect.js Bug 1409617 - Convert test_ext_history_redirect.html to browser test and make it a bit robust. r=aswan 2017-10-18 20:37:39 +09:00
browser_ext_identity_indication.js Bug 1415029 - Use better extension icon in identity block r=johannh 2017-11-27 11:36:10 -06:00
browser_ext_incognito_popup.js Bug 1353542 - massive script-generated patch converting Task.async and Task.spawn calls, and generators clearly identifiable as tasks, rs=Mossop. 2017-05-12 14:42:39 +02:00
browser_ext_incognito_views.js Bug 1353542 - massive script-generated patch converting Task.async and Task.spawn calls, and generators clearly identifiable as tasks, rs=Mossop. 2017-05-12 14:42:39 +02:00
browser_ext_lastError.js Bug 1353542 - smaller script-generated patch converting remaining generators that are likely tasks (actual generators were identified by hand and whitelisted), r=Mossop. 2017-05-12 14:45:01 +02:00
browser_ext_legacy_extension_context_contentscript.js Bug 1421459: Update to ESLint 4 "indent" rule. r=aswan 2017-11-28 14:13:59 -08:00
browser_ext_menus.js Bug 1412170 - Integrate WebExtension page action context menus with the Photon page action context menu: WebExtensions changes. r=mixedpuppy 2017-10-30 17:50:33 -04:00
browser_ext_omnibox.js Bug 1421459: Update to ESLint 4 "indent" rule. r=aswan 2017-11-28 14:13:59 -08:00
browser_ext_openPanel.js Bug 1341126 implement open for browser/page/sidebar actions, r=kmag,zombie 2017-03-08 23:36:25 -08:00
browser_ext_optionsPage_browser_style.js Bug 1354336 - Require all browser_style elements to have the browser-style class r=mikedeboer 2017-06-23 13:54:19 -04:00
browser_ext_optionsPage_modals.js Bug 1420319 - Wait for the next event tick before resolving promise in browser_ext_optionsPage_modals.js. r=jaws 2017-12-01 22:35:59 +09:00
browser_ext_optionsPage_privileges.js Bug 1353542 - massive script-generated patch converting Task.async and Task.spawn calls, and generators clearly identifiable as tasks, rs=Mossop. 2017-05-12 14:42:39 +02:00
browser_ext_pageAction_context.js Bug 1380597 - Ensure the url can be loaded by the extension. r=kmag 2017-09-07 17:09:40 -04:00
browser_ext_pageAction_contextMenu.js Bug 1388902 remove socialapi share, r=florian 2017-08-16 08:54:21 -07:00
browser_ext_pageAction_popup.js Bug 1353542 - massive script-generated patch converting Task.async and Task.spawn calls, and generators clearly identifiable as tasks, rs=Mossop. 2017-05-12 14:42:39 +02:00
browser_ext_pageAction_popup_resize.js Bug 1421459: Update to ESLint 4 "indent" rule. r=aswan 2017-11-28 14:13:59 -08:00
browser_ext_pageAction_show_matches.js Bug 1419842 support pattern matching to show/hide pageActions, r=aswan 2017-12-05 14:41:21 -08:00
browser_ext_pageAction_simple.js Bug 1419842 support pattern matching to show/hide pageActions, r=aswan 2017-12-05 14:41:21 -08:00
browser_ext_pageAction_telemetry.js Bug 1376003 - Address intermittent browser_ext_pageAction_telemetry.js, r=mixedpuppy 2017-06-27 12:12:07 -07:00
browser_ext_pageAction_title.js Bug 1365412 - Clean up various ESLint global definitions in browser/. r=mossop 2017-05-16 22:22:42 +01:00
browser_ext_popup_api_injection.js Bug 1353542 - massive script-generated patch converting Task.async and Task.spawn calls, and generators clearly identifiable as tasks, rs=Mossop. 2017-05-12 14:42:39 +02:00
browser_ext_popup_background.js Bug 1425868 - Consolidate arrow panel styling. r=dao 2017-12-19 08:00:00 -06:00
browser_ext_popup_corners.js Bug 1354117 - don't force border radius to 0 for photon (x-ref bug 1374315), fix webextension tests, r=kmag 2017-08-01 18:37:41 +01:00
browser_ext_popup_select.js Bug 1379508: Part 3 - Support <select> popups in OOP popup browsers. r=zombie 2017-07-13 15:47:52 -07:00
browser_ext_popup_sendMessage.js Backed out changeset 6896f93a2327 (bug 1385352) for not making it to m-c before the next violation of its new linting rule merged to autoland 2017-08-10 20:21:19 -07:00
browser_ext_popup_shutdown.js Bug 1354109 - update WebExtensions code for Photon, r=kmag 2017-05-31 18:08:52 +01:00
browser_ext_runtime_openOptionsPage.js Bug 1380290: Use correct message manager when communicating with inline options browsers. r=aswan 2017-07-12 17:41:12 -07:00
browser_ext_runtime_openOptionsPage_uninstall.js Bug 1353542 - smaller script-generated patch converting remaining generators that are likely tasks (actual generators were identified by hand and whitelisted), r=Mossop. 2017-05-12 14:45:01 +02:00
browser_ext_runtime_setUninstallURL.js Bug 1423425 Stop reading the Extension.jsm module object in specialpowers r=kmag 2017-12-18 10:32:23 -08:00
browser_ext_sessions_forgetClosedTab.js Bug 1421459: Update to ESLint 4 "indent" rule. r=aswan 2017-11-28 14:13:59 -08:00
browser_ext_sessions_forgetClosedWindow.js Bug 1421459: Update to ESLint 4 "indent" rule. r=aswan 2017-11-28 14:13:59 -08:00
browser_ext_sessions_getRecentlyClosed.js Bug 1421459: Update to ESLint 4 "indent" rule. r=aswan 2017-11-28 14:13:59 -08:00
browser_ext_sessions_getRecentlyClosed_private.js Bug 1365412 - Clean up various ESLint global definitions in browser/. r=mossop 2017-05-16 22:22:42 +01:00
browser_ext_sessions_getRecentlyClosed_tabs.js Bug 1352459 - Collect rich icons in ContentLinkHandler. r=mak,Mardak 2017-09-12 09:47:51 -04:00
browser_ext_sessions_restore.js Bug 1353542 - smaller script-generated patch converting remaining generators that are likely tasks (actual generators were identified by hand and whitelisted), r=Mossop. 2017-05-12 14:45:01 +02:00
browser_ext_sessions_window_tab_value.js Bug 1322060 - Extension API to store persistent values on window/tab using get/set/remove methods. r=kmag, r=bsilverberg 2017-08-27 16:42:00 -04:00
browser_ext_settings_overrides_default_search.js Bug 1404584 Part 3: Convert ExtensionPreferencesManager to use update and uninstall events, r=aswan,jkt 2017-11-01 09:51:41 -04:00
browser_ext_settings_overrides_search.js Bug 1421459: Update to ESLint 4 "indent" rule. r=aswan 2017-11-28 14:13:59 -08:00
browser_ext_sidebarAction.js Bug 1427431 - Add methods to check if browser/page/sidebar actions are enabled/shown/open r=mixedpuppy 2018-01-11 18:19:02 +01:00
browser_ext_sidebarAction_browser_style.js Bug 1354336 - Require all browser_style elements to have the browser-style class r=mikedeboer 2017-06-23 13:54:19 -04:00
browser_ext_sidebarAction_context.js Bug 1380597 - Ensure the url can be loaded by the extension. r=kmag 2017-09-07 17:09:40 -04:00
browser_ext_sidebarAction_contextMenu.js Bug 1409433 - Handle contextmenu clicks in non-tab content r=aswan 2017-11-01 23:00:33 +01:00
browser_ext_sidebarAction_tabs.js Bug 1353542 - massive script-generated patch converting Task.async and Task.spawn calls, and generators clearly identifiable as tasks, rs=Mossop. 2017-05-12 14:42:39 +02:00
browser_ext_sidebarAction_windows.js Bug 1365637 place WE sidebars into the photon sidebar dropdown, r=Gijs,mattw 2017-05-29 15:20:48 -07:00
browser_ext_simple.js Bug 1353542 - massive script-generated patch converting Task.async and Task.spawn calls, and generators clearly identifiable as tasks, rs=Mossop. 2017-05-12 14:42:39 +02:00
browser_ext_slow_script.js Bug 1402503: Follow-up: Make sure we get a new content process for process hang tests. r=bustage 2017-09-27 20:44:30 -07:00
browser_ext_tab_runtimeConnect.js Bug 1353542 - massive script-generated patch converting Task.async and Task.spawn calls, and generators clearly identifiable as tasks, rs=Mossop. 2017-05-12 14:42:39 +02:00
browser_ext_tabs_audio.js Use extension ID instead of URL UUID for tab.mutedInfo (bug 1391168) r=kmag 2017-08-17 20:29:36 -06:00
browser_ext_tabs_captureTab.js Bug 1427463 - Implement tabs.captureTab(tabId). r=mixedpuppy 2018-01-10 14:51:43 +00:00
browser_ext_tabs_captureVisibleTab.js Bug 1421459: Update to ESLint 4 "indent" rule. r=aswan 2017-11-28 14:13:59 -08:00
browser_ext_tabs_cookieStoreId.js Bug 1353542 - massive script-generated patch converting Task.async and Task.spawn calls, and generators clearly identifiable as tasks, rs=Mossop. 2017-05-12 14:42:39 +02:00
browser_ext_tabs_create.js Bug 1415913 - tabs.create without a windowId should target only normal windows, r=aswan 2017-11-20 17:00:20 -05:00
browser_ext_tabs_create_invalid_url.js Bug 1353542 - smaller script-generated patch converting remaining generators that are likely tasks (actual generators were identified by hand and whitelisted), r=Mossop. 2017-05-12 14:45:01 +02:00
browser_ext_tabs_detectLanguage.js Bug 1353542 - massive script-generated patch converting Task.async and Task.spawn calls, and generators clearly identifiable as tasks, rs=Mossop. 2017-05-12 14:42:39 +02:00
browser_ext_tabs_discard.js Bug 1322485 - Implement browser.tabs.discard API. r=mixedpuppy 2017-10-30 12:52:00 -04:00
browser_ext_tabs_discarded.js Backed out 2 changesets (bug 1345433) for eslint bustage 2017-10-31 19:35:18 -07:00
browser_ext_tabs_duplicate.js Bug 1353542 - massive script-generated patch converting Task.async and Task.spawn calls, and generators clearly identifiable as tasks, rs=Mossop. 2017-05-12 14:42:39 +02:00
browser_ext_tabs_events.js Bug 1366290 - Fix the ordering of tabs.onActivated and tabs.onRemoved, r=kmag 2017-05-31 12:01:58 -04:00
browser_ext_tabs_executeScript.js Bug 1368152: Part 4 - Remove ExtensionManagement.jsm. r=aswan 2017-06-03 17:18:18 -07:00
browser_ext_tabs_executeScript_bad.js Bug 1397652 - Update tests within browser/ to comply with new toplevel data: URI navigation policy. r=gijs 2017-09-13 06:56:42 +02:00
browser_ext_tabs_executeScript_good.js Bug 1391720 remove _blank support for background pages, r=kmag 2017-08-18 11:30:01 -07:00
browser_ext_tabs_executeScript_multiple.js Bug 1353542 - massive script-generated patch converting Task.async and Task.spawn calls, and generators clearly identifiable as tasks, rs=Mossop. 2017-05-12 14:42:39 +02:00
browser_ext_tabs_executeScript_no_create.js Bug 1353542 - massive script-generated patch converting Task.async and Task.spawn calls, and generators clearly identifiable as tasks, rs=Mossop. 2017-05-12 14:42:39 +02:00
browser_ext_tabs_executeScript_runAt.js Bug 1398514 - Use slower documents for executeScript_runAt test r=kmag 2017-10-05 19:22:00 +02:00
browser_ext_tabs_getCurrent.js Bug 1353542 - massive script-generated patch converting Task.async and Task.spawn calls, and generators clearly identifiable as tasks, rs=Mossop. 2017-05-12 14:42:39 +02:00
browser_ext_tabs_insertCSS.js Bug 1353542 - massive script-generated patch converting Task.async and Task.spawn calls, and generators clearly identifiable as tasks, rs=Mossop. 2017-05-12 14:42:39 +02:00
browser_ext_tabs_lastAccessed.js Bug 1416039 - Fix intermittent browser_ext_tabs_lastAccessed.js, r=mixedpuppy 2017-11-24 08:26:34 -05:00
browser_ext_tabs_lazy.js Backed out 2 changesets (bug 1345433) for eslint bustage 2017-10-31 19:35:18 -07:00
browser_ext_tabs_move_array.js Bug 1421459: Update to ESLint 4 "indent" rule. r=aswan 2017-11-28 14:13:59 -08:00
browser_ext_tabs_move_window.js Bug 1353542 - massive script-generated patch converting Task.async and Task.spawn calls, and generators clearly identifiable as tasks, rs=Mossop. 2017-05-12 14:42:39 +02:00
browser_ext_tabs_move_window_multiple.js Bug 1353542 - massive script-generated patch converting Task.async and Task.spawn calls, and generators clearly identifiable as tasks, rs=Mossop. 2017-05-12 14:42:39 +02:00
browser_ext_tabs_move_window_pinned.js Bug 1353542 - massive script-generated patch converting Task.async and Task.spawn calls, and generators clearly identifiable as tasks, rs=Mossop. 2017-05-12 14:42:39 +02:00
browser_ext_tabs_onHighlighted.js Bug 1421459: Update to ESLint 4 "indent" rule. r=aswan 2017-11-28 14:13:59 -08:00
browser_ext_tabs_onUpdated.js Bug 1377358 followup, pacify eslint 2017-07-01 14:39:19 -07:00
browser_ext_tabs_opener.js Bug 1238314: Part 2 - Implement browser.tabs openerTabId functionality. r=aswan 2017-08-04 16:13:59 -07:00
browser_ext_tabs_printPreview.js Bug 1269300 Patch 5;r=mixedpuppy 2017-07-13 18:34:29 +01:00
browser_ext_tabs_query.js Bug 1334782 - tabs.query should pattern match the title r=zombie 2017-11-16 16:17:45 +05:30
browser_ext_tabs_readerMode.js Bug 1402921 - Enhance browser_ext_tabs_readerMode to verify that correct isInReaderMode is reported for onUpdated, r=Gijs,mixedpuppy 2017-09-28 07:37:35 -04:00
browser_ext_tabs_reload.js Bug 1353542 - massive script-generated patch converting Task.async and Task.spawn calls, and generators clearly identifiable as tasks, rs=Mossop. 2017-05-12 14:42:39 +02:00
browser_ext_tabs_reload_bypass_cache.js Bug 1353542 - massive script-generated patch converting Task.async and Task.spawn calls, and generators clearly identifiable as tasks, rs=Mossop. 2017-05-12 14:42:39 +02:00
browser_ext_tabs_removeCSS.js Bug 1353542 - massive script-generated patch converting Task.async and Task.spawn calls, and generators clearly identifiable as tasks, rs=Mossop. 2017-05-12 14:42:39 +02:00
browser_ext_tabs_sendMessage.js Bug 1353542 - massive script-generated patch converting Task.async and Task.spawn calls, and generators clearly identifiable as tasks, rs=Mossop. 2017-05-12 14:42:39 +02:00
browser_ext_tabs_update.js Bug 1353542 - massive script-generated patch converting Task.async and Task.spawn calls, and generators clearly identifiable as tasks, rs=Mossop. 2017-05-12 14:42:39 +02:00
browser_ext_tabs_update_url.js Bug 1421459: Update to ESLint 4 "indent" rule. r=aswan 2017-11-28 14:13:59 -08:00
browser_ext_tabs_zoom.js Bug 1353542 - massive script-generated patch converting Task.async and Task.spawn calls, and generators clearly identifiable as tasks, rs=Mossop. 2017-05-12 14:42:39 +02:00
browser_ext_themes_icons.js Bug 1421459: Update to ESLint 4 "indent" rule. r=aswan 2017-11-28 14:13:59 -08:00
browser_ext_themes_validation.js Bug 1426259: Revamp processing of manifest.json for themes r=kmag 2017-12-20 16:06:50 -08:00
browser_ext_url_overrides_newtab.js Bug 1426599 - Wait for the next event tick after onLocationChange, in browser/components/extensions/test/browser/browser_ext_url_overrides_newtab.js. r=Gijs 2018-01-06 16:24:43 +09:00
browser_ext_user_events.js Bug 1363485 - Update tests r=dao 2017-07-30 20:39:55 +02:00
browser_ext_webNavigation_frameId0.js Bug 1368152: Part 4 - Remove ExtensionManagement.jsm. r=aswan 2017-06-03 17:18:18 -07:00
browser_ext_webNavigation_getFrames.js Bug 1353542 - massive script-generated patch converting Task.async and Task.spawn calls, and generators clearly identifiable as tasks, rs=Mossop. 2017-05-12 14:42:39 +02:00
browser_ext_webNavigation_onCreatedNavigationTarget.js Bug 1403349 - Split webNavigation onCreatedNavigationTarget tests to prevent timeouts on linux32 debug. r=aswan 2017-10-13 18:19:47 +02:00
browser_ext_webNavigation_onCreatedNavigationTarget_contextmenu.js Bug 1403349 - Split webNavigation onCreatedNavigationTarget tests to prevent timeouts on linux32 debug. r=aswan 2017-10-13 18:19:47 +02:00
browser_ext_webNavigation_onCreatedNavigationTarget_named_window.js Bug 1403349 - Split webNavigation onCreatedNavigationTarget tests to prevent timeouts on linux32 debug. r=aswan 2017-10-13 18:19:47 +02:00
browser_ext_webNavigation_onCreatedNavigationTarget_subframe_window_open.js Bug 1403349 - Split webNavigation onCreatedNavigationTarget tests to prevent timeouts on linux32 debug. r=aswan 2017-10-13 18:19:47 +02:00
browser_ext_webNavigation_onCreatedNavigationTarget_window_open.js Bug 1403349 - Split webNavigation onCreatedNavigationTarget tests to prevent timeouts on linux32 debug. r=aswan 2017-10-13 18:19:47 +02:00
browser_ext_webNavigation_urlbar_transitions.js Backed out changeset 720c38d9052e (bug 1344924) for crashes at [@ mozilla::net::nsSocketTransport::InitiateSocket] 2017-05-17 10:56:57 +02:00
browser_ext_webRequest.js Bug 1321854 add logging for intermittent, r=mixedpuppy 2017-10-31 15:46:13 -07:00
browser_ext_windows.js Bug 1421459: Update to ESLint 4 "indent" rule. r=aswan 2017-11-28 14:13:59 -08:00
browser_ext_windows_allowScriptsToClose.js Bug 1353542 - massive script-generated patch converting Task.async and Task.spawn calls, and generators clearly identifiable as tasks, rs=Mossop. 2017-05-12 14:42:39 +02:00
browser_ext_windows_create.js Bug 1353542 - massive script-generated patch converting Task.async and Task.spawn calls, and generators clearly identifiable as tasks, rs=Mossop. 2017-05-12 14:42:39 +02:00
browser_ext_windows_create_params.js Bug 1353542 - massive script-generated patch converting Task.async and Task.spawn calls, and generators clearly identifiable as tasks, rs=Mossop. 2017-05-12 14:42:39 +02:00
browser_ext_windows_create_tabId.js Bug 1353542 - massive script-generated patch converting Task.async and Task.spawn calls, and generators clearly identifiable as tasks, rs=Mossop. 2017-05-12 14:42:39 +02:00
browser_ext_windows_create_url.js Bug 1353542 - massive script-generated patch converting Task.async and Task.spawn calls, and generators clearly identifiable as tasks, rs=Mossop. 2017-05-12 14:42:39 +02:00
browser_ext_windows_events.js Bug 1373011 - Re-enable browser/components/extensions/test/browser/browser_ext_windows_events.js, r=aswan,zombie 2017-06-16 12:25:36 -04:00
browser_ext_windows_size.js Backed out changeset 6896f93a2327 (bug 1385352) for not making it to m-c before the next violation of its new linting rule merged to autoland 2017-08-10 20:21:19 -07:00
browser_ext_windows_update.js Bug 1353542 - massive script-generated patch converting Task.async and Task.spawn calls, and generators clearly identifiable as tasks, rs=Mossop. 2017-05-12 14:42:39 +02:00
context.html Bug 1338898 fix 150 char limit for context menu text selection, r=aswan,mattw 2017-06-29 15:11:29 -07:00
context_frame.html Bug 1339440 use frameUrl to match context menus on frames r=kmag 2017-03-16 15:02:28 -07:00
context_tabs_onUpdated_iframe.html
context_tabs_onUpdated_page.html
ctxmenu-image.png
file_bypass_cache.sjs
file_clearplugindata.html Bug 1321303 - Part 6: Implement browsingData.removePluginData, r=mak 2016-12-19 16:55:02 -05:00
file_dummy.html
file_find_frames.html Bug 1406912 - Fix _serializeRangeData does not handle ranges found in same node properly. r=mixedpuppy 2017-10-09 12:42:00 -04:00
file_iframe_document.html
file_indexedDB.html Bug 1333050 - Test for BrowsingData.removeIndexedDB, r=kmag 2017-09-21 21:41:52 +02:00
file_inspectedwindow_reload_target.sjs Bug 1300584 - Implements devtools.inspectedWindow.reload. r=kmag 2017-01-28 06:26:53 +01:00
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 Bug 1321303 - Part 8: Implement browsingData serviceWorkers dataType, r=baku 2016-12-23 16:27:46 -05:00
file_slowed_document.sjs Bug 1398514 - Use slower documents for executeScript_runAt test r=kmag 2017-10-05 19:22:00 +02:00
file_title.html Bug 1333376 - Support reading the title and setting the title preface of a Window object, r=aswan 2017-07-05 16:53:10 -04:00
head.js Bug 1412456 - Test changes to no longer use interposition (r=felipe,bgrins,mrbkap) 2017-12-07 12:55:24 -08:00
head_pageAction.js Bug 1427431 - Add methods to check if browser/page/sidebar actions are enabled/shown/open r=mixedpuppy 2018-01-11 18:19:02 +01:00
head_sessions.js Bug 1337509 - Do not create tab objects with an unsupported 'selected' property. r=bsilverberg,mixedpuppy 2017-04-18 22:07:38 +05:30
head_webNavigation.js Bug 1403349 - Split webNavigation onCreatedNavigationTarget tests to prevent timeouts on linux32 debug. r=aswan 2017-10-13 18:19:47 +02:00
profilerSymbols.sjs Bug 1326572 - Provide an API for nsIProfiler r=kmag,mstange 2017-04-11 09:03:40 -07:00
searchSuggestionEngine.sjs
searchSuggestionEngine.xml
serviceWorker.js Bug 1321303 - Part 8: Implement browsingData serviceWorkers dataType, r=baku 2016-12-23 16:27:46 -05:00
webNav_createdTarget.html Bug 1190687 - [webext] webNavigation.onCreatedNavigationTarget on new windows/tabs from context menu and user clicks on links. r=kmag 2017-02-24 19:49:38 +01:00
webNav_createdTargetSource.html Bug 1344376 - Clicking on a link with target=_blank should fire onCreatedNavigationTarget. r=billm 2017-03-06 20:55:02 +01:00
webNav_createdTargetSource_subframe.html Bug 1344376 - Clicking on a link with target=_blank should fire onCreatedNavigationTarget. r=billm 2017-03-06 20:55:02 +01:00