This website requires JavaScript.
Explore
Help
Sign In
wine
/
gecko
Watch
0
Star
0
Fork
0
You've already forked gecko
mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced
2024-09-13 09:24:08 -07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
db0b04ce1b
gecko
/
dom
/
bindings
/
parser
/
tests
History
Benoit Jacob
f5d2c58055
Bug 816187 - make WebIDL accept nullable dictionary retvals; let getContextAttributes's retval be nullable - r=bz
2012-11-30 18:30:05 -05:00
..
test_any_null.py
test_argument_identifier_conflicts.py
test_argument_novoid.py
test_array_of_interface.py
test_arraybuffer.py
test_attr_sequence_type.py
test_attr.py
Bug 806033. Finish getting rid of stray [Infallible] annotation bits. r=khuey
2012-11-05 14:40:33 -05:00
test_builtin_filename.py
test_builtins.py
test_callback_interface.py
test_callback.py
Bug 792137. [TreatNonCallableAsNull] lives on the callback type now. r=peterv
2012-10-10 15:53:02 -04:00
test_const.py
test_constructor_no_interface_object.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_deduplicate.py
test_dictionary.py
Bug 816187 - make WebIDL accept nullable dictionary retvals; let getContextAttributes's retval be nullable - r=bz
2012-11-30 18:30:05 -05:00
test_distinguishability.py
test_double_null.py
test_duplicate_qualifiers.py
test_empty_enum.py
test_enum_duplicate_values.py
test_enum.py
test_error_colno.py
test_error_lineno.py
test_extended_attributes.py
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
test_incomplete_parent.py
test_incomplete_types.py
test_interface_const_identifier_conflicts.py
test_interface_identifier_conflicts_across_members.py
test_interface.py
test_method.py
Bug 806033. Finish getting rid of stray [Infallible] annotation bits. r=khuey
2012-11-05 14:40:33 -05:00
test_nullable_equivalency.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_nullable_void.py
test_optional_constraints.py
test_overload.py
test_putForwards.py
test_sanity.py
test_special_method_signature_mismatch.py
test_special_methods_uniqueness.py
test_special_methods.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
test_unforgeable.py
Bug 793267. Add support for [Unforgeable] in WebIDL. r=peterv
2012-10-24 16:10:49 -04:00
test_union_any.py
test_union_nullable.py
test_union.py
test_variadic_callback.py
test_variadic_constraints.py