Tim Flynn
Tim Flynn
In order for this test to actually run, you will have to include a revert of 292b566b9fa6a63dfca9e9ed90151e591a6f8389 in this PR.
Thanks! I've rerun CI for this a few times to see if the test flakes at all, and I haven't seen any :crossed_fingers:
Please don't open PRs like this that aren't ready for any sort of review - they take up CI resources, which are limited. If you have questions about a particular...
If this PR depends on another, please make it a draft.
I don't think this is the right fix - setting the text content to `" "` doesn't seem right. I think you will want to look at the cursor painting...
The error is not due to the favicon. The default favicon is not even downloaded. When `HTMLLinkElement::load_fallback_favicon_if_needed` is reached, we return early because we've already loaded a favicon from a...
Regarding this: > CC [@AtkinsSJ](https://github.com/AtkinsSJ) - is there some CSS spec around dealing with empty URLs, or around handling the resulting MIME type? The answer is: https://drafts.csswg.org/css-values-4/#url-empty > If the...
This one's strange. All of Ladybird, WebContent, WebWorker, RequestServer are sitting idle in the event loop's `wait_for_events`. If you navigate directly to https://github.com/LadybirdBrowser/ladybird/issues/new?template=BLANK_ISSUE, you see the page for a quick...
This isn't strictly a new issue with devtools, our old built-in inspector behaved the same:  We likely just need to insert pseudo elements like `::before` and `::marker` *before* the...
Hmm yeah, I suppose it transfers that guarantee to the remote end when we construct the `String` from the transferred data. For now, we could have the IPC compiler generate...