Tim Ledbetter
Tim Ledbetter
How do we expect the "Enable on all sites" toggle to interact with the `--enable-autoplay` command line option? Previously, setting the command line option would set the UI checkbox, but...
I believe the code responsible for this behavior is here: https://github.com/LadybirdBrowser/ladybird/blob/da8633b2d0ab3b9d8f1cdad39a8ad85ca2accf03/Userland/Libraries/LibWeb/Page/EventHandler.cpp#L433-L435 Replacing this with `if (true)` makes selection on readonly inputs work. To be honest, I'm not sure what the...
Moved to: https://github.com/LadybirdBrowser/ladybird/issues/602
My latest push simplifies my implementation so that colors are resolved in `ResolvedCSSStyleDeclaration`, rather than in StyleComputer. This seems less fragile to me. Unfortunately, doing it this way causes a...
This is fine for now, but I think the changes in this PR could have been part of #3788, since it seems to need these changes to build.
My latest push makes `interpolate_value()` return an empty optional rather than returning `interpolate_discrete()` everywhere.
GCC CI isn't happy. I'm not able to reproduce this failure locally with a GCC Sanitizer build.
Apologies for forgetting about this! The change looks good, but now has conflicts.
My latest push is a small fixup of some code from a previous PR (#4228). This is a non-functional change intended to make the variable names used a bit less...
This issue still occurs for me with the changes from #408 applied. I've updated the description to make it clear that the issue occurs intermittently.