gecko-dev/dom/bindings/parser/tests
2016-06-02 12:14:24 -04:00
..
test_any_null.py
test_argument_identifier_conflicts.py
test_argument_novoid.py
test_array_of_interface.py
test_array.py
test_arraybuffer.py
test_attr_sequence_type.py
test_attr.py
test_builtin_filename.py
test_builtins.py
test_bytestring.py
test_callback_interface.py
test_callback.py
test_conditional_dictionary_member.py Bug 1141916 - Part 2: Support [ChromeOnly] on dictionary members. r=peterv 2016-06-02 12:14:24 -04:00
test_const.py Bug 1194991 - Part b: coerce WebIDL constants to the correct type; r=khuey 2015-10-27 09:18:12 +01:00
test_constructor_no_interface_object.py
test_constructor.py
test_date.py
test_deduplicate.py
test_dictionary.py
test_distinguishability.py Bug 1176214 - Part 11: Changes to DOM, except for WebGL. r=bz, r=clb 2015-11-25 19:04:50 +01:00
test_double_null.py
test_duplicate_qualifiers.py
test_empty_enum.py
test_empty_sequence_default_value.py Bug 1026080 part 1. Add WebIDL parser support for [] as a default value for sequence arguments and dictionary entries. r=khuey 2014-06-23 16:03:56 -04:00
test_enum_duplicate_values.py
test_enum.py
test_error_colno.py
test_error_lineno.py
test_exposed_extended_attribute.py Bug 1017988 part 7. Add support for parsing the [Exposed] Web IDL attribute and determining whether a given interface member should be exposed in a particular global. r=khuey 2014-08-04 22:20:34 -04:00
test_extended_attributes.py
test_float_types.py
test_forward_decl.py
test_global_extended_attr.py
test_implements.py
test_incomplete_parent.py
test_incomplete_types.py
test_interface_const_identifier_conflicts.py
test_interface_identifier_conflicts_across_members.py
test_interface_maplikesetlikeiterable.py Bug 1216751 part 5. Remove the now-unnecessary value iterator infrastructure, since it's entirely handled via the %ArrayPrototype% methods now. r=qdot 2016-02-17 22:58:07 -05:00
test_interface.py Bug 1017988 part 4. Rejigger how we do partial interfaces so that we can keep track of which partial interface a given member came from. r=khuey 2014-08-04 22:20:33 -04:00
test_lenientSetter.py Bug 1268798 part 3 - Add LenientSetter extended attribute. r=khuey 2016-05-12 10:28:56 +10:00
test_method.py Bug 1140324 - Remove __noSuchMethod__ handling from WebIDL parser and throw an exception instead. r=peterv 2015-03-07 16:35:04 +01:00
test_mozmap.py Bug 1007878 part 1. Add parsing of MozMap to the WebIDL parser. r=khuey 2014-05-23 17:32:38 -04:00
test_namespace.py Bug 1270601 part 1. Add Web IDL parser support for IDL namespace syntax. r=peterv 2016-06-02 10:34:39 -04:00
test_nullable_equivalency.py Bug 1063889. Fix the handling of sequences of wrapper types in unions. r=khuey 2014-09-08 11:28:57 -04:00
test_nullable_void.py
test_optional_constraints.py
test_overload.py
test_promise.py Bug 1045743. Add support for the Promise<type> syntax to Web IDL bindings. r=khuey 2014-07-31 23:50:30 -04:00
test_prototype_ident.py
test_putForwards.py
test_replaceable.py Bug 1056138 - Move checks for the PutForwards and Replaceable extended attributes into the WebIDL parser; r=bz 2014-08-20 17:31:39 +02:00
test_sanity.py
test_securecontext_extended_attribute.py Bug 1177957, part 2 - WebIDL parser tests for the [SecureContext] extented attribute. r=bz 2016-05-13 23:11:16 +01:00
test_special_method_signature_mismatch.py
test_special_methods_uniqueness.py
test_special_methods.py
test_stringifier.py
test_treatNonCallableAsNull.py
test_typedef.py Bug 1063889. Fix the handling of sequences of wrapper types in unions. r=khuey 2014-09-08 11:28:57 -04:00
test_unenumerable_own_properties.py Bug 1270349 part 1. Add IDL parser support for [LegacyUnenumerableNamedProperties]. r=peterv 2016-05-09 22:25:40 -04:00
test_unforgeable.py Bug 832014 part 1. Add parser support for an [Unforgeable] annotation on WebIDL interfaces. r=peterv 2014-07-11 19:30:26 -04:00
test_union_any.py
test_union_nullable.py
test_union.py Bug 1077393 - Rename ScalarValueString to USVString. r=smaug 2014-11-20 12:58:00 +01:00
test_usvstring.py Bug 1077393 - Rename ScalarValueString to USVString. r=smaug 2014-11-20 12:58:00 +01:00
test_variadic_callback.py
test_variadic_constraints.py