gecko-dev/toolkit/components/extensions/test/xpcshell
Luca Greco 1618aa7ef4 Bug 1252215 - [webext] Fix promiseAddonStartup defined in xpcshell tests. r=kmag
MozReview-Commit-ID: BXYXHDrG6zL

--HG--
extra : rebase_source : a93d664d78ffc416d08e1bab3058be153ae560f7
2016-09-01 19:42:41 +02:00
..
data Bug 1288885: Migrate downloads mochitests to xpcshell. r=aswan 2016-07-22 18:49:50 -07:00
.eslintrc Bug 1288885: Support testing WebExtensions from xpcshell tests. r=aswan 2016-07-24 16:09:26 -07:00
head.js Bug 1288912: Add tests for native messaging round trip time. r=aswan 2016-07-28 20:54:40 -07:00
head_native_messaging.js Bug 1290598: Migrate native messaging tests to xpcshell. r=aswan 2016-08-02 17:39:51 -07:00
native_messaging.ini Bug 1296888: Add "webextensions" tag to WebExtension tests. r=aswan 2016-08-20 15:41:31 -07:00
test_csp_custom_policies.js
test_csp_validator.js
test_ext_alarms.js Bug 1288885: Split out the longest-running alarm tasks into separate units. r=aswan 2016-07-22 19:29:58 -07:00
test_ext_alarms_does_not_fire.js Bug 1288885: Split out the longest-running alarm tasks into separate units. r=aswan 2016-07-22 19:29:58 -07:00
test_ext_alarms_periodic.js Bug 1288885: Split out the longest-running alarm tasks into separate units. r=aswan 2016-07-22 19:29:58 -07:00
test_ext_alarms_replaces.js Bug 1288885: Split out the longest-running alarm tasks into separate units. r=aswan 2016-07-22 19:29:58 -07:00
test_ext_api_permissions.js Bug 1298939: Don't initialize APIs that the extension does not have permissions for. r=rpl 2016-09-01 13:04:54 -07:00
test_ext_apimanager.js Bug 1287010 - Add test for SchemaAPIManager's loadScript r=billm 2016-08-24 15:40:35 -07:00
test_ext_background_generated_load_events.js Bug 1288885: Migrate background page mochitests to xpcshell. r=aswan 2016-07-22 18:44:27 -07:00
test_ext_background_generated_reload.js Bug 1288885: Migrate background page mochitests to xpcshell. r=aswan 2016-07-22 18:44:27 -07:00
test_ext_background_global_history.js Bug 1296934: Prevent background pages from showing up in global history. r=gabor 2016-08-21 12:43:50 -07:00
test_ext_background_runtime_connect_params.js Backed out changeset af745bd5c209 for xpcshell test failures. 2016-07-28 13:42:02 -07:00
test_ext_background_sub_windows.js Bug 1288885: Migrate background page mochitests to xpcshell. r=aswan 2016-07-22 18:44:27 -07:00
test_ext_background_window_properties.js Bug 1288885: Migrate background page mochitests to xpcshell. r=aswan 2016-07-22 18:44:27 -07:00
test_ext_contexts.js Bug 1287010 - Make environment of Context explicit. r=billm 2016-08-16 15:51:50 -07:00
test_ext_downloads.js Bug 1288885: Migrate downloads mochitests to xpcshell. r=aswan 2016-07-22 18:49:50 -07:00
test_ext_downloads_download.js Bug 1288885: Migrate downloads mochitests to xpcshell. r=aswan 2016-07-22 18:49:50 -07:00
test_ext_downloads_misc.js Bug 1288885: Migrate downloads mochitests to xpcshell. r=aswan 2016-07-22 18:49:50 -07:00
test_ext_downloads_search.js Bug 1288885: Migrate downloads mochitests to xpcshell. r=aswan 2016-07-22 18:49:50 -07:00
test_ext_experiments.js Bug 1252215 - [webext] Fix promiseAddonStartup defined in xpcshell tests. r=kmag 2016-09-01 19:42:41 +02:00
test_ext_extension.js Backed out changeset af745bd5c209 for xpcshell test failures. 2016-07-28 13:42:02 -07:00
test_ext_idle.js Bug 1299846 - Complete the implementation of chrome.idle.queryState, r=kmag 2016-09-01 09:28:56 -04:00
test_ext_json_parser.js Bug 1286908 Remove id allocation from SpecialPowers loadExtension() r=kmag 2016-08-02 16:04:37 -07:00
test_ext_legacy_extension_context.js Bug 1252215 - [webext] LegacyExtensionsUtils JSM module and LegacyExtensionContext helper. r=aswan,kmag 2016-08-24 18:31:36 +02:00
test_ext_legacy_extension_embedding.js Bug 1252215 - [webext] Add Embedded Extensions helper to LegacyExtensionsUtils. r=aswan,kmag 2016-08-29 15:56:02 +02:00
test_ext_localStorage.js Bug 1286908 Remove id allocation from SpecialPowers loadExtension() r=kmag 2016-08-02 16:04:37 -07:00
test_ext_management.js Bug 1285537 - Create schema for the management API, r=aswan 2016-07-18 17:15:54 -04:00
test_ext_manifest_content_security_policy.js Bug 1288885: Support testing WebExtensions from xpcshell tests. r=aswan 2016-07-24 16:09:26 -07:00
test_ext_manifest_incognito.js Bug 1288885: Support testing WebExtensions from xpcshell tests. r=aswan 2016-07-24 16:09:26 -07:00
test_ext_manifest_minimum_chrome_version.js Bug 1282978 - Accept and ignore the minimum_chrome_version manifest property. r=kmag 2016-08-30 00:40:33 +05:30
test_ext_native_messaging.js Bug 1298810: Pass Port object to listeners on native messaging ports. r=rpl 2016-08-29 13:12:16 -07:00
test_ext_native_messaging_perf.js Bug 1286908 Remove id allocation from SpecialPowers loadExtension() r=kmag 2016-08-02 16:04:37 -07:00
test_ext_native_messaging_unresponsive.js Bug 1286908 Remove id allocation from SpecialPowers loadExtension() r=kmag 2016-08-02 16:04:37 -07:00
test_ext_onmessage_removelistener.js Backed out changeset af745bd5c209 for xpcshell test failures. 2016-07-28 13:42:02 -07:00
test_ext_runtime_connect_no_receiver.js Bug 1286746 - Invoke port.onDisconnect if there are no onConnect listeners. r=kmag 2016-07-15 17:46:00 -07:00
test_ext_runtime_getPlatformInfo.js Backed out changeset af745bd5c209 for xpcshell test failures. 2016-07-28 13:42:02 -07:00
test_ext_runtime_sendMessage.js Bug 1290117: Call sendMessage response callback when there are no replies. r=robwu 2016-08-06 14:21:10 -07:00
test_ext_runtime_sendMessage_errors.js Bug 1286712 - Validate runtime.sendMessage parameters r=billm 2016-08-16 21:36:42 -07:00
test_ext_runtime_sendMessage_no_receiver.js Bug 1295473 - Fix return type of {tabs,runtime}.sendMessage r=billm 2016-08-15 23:53:24 -07:00
test_ext_runtime_sendMessage_self.js Bug 1286124 - Part 2/2 - Do not deliver messages to the sender's frame r=kmag 2016-07-13 21:33:56 -07:00
test_ext_schemas.js Bug 1287010 - Refactor shouldInject / pathObj r=billm 2016-08-24 01:03:49 -07:00
test_ext_schemas_api_injection.js Bug 1287010 - Make environment of Context explicit. r=billm 2016-08-16 15:51:50 -07:00
test_ext_schemas_restrictions.js Bug 1287010 - Refactor shouldInject / pathObj r=billm 2016-08-24 01:03:49 -07:00
test_ext_simple.js Bug 1297229 Run experiments APIs through schemas r=kmag 2016-08-22 16:50:32 -07:00
test_ext_storage.js Bug 1288885: Migrate storage mochitests to xpcshell. r=aswan 2016-07-22 17:32:31 -07:00
test_getAPILevelForWindow.js
test_locale_converter.js
test_locale_data.js Bug 1286908 Remove id allocation from SpecialPowers loadExtension() r=kmag 2016-08-02 16:04:37 -07:00
test_native_messaging.js
xpcshell.ini Bug 1252215 - [webext] Add Embedded Extensions helper to LegacyExtensionsUtils. r=aswan,kmag 2016-08-29 15:56:02 +02:00