Timothy Flynn
5478f34992
LibWebView+WebContent: Transfer inspected DOM info over IPC as String
...
Let's avoid a whole bunch of String to ByteString to String conversions.
2025-02-24 12:05:29 -05:00
stasoid
3e46cb9067
LibWebView+ImageDecoder+RequestServer+WebContent: Add init_transport
2025-02-12 22:32:13 -07:00
InvalidUsernameException
5cc9a5802d
LibWeb+UI: Add internals API to set browser zoom
2025-01-21 16:05:12 +01:00
Gingeh
6fd03425b2
UI: Prevent crash when right clicking on an unloaded image
2025-01-12 19:29:57 +00:00
Sam Atkins
be6a9940ad
headless-browser: Let tests set their own timeout duration
...
Some tests take longer than others, and so may want to set a custom
timeout so that they pass, without increasing the timeout for all other
tests. For example, this is done in WPT.
Add an `internals.setTestTimeout(milliseconds)` method that overrides
the test runner's default timeout for the currently-run test.
2024-12-19 17:27:33 +00:00
Andrew Kaster
1549d393b9
LibIPC: Remove socket path from IPC Client connections
...
We don't need these for Ladybird, and they are the only users of
some LibCore functions we can remove as well.
2024-11-26 11:00:48 +01:00
Timothy Flynn
93712b24bf
Everywhere: Hoist the Libraries folder to the top-level
2024-11-10 12:50:45 +01:00