| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|\ \ |
|
| * | | Support USVString as default value of a union argument | Kagami Sascha Rosylight | 2019-10-17 | 1 | -0/+4 |
| |/ |
|
* | | Auto merge of #24429 - saschanaz:getpropertykeys, r=jdm | bors-servo | 2019-10-15 | 1 | -4/+6 |
|\ \
| |/
|/| |
|
| * | Return false when GetPropertyKeys fails | Kagami Sascha Rosylight | 2019-10-12 | 1 | -4/+6 |
* | | Support WebIDL `record<>` | Kagami Sascha Rosylight | 2019-10-15 | 1 | -7/+30 |
|/ |
|
* | Remove [PrimaryGlobal] | Kagami Sascha Rosylight | 2019-10-03 | 1 | -4/+0 |
* | WebIDL codegen: Replace cmake with a single Python script | Simon Sapin | 2019-09-27 | 1 | -26/+0 |
* | Auto merge of #23987 - saschanaz:update-webidl, r=jdm | bors-servo | 2019-09-25 | 1 | -1/+1 |
|\ |
|
| * | Update WebIDL parser | Kagami Sascha Rosylight | 2019-08-16 | 1 | -1/+1 |
* | | Auto merge of #24137 - gterzian:fix_error_throwing_on_unknown_js_arg, r=jdm | bors-servo | 2019-09-05 | 1 | -1/+1 |
|\ \ |
|
| * | | codegen: throw type error when encountering an unknown argument | Gregory Terzian | 2019-09-05 | 1 | -1/+1 |
* | | | Add [Default] toJSON() to performance interfaces | Kagami Sascha Rosylight | 2019-09-01 | 1 | -4/+9 |
|/ / |
|
* | | Upgrade to rustc 1.39.0-nightly (f7af19c27 2019-08-15) | Simon Sapin | 2019-08-23 | 1 | -3/+3 |
* | | Auto merge of #23844 - saschanaz:tojson, r=Manishearth | bors-servo | 2019-08-20 | 1 | -2/+87 |
|\ \
| |/
|/| |
|
| * | remove redundant extra scoping | Kagami Sascha Rosylight | 2019-07-25 | 1 | -8/+1 |