aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/bindings/codegen/CodegenRust.py
Commit message (Expand)AuthorAgeFilesLines
* feat(script): Implement `[[Set]]` for `Location`yvt2021-07-171-3/+57
* feat(script): enable `js::ProxyOptions::setLazyProto` for maybe-cross-origin ...yvt2021-07-171-2/+14
* feat(script): Implement `[[{Get,Set}PrototypeOf]]` for `Location`yvt2021-07-171-7/+37
* feat(script): implement some of the non-ordinary internal methods of `Location`yvt2021-07-161-27/+205
* feat(script): use `GlobalScope::origin` when creating a principals objectyvt2021-07-131-2/+2
* fix(script): apply some of the changes requested in the review comments of #1...yvt2021-07-121-1/+1
* Merge remote-tracking branch 'upstream/master' into feat-cow-infrayvt2021-07-111-0/+3
|\
| * chore(deps): update mozjsyvt2021-07-101-0/+3
* | Merge remote-tracking branch 'upstream/master' into feat-cow-infrayvt2021-07-101-1091/+1857
|\|
| * Fix errorsagudev2021-04-171-1/+1
| * Fix for bindgensagudev2021-04-171-0/+1
| * Update mozjs to 88sagudev2021-04-141-9/+12
| * Port some code to Python3Vincent Ricard2021-02-181-20/+20
| * Implement toStringTag symbol for DOM objects.Josh Matthews2021-02-181-22/+69
| * Update mozjs.Josh Matthews2021-02-181-4/+3
| * Added is_platform_obj_staticSean Joseph2020-11-261-1/+2
| * Add creation url and Secure ContextsJonathan Kingston2020-11-251-4/+9
| * Update mozjs to 0.14.1Sudarsan2020-08-281-0/+2
| * dom: Generate iterator symbol for interfaces with indexed getters.Josh Matthews2020-07-091-2/+21
| * dom: Use pref macro for IDL conditional guards.Josh Matthews2020-07-091-1/+1
| * Fix incorrect string joiningKagami Sascha Rosylight2020-06-211-2/+2
| * Fix remaining flake8 warningsKagami Sascha Rosylight2020-06-211-168/+169
| * dom: Convert parent dictionary values when converting dictionaries to JS.Josh Matthews2020-06-161-4/+13
| * Use atomic pointers instead of `static mut` for DOM proxy handlersSimon Sapin2020-06-051-3/+9
| * Keep DOM proxy handlers as separate named items rather than in one arraySimon Sapin2020-06-051-10/+12
| * integrate readablestream with fetch and blobGregory Terzian2020-06-041-0/+37
| * Auto merge of #25432 - warren-fisher:HTMLConstructor, r=jdmbors-servo2020-06-031-70/+6
| |\
| | * Reduce code duplication. Move some of CodegenRust.py to htmlconstructor.rsWarren Fisher2020-06-031-70/+6
| * | Improve webidl precisionKunal Mohan2020-06-011-8/+12
| * | Allow sequence of nullable dictionary items in webidlKunal Mohan2020-05-301-2/+5
| * | Auto merge of #26718 - jdm:codegen-sequence, r=Manishearthbors-servo2020-05-291-4/+4
| |\ \
| | * | dom: Improve precision of sequence types for WebIDL codegen.Josh Matthews2020-05-291-4/+4
| | |/
| * / Use dynamic dispatch in `mozjs::panic::wrap_panic`Simon Sapin2020-05-251-3/+13
| |/
| * Replace a `transmute` with `.to_ne_bytes()` + constructorSimon Sapin2020-04-151-4/+5
| * Auto merge of #26170 - Manishearth:enum-convertible, r=asajeffreybors-servo2020-04-121-8/+25
| |\
| | * Use FromJSValConvertible impls when converting argumentsManish Goregaokar2020-04-111-8/+5
| | * Implement FromJSValConvertible on enumsManish Goregaokar2020-04-111-0/+20
| * | Do not filter out platform objects when doing dictionary conversionsManish Goregaokar2020-04-081-2/+2
| |/
| * fixed CGCollectJSONAttributesMethodShinichi Morimoto2020-03-311-5/+3
| * fixed is_satisfied conditionShinichi Morimoto2020-03-301-12/+14
| * fixed fmtShinichi Morimoto2020-03-281-2/+6
| * fixed #25281Shinichi Morimoto2020-03-281-2/+9
| * Add trait DomObjectWrap to provide WRAP functionYUAN LYU2020-03-201-3/+51
| * 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
| |\