Josh Matthews
Josh Matthews
From https://news.ycombinator.com/item?id=23953778: ``` | jayd16 13 hours ago [–] >As we do not have control over the binding of the texture and the Unity context, the current design for updating...
Apparently the -sys suffix is intended for packages that contain actual system libraries that are built (eg. https://github.com/servo/libfreetype2), not for FFI binding libraries. This is causing problems for Servo as...
https://chromium-review.googlesource.com/c/chromium/src/+/1070210/ explicitly removed the commit call. The only place I see in the spec that suggests that commits happen automatically as part of the event loop is a non-normative note...
``` 6 unexpected results that are NOT known-intermittents: ▶ TIMEOUT [expected PASS] /css/css-flexbox/flexbox_align-items-flexend.html │ │ _RegisterApplication(), FAILED TO establish the default connection to the WindowServer, _CGSDefaultConnection() is NULL. │ │...
@pcwalton @Manishearth @asajeffrey I recall discussing this topic in Berlin, but I can't find the notes I thought I took. Attempting to reconstruct from memory: * there exist DOM objects...
```html aaaaaaa bbbbbbb ``` Firefox: Servo:
Running `python serve` from the WPT directory allows you to run `./mach run --debug http://localhost:8000/path/to/test` and run a WPT test under a debugger. This does not work for Servo-specific tests,...
If so, what information is required? I don't have an account on the site since I'm not the target audience, but I figured I could help widen the pool of...
This PR contains a series of changes that address #31415 and subsequent test failures exposed by making the media element code more spec-compliant. Media element state changes should be driven...
From interpreting the stack trace, this looks like the same underlying issue as https://github.com/servo/servo/issues/32454. When the parser is synchronously parsing and a GC occurs, we attempt to mutably borrow fields...