Ms2ger

Results 72 issues of Ms2ger

Servo uses S-\* labels to track the status of PRs. It'd be useful to have them shown on the dashboard

Servo uses labels such as "S-needs code changes" to track the status of PRs; it could be nice to integrate that into homu somehow.

As this crate doesn't expose any of the libc types externally, I believe a patch version bump should be sufficient.

Ref https://github.com/WebAssembly/spec/pull/1603

`CreateBuiltinFunction` expects an Abstract Closure since https://github.com/tc39/ecma262/issues/1894. Not urgent, though.

wasm-js-api-1
editorial

- [ ] At least two implementers are interested (and none opposed): * … * … - [ ] [Tests](https://github.com/web-platform-tests/wpt) are written and can be reviewed and commented upon at:...

### What is the issue with the Web IDL Standard? CSP has this IDL code (: ```webidl [Exposed=(Window,Worker)] interface SecurityPolicyViolationEvent : Event { constructor (DOMString type, optional SecurityPolicyViolationEventInit eventInitDict =...

### What is the issue with the Web IDL Standard? https://webidl.spec.whatwg.org/#web-idl-arguments-list-converting > 1. Let esArgs be an empty [list](https://infra.spec.whatwg.org/#list). > > 2. Let i be 0. > > 3. Let...

To replace #5339. Draft because I still need to iron out a few issues around module loading, and need to change what the global object looks like. - [ ]...