Josh Matthews

Results 1165 comments of Josh Matthews

Opened https://github.com/whatwg/html/issues/11813.

Honestly, yeah :) We'll let you know if it's not needed any more!

An easy place to start with adding meaningful error messages is in WebCrypto code like https://github.com/servo/servo/blob/main/components/script/dom/subtlecrypto/aes_operation.rs . Code like https://github.com/servo/servo/blob/2982929210ae694dbb775d937c5dec0a9b0fea33/components/script/dom/subtlecrypto/aes_operation.rs#L56-L64 could be split into two different conditionals that return more...

https://github.com/servo/servo/issues/34502 tracks one of the reported cases already.

In future, please report multiple issues instead of one issue with multiple unique issues. It makes it easier to keep discussion focused and label them in meaningful ways!

All if the module script loading code is in https://github.com/servo/servo/blob/main/components/script/script_module.rs .

The failures happening on that PR are not unique to that PR. There's a bunch of infrastructure test issues in the WPT repo at the moment.

WR is not default anywhere yet.

No, -w is used on all platforms: https://dxr.mozilla.org/servo/rev/c4aaedab32eb906ff715b850b641d2a75536e73d/python/servo/post_build_commands.py#114

The stack traces show where the allocation was performed; tracing where the fontdb ends up, it looks like it's https://github.com/linebender/resvg/blob/ded4b1390776b2418d51825703ba59f1a87cb528/crates/usvg/src/parser/converter.rs#L315 .