.. |
test_any_null.py
|
…
|
|
test_argument_identifier_conflicts.py
|
…
|
|
test_argument_novoid.py
|
…
|
|
test_array.py
|
Bug 847928 - Element type of a WebIDL array must not be a sequence or dictionary type. r=bzbarsky
|
2013-03-06 13:06:23 -05:00 |
test_array_of_interface.py
|
…
|
|
test_arraybuffer.py
|
Bug 742213. isDistinguishableFrom should correctly check whether two interfaces can be implemented on the same object. r=jlebar
|
2012-06-22 16:18:50 -04:00 |
test_attr.py
|
Bug 859503. Make unknown extended attributes into parse errors. r=khuey
|
2013-04-10 13:49:06 -04:00 |
test_attr_sequence_type.py
|
Fix for bug 756258 (Support union types in new DOM bindings). r=bz.
|
2012-05-18 23:25:47 +02:00 |
test_builtin_filename.py
|
…
|
|
test_builtins.py
|
Bug 742144. Implement support for typedefs in WebIDL. r=khuey
|
2012-09-06 10:23:51 -04:00 |
test_bytestring.py
|
Bug 796850 - Implement WebIDL parser support for Bytestring r=bz
|
2013-06-13 01:15:35 -04:00 |
test_callback.py
|
Bug 792137. [TreatNonCallableAsNull] lives on the callback type now. r=peterv
|
2012-10-10 15:53:02 -04:00 |
test_callback_interface.py
|
Bug 822470 part 4. Expose the concept of "single operation interface" in the WebIDL data model. r=peterv
|
2013-01-28 08:34:30 -05:00 |
test_const.py
|
…
|
|
test_constructor.py
|
Bug 796983 part 2. Add a way to generate an example class declaration for a given WebIDL interface. r=jst
|
2012-10-17 17:01:55 -04:00 |
test_constructor_no_interface_object.py
|
Bug 864578 - Follow up, fixing test.
|
2013-04-22 18:22:47 -07:00 |
test_date.py
|
Bug 742206 part 2. Implement WebIDL parser support for Date. r=smaug,khuey
|
2013-05-02 14:38:19 -04:00 |
test_deduplicate.py
|
…
|
|
test_dictionary.py
|
Bug 863094 - Infinity/-Infinity/NaN defaults for unrestricted types, r=bz
|
2013-04-18 19:58:01 +03:00 |
test_distinguishability.py
|
Bug 742206 part 2. Implement WebIDL parser support for Date. r=smaug,khuey
|
2013-05-02 14:38:19 -04:00 |
test_double_null.py
|
…
|
|
test_duplicate_qualifiers.py
|
…
|
|
test_empty_enum.py
|
…
|
|
test_enum.py
|
Bug 771636 part 2. Implement default values for WebIDL enums. r=peterv
|
2012-07-31 00:22:23 -04:00 |
test_enum_duplicate_values.py
|
…
|
|
test_error_colno.py
|
Bug 761882. Run the WebIDL parser tests during make check. r=khuey
|
2012-06-08 17:41:16 -04:00 |
test_error_lineno.py
|
Bug 742213. isDistinguishableFrom should correctly check whether two interfaces can be implemented on the same object. r=jlebar
|
2012-06-22 16:18:50 -04:00 |
test_extended_attributes.py
|
Bug 859503. Make unknown extended attributes into parse errors. r=khuey
|
2013-04-10 13:49:06 -04:00 |
test_float_types.py
|
Bug 767933 part 1. Implement parser support for 'unrestricted float' and 'unrestricted double', and for the [LenientFloat] extended attribute. r=khuey
|
2012-11-27 15:32:05 -05:00 |
test_forward_decl.py
|
…
|
|
test_implements.py
|
Bug 766853. The two sides of an implements statement must both be non-callback interfaces. r=jlebar
|
2012-06-22 16:18:51 -04:00 |
test_incomplete_parent.py
|
…
|
|
test_incomplete_types.py
|
Update webidl-parser snapshot to pick up bug 742145.
|
2012-05-24 21:41:33 -07:00 |
test_interface.py
|
Bug 869014. Don't allow name collisions between external interfaces and other objects. r=khuey
|
2013-05-09 13:08:29 -04:00 |
test_interface_const_identifier_conflicts.py
|
…
|
|
test_interface_identifier_conflicts_across_members.py
|
…
|
|
test_method.py
|
Bug 859503. Make unknown extended attributes into parse errors. r=khuey
|
2013-04-10 13:49:06 -04:00 |
test_nullable_equivalency.py
|
Bug 784812: Implement real dependencies for WebIDL bindings. r=bz,ted
|
2013-02-24 12:36:44 -08:00 |
test_nullable_void.py
|
…
|
|
test_optional_constraints.py
|
…
|
|
test_overload.py
|
Bug 815502. Implement support for variadic arguments in WebIDL. r=peterv
|
2012-12-11 17:50:56 -05:00 |
test_prototype_ident.py
|
Bug 828532 - Removed 'prototype' as a reserved identifier in WebIDL. r=bz
|
2013-01-10 11:54:13 -08:00 |
test_putForwards.py
|
Fix for bug 785277 (Implement PutForwards in the new DOM bindings). r=bz.
|
2012-08-13 14:20:49 +02:00 |
test_sanity.py
|
…
|
|
test_special_method_signature_mismatch.py
|
Fix for bug 765467 (Fix special operations in the WebIDL parser). r=khuey.
|
2012-05-22 12:02:21 +02:00 |
test_special_methods.py
|
…
|
|
test_special_methods_uniqueness.py
|
…
|
|
test_stringifier.py
|
Bug 804319. Implement parsing of the "stringifier;" shorthand. r=khuey
|
2012-11-05 14:40:32 -05:00 |
test_treatNonCallableAsNull.py
|
Bug 792137. [TreatNonCallableAsNull] lives on the callback type now. r=peterv
|
2012-10-10 15:53:02 -04:00 |
test_typedef.py
|
Bug 742144. Implement support for typedefs in WebIDL. r=khuey
|
2012-09-06 10:23:51 -04:00 |
test_unforgeable.py
|
Bug 821580. Disallow [Unforgeable] on static attributes, per spec update. r=khuey
|
2013-01-02 22:03:25 -05:00 |
test_union.py
|
Bug 796850 - Implement WebIDL parser support for Bytestring r=bz
|
2013-06-13 01:15:35 -04:00 |
test_union_any.py
|
Fix for bug 756258 (Support union types in new DOM bindings). r=bz.
|
2012-05-18 23:25:47 +02:00 |
test_union_nullable.py
|
Fix for bug 756258 (Support union types in new DOM bindings). r=bz.
|
2012-05-18 23:25:47 +02:00 |
test_variadic_callback.py
|
…
|
|
test_variadic_constraints.py
|
Bug 815502. Implement support for variadic arguments in WebIDL. r=peterv
|
2012-12-11 17:50:56 -05:00 |