gecko-dev/toolkit/components/extensions/test/mochitest
2025-07-07 14:52:21 +00:00
..
.eslintrc.mjs Bug 1881701 - Change new .eslintrc.mjs files to modules (toolkit/), and export as flat config. r=frontend-codestyle-reviewers,extension-reviewers,credential-management-reviewers,Gijs,mossop,dimi,robwu 2025-05-24 17:11:06 +00:00
chrome.toml
chrome_cleanup_script.js
chrome_head.js
file_contains_iframe.html
file_contains_img.html
file_contentscript_activeTab.html
file_contentscript_activeTab2.html
file_contentscript_iframe.html
file_green.html
file_green_blue.html
file_image_bad.png
file_image_good.png
file_image_great.png
file_image_redirect.png
file_indexedDB.html
file_language_fr_en.html
file_language_ja.html
file_language_tlh.html
file_mixed.html
file_redirect_cors_bypass.html
file_redirect_data_uri.html
file_remote_frame.html
file_sample.html
file_sample.txt
file_sample.txt^headers^
file_script_bad.js
file_script_good.js
file_script_redirect.js
file_script_xhr.js
file_serviceWorker.html
file_simple_iframe_worker.html
file_simple_inline_script.html
file_simple_sandboxed_frame.html
file_simple_sandboxed_subframe.html
file_simple_sharedworker.js
file_simple_webrequest_worker.html
file_simple_worker.js
file_simple_xhr.html
file_simple_xhr_frame.html
file_simple_xhr_frame2.html
file_slowed_document.sjs
file_streamfilter.txt
file_style_bad.css
file_style_good.css
file_style_redirect.css
file_tabs_permission_page1.html
file_tabs_permission_page2.html
file_third_party.html
file_to_drawWindow.html
file_webNavigation_clientRedirect.html
file_webNavigation_clientRedirect_httpHeaders.html
file_webNavigation_clientRedirect_httpHeaders.html^headers^
file_webNavigation_frameClientRedirect.html
file_webNavigation_frameRedirect.html
file_webNavigation_manualSubframe.html
file_webNavigation_manualSubframe_page1.html
file_webNavigation_manualSubframe_page2.html
file_WebNavigation_page1.html
file_WebNavigation_page2.html
file_WebNavigation_page3.html
file_WebRequest_page3.html
file_with_about_blank.html
file_with_iframe_sandbox.html
file_with_images.html
file_with_same_origin_frame.html
file_with_subframes_and_embed.html
file_with_xorigin_frame.html
head.js
head_cookies.js Bug 1972757 - Store cookie expiry value as msec, r=valentin,webdriver-reviewers,extension-reviewers,search-reviewers,devtools-reviewers,cookie-reviewers,migration-reviewers,backup-reviewers,scunnane,whimboo,robwu,ochameau,kpatenio 2025-06-24 20:07:08 +00:00
head_unlimitedStorage.js
head_webrequest.js
hsts.sjs
mochitest-common.toml Bug 1972563 - Last round of greening up for ubuntu 24.04. r=aryx,credential-management-reviewers,devtools-reviewers,anti-tracking-reviewers,sessionstore-reviewers,tabbrowser-reviewers,places-reviewers,translations-reviewers,home-newtab-reviewers,sidebar-reviewers,profiles-reviewers,nbarrett,sfoster,mconley,jdescottes,dimi,timhuang 2025-06-18 16:49:11 +00:00
mochitest-remote.toml
mochitest-serviceworker.toml Bug 1950639 - Implement browser.test changes required for WPT r=robwu 2025-04-17 17:09:11 +00:00
mochitest.toml
mochitest_console.js
oauth.html
redirect_auto.sjs
redirect_to.sjs
redirection.sjs
return_headers.sjs
serviceWorker.js
slow_response.sjs
test__verify_sw_mode.html
test_check_startupcache.html
test_chrome_ext_contentscript_data_uri.html
test_chrome_ext_contentscript_telemetry.html Bug 1702637 - set the test.wait300msAfterTabSwitch pref to true in chrome mochitests that failed on try, r=Gijs,extension-reviewers,robwu. 2025-06-03 12:04:41 +00:00
test_chrome_ext_contentscript_unrecognizedprop_warning.html
test_chrome_ext_downloads_open.html
test_chrome_ext_downloads_saveAs.html
test_chrome_ext_downloads_uniquify.html
test_chrome_ext_permissions.html
test_chrome_ext_svg_context_fill.html
test_chrome_ext_trackingprotection.html
test_chrome_ext_webnavigation_resolved_urls.html
test_chrome_ext_webrequest_background_events.html
test_chrome_ext_webrequest_host_permissions.html
test_chrome_ext_webrequest_mozextension.html
test_chrome_native_messaging_paths.html
test_ext_action.html
test_ext_activityLog.html
test_ext_all_apis.js Bug 1888486 - Implement i18n.getPreferredSystemLanguages r=robwu 2025-06-13 18:56:22 +00:00
test_ext_async_clipboard.html
test_ext_background_canvas.html
test_ext_background_page.html
test_ext_background_page_dpi.html
test_ext_browserAction_getUserSettings.html
test_ext_browserAction_onClicked.html
test_ext_browserAction_openPopup.html
test_ext_browserAction_openPopup_incognito_window.html
test_ext_browserAction_openPopup_windowId.html
test_ext_browserAction_openPopup_without_pref.html
test_ext_browserSettings_overrideDocumentColors.html
test_ext_browsingData_indexedDB.html
test_ext_browsingData_localStorage.html
test_ext_browsingData_pluginData.html
test_ext_browsingData_serviceWorkers.html
test_ext_browsingData_settings.html
test_ext_canvas_resistFingerprinting.html
test_ext_clipboard.html
test_ext_clipboard_image.html
test_ext_contentscript_about_blank.html
test_ext_contentscript_activeTab.html
test_ext_contentscript_blob.html
test_ext_contentscript_cache.html
test_ext_contentscript_canvas.html
test_ext_contentscript_data_url.html
test_ext_contentscript_devtools_metadata.html
test_ext_contentscript_fission_frame.html
test_ext_contentscript_getFrameId.html
test_ext_contentscript_incognito.html
test_ext_contentscript_permission.html
test_ext_contentscript_securecontext.html
test_ext_cookies.html Bug 1955685 - Improve cookie validation - part 7 - Fix existing tests, r=valentin,webdriver-reviewers,extension-reviewers,settings-reviewers,devtools-reviewers,cookie-reviewers,sessionstore-reviewers,migration-reviewers,backup-reviewers,sthompson,robwu,ochameau,necko-reviewers 2025-06-02 20:57:46 +00:00
test_ext_cookies_containers.html Bug 1955685 - Improve cookie validation - part 7 - Fix existing tests, r=valentin,webdriver-reviewers,extension-reviewers,settings-reviewers,devtools-reviewers,cookie-reviewers,sessionstore-reviewers,migration-reviewers,backup-reviewers,sthompson,robwu,ochameau,necko-reviewers 2025-06-02 20:57:46 +00:00
test_ext_cookies_expiry.html Bug 1972757 - Store cookie expiry value as msec, r=valentin,webdriver-reviewers,extension-reviewers,search-reviewers,devtools-reviewers,cookie-reviewers,migration-reviewers,backup-reviewers,scunnane,whimboo,robwu,ochameau,kpatenio 2025-06-24 20:07:08 +00:00
test_ext_cookies_first_party.html
test_ext_cookies_incognito.html Bug 1955685 - Improve cookie validation - part 7 - Fix existing tests, r=valentin,webdriver-reviewers,extension-reviewers,settings-reviewers,devtools-reviewers,cookie-reviewers,sessionstore-reviewers,migration-reviewers,backup-reviewers,sthompson,robwu,ochameau,necko-reviewers 2025-06-02 20:57:46 +00:00
test_ext_cookies_permissions_bad.html Bug 1845870 - Cookie purge down to the purgeQuota number exactly r=cookie-reviewers,baku,robwu,emz 2025-04-17 17:50:05 +00:00
test_ext_cookies_permissions_good.html Bug 1845870 - Cookie purge down to the purgeQuota number exactly r=cookie-reviewers,baku,robwu,emz 2025-04-17 17:50:05 +00:00
test_ext_dnr_other_extensions.html
test_ext_dnr_tabIds.html
test_ext_dnr_upgradeScheme.html
test_ext_downloads_download.html
test_ext_embeddedimg_iframe_frameAncestors.html
test_ext_exclude_include_globs.html
test_ext_extension_getViews.html
test_ext_extension_iframe_messaging.html
test_ext_external_messaging.html
test_ext_generate.html
test_ext_geolocation.html Bug 1960651 - Part 1: Move all geolocation tests to dom/geolocation/test r=dom-core,frontend-codestyle-reviewers,mccr8 2025-04-16 14:49:07 +00:00
test_ext_identity.html Bug 1954293 - Remove test-only usages of privacy.partition.network_state. r=necko-reviewers,extension-reviewers,anti-tracking-reviewers,robwu,kershaw,timhuang 2025-06-03 15:20:31 +00:00
test_ext_idle.html
test_ext_inIncognitoContext_window.html
test_ext_listener_proxies.html
test_ext_new_tab_processType.html
test_ext_notifications.html
test_ext_optional_permissions.html
test_ext_pageAction_onClicked.html
test_ext_protocolHandlers.html
test_ext_redirect_jar.html
test_ext_request_urlClassification.html
test_ext_runtime_connect.html
test_ext_runtime_connect2.html
test_ext_runtime_connect_iframe.html
test_ext_runtime_connect_twoway.html
test_ext_runtime_disconnect.html
test_ext_runtime_getContexts.html
test_ext_script_filenames.html
test_ext_scripting_contentScripts.html
test_ext_scripting_executeScript.html
test_ext_scripting_executeScript_activeTab.html
test_ext_scripting_executeScript_injectImmediately.html
test_ext_scripting_executeScript_null_principal.html
test_ext_scripting_executeScript_slow_frame.html
test_ext_scripting_executeScript_world.html
test_ext_scripting_insertCSS.html
test_ext_scripting_permissions.html
test_ext_scripting_removeCSS.html
test_ext_sendmessage_doublereply.html
test_ext_sendmessage_frameId.html
test_ext_sendmessage_no_receiver.html
test_ext_sendmessage_reply.html
test_ext_sendmessage_reply2.html
test_ext_storage_cleanup.html
test_ext_storage_manager_capabilities.html
test_ext_storage_smoke_test.html
test_ext_streamfilter_multiple.html Bug 1959450 - Drop skip-if from StreamFilter tests r=rpl 2025-05-07 22:10:37 +00:00
test_ext_streamfilter_processswitch.html Bug 1959450 - Drop skip-if from StreamFilter tests r=rpl 2025-05-07 22:10:37 +00:00
test_ext_subframes_privileges.html
test_ext_tabs_captureTab.html
test_ext_tabs_create_cookieStoreId.html
test_ext_tabs_detectLanguage.html Bug 1975609 - Fixed typo in test_ext_tabs_detectLanguage.html mochitest plain test document title. r=robwu DONTBUILD 2025-07-07 14:52:21 +00:00
test_ext_tabs_executeScript_good.html
test_ext_tabs_groupId.html Bug 1959715 - Support groupId in tabs.query r=zombie 2025-04-11 23:07:15 +00:00
test_ext_tabs_permissions.html
test_ext_tabs_query_popup.html
test_ext_tabs_sendMessage.html
test_ext_test.html Bug 1950639 - Implement browser.test changes required for WPT r=robwu 2025-04-17 17:09:11 +00:00
test_ext_unlimitedStorage.html
test_ext_web_accessible_incognito.html
test_ext_web_accessible_resources.html
test_ext_webnavigation.html
test_ext_webnavigation_filters.html
test_ext_webnavigation_incognito.html
test_ext_webrequest_and_proxy_filter.html
test_ext_webrequest_auth.html
test_ext_webrequest_background_events.html
test_ext_webrequest_basic.html
test_ext_webrequest_errors.html
test_ext_webrequest_filter.html
test_ext_webrequest_frameId.html
test_ext_webrequest_getSecurityInfo.html
test_ext_webrequest_hsts.html
test_ext_webrequest_redirect_bypass_cors.html
test_ext_webrequest_redirect_data_uri.html
test_ext_webrequest_upgrade.html
test_ext_webrequest_upload.html
test_ext_webrequest_worker.html
test_ext_window_postMessage.html
test_startup_canary.html
test_verify_non_remote_mode.html
test_verify_remote_mode.html
webrequest_chrome.worker.js
webrequest_test.sys.mjs
webrequest_worker.js