aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/bindings/codegen/CodegenRust.py
Commit message (Expand)AuthorAgeFilesLines
* Upgrade to Spidermonkey 67.Josh Matthews2019-06-261-14/+9
* Make tidy happyBastien Orivel2019-05-251-8/+20
* Add support for attributes to the inCompartments binding parameterBastien Orivel2019-05-251-3/+6
* Add an inCompartments config for bindingsBastien Orivel2019-05-241-4/+11
* Update to SpiderMonkey 66.Josh Matthews2019-05-101-19/+18
* #8539 Config preferences backend restructurePeter Hall2019-03-201-2/+3
* Simplify RootedReference and make it specifically about slicesIt's now called...Anthony Ramine2019-03-111-1/+1
* Don't use RootedReference for Option<T> in codegen anymoreAnthony Ramine2019-03-101-2/+4
* Remove most RootedReference usesAnthony Ramine2019-03-101-1/+3
* Add support for default dict values being boolean, use in MediaStreamConstraintsManish Goregaokar2019-03-041-1/+9
* Add aspect/frameRate/sampleRate parametersManish Goregaokar2019-03-041-0/+1
* Update WebIDL.py to 4166cae81546Manish Goregaokar2019-03-041-17/+9
* Update bool pattern matching into if-elsePiotr Szpetkowski2019-01-301-5/+2
* Update to new JS runtime creation APIs.Josh Matthews2019-01-151-5/+4
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
* Switch most crates to the 2018 editionSimon Sapin2018-11-061-4/+8
* Use 2018-style paths in generated DOM bindingsSimon Sapin2018-11-061-143/+143
* Handle default empty sequence valuesKeith Yeung2018-11-011-15/+18
* Make expectionCode of Promise have newline character automaticallyCYBAI2018-10-181-1/+1
* Upgrade to rustc 1.31.0-nightly (8c4ad4e9e 2018-10-04)Simon Sapin2018-10-051-1/+8
* Properly set desc.obj in CodegenRust.py (fixes #11868)Anthony Ramine2018-09-041-3/+2
* Support unions of objects in overloadsAnthony Ramine2018-08-301-8/+13
* Upgraded to SM 60Alan Jeffrey2018-08-201-34/+52
* Make (dictionary)::empty() safeManish Goregaokar2018-07-061-8/+48
* Assert that DOM structs have the correct first fieldManish Goregaokar2018-07-031-1/+51
* Updated to mozjs v0.7.1.Alan Jeffrey2018-05-301-8/+8
* Update the WebIDL parserAnthony Ramine2018-04-031-1/+1
* Adapt Servo for mozjs 0.6 and the changes introduced in servo/rust-mozjs#393Marcin Mielniczuk2018-03-281-71/+88
* Unify argument auto rooting in codegenIgor Matuszewski2018-03-231-11/+8
* Adapt uniform[fv] and similar to accept typed array argsIgor Matuszewski2018-03-231-1/+5
* Root `any` members in dictionariesIgor Matuszewski2018-03-161-11/+12
* Root JS object members in dictionariesIgor Matuszewski2018-03-161-5/+3
* Use helper `is_typed_array` functionIgor Matuszewski2018-03-141-5/+11
* Support nullable typed arrays in codegenIgor Matuszewski2018-03-141-2/+3
* WIP: Accept typed array arguments in codegenIgor Matuszewski2018-03-141-2/+56
* Support objects in WebIDL unionsIgor Matuszewski2018-03-131-12/+13
* Make the private callback methods taking a raw this pointer unsafeAnthony Ramine2018-01-251-10/+12
* Kill dead callback codegen codeAnthony Ramine2018-01-251-61/+4
* Make callbacks' new methods unsafeAnthony Ramine2018-01-251-2/+2
* Replace NonNullJSObjectPtr with std::ptr::NonNull<JSObject>Simon Sapin2018-01-221-3/+3
* Fix tyvar_behind_raw_pointer warningsSimon Sapin2018-01-101-21/+21
* Root sequence<{any,object}> IDL arguments using CustomAutoRooterIgor Matuszewski2018-01-051-5/+38
* Moved pop_current_element_queue() and push_new_element_queue() to htmlconstru...olmanz2017-11-161-2/+2
* Moved function html_constructor() from interface.rs to new file htmlconstruct...olmanz2017-11-161-1/+1
* Fix binding generation for overloaded functions with optionals and default va...Fernando Jiménez Moreno2017-11-111-1/+3
* Bump bitflags to 1.0 in every servo crateBastien Orivel2017-10-301-4/+4
* Fix Const IDL value compilation errors in codegenImanol Fernandez2017-10-251-3/+13
* Backed out changeset e64e659c077d: servo PR #18809 and revendor for reftest f...Gecko Backout2017-10-191-4/+4
* Update bitflags to 1.0 in every servo crateBastien Orivel2017-10-191-4/+4
* Replace all uses of the `heapsize` crate with `malloc_size_of`.Nicholas Nethercote2017-10-181-5/+5