gecko/js/xpconnect/tests/chrome
2014-11-08 01:07:12 +01:00
..
bug503926.xul Bug 1062631 - Fix up content QI security check and tests. r=bz 2014-09-08 13:36:21 -07:00
chrome.ini Bug 1081985 - Remove prototype remapping and make COWs simple. r=gabor 2014-10-20 15:52:53 +02:00
file_bug618176.xul
file_bug996069.html
file_bug1050049.xml Bug 1050049 - Tests. r=smaug 2014-08-11 20:06:56 -07:00
file_discardSystemSource.html
file_evalInSandbox.html
file_expandosharing.jsm
mochitest.ini
moz.build
outoflinexulscript.js
subscript.js
test_APIExposer.xul
test_bug361111.xul
test_bug448587.xul Bug 976148 - Implement Xrays to Function objects. r=gabor 2014-06-19 09:57:06 -07:00
test_bug484459.xul
test_bug500931.xul
test_bug503926.xul Bug 1062631 - Fix up content QI security check and tests. r=bz 2014-09-08 13:36:21 -07:00
test_bug533596.xul
test_bug571849.xul
test_bug596580.xul
test_bug601803.xul
test_bug610390.xul
test_bug614757.xul
test_bug616992.xul
test_bug618176.xul
test_bug654370.xul
test_bug658560.xul
test_bug658909.xul
test_bug664689.xul Bug 1015380 - Fix up tests that will break with Object Xrays. r=gabor 2014-05-28 11:14:27 -07:00
test_bug679861.xul
test_bug706301.xul
test_bug720619.xul
test_bug726949.xul
test_bug732665.xul
test_bug738244.xul
test_bug743843.xul
test_bug760076.xul
test_bug760131.html
test_bug763343.xul Bug 1017424 part 5. Remove classinfo for Window. r=peterv 2014-09-05 14:28:45 -04:00
test_bug771429.xul
test_bug773962.xul
test_bug792280.xul
test_bug793433.xul
test_bug795275.xul
test_bug799348.xul
test_bug801241.xul
test_bug812415.xul Bug 742444 - Only propagate waivers between same-origin compartments. r=gabor 2014-07-22 16:14:27 -07:00
test_bug853283.xul Bug 993026 - Rename NewResolve to Resolve in browser. r=bz 2014-11-08 01:07:12 +01:00
test_bug853571.xul Bug 997440 - Fix an XPConnect test bug. r=bz 2014-05-20 22:52:19 -07:00
test_bug858101.xul
test_bug860494.xul Bug 930091 - Check objects at COW membranes. r=gabor,r=msucan 2014-07-20 15:36:32 -06:00
test_bug865948.xul Bug 865948 - Tests. r=gabor 2014-10-01 13:52:43 +02:00
test_bug866823.xul Bug 1081985 - Remove prototype remapping and make COWs simple. r=gabor 2014-10-20 15:52:53 +02:00
test_bug895340.xul Bug 1062631 - Remove exception swallowing code in NS_ScriptErrorReporter. r=bz 2014-09-08 13:36:22 -07:00
test_bug932906.xul
test_bug996069.xul
test_bug1041626.xul Bug 1041626 - Tests. r=bz 2014-07-23 12:36:21 -07:00
test_bug1042436.xul Bug 1042436 - Warn once to the console when XrayWrappers deny access to an object. r=gabor,sr=smaug 2014-08-06 23:32:23 -04:00
test_bug1050049.html Bug 1050049 - Tests. r=smaug 2014-08-11 20:06:56 -07:00
test_bug1065185.html Bug 1065186 - Fix up test suite to not rely on COWed Arrays. r=gabor 2014-10-16 14:12:36 +02:00
test_bug1074863.html Bug 1074863 - Handle named constructors which have DOMXrayTraits while being simultaneously JSProto_Function. r=peterv 2014-10-02 11:06:03 +02:00
test_chrometoSource.xul
test_cloneInto.xul Bug 1047483 - patch 1 - Porting DOMFile/DOMBlob to WebIDL, r=bz, r=bkelly, r=bholley 2014-10-08 17:15:22 +01:00
test_cows.xul Bug 1081990 - Turn off COWs for Functions. r=gabor 2014-10-18 11:02:10 +02:00
test_discardSystemSource.xul Bug 990353 - Make discardSource a Sandbox option and use it (even in Desktop) for the precompilation scope. r=luke 2014-04-22 14:08:29 -07:00
test_documentdomain.xul Bug 1040181 - Use an opaque wrapper rather than failing in Rewrap. r=gabor 2014-07-20 10:03:58 -06:00
test_doublewrappedcompartments.xul
test_evalInSandbox.xul Bug 1042996 - Always set an explicit version in evalInSandbox. r=gabor 2014-07-28 14:55:51 -07:00
test_evalInWindow.xul Bug 1042840 - Remove evalInWindow. r=gabor 2014-07-28 11:19:25 -07:00
test_exnstack.xul
test_expandosharing.xul
test_exposeInDerived.xul Bug 1082450 - Deny access to accessor properties on COWs. r=gabor 2014-10-15 15:05:10 +02:00
test_getweakmapkeys.xul
test_localstorage_with_nsEp.xul
test_matches.xul Bug 1048780 - Call the standard matches() rather than the proprietary mozMatchesSelector(); r=jst 2014-08-12 14:30:59 +02:00
test_nodelists.xul Bug 1067501 - Make stringification of DOM Xrays use Object.prototype.toString. r=bholley. 2014-09-15 16:45:38 +02:00
test_paris_weakmap_keys.xul
test_precisegc.xul
test_sandboxImport.xul
test_scriptSettings.xul
test_watchpoints.xul
test_weakmap_keys_preserved2.xul
test_weakmap_keys_preserved.xul
test_weakmaps.xul
test_weakref.xul
test_wrappers-2.xul
test_wrappers.xul
test_xrayToJS.xul Bug 918828, part 1 - Change iteration code to call iterable[Symbol.iterator]() rather than iterable["@@iterator"](). r=Waldo with earlier review work by nbp. 2014-07-01 21:01:21 -05:00
utf8_subscript.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
worker_discardSystemSource.js