gecko-dev/toolkit/components/extensions/test/xpcshell
2017-04-06 15:20:24 -07:00
..
data Bug 1353150: Add tests for WebExtension Xray named element property access. r=bz,mixedpuppy 2017-04-06 15:20:24 -07:00
.eslintrc.js Bug 1347712 - Change the testing configurations into ESLint configurations within eslint-plugin-mozilla - automatically update .eslintrc.js test config files for new config locations. r=jaws 2017-03-20 12:36:37 +01:00
head.js Bug 1344616: Migrate content script mochitests to xpcshell. r=mixedpuppy 2017-03-06 17:15:40 -08:00
head_native_messaging.js Bug 1321637: Fix execution of batch files with spaces in path. r=mhowell,aswan 2017-01-22 16:23:33 -08:00
head_remote.js Bug 1344616: Migrate content script mochitests to xpcshell. r=mixedpuppy 2017-03-06 17:15:40 -08:00
head_sync.js
native_messaging.ini
test_csp_custom_policies.js
test_csp_validator.js
test_ext_alarms.js Bug 1203330 Part 3 Remove EventManager r=kmag 2017-01-26 11:27:31 -08:00
test_ext_alarms_does_not_fire.js
test_ext_alarms_periodic.js
test_ext_alarms_replaces.js
test_ext_api_permissions.js Bug 1350522: Part 2 - Convert toolkit APIs to lazy loading. r=aswan 2017-03-31 19:36:00 -07:00
test_ext_background_generated_load_events.js
test_ext_background_generated_reload.js
test_ext_background_global_history.js
test_ext_background_private_browsing.js
test_ext_background_runtime_connect_params.js
test_ext_background_sub_windows.js
test_ext_background_window_properties.js
test_ext_contentscript.js Bug 1344616: Migrate content script mochitests to xpcshell. r=mixedpuppy 2017-03-06 17:15:40 -08:00
test_ext_contentscript_xrays.js Bug 1353150: Add tests for WebExtension Xray named element property access. r=bz,mixedpuppy 2017-04-06 15:20:24 -07:00
test_ext_contexts.js Bug 1203330 Part 3 Remove EventManager r=kmag 2017-01-26 11:27:31 -08:00
test_ext_contextual_identities.js Bug 1322856 - Expose ContextualIdentities (aka containers) to WebExtensions - part 1, r=kmaglione 2016-12-17 18:41:02 +01:00
test_ext_downloads.js Bug 1338409: Part 1 - Lazily parse the schema data for each namespace as it is needed. r=aswan 2017-02-10 21:06:55 -08:00
test_ext_downloads_download.js
test_ext_downloads_misc.js
test_ext_downloads_search.js
test_ext_experiments.js Bug 1351381 - Provide a console API object in experiments API sandbox. r=kmag 2017-03-28 09:51:31 -07:00
test_ext_extension.js
test_ext_extensionPreferencesManager.js Bug 1344590: Part 1 - Handle extension reloads, upgrades, and manager restarts in xpcshell helpers. r=rhelmer 2017-03-07 23:41:57 -08:00
test_ext_extensionSettingsStore.js Bug 1344590: Part 1 - Handle extension reloads, upgrades, and manager restarts in xpcshell helpers. r=rhelmer 2017-03-07 23:41:57 -08:00
test_ext_i18n.js Bug 1344616: Migrate content script mochitests to xpcshell. r=mixedpuppy 2017-03-06 17:15:40 -08:00
test_ext_i18n_css.js Bug 1344616: Migrate content script mochitests to xpcshell. r=mixedpuppy 2017-03-06 17:15:40 -08:00
test_ext_idle.js Bug 1203330 Part 3 Remove EventManager r=kmag 2017-01-26 11:27:31 -08:00
test_ext_json_parser.js Bug 1344590: Part 4 - Store parsed and normalized extension data in indexedDB. r=aswan 2017-03-08 09:16:01 -08:00
test_ext_legacy_extension_context.js Bug 1258360: Implement onMessageExternal and onConnectExternal. r=mixedpuppy 2017-02-11 13:28:18 -08:00
test_ext_legacy_extension_embedding.js Bug 1329182 - remove trailing newURI null parameters in toolkit/, r=jaws. 2017-01-09 20:27:25 +01:00
test_ext_localStorage.js
test_ext_management.js
test_ext_management_uninstall_self.js Bug 1344590: Part 1 - Handle extension reloads, upgrades, and manager restarts in xpcshell helpers. r=rhelmer 2017-03-07 23:41:57 -08:00
test_ext_manifest_content_security_policy.js
test_ext_manifest_incognito.js
test_ext_manifest_minimum_chrome_version.js
test_ext_manifest_themes.js Bug 1339131 - Provide warnings instead of throwing errors for unrecognized properties r=jaws,mikedeboer 2017-03-07 14:16:19 -05:00
test_ext_native_messaging.js Bug 1338409: Part 1 - Lazily parse the schema data for each namespace as it is needed. r=aswan 2017-02-10 21:06:55 -08:00
test_ext_native_messaging_perf.js Bug 1326401 Bump up acceptable range for subprocess perf test r=kmag 2017-01-11 12:08:14 -08:00
test_ext_native_messaging_unresponsive.js
test_ext_onmessage_removelistener.js
test_ext_permissions.js Backed out changeset b56c89bfeb0e (bug 1197420) 2017-03-25 17:39:30 +01:00
test_ext_privacy.js Bug 1341277 - Part 3: Update ext-privacy.js to support disabling and re-enabling settings. r=aswan 2017-02-23 09:45:37 -05:00
test_ext_privacy_disable.js Bug 1341277 - Part 3: Update ext-privacy.js to support disabling and re-enabling settings. r=aswan 2017-02-23 09:45:37 -05:00
test_ext_privacy_update.js Bug 1344590: Part 1 - Handle extension reloads, upgrades, and manager restarts in xpcshell helpers. r=rhelmer 2017-03-07 23:41:57 -08:00
test_ext_runtime_connect_no_receiver.js
test_ext_runtime_getBrowserInfo.js
test_ext_runtime_getPlatformInfo.js Bug 1344616: Migrate content script mochitests to xpcshell. r=mixedpuppy 2017-03-06 17:15:40 -08:00
test_ext_runtime_onInstalled_and_onStartup.js Bug 1313648 - Add previousVersion to onInstalled details r=aswan 2017-03-13 05:55:52 +01:00
test_ext_runtime_sendMessage.js Bug 1329017 - Enable the no-useless-return rule for eslint and use eslint --fix to autofix the errors. r=standard8 2017-01-06 12:09:28 -05:00
test_ext_runtime_sendMessage_errors.js
test_ext_runtime_sendMessage_no_receiver.js
test_ext_runtime_sendMessage_self.js
test_ext_schemas.js Bug 1338409: Part 1 - Lazily parse the schema data for each namespace as it is needed. r=aswan 2017-02-10 21:06:55 -08:00
test_ext_schemas_allowed_contexts.js Bug 1338409: Part 1 - Lazily parse the schema data for each namespace as it is needed. r=aswan 2017-02-10 21:06:55 -08:00
test_ext_schemas_async.js Bug 1338409: Part 1 - Lazily parse the schema data for each namespace as it is needed. r=aswan 2017-02-10 21:06:55 -08:00
test_ext_schemas_revoke.js Backed out changeset 2ad68bdfb2ed (bug 1344590) for mochitest bustage 2017-03-12 19:20:10 -07:00
test_ext_shutdown_cleanup.js Bug 1330076 - Rewrite test_chrome_ext_shutdown_cleanup.html into an xpcshell test r=aswan 2017-01-10 22:00:33 +01:00
test_ext_simple.js
test_ext_startup_cache.js Bug 1344590: Part 4 - Store parsed and normalized extension data in indexedDB. r=aswan 2017-03-08 09:16:01 -08:00
test_ext_storage.js Bug 1331467: Enable chrome.storage.sync by default, r=kmag 2017-01-18 11:44:17 -05:00
test_ext_storage_sync.js Bug 1339559 - Enable no-mixed-operators ESLint rule r=kmag 2017-03-17 14:28:14 +01:00
test_ext_storage_sync_crypto.js Bug 1321570 - Move ExtensionStorageSync crypto out of services/sync, r=kmag 2017-02-13 15:06:02 -05:00
test_ext_themes_supported_properties.js Bug 1338525 - Add test coverage for theme validation r=mikedeboer 2017-03-09 16:56:46 -05:00
test_ext_topSites.js
test_getAPILevelForWindow.js Bug 1329182 - remove trailing newURI null parameters in toolkit/, r=jaws. 2017-01-09 20:27:25 +01:00
test_locale_converter.js
test_locale_data.js Bug 1344590: Part 4 - Store parsed and normalized extension data in indexedDB. r=aswan 2017-03-08 09:16:01 -08:00
test_native_messaging.js Bug 1321637: Fix execution of batch files with spaces in path. r=mhowell,aswan 2017-01-22 16:23:33 -08:00
test_proxy_scripts.js Part 1: Bug 1295807 - Add a Javascript Module for registering proxy scripts. r=kmag,robwu 2017-03-06 17:04:46 -05:00
xpcshell-content.ini Bug 1353150: Add tests for WebExtension Xray named element property access. r=bz,mixedpuppy 2017-04-06 15:20:24 -07:00
xpcshell-remote.ini Bug 1344616: Migrate content script mochitests to xpcshell. r=mixedpuppy 2017-03-06 17:15:40 -08:00
xpcshell.ini Bug 1350522: Part 1 - Allow lazily loading and instantiating API modules. r=aswan 2017-03-31 17:16:39 -07:00