gecko/js/xpconnect/tests/unit
Ryan VanderMeulen 0271067944 Backed out 7 changesets (bug 1117242) for mochitest failures.
Backed out changeset 694f7ac58964 (bug 1117242)
Backed out changeset b3f8122dd990 (bug 1117242)
Backed out changeset 442d41779bd8 (bug 1117242)
Backed out changeset ccf6dfe1ac75 (bug 1117242)
Backed out changeset 86421767cd26 (bug 1117242)
Backed out changeset 2f996950fb2f (bug 1117242)
Backed out changeset 4414e9d0b66b (bug 1117242)

CLOSED TREE
2015-02-06 13:40:53 -05:00
..
bogus_element_type.jsm
bogus_exports_type.jsm
bug451678_subscript.js
CatRegistrationComponents.manifest
component_import.js
component_import.manifest
component-blob.js Bug 1047483 - patch 1 - Porting DOMFile/DOMBlob to WebIDL, r=bz, r=bkelly, r=bholley 2014-10-08 17:15:22 +01:00
component-blob.manifest
component-file.js Bug 1047483 - patch 1 - Porting DOMFile/DOMBlob to WebIDL, r=bz, r=bkelly, r=bholley 2014-10-08 17:15:22 +01:00
component-file.manifest
head_watchdog.js Bug 1091459 - Only interrupt JS execution after running long enough that the slow script dialog might need to be shown, r=bholley. 2014-11-03 10:51:22 -07:00
importer.jsm
recursive_importA.jsm
recursive_importB.jsm
syntax_error.jsm
test_allowedDomains.js
test_allowedDomainsXHR.js Bug 966609 - nsWrapperCache for SandboxPrivate. r=bholley 2014-03-24 16:00:52 +01:00
test_attributes.js
test_blob2.js Bug 1047483 - patch 1 - Porting DOMFile/DOMBlob to WebIDL, r=bz, r=bkelly, r=bholley 2014-10-08 17:15:22 +01:00
test_blob.js
test_bogus_files.js Bug 1026254 Broken chrome: URLs should result in error pages r=bsmedberg 2014-06-21 00:50:58 +01:00
test_bug408412.js
test_bug451678.js Bug 1016240 - Exterminate CR+LF line endings. r=briansmith,cpearce,ehsan,gavin 2014-06-18 17:56:02 -07:00
test_bug604362.js
test_bug641378.js
test_bug677864.js Bug 951948 - Get rid of manual nsIClassInfo and nsIXPCScriptable implementations for nsXPCComponents. r=mrbkap 2014-01-14 18:49:29 -08:00
test_bug711404.js
test_bug742444.js Bug 742444 - Only propagate waivers between same-origin compartments. r=gabor 2014-07-22 16:14:27 -07:00
test_bug778409.js
test_bug780370.js Bug 1082450 - Deny access to cross-origin callables on COWs. r=gabor 2014-10-15 15:05:10 +02:00
test_bug809652.js Bug 987163 - Drop special COW support for TypedArrays. r=gabor 2014-06-17 10:16:08 -07:00
test_bug809674.js Bug 997440 - Use the WrappedJS's global as an entry global. r=bz 2014-05-20 22:52:20 -07:00
test_bug813901.js
test_bug845201.js
test_bug845862.js
test_bug849730.js Bug 1065186 - Drop support for exposing privileged arrays to untrusted content. r=gabor 2014-10-16 14:12:37 +02:00
test_bug851895.js
test_bug853709.js Bug 1065186 - Drop support for exposing privileged arrays to untrusted content. r=gabor 2014-10-16 14:12:37 +02:00
test_bug854558.js
test_bug856067.js Bug 1108930 - Part 6: Call WeakMap with new in xpconnect. r=mrbkap 2015-02-05 00:59:15 +09:00
test_bug867486.js
test_bug868675.js
test_bug872772.js
test_bug885800.js
test_bug930091.js Bug 1081990 - Fix up test suite. r=gabor 2014-10-18 11:02:09 +02:00
test_bug961054.js Bug 961054 - Don't invoke SetLastResult until the completion of an XPCWN method call. r=mrbkap 2014-01-21 08:25:29 -08:00
test_bug976151.js Bug 1040181 - Use an opaque wrapper rather than failing in Rewrap. r=gabor 2014-07-20 10:03:58 -06:00
test_bug1001094.js Bug 1001094 - Give nsJSID classinfo. r=mrbkap 2014-04-24 13:23:27 -07:00
test_bug1021312.js Backed out 2 changesets (bug 1021312, bug 1020460) for apparently causing jsreftest orange on a CLOSED TREE 2014-06-06 15:00:10 -07:00
test_bug1033253.js Bug 1033253 - Null-check the result of JS_GetFunctionId. r=bz 2014-07-02 11:02:11 -07:00
test_bug1033920.js Bug 1033920 - Handle null in XrayWrapper::setPrototypeOf. v1 r=efaust 2014-07-02 21:06:28 -07:00
test_bug1033927.js Bug 1033927 - Drop support for custom [object XrayWrapper [object ClassName]] stringification. r=peterv 2014-07-07 13:11:24 -07:00
test_bug1034262.js Bug 1034262 - Honor the wantXrays of both sides of the membrane when computing same-origin wrappers. r=gabor 2014-07-10 10:04:30 -07:00
test_bug1081990.js Bug 1081985 - Remove prototype remapping and make COWs simple. r=gabor 2014-10-20 15:52:53 +02:00
test_bug1082450.js Bug 1082450 - Tests. r=gabor 2014-10-15 15:05:10 +02:00
test_bug1110546.js Bug 1110546 - Allow null as the principal argument for the sandbox constructor. r=gabor 2014-12-18 12:44:42 -08:00
test_bug_442086.js
test_components.js Bug 951948 - Remove Components wrappers. r=mrbkap 2014-01-14 18:49:30 -08:00
test_crypto.js Bug 1116269 - Add 'crypto' to sandbox global properties, r=gabor 2015-01-09 10:55:44 -08:00
test_css.js Bug 1002280 - ID starting with numeric value crashes the devtools DOM inspector;r=jwalker,bholley 2014-05-09 09:58:26 -05:00
test_exportFunction.js Bug 1051224 - Add an opt-out for cross-origin argument checking. r=gabor 2014-09-03 13:02:36 -07:00
test_file2.js Bug 1047483 - patch 1 - Porting DOMFile/DOMBlob to WebIDL, r=bz, r=bkelly, r=bholley 2014-10-08 17:15:22 +01:00
test_file.js
test_getObjectPrincipal.js Bug 998083 - Introduce Cu.getObjectPrincipal and kill nsIScriptSecurityManager::GetObjectPrincipal. r=gabor 2014-04-19 10:39:59 -07:00
test_import_fail.js
test_import.js
test_interposition.js Bug 1017323 - Add-on interposition (r=bholley) 2014-07-14 22:10:05 -07:00
test_isModuleLoaded.js Bug 1004487 - Add Cu.isModuleLoaded method to know if a resource has been loaded via Cu.import, r=bholley 2014-05-15 23:52:45 +05:30
test_isProxy.js
test_js_weak_references.js
test_localeCompare.js
test_nuke_sandbox.js
test_params.js Bug 1066846 - Explicitly verify that incoming dipper parameters are objects. r=bz 2014-09-13 19:40:10 -07:00
test_promise.js Bug 1110105 - Get rid of -Promise from wantGlobalProperties. r=bholley 2014-12-15 11:34:16 +01:00
test_recursive_import.js
test_reflect_parse.js
test_returncode.js Bug 287107 - make Components.returnCode be the xpcom nsresult if set by js components. r=bholley 2014-12-09 13:52:08 +11:00
test_sandbox_atob.js
test_sandbox_metadata.js Bug 1001090 - Part 5: Fix errors in tests throughout the tree. (r=robcee,gavin) 2014-09-15 16:30:47 -07:00
test_tearoffs.js
test_textDecoder.js
test_unload.js
test_url.js
test_URLSearchParams.js Bug 1052931 - Add URLSearchParams to GlobalProperties for import. r=bholley 2014-08-12 18:13:35 -07:00
test_want_components.js
test_watchdog_default.js
test_watchdog_disable.js
test_watchdog_enable.js
test_watchdog_hibernate.js
test_watchdog_toggle.js
test_writeToGlobalPrototype.js Bug 1042680 - Allow add-ons to assign to var-declared chrome global with compartment_per_addon (r=bholley) 2014-09-10 17:15:40 -07:00
test_xpcomutils.js Bug 914753: Make Emacs file variable header lines correct, or at least consistent. DONTBUILD r=ehsan 2014-06-24 22:12:07 -07:00
test_xrayed_iterator.js Bug 1042398 - Tests. r=bholley 2014-07-23 15:20:05 -07:00
xpcshell.ini Backed out 7 changesets (bug 1117242) for mochitest failures. 2015-02-06 13:40:53 -05:00