| Commit message (Expand) | Author | Age | Files | Lines |
* | dom: Generate iterator symbol for interfaces with indexed getters. | Josh Matthews | 2020-07-09 | 1 | -2/+21 |
* | dom: Use pref macro for IDL conditional guards. | Josh Matthews | 2020-07-09 | 1 | -1/+1 |
* | Fix incorrect string joining | Kagami Sascha Rosylight | 2020-06-21 | 1 | -2/+2 |
* | Fix remaining flake8 warnings | Kagami Sascha Rosylight | 2020-06-21 | 1 | -168/+169 |
* | dom: Convert parent dictionary values when converting dictionaries to JS. | Josh Matthews | 2020-06-16 | 1 | -4/+13 |
* | Use atomic pointers instead of `static mut` for DOM proxy handlers | Simon Sapin | 2020-06-05 | 1 | -3/+9 |
* | Keep DOM proxy handlers as separate named items rather than in one array | Simon Sapin | 2020-06-05 | 1 | -10/+12 |
* | integrate readablestream with fetch and blob | Gregory Terzian | 2020-06-04 | 1 | -0/+37 |
* | Auto merge of #25432 - warren-fisher:HTMLConstructor, r=jdm | bors-servo | 2020-06-03 | 1 | -70/+6 |
|\ |
|
| * | Reduce code duplication. Move some of CodegenRust.py to htmlconstructor.rs | Warren Fisher | 2020-06-03 | 1 | -70/+6 |
* | | Improve webidl precision | Kunal Mohan | 2020-06-01 | 1 | -8/+12 |
* | | Allow sequence of nullable dictionary items in webidl | Kunal Mohan | 2020-05-30 | 1 | -2/+5 |
* | | Auto merge of #26718 - jdm:codegen-sequence, r=Manishearth | bors-servo | 2020-05-29 | 1 | -4/+4 |
|\ \ |
|
| * | | dom: Improve precision of sequence types for WebIDL codegen. | Josh Matthews | 2020-05-29 | 1 | -4/+4 |
| |/ |
|
* / | Use dynamic dispatch in `mozjs::panic::wrap_panic` | Simon Sapin | 2020-05-25 | 1 | -3/+13 |
|/ |
|
* | Replace a `transmute` with `.to_ne_bytes()` + constructor | Simon Sapin | 2020-04-15 | 1 | -4/+5 |
* | Auto merge of #26170 - Manishearth:enum-convertible, r=asajeffrey | bors-servo | 2020-04-12 | 1 | -8/+25 |
|\ |
|
| * | Use FromJSValConvertible impls when converting arguments | Manish Goregaokar | 2020-04-11 | 1 | -8/+5 |
| * | Implement FromJSValConvertible on enums | Manish Goregaokar | 2020-04-11 | 1 | -0/+20 |
* | | Do not filter out platform objects when doing dictionary conversions | Manish Goregaokar | 2020-04-08 | 1 | -2/+2 |
|/ |
|
* | fixed CGCollectJSONAttributesMethod | Shinichi Morimoto | 2020-03-31 | 1 | -5/+3 |
* | fixed is_satisfied condition | Shinichi Morimoto | 2020-03-30 | 1 | -12/+14 |
* | fixed fmt | Shinichi Morimoto | 2020-03-28 | 1 | -2/+6 |
* | fixed #25281 | Shinichi Morimoto | 2020-03-28 | 1 | -2/+9 |
* | Add trait DomObjectWrap to provide WRAP function | YUAN LYU | 2020-03-20 | 1 | -3/+51 |
* | Do not do weird scope things in MethodDefiner | Anthony Ramine | 2020-03-14 | 1 | -0/+2 |
* | Update the WebIDL parser | Anthony Ramine | 2020-03-14 | 1 | -27/+5 |
* | Change how we reflect DOM objects in codegen | Anthony Ramine | 2020-03-06 | 1 | -7/+7 |
* | Update SpiderMonkey | Anthony Ramine | 2020-03-06 | 1 | -69/+88 |
* | Introduce a new type MaybeUnreflectedDom<T> (fixes #25701) | Anthony Ramine | 2020-02-17 | 1 | -39/+50 |
* | rename compartment to realm | Kunal Mohan | 2020-01-24 | 1 | -22/+22 |
* | Auto merge of #25446 - pshaughn:fixme11868, r=jdm | bors-servo | 2020-01-10 | 1 | -5/+3 |
|\ |
|
| * | Make property descriptors hold named/indexed property values | Patrick Shaughnessy | 2020-01-10 | 1 | -5/+3 |
* | | Implement HTMLSelectElement.add() and indexed setter, fix test that was relyi... | Patrick Shaughnessy | 2020-01-07 | 1 | -1/+1 |
|/ |
|
* | Fix tidiness errors for Python3 compatibility across whole repo | marmeladema | 2019-12-11 | 1 | -7/+7 |
* | Fix iterator invalidation in our forEach implementation. | Manish Goregaokar | 2019-11-25 | 1 | -1/+12 |
* | Require PromiseRejectionEventInit dictionary | Kagami Sascha Rosylight | 2019-11-22 | 1 | -9/+8 |
* | Auto merge of #24665 - saschanaz:timerhandler, r=nox | bors-servo | 2019-11-17 | 1 | -7/+25 |
|\ |
|
| * | Use TimerHandler IDL union type | Kagami Sascha Rosylight | 2019-11-05 | 1 | -7/+25 |
* | | Use `#![register_tool]` instead of `#![register_attr]` | Simon Sapin | 2019-11-15 | 1 | -2/+3 |
* | | Auto merge of #24636 - saschanaz:windowproxy, r=nox,jdm | bors-servo | 2019-11-07 | 1 | -0/+4 |
|\ \ |
|
| * | | Use MessageEventSource on MessageEvent IDL | Kagami Sascha Rosylight | 2019-11-04 | 1 | -0/+4 |
| |/ |
|
* / | Use IDL sequence default value | Kagami Sascha Rosylight | 2019-11-04 | 1 | -6/+6 |
|/ |
|
* | Support stringifier attributes | Kagami Sascha Rosylight | 2019-10-29 | 1 | -5/+3 |
* | Auto merge of #24471 - saschanaz:enum-default, r=ferjm | bors-servo | 2019-10-21 | 1 | -10/+21 |
|\ |
|
| * | Support enum value as a union default value | Kagami Sascha Rosylight | 2019-10-19 | 1 | -10/+21 |
* | | Support [LegacyWindowAlias] | Kagami Sascha Rosylight | 2019-10-19 | 1 | -3/+18 |
|/ |
|
* | Auto merge of #24476 - saschanaz:nonenumerable, r=jdm | bors-servo | 2019-10-18 | 1 | -8/+15 |
|\ |
|
| * | Mark @@iterator as nonenumerable | Kagami Sascha Rosylight | 2019-10-17 | 1 | -8/+15 |
* | | Auto merge of #24469 - saschanaz:urp-default, r=Manishearth | bors-servo | 2019-10-18 | 1 | -0/+4 |
|\ \ |
|