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
Timothy Flynn
49c93d01db
LibWebView: Store the tab title on the ViewImplementation
...
This will be needed for DevTools, to avoid the need to go into the UI
layer for this information.
2025-02-19 08:45:51 -05: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
Timothy Flynn
44d6601dc5
LibWebView+UI: Handle worker agent requests from within LibWebView
...
There is no longer any UI-specific facilities needed to launch a worker
agent.
2024-11-14 11:47:32 +01:00
Timothy Flynn
93712b24bf
Everywhere: Hoist the Libraries folder to the top-level
2024-11-10 12:50:45 +01:00