aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/bindings/codegen/CodegenRust.py
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ | |/ / |/| |
| * | Update the WebIDL parserAnthony Ramine2016-09-261-16/+3
* | | Auto merge of #13406 - Mylainos:issue-13377, r=jdmbors-servo2016-09-271-12/+3
|\ \ \ | |_|/ |/| |
| * | Issue #13377 Extract panic-catching for JS engine callbacks into aHugo Thiessard2016-09-261-12/+3
| |/
* / remove link to #5876 due to everything has been fixed in PR #13333Alexandrov Sergey2016-09-261-1/+0
|/
* Enqueue promise jobs from SpiderMonkey callbacks, and execute them in batches...Mátyás Mustoha2016-09-221-1/+2
* Implement binding support for returning and accepting Promises in WebIDL.Josh Matthews2016-09-221-18/+67
* Auto merge of #13333 - splav:JS-setters-fix#13327, r=jdmbors-servo2016-09-221-13/+7
|\
| * fix JS IndexedGetter and NamedSetter bindings generationAlexandrov Sergey2016-09-201-13/+7
* | Implement the MozMap type.Ms2ger2016-09-211-7/+24
* | Introduce wrapInNativeContainerType.Ms2ger2016-09-211-3/+12
* | Use innerContainerType in getConversionConfigForType.Ms2ger2016-09-211-1/+1
* | Rename innerSequenceType to innerContainerType.Ms2ger2016-09-211-4/+4
* | Handle unsupported types better in getUnionTypeTemplateVars.Ms2ger2016-09-211-13/+1
* | Improve handling of ConversionResult::Failure in unions.Ms2ger2016-09-211-21/+19
* | Improve jsid_to_str's name and documentation.Ms2ger2016-09-211-2/+2
|/
* Auto merge of #13185 - nox:namespaces, r=jdm,Ms2gerbors-servo2016-09-101-23/+62
|\
| * Implement WebIDL namespacesAnthony Ramine2016-09-081-21/+60
| * Fix descriptor argument in CGCallGenerator.__init__Anthony Ramine2016-09-071-3/+3
* | Auto merge of #13201 - KiChjang:codegen-typedefs, r=noxbors-servo2016-09-091-3/+6
|\ \ | |/ |/|
| * Properly generate typedef identities in unionsKeith Yeung2016-09-071-3/+6
* | Extract mutability out of Reflectable trait.Josh Matthews2016-09-071-0/+1
|/
* Auto merge of #13183 - nox:cleanup-interface, r=Ms2gerbors-servo2016-09-061-18/+14
|\
| * Fix case of InterfaceObjectClass in codegenAnthony Ramine2016-09-061-2/+2
| * Remove NonNullJSNativeAnthony Ramine2016-09-061-3/+3
| * Move WebIDL constants machinery to bindings::constantAnthony Ramine2016-09-061-9/+8
| * Simplify InterfaceConstructorBehaviorAnthony Ramine2016-09-061-4/+1