ladybird/UI/Headless
Timothy Flynn 7f8f72556a headless-browser: Implement a stubbed clipboard API
We currently rely on UI-specific APIs to interact with the system
clipboard from AppKit and Qt. We do not have access to these from
headless-browser.

We should ultimately implement these APIs without relying on the UI as
a middle-man. For now, store a clipboard item so that we may exercise
the clipboard WPT tests.
2025-05-02 17:46:16 -04:00
..
Application.cpp headless-browser: Disable viewport scrollbar painting for tests 2025-04-22 11:29:06 -04:00
Application.h UI: Pass parent WebView by non-const ref when creating children 2025-04-16 10:41:44 -06:00
CMakeLists.txt CI: Enable verbose logging of LibWeb tests 2024-11-30 12:10:12 -05:00
Fixture.cpp Headless: Compile on Windows 2025-04-13 10:19:23 -06:00
Fixture.h LibWebView+UI: Read and set echo server port in HttpEchoServerFixture 2024-12-05 17:02:57 -07:00
HeadlessWebView.cpp headless-browser: Implement a stubbed clipboard API 2025-05-02 17:46:16 -04:00
HeadlessWebView.h headless-browser: Implement a stubbed clipboard API 2025-05-02 17:46:16 -04:00
main.cpp Headless: Remove uneeded URL validity check 2025-04-19 07:18:43 -04:00
Test.cpp LibURL: Implement create_with_file_scheme using URL Parser 2025-04-19 07:18:43 -04:00
Test.h LibGfx+LibWebView+UI: Store Gfx::Bitmap in RefPtr to const 2025-04-16 10:41:44 -06:00