aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/bindings/codegen/CodegenRust.py
Commit message (Expand)AuthorAgeFilesLines
...
| * Do not do weird scope things in MethodDefinerAnthony Ramine2020-03-141-0/+2
| * Update the WebIDL parserAnthony Ramine2020-03-141-27/+5
| * Change how we reflect DOM objects in codegenAnthony Ramine2020-03-061-7/+7
| * Update SpiderMonkeyAnthony Ramine2020-03-061-69/+88
| * Introduce a new type MaybeUnreflectedDom<T> (fixes #25701)Anthony Ramine2020-02-171-39/+50
| * rename compartment to realmKunal Mohan2020-01-241-22/+22
| * Auto merge of #25446 - pshaughn:fixme11868, r=jdmbors-servo2020-01-101-5/+3
| |\
| | * Make property descriptors hold named/indexed property valuesPatrick Shaughnessy2020-01-101-5/+3
| * | Implement HTMLSelectElement.add() and indexed setter, fix test that was relyi...Patrick Shaughnessy2020-01-071-1/+1
| |/
| * Fix tidiness errors for Python3 compatibility across whole repomarmeladema2019-12-111-7/+7
| * Fix iterator invalidation in our forEach implementation.Manish Goregaokar2019-11-251-1/+12
| * Require PromiseRejectionEventInit dictionaryKagami Sascha Rosylight2019-11-221-9/+8
| * Auto merge of #24665 - saschanaz:timerhandler, r=noxbors-servo2019-11-171-7/+25
| |\
| | * Use TimerHandler IDL union typeKagami Sascha Rosylight2019-11-051-7/+25
| * | Use `#![register_tool]` instead of `#![register_attr]`Simon Sapin2019-11-151-2/+3
| * | Auto merge of #24636 - saschanaz:windowproxy, r=nox,jdmbors-servo2019-11-071-0/+4
| |\ \
| | * | Use MessageEventSource on MessageEvent IDLKagami Sascha Rosylight2019-11-041-0/+4
| | |/
| * / Use IDL sequence default valueKagami Sascha Rosylight2019-11-041-6/+6
| |/
| * Support stringifier attributesKagami Sascha Rosylight2019-10-291-5/+3
| * Auto merge of #24471 - saschanaz:enum-default, r=ferjmbors-servo2019-10-211-10/+21
| |\
| | * Support enum value as a union default valueKagami Sascha Rosylight2019-10-191-10/+21
| * | Support [LegacyWindowAlias]Kagami Sascha Rosylight2019-10-191-3/+18
| |/
| * Auto merge of #24476 - saschanaz:nonenumerable, r=jdmbors-servo2019-10-181-8/+15
| |\
| | * Mark @@iterator as nonenumerableKagami Sascha Rosylight2019-10-171-8/+15
| * | Auto merge of #24469 - saschanaz:urp-default, r=Manishearthbors-servo2019-10-181-0/+4
| |\ \
| | * | Support USVString as default value of a union argumentKagami Sascha Rosylight2019-10-171-0/+4
| | |/
| * | Auto merge of #24429 - saschanaz:getpropertykeys, r=jdmbors-servo2019-10-151-4/+6
| |\ \ | | |/ | |/|
| | * Return false when GetPropertyKeys failsKagami Sascha Rosylight2019-10-121-4/+6
| * | Support WebIDL `record<>`Kagami Sascha Rosylight2019-10-151-7/+30
| |/
| * Remove [PrimaryGlobal]Kagami Sascha Rosylight2019-10-031-4/+0
| * WebIDL codegen: Replace cmake with a single Python scriptSimon Sapin2019-09-271-26/+0
| * Auto merge of #23987 - saschanaz:update-webidl, r=jdmbors-servo2019-09-251-1/+1
| |\
| | * Update WebIDL parserKagami Sascha Rosylight2019-08-161-1/+1
| * | Auto merge of #24137 - gterzian:fix_error_throwing_on_unknown_js_arg, r=jdmbors-servo2019-09-051-1/+1
| |\ \
| | * | codegen: throw type error when encountering an unknown argumentGregory Terzian2019-09-051-1/+1
| * | | Add [Default] toJSON() to performance interfacesKagami Sascha Rosylight2019-09-011-4/+9
| |/ /
| * | Upgrade to rustc 1.39.0-nightly (f7af19c27 2019-08-15)Simon Sapin2019-08-231-3/+3
| * | Auto merge of #23844 - saschanaz:tojson, r=Manishearthbors-servo2019-08-201-2/+87
| |\ \ | | |/ | |/|
| | * remove redundant extra scopingKagami Sascha Rosylight2019-07-251-8/+1
| | * use SafeJSContextKagami Sascha Rosylight2019-07-251-4/+4
| | * Merge branch 'master' into tojsonKagami Sascha Rosylight2019-07-251-187/+197
| | |\
| | * | Support default toJSON in WebIDLKagami Sascha Rosylight2019-07-241-2/+94
| * | | Use safe JSContext in callbacksmarmeladema2019-08-091-6/+6
| * | | Use safe JSContext as first argument for throw_dom_exceptionmarmeladema2019-08-091-5/+5
| * | | Remove usage of various unsafe keywordmarmeladema2019-08-091-14/+15
| * | | Use safe JSContext when possible in interface.rsmarmeladema2019-08-091-9/+9
| * | | Use safe JSContext in compartmentsmarmeladema2019-08-091-1/+1
| * | | Don't mark new methods as unsafe in code generationmarmeladema2019-08-091-14/+16
| * | | Remove some usage of unsafe code in Promisemarmeladema2019-08-091-1/+1
| * | | Upgrade to rustc 1.38.0-nightly (dddb7fca0 2019-07-30)Simon Sapin2019-07-311-2/+2