aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/script/dom/testbinding.rs
Commit message (Expand)AuthorAgeFilesLines
* Use FooValue() functions.Ms2ger2014-03-091-3/+2
* Move JSVal into the jsval module.Ms2ger2014-03-081-1/+2
* Pass Option<JSVal> for optional JSVals.Ms2ger2014-03-071-0/+7
* 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/+11
* Add tests for optional nullable arguments without default values.Ms2ger2014-03-061-0/+13
* Add some tests for string codegen.Ms2ger2014-03-061-0/+8
* Add tests for optional primitive arguments.Ms2ger2014-03-041-0/+35
* Implement support for returning nullable primitive types.Ms2ger2014-03-041-0/+23
* Extend and update primitive conversions.Ms2ger2014-03-041-0/+3
* Introduce a test IDL file.Ms2ger2014-03-041-0/+42