gecko-dev/js/xpconnect/tests/unit
Kris Maglione d82e509e37 Bug 1354733: Part 2 - Never rewrap dead wrappers. r=bholley
MozReview-Commit-ID: 2oSGtKe9pkI

--HG--
extra : rebase_source : 48fb1050ebfdf6e3c6f16cda13842b3e1eb4eb06
2017-05-20 11:51:05 -07:00
..
bogus_element_type.jsm
bogus_exports_type.jsm
bug451678_subscript.js Bug 1150106 - Add an async version of loadSubscript - Part 2, tests r=bholley 2015-05-20 22:14:54 -07:00
CatRegistrationComponents.manifest
component_import.js Bug 1147572 - Remove implementation language field from DOM class info. r=jst 2015-03-30 10:45:39 -07:00
component_import.manifest
component-blob.js Bug 1163388 - patch 2 - get rid of nsIDOMFile, r=ehsan 2015-05-18 14:52:26 +01:00
component-blob.manifest
component-file.js Bug 1335536 - File.createFromNsIFile and File.createFromFileName should be async - part 1 - tests, r=smaug 2017-02-08 10:18:32 +01:00
component-file.manifest
file_simple_script.js Bug 1333990: Part 1b - Add tests for script precompiler. r=shu 2017-03-16 16:55:59 -07:00
head_ongc.js Bug 1355161 - script-generated patch to replace .{currentThread,mainThread}.dispatch(..., Ci.nsIThread.DISPATCH_NORMAL) with .dispatchToMainThread(...), r=froydnj. 2017-04-14 18:29:12 +02:00
head_watchdog.js Bug 1355161 - script-generated patch to replace .{currentThread,mainThread}.dispatch(..., Ci.nsIThread.DISPATCH_NORMAL) with .dispatchToMainThread(...), r=froydnj. 2017-04-14 18:29:12 +02:00
importer.jsm
recursive_importA.jsm
recursive_importB.jsm
subScriptWithEarlyError.js Bug 1315592 - Handle JS compilation errors in the async subscript loader. (r=bholley) 2016-12-02 17:36:42 -08:00
syntax_error.jsm
test_allowedDomains.js
test_allowedDomainsXHR.js Bug 1320201 - When an XHR is made with an expanded principal, use the expanded principal for CORS security checks; r=bzbarsky 2016-12-15 16:49:35 -05:00
test_allowWaivers.js Bug 1182409 - Add 'allowWaivers' sandbox option. r=gabor 2015-07-15 11:32:30 -07:00
test_asyncLoadSubScriptError.js Bug 1315592 - Handle JS compilation errors in the async subscript loader. (r=bholley) 2016-12-02 17:36:42 -08:00
test_attributes.js Bug 1314955 part A - Move the binary xpconnect testing components into libxul so that we can remove support for external binary components. Ideally we'd only compile these into the xul-gtest version, but currently we can't run xpcshell tests against that version, so I'm going to put them into the release xul, r=mrbkap 2016-11-16 12:28:57 -05:00
test_blob2.js Bug 1163388 - patch 2 - get rid of nsIDOMFile, r=ehsan 2015-05-18 14:52:26 +01:00
test_blob.js
test_bogus_files.js
test_bug408412.js
test_bug451678.js
test_bug604362.js
test_bug677864.js
test_bug711404.js
test_bug742444.js
test_bug778409.js
test_bug780370.js
test_bug809652.js Bug 1215937 - Remove use of expression closure from js/xpconnect/. r=bholley 2015-10-19 00:01:58 +09:00
test_bug809674.js Bug 1162187 - Use the AutoJSAPI machinery to handle xpcshell exceptions. r=glandium 2015-05-26 13:51:47 -07:00
test_bug813901.js
test_bug845201.js
test_bug845862.js
test_bug849730.js
test_bug851895.js
test_bug853709.js
test_bug854558.js
test_bug856067.js
test_bug867486.js
test_bug868675.js
test_bug872772.js
test_bug885800.js
test_bug930091.js Bug 1073816 - Implement ES6 Function.prototype.bind length handling. r=Till,bholley 2015-02-09 19:42:20 +01:00
test_bug976151.js
test_bug1001094.js
test_bug1021312.js
test_bug1033253.js
test_bug1033920.js
test_bug1033927.js Bug 1121938 - Implement TypedArray.prototype.toString and .toLocaleString. r=waldo 2016-08-11 09:31:22 -07:00
test_bug1034262.js
test_bug1081990.js
test_bug1082450.js
test_bug1110546.js
test_bug1131707.js Bug 1131707 - Transparently forward the construct bit for function forwarders. r=gabor 2015-05-06 18:11:51 -07:00
test_bug1150106.js Bug 1356810: Follow-up: Fix xpcshell test for async subscript return value. 2017-04-19 12:07:52 -07:00
test_bug1150771.js Bug 1214936 - Make the ArrayBuffer constructor throw if invoked without 'new'. (r=evilpie) 2015-10-15 13:54:49 -07:00
test_bug1151385.js Bug 1151385 - Fail early for cross-origin sandboxPrototype. r=gabor 2015-05-04 11:05:29 -07:00
test_bug1170311.js Bug 1170311 - Stop asserting non-null argument to nsIPrincipal::{subsumes,equals}{,ConsideringDomain}. r=gabor 2015-06-02 10:45:10 -07:00
test_bug1244222.js Bug 1244222 - Tests. r=bz 2016-02-09 14:55:52 -08:00
test_bug_442086.js
test_callFunctionWithAsyncStack.js Bug 1200832 - make Console.trace follow async parents; r=baku,bgrins 2015-10-21 08:40:00 +02:00
test_classesByID_instanceof.js Bug 888969 - Make the getPrototypeOf/setPrototypeOf traps scriptable. r=efaust, r=bholley 2016-02-23 13:42:30 -08:00
test_compileScript.js Bug 1349989: Correctly handle errors for OMT-compiled scripts. r=shu 2017-03-23 22:13:07 -07:00
test_components.js
test_crypto.js
test_css.js
test_deepFreezeClone.js Bug 1186213 - Add an API to deep-freeze the result of Cu.cloneInto. r=gkrizsanits 2015-07-21 14:57:00 +02:00
test_exportFunction.js
test_file2.js Bug 1335536 - File.createFromNsIFile and File.createFromFileName should be async - part 1 - tests, r=smaug 2017-02-08 10:18:32 +01:00
test_file.js Bug 1335536 - File.createFromNsIFile and File.createFromFileName should be async - part 1 - tests, r=smaug 2017-02-08 10:18:32 +01:00
test_fileReader.js Bug 1231100 - Get rid of nsIDOMFileReader - patch 2, r=sicking 2015-12-09 15:52:38 -05:00
test_getObjectPrincipal.js
test_import_fail.js
test_import.js Bug 1329182 - remove trailing newURI null parameters in the rest of the tree, r=jaws. 2017-01-09 20:27:26 +01:00
test_interposition.js Bug 1164014 - Shim optimization. r=billm 2015-06-08 09:28:54 +02:00
test_isModuleLoaded.js Bug 1182194 - Convert LayoutHelpers.jsm into a commonjs module. r=jwalker 2015-07-30 06:14:08 -07:00
test_isProxy.js
test_js_weak_references.js
test_localeCompare.js
test_nuke_sandbox_event_listeners.js Bug 1336988: Correctly handle dead callback objects when iterating over event listeners. r=peterv 2017-02-06 11:34:56 -08:00
test_nuke_sandbox.js Bug 1322273: Return DeadObjectProxy when wrapping for nuked compartment. r=bholley 2017-02-22 19:11:52 -08:00
test_nuke_webextension_wrappers.js Bug 1273251: Part 6 - Test that extension window wrappers are nuked on close. r=billm 2016-11-17 12:44:30 -08:00
test_onGarbageCollection-01.js Bug 1150253 - Part 3: Migrate onGarbageCollection tests; r=sfink 2015-04-22 09:43:02 -07:00
test_onGarbageCollection-02.js Bug 1150253 - Part 3: Migrate onGarbageCollection tests; r=sfink 2015-04-22 09:43:02 -07:00
test_onGarbageCollection-03.js Bug 1150253 - Part 3: Migrate onGarbageCollection tests; r=sfink 2015-04-22 09:43:02 -07:00
test_onGarbageCollection-04.js Bug 1193583 - Fix misc XPConnect and devtools tests. (r=jorendorff) 2015-08-30 15:08:19 -07:00
test_onGarbageCollection-05.js Bug 1197970 - Expose the GC cycle's number through Debugger.Memory's onGarbageCollection hook. r=sfink 2015-08-26 10:13:00 -04:00
test_params.js Bug 1314955 part A - Move the binary xpconnect testing components into libxul so that we can remove support for external binary components. Ideally we'd only compile these into the xul-gtest version, but currently we can't run xpcshell tests against that version, so I'm going to put them into the release xul, r=mrbkap 2016-11-16 12:28:57 -05:00
test_promise.js
test_recursive_import.js
test_reflect_parse.js
test_resolve_dead_promise.js Bug 1298597 - Properly handle the target Promise having been nuked in resolve/reject functions for xray'd Promises. r=jandem 2016-09-05 14:48:38 +02:00
test_returncode.js Bug 1314955 part A - Move the binary xpconnect testing components into libxul so that we can remove support for external binary components. Ideally we'd only compile these into the xul-gtest version, but currently we can't run xpcshell tests against that version, so I'm going to put them into the release xul, r=mrbkap 2016-11-16 12:28:57 -05:00
test_rewrap_dead_wrapper.js Bug 1354733: Part 2 - Never rewrap dead wrappers. r=bholley 2017-05-20 11:51:05 -07:00
test_rtcIdentityProvider.js Bug 1258299 - Move RTCIdentityProvider to a dictionary, r=jib,khuey 2016-03-24 16:12:56 +11:00
test_sandbox_atob.js
test_sandbox_metadata.js
test_sandbox_name.js Bug 1150045 - De-anonymize Expanded Principals. r=bholley 2015-04-10 17:52:29 +02:00
test_tearoffs.js
test_textDecoder.js
test_unload.js
test_url.js
test_URLSearchParams.js
test_want_components.js
test_watchdog_default.js Bug 1338255 - Remove remaining legacy generator from js/xpconnect/tests/. r=bholley 2017-02-11 01:53:24 +09:00
test_watchdog_disable.js Bug 1338255 - Remove remaining legacy generator from js/xpconnect/tests/. r=bholley 2017-02-11 01:53:24 +09:00
test_watchdog_enable.js Bug 1338255 - Remove remaining legacy generator from js/xpconnect/tests/. r=bholley 2017-02-11 01:53:24 +09:00
test_watchdog_hibernate.js Bug 1338255 - Remove remaining legacy generator from js/xpconnect/tests/. r=bholley 2017-02-11 01:53:24 +09:00
test_watchdog_toggle.js Bug 1338255 - Remove remaining legacy generator from js/xpconnect/tests/. r=bholley 2017-02-11 01:53:24 +09:00
test_weak_keys.js Bug 1165807 - display WeakSet and WeakMap contents in console; r=bz,fitzgen 2015-11-16 06:50:00 -08:00
test_writeToGlobalPrototype.js Backed out 2 changesets (bug 1202902) to recking bug 1202902 to be able to reopen inbound on a CLOSED TREE 2015-10-07 14:03:21 +02:00
test_xpcomutils.js Bug 1354682 Add transform to XPCOMUtils.defineLazyPreferenceGetter r=kmag 2017-04-28 22:39:13 -07:00
test_xpcwn_tamperproof.js Bug 1318875 - Stop using nsIPrincipal.APP_STATUS_INSTALLED in test_xpcwn_tamperproof.js; r=baku 2016-11-20 11:20:56 -05:00
test_xray_named_element_access.js Bug 1353150: Add tests for chrome Xray named element property access. r=bz 2017-04-06 21:32:47 -07:00
test_xray_regexp.js Bug 1192038 - Update RegExp Xray code. r=bholley,arai 2016-11-26 19:17:39 +01:00
test_xray_SavedFrame-02.js Bug 1157456 - Re-wrap results in SavedFrame accessors; r=jorendorff 2015-06-17 13:18:16 -07:00
test_xray_SavedFrame.js Bug 1117242 - SavedFrame objects should do principal checks for every accessor; r=jimb,jandem,bz 2015-02-13 09:21:50 -08:00
test_xrayed_iterator.js
xpcshell.ini Bug 1354733: Part 2 - Never rewrap dead wrappers. r=bholley 2017-05-20 11:51:05 -07:00