.. |
chrome.ini
|
Bug 920223 - Part 2: Mass convert MOCHITEST_CHROME_FILES to manifests; rs=Ms2ger
|
2013-09-30 09:52:01 +02:00 |
file_bug707564.html
|
Bug 707564 part 4. Teach WebIDL Xrays about the GetOwnProperties methods on WebIDL objects that have NewResolve. r=smaug
|
2013-08-03 23:38:55 -04:00 |
file_bug775543.html
|
Fix for bug 775543 (Passing a Worker object to console.log() results in a crash). r=bz.
|
2012-08-22 18:16:14 -07:00 |
file_document_location_set_via_xray.html
|
Bug 905493. Fix setting document.location via an Xray to not enter the content compartment. r=peterv
|
2013-09-25 14:38:29 -04:00 |
file_InstanceOf.html
|
Fix for bug 842799 (|Document.prototype instanceof Node| inside <script> returns false). r=bz.
|
2013-02-22 10:25:24 +01:00 |
forOf_iframe.html
|
Bug 725907 - for-of improvements, part 3: Implement .iterator() for arraylike DOM objects. r=bzbarsky.
|
2012-07-03 16:34:56 -05:00 |
Makefile.in
|
Bug 912099 - Part a: Make sure CPP_SOURCES only points to existing files in most of the tree; r=mshal
|
2013-10-03 09:10:00 +02:00 |
mochitest.ini
|
Bug 923010. When rethrowing exceptions from JS-implemented components to content script, make sure to give them a useful filename and line number, pointing to the content script location that triggered the exception. r=peterv
|
2013-10-03 08:34:47 -04:00 |
moz.build
|
Bug 912099 - Part a: Make sure CPP_SOURCES only points to existing files in most of the tree; r=mshal
|
2013-10-03 09:10:00 +02:00 |
test_bug560072.html
|
Add test for bug 560072.
|
2013-05-02 14:38:20 -04:00 |
test_bug707564-chrome.html
|
Bug 707564 part 4. Teach WebIDL Xrays about the GetOwnProperties methods on WebIDL objects that have NewResolve. r=smaug
|
2013-08-03 23:38:55 -04:00 |
test_bug707564.html
|
Bug 707564 part 3. Give WebIDL bindings with NewResolve hooks Enumerate hooks as well, so enumerating them correctly resolves all the properties. r=smaug
|
2013-08-03 23:38:54 -04:00 |
test_bug742191.html
|
Bug 742191 - Part d: Throw TypeErrors for Paris binding exceptions; r=bz
|
2012-10-16 14:06:10 -04:00 |
test_bug759621.html
|
Bug 759621 test. No review, test only.
|
2012-12-14 02:32:13 -05:00 |
test_bug773326.html
|
Backed out changeset e12c6f7d6676 (bug 885107) on suspicion of causing bug 894952
|
2013-07-18 14:43:52 +01:00 |
test_bug775543.html
|
Fix for bug 775543 (Passing a Worker object to console.log() results in a crash). r=bz.
|
2012-08-22 18:16:14 -07:00 |
test_bug788369.html
|
Bug 788369. Allow passing strings to the XHR constructor, since CoffeeScript seems to want to do it. r=peterv
|
2012-09-07 11:07:12 -04:00 |
test_bug852846.html
|
Bug 852846. Make .style [PutForwards=cssText]. r=ms2ger
|
2013-03-20 12:22:25 -04:00 |
test_bug862092.html
|
Bug 862092 - "Assertion failure: target->isNative() == obj->isNative()" adopting a <select>. r=bz.
|
2013-04-16 19:02:57 +02:00 |
test_ByteString.html
|
Bug 796850 - Change XMLHttpRequest interface to support ByteString r=bz
|
2013-06-13 01:20:10 -04:00 |
test_defineProperty.html
|
Bug 910220 part 3. Always generate a defineProperty hook for DOM proxies. r=peterv
|
2013-08-31 00:21:31 -04:00 |
test_document_location_set_via_xray.html
|
Bug 905493. Fix setting document.location via an Xray to not enter the content compartment. r=peterv
|
2013-09-25 14:38:29 -04:00 |
test_enums.html
|
Bug 765704 - Don't throw when setting XHR.responseType to an invalid value; r=bz
|
2012-06-21 09:11:07 +02:00 |
test_exception_messages.html
|
Bug 883358 part 2. Use the new information in bindings error reporting. r=smaug
|
2013-06-17 16:31:13 -04:00 |
test_exceptions_from_jsimplemented.html
|
Bug 923010. When rethrowing exceptions from JS-implemented components to content script, make sure to give them a useful filename and line number, pointing to the content script location that triggered the exception. r=peterv
|
2013-10-03 08:34:47 -04:00 |
test_exceptionThrowing.html
|
Bug 847119. Fix the "did the DOM call throw?" test in IonMonkey to check the return value correctly. r=jandem
|
2013-03-05 13:41:24 -05:00 |
test_forOf.html
|
Bug 907077: Change for-of to conform to latest ES6 specification. r=jwalden
|
2013-10-03 13:37:57 +01:00 |
test_InstanceOf.html
|
Fix for bug 842799 (|Document.prototype instanceof Node| inside <script> returns false). r=bz.
|
2013-02-22 10:25:24 +01:00 |
test_integers.html
|
Backed out changeset a58d895d8197 (bug 645792) for OSX leaks.
|
2013-08-29 13:46:10 -04:00 |
test_interfaceToString.html
|
Fix for bug 742156 (Stringifying EventTarget throws): implement a toString method for interface objects. r=bz.
|
2012-05-02 15:28:17 +02:00 |
test_lenientThis.html
|
Bug 868805 - [LenientThis] attribute's setter should return undefined. r=bz
|
2013-05-06 12:36:38 +10:00 |
test_lookupGetter.html
|
|
|
test_namedNoIndexed.html
|
Bug 808991. Named getters should get called for indexed properties on objects that don't support indexed properties. r=peterv
|
2012-11-08 23:48:42 -08:00 |
test_queryInterface.html
|
Fix for bug 827546 (|non editable element|.QueryInterface(Components.interfaces.nsIDOMNSEditableElement) does not throw anymore) - throw on QI failure. r=bz.
|
2013-01-14 11:29:49 +01:00 |
test_sequence_wrapping.html
|
Backed out changeset a58d895d8197 (bug 645792) for OSX leaks.
|
2013-08-29 13:46:10 -04:00 |
test_traceProtos.html
|
Fix for bug 744772 (Trace the DOM interface object array). r=bz.
|
2012-05-02 14:49:43 +02:00 |
TestBindingHeader.h
|
Bug 817194. Make WebIDL dictionary types sanely initialized by default; add a new Fast subclass to handle cases when we can skip the initialization safely. r=khuey
|
2013-10-09 12:05:22 -04:00 |
TestCImplementedInterface.h
|
Bug 865785 part 2. Fix rooting issues in JS-implemented webidl. r=mccr8
|
2013-05-04 21:44:10 -04:00 |
TestCodeGen.webidl
|
Bug 918011 part 4. Support dictionaries in unions. r=smaug
|
2013-09-26 00:05:00 -04:00 |
TestDictionary.webidl
|
Bug 742153 part 3. Implement codegen for dictionary arguments. r=peterv
|
2012-06-12 10:22:05 -04:00 |
TestExampleGen.webidl
|
Bug 918011 part 4. Support dictionaries in unions. r=smaug
|
2013-09-26 00:05:00 -04:00 |
TestJSImplGen.webidl
|
Bug 918011 part 4. Support dictionaries in unions. r=smaug
|
2013-09-26 00:05:00 -04:00 |
TestJSImplInheritanceGen.webidl
|
Bug 856819 part 2. Sort js-implemented interfaces in a given file so that the declarations in C++ come in the right order. r=mccr8
|
2013-04-03 22:22:16 -04:00 |
TestTypedef.webidl
|
Bug 742144. Implement support for typedefs in WebIDL. r=khuey
|
2012-09-06 10:23:51 -04:00 |