Andrew Kaster

Results 170 issues of Andrew Kaster

Currently blocked by https://github.com/actions/runner/issues/805 and https://github.com/actions/virtual-environments/issues/2187 When that issue is closed with aarch64 macOS Runners available in either Github Actions or Azure, we can add a build job to build...

enhancement
macos

Another monster navigables PR. Hopefully we won't need to change so much in the future...

stale
👀 pr-needs-review

- Stub out WebDriver deserialize as a proxy capability AO - Unblock port 9000 - Implement document.elementsFromPoint (not to be confused with elementFromPoint) Brings the WPT infrastructure/ directory to the...

👀 pr-needs-review

The `execCommand` API is a relic of IE, but is nonetheless implemented by all the major browsers to some extent. Per the MDN documentation, it has no official specification, only...

enhancement
web compatibility

It's a bit awkward to pass these as --webdriver-arg, but that's life. Perhaps we should do this in the ladybird.py script 🤷

👀 pr-needs-review

Per the specification, it's ok if we say that nothing is supported. It's not ok if we say something is supported but do nothing, apparently. First step towards #23176

👀 pr-needs-review

We now cache potentially named elements on the Document when elements are inserted and removed. This allows us to do lookup of what names are supported much faster than if...

👀 pr-needs-review

Set two options for black in the top-level pyproject.toml file: - Line length of 120. This is what we were formatting to before, and it would be a massive diff...

👀 pr-needs-review

@nico is this kind of what you were thinking for train-worthy bisecting? One thing that I think is missing for this solution to work for that use case is that...

stale