Tim Ledbetter

Results 96 comments of Tim Ledbetter

Closing, as this clearly isn't a great solution. Ideally curl would handle alt-svc fallback internally - there is an open curl PR for this (https://github.com/curl/curl/pull/17152), but I'm not sure what...

Closing, as this is no longer reproducible.

I'm not sure whether the current behavior is intentional or a bug, but our `quick_sort` implementation seems to behave as your test expects. You can see this if you substitute...

When trying to build this on Linux I get the following error: ``` > ./Meta/ladybird.sh run Checking for CMake version at least 3.25... ok, found 3.28.3 Preset CMake variables: CMAKE_BUILD_TYPE="RelWithDebInfo"...

@ADKaster It breaks for me when spoofing with any supported user agent. It breaks when trying to access `PerformanceTiming::navigation_start()` from inside a Worker because `PerformanceTiming::document_load_timing_info()` expects the current global object...

Limiting exposure of certain fields is supposed to be done with [partial interfaces](https://webidl.spec.whatwg.org/#dfn-partial-interface), which we don't currently support in our IDL generator.

@teaalltr I don't think we correctly restrict, which interfaces are exposed for Workers. I think you'd need to comment out the reference to the Performance interface in `WindowOrWorkerGlobalScope.idl` to completely...

Sorry it's taken a while to get to this. There are some conflicts that need to be resolved.

This is a minor point, but if you move the commit where you add the tests to be the first commit, you can be sure that your changes don't affect...