aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/bindings/codegen/CodegenRust.py
Commit message (Expand)AuthorAgeFilesLines
* Auto merge of #15327 - servo:missing-newline-wrap-panic, r=jdmbors-servo2017-02-011-1/+1
|\
| * Add a missing newline in wrap_panic() calls.Ms2ger2017-02-011-1/+1
* | Root the arguments to callback functions.Ms2ger2017-02-011-4/+6
|/
* Improve the readability of dictionaries' new() method.Ms2ger2017-01-311-16/+19
* Auto merge of #15099 - servo:phf-no-macros, r=jdmbors-servo2017-01-201-11/+14
|\
| * script codegen: Avoid modifying in-place a generated file.Simon Sapin2017-01-191-11/+14
* | Support dictionaries in unions.Ms2ger2017-01-201-12/+37
|/
* Auto merge of #14994 - jdm:callback_rooting, r=Manishearth,Ms2gerbors-servo2017-01-161-8/+9
|\
| * Add a permanent root to WebIDL callbacks, ensuring they are always safe to st...Josh Matthews2017-01-131-8/+9
* | Remove unused needsRooting field from JSToNativeConversionInfo.Ms2ger2017-01-121-11/+4
|/
* Expose CallbackObject more.Ms2ger2017-01-091-8/+9
* Avoid generating literal nulls in DOM bindings.Ms2ger2017-01-061-2/+2
* Auto merge of #14859 - servo:CallSetup, r=noxbors-servo2017-01-051-5/+1
|\
| * Simplify CallSetup.Ms2ger2017-01-051-5/+1
* | Fix JS_ObjectIsDate() call in webidl codegen.Eric Anholt2017-01-041-1/+6
* | Fix is_null_or_undefined() call in codegen to be snake_case.Eric Anholt2017-01-041-1/+1
|/
* Don't generate constructor IDs for inline interfacesAnthony Ramine2017-01-031-1/+1
* Fix/silence some warningsSimon Sapin2016-12-201-1/+3
* Removed util.Alan Jeffrey2016-12-141-1/+1
* Rename `Reflectable` to `DomObject`.Corey Farwell2016-12-081-4/+4
* Make WebIDL static methods take a more specific global if possibleAnthony Ramine2016-11-301-4/+5
* Make WebIDL constructors take a more specific global if possible (fixes #14071)Rohan Prinja2016-11-301-5/+8
* Update js, AGAINAnthony Ramine2016-11-271-3/+3
* Update js.Ms2ger2016-11-271-7/+5
* script creates methods taking '*mut JSContext' unsafeAbelardo E. Mendoza2016-11-141-15/+22
* Add a missing newline.Ms2ger2016-11-031-1/+1
* Update js.Ms2ger2016-11-021-5/+5
* Implemented FileReader::readAsArrayBufferNikhil Shagrithaya2016-11-011-3/+10
* Update Rust to 1.14.0-nightly (c59cb71d9 2016-10-26)Anthony Ramine2016-10-271-3/+3
* Generalise RootedReferenceAnthony Ramine2016-10-111-2/+0
* Remove intrinsic Root::r()Anthony Ramine2016-10-111-12/+11
* Introduce ServoParserAnthony Ramine2016-10-111-2/+3
* Auto merge of #13596 - nox:inline, r=Ms2gerbors-servo2016-10-071-50/+55
|\
| * Rename Reflectable::global_scope to globalAnthony Ramine2016-10-061-1/+1
| * Remove GlobalRoot and GlobalRefAnthony Ramine2016-10-061-8/+4
| * Do not use GlobalRoot in CodegenRust anymoreAnthony Ramine2016-10-061-8/+8
| * Make Promise::Reject and Resolve take a &GlobalScopeAnthony Ramine2016-10-061-4/+4
| * Remove global_root_from_reflectorAnthony Ramine2016-10-061-1/+0
| * Pass a &GlobalScope to WebIDL static methods and constructorsAnthony Ramine2016-10-061-4/+4
| * Make throw_dom_exception take a &GlobalScopeAnthony Ramine2016-10-061-5/+5
| * Make reflect_dom_object take a &GlobalScopeAnthony Ramine2016-10-061-3/+7
| * Implement [Inline] interfacesAnthony Ramine2016-10-061-27/+29
| * Prevent doing use self::FooBinding::{}Anthony Ramine2016-10-061-3/+7
* | Make TopTypeId an untagged unionAnthony Ramine2016-10-061-14/+21
|/
* Reorganise CGDescriptorAnthony Ramine2016-10-021-23/+19
* Auto merge of #13449 - servo:fill_property_descriptor, r=jdmbors-servo2016-09-301-3/+3
|\
| * Pass a MutableHandle to fill_property_descriptor.Ms2ger2016-09-271-3/+3
* | Auto merge of #13508 - tschneidereit:fix-sh-methods-codegen, r=emiliobors-servo2016-09-291-1/+1
|\ \
| * | Fix codegen for iterable's forEach methodTill Schneidereit2016-09-291-1/+1
* | | Auto merge of #13431 - nox:webidl, r=Ms2gerbors-servo2016-09-281-16/+3
|\ \ \ | |/ / |/| |