aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/script/dom/webidls/TestBinding.webidl
Commit message (Expand)AuthorAgeFilesLines
* Cargoify servoJack Moffitt2014-09-081-276/+0
* Add methods that return floating-point types to TestBinding.webidl.Ms2ger2014-07-271-0/+4
* Implement static attributes (fixes #1989).Ms2ger2014-06-221-0/+1
* Implement static methods (fixes #1989).Ms2ger2014-06-221-0/+2
* Support union variadic arguments and add tests.Ms2ger2014-06-101-0/+20
* Allow union types to be used as return valuesManish Goregaokar2014-06-071-4/+8
* Move WebIDL unions into their own module.Ms2ger2014-06-031-0/+1
* Support dictionary members without default values.Ms2ger2014-06-021-17/+17
* Support enumerations in dictionaries.Ms2ger2014-06-021-1/+1
* Enable some more dictionary codegen tests.Ms2ger2014-06-021-10/+10
* Port modern callback handling code from Gecko, and copy related WebIDL parser...Josh Matthews2014-05-271-9/+9
* Add tests for return values of interface methods.Ms2ger2014-05-161-0/+30
* Add support for DOMString in unions (fixes #2324).Ms2ger2014-05-061-0/+9
* Implement WebIDL codegen for ByteString.Ms2ger2014-05-011-0/+7
* Use handleOptional for interface conversion.Ms2ger2014-04-271-1/+1
* Use handleOptional for the enumeration conversion.Ms2ger2014-04-261-1/+1
* Use handleOptional for the union conversion.Ms2ger2014-04-261-2/+2
* Increase codegen test coverage.Ms2ger2014-04-261-0/+40
* Add support for dictionaries containing 'any'.Ms2ger2014-04-241-0/+1
* auto merge of #2155 : Ms2ger/servo/dictionary-codegen, r=jdmbors-servo2014-04-181-0/+48
|\
| * Support nullable strings in dictionaries.Ms2ger2014-04-181-0/+14
| * Add a few tests for dictionary codegen.Ms2ger2014-04-181-0/+34
* | Implement support for default values for enumeration arguments.Ms2ger2014-04-181-1/+1
* | Introduce some (commented-out) tests for enumeration codegen.Ms2ger2014-04-181-1/+6
|/
* Use ToJSValConvertible to convert nullable enums to JSVal.Ms2ger2014-04-061-0/+1
* Use ToJSValConvertible to convert enums to JSVal.Ms2ger2014-04-061-0/+3
* Fix code generation for a null default value for nullable string arguments.Ms2ger2014-03-201-1/+1
* Pass Option<T> for optional primitive arguments without a default value (fixe...Ms2ger2014-03-191-23/+22
* Pass Option<JSVal> for optional JSVals.Ms2ger2014-03-071-0/+3
* Avoid a type error with a non-null default value for an optional nullable str...Ms2ger2014-03-061-1/+1
* Avoid a type error with a non-null default value for an optional nullable pri...Ms2ger2014-03-061-9/+9
* Add disabled tests for optional nullable arguments with non-null default values.Ms2ger2014-03-061-0/+13
* Add interface codegen tests.Ms2ger2014-03-061-0/+5
* Add tests for optional nullable arguments without default values.Ms2ger2014-03-061-0/+13
* Add some tests for string codegen.Ms2ger2014-03-061-0/+5
* Add tests for optional primitive arguments.Ms2ger2014-03-041-0/+33
* Implement support for returning nullable primitive types.Ms2ger2014-03-041-0/+12
* Extend and update primitive conversions.Ms2ger2014-03-041-4/+4
* Introduce a test IDL file.Ms2ger2014-03-041-0/+17