| Commit message (Expand) | Author | Age | Files | Lines |
* | Cargoify servo | Jack Moffitt | 2014-09-08 | 1 | -299/+0 |
* | Call the generated rather than the hand-written traits (fixes #2936). | Ms2ger | 2014-07-27 | 1 | -24/+18 |
* | Comment out references to floating-point arguments with default values. | Ms2ger | 2014-07-27 | 1 | -2/+2 |
* | Remove references to nullable any from testbinding. | Ms2ger | 2014-07-27 | 1 | -2/+0 |
* | Introduce abstractions for global scopes. | Ms2ger | 2014-07-15 | 1 | -7/+7 |
* | Remove some Cells for immutable members. | Ms2ger | 2014-07-15 | 1 | -7/+5 |
* | Make some DOM fields private. | Ms2ger | 2014-07-15 | 1 | -2/+2 |
* | Put some 'use' statements in alphabetical order. | Ms2ger | 2014-07-15 | 1 | -1/+1 |
* | Rename variables that refer to global objects. | Ms2ger | 2014-07-15 | 1 | -9/+9 |
* | Implement static attributes (fixes #1989). | Ms2ger | 2014-06-22 | 1 | -0/+2 |
* | Implement static methods (fixes #1989). | Ms2ger | 2014-06-22 | 1 | -0/+4 |
* | Remove Reflectable::mut_reflector. | Ms2ger | 2014-06-13 | 1 | -4/+0 |
* | Support union variadic arguments and add tests. | Ms2ger | 2014-06-10 | 1 | -0/+20 |
* | auto merge of #2611 : Ms2ger/servo/webidl-parser-sync, r=jdm | bors-servo | 2014-06-09 | 1 | -1/+1 |
|\ |
|
| * | Add support for undefined default values for 'any'. | Ms2ger | 2014-06-07 | 1 | -1/+1 |
* | | Allow union types to be used as return values | Manish Goregaokar | 2014-06-07 | 1 | -3/+14 |
|/ |
|
* | Upgrade Rust. | Jack Moffitt | 2014-06-05 | 1 | -4/+4 |
* | Move WebIDL unions into their own module. | Ms2ger | 2014-06-03 | 1 | -1/+4 |
* | Rename BindingDeclarations to Bindings. | Ms2ger | 2014-06-02 | 1 | -2/+2 |
* | Use Cell/RefCell for interior mutability of NodeList, Performance, TestBindin... | Tetsuharu OHZEKI | 2014-05-30 | 1 | -5/+7 |
* | Port modern callback handling code from Gecko, and copy related WebIDL parser... | Josh Matthews | 2014-05-27 | 1 | -6/+6 |
* | Use *mut T for the T* pointers in SpiderMonkey. | Ms2ger | 2014-05-26 | 1 | -8/+8 |
* | Update Rust. | Ms2ger | 2014-05-22 | 1 | -3/+2 |
* | Add tests for return values of interface methods. | Ms2ger | 2014-05-16 | 1 | -0/+43 |
* | Add support for DOMString in unions (fixes #2324). | Ms2ger | 2014-05-06 | 1 | -1/+6 |
* | Use default methods to reduce code duplication for TestBinding. | Ms2ger | 2014-05-05 | 1 | -188/+13 |
* | Replace all ~"" with "".to_owned(). | Ms2ger | 2014-05-03 | 1 | -2/+2 |
* | Address review comments. | Josh Matthews | 2014-05-03 | 1 | -3/+3 |
* | Remove all root collections. | Josh Matthews | 2014-05-03 | 1 | -5/+3 |
* | s/Unrooted/Temporary/g | Josh Matthews | 2014-05-03 | 1 | -5/+5 |
* | Move WebIDL methods to traits implemented by JSRef types. | Josh Matthews | 2014-05-03 | 1 | -178/+358 |
* | Implement safe rooting strategy via Unrooted, Root, JSRef, and JS. | Josh Matthews | 2014-05-03 | 1 | -5/+5 |
* | Turn on GC all the time. Fix rooting errors during parsing and storing timers... | Josh Matthews | 2014-05-03 | 1 | -9/+17 |
* | auto merge of #2290 : saneyuki/servo/export, r=jdm | bors-servo | 2014-05-01 | 1 | -1/+1 |
|\ |
|
| * | Remove the 'pub use self::BindingDeclarations::*;' export. | Tetsuharu OHZEKI | 2014-05-01 | 1 | -1/+1 |
* | | Implement WebIDL codegen for ByteString. | Ms2ger | 2014-05-01 | 1 | -0/+10 |
|/ |
|
* | auto merge of #2244 : Ms2ger/servo/optional-rewrite, r=jdm | bors-servo | 2014-04-28 | 1 | -4/+4 |
|\ |
|
| * | Use handleOptional for interface conversion. | Ms2ger | 2014-04-27 | 1 | -1/+1 |
| * | Use handleOptional for the enumeration conversion. | Ms2ger | 2014-04-26 | 1 | -1/+1 |
| * | Use handleOptional for the union conversion. | Ms2ger | 2014-04-26 | 1 | -2/+2 |
* | | auto merge of #2237 : Ms2ger/servo/union-fromjsvalconvertible, r=jdm | bors-servo | 2014-04-28 | 1 | -1/+39 |
|\| |
|
| * | Increase codegen test coverage. | Ms2ger | 2014-04-26 | 1 | -1/+39 |
* | | This batch of changes upgrades Servo to work with the Rust upgrade as of | Lars Bergstrom | 2014-04-27 | 1 | -2/+2 |
|/ |
|
* | Remove all traces of WindowProxy. Implement basic browser context concept and... | Josh Matthews | 2014-04-22 | 1 | -2/+3 |
* | Implement support for default values for enumeration arguments. | Ms2ger | 2014-04-18 | 1 | -1/+1 |
* | Introduce some (commented-out) tests for enumeration codegen. | Ms2ger | 2014-04-18 | 1 | -0/+6 |
* | Use ToJSValConvertible to convert nullable enums to JSVal. | Ms2ger | 2014-04-06 | 1 | -0/+1 |
* | Use ToJSValConvertible to convert enums to JSVal. | Ms2ger | 2014-04-06 | 1 | -0/+3 |
* | Fix code generation for a null default value for nullable string arguments. | Ms2ger | 2014-03-20 | 1 | -1/+1 |
* | Pass Option<T> for optional primitive arguments without a default value (fixe... | Ms2ger | 2014-03-19 | 1 | -23/+22 |