ladybird/Libraries
Timothy Flynn e57176b484 LibWebView: Move headless clipboard management to LibWebView
We only supported headless clipboard management in test-web. So when WPT
tests the clipboard APIs, we would blindly try to access the Qt app,
which does not exist.

Note that the AppKit UI has no such restriction, as the NSPasteboard is
accessible even without a GUI.
2025-10-10 15:10:03 -04:00
..
LibCompress
LibCore LibCore+LibWebView+UI/Qt: Support TimeZoneWatcher on Windows 2025-10-05 15:46:15 +02:00
LibCrypto Everywhere: Use Optional<T>::ensure() where useful 2025-09-17 12:01:18 -04:00
LibDevTools LibDevTools: Don't assume computed layout values are strings 2025-09-26 22:31:24 +02:00
LibDiff
LibDNS LibDNS: Remove LibCore::DateTime dependency 2025-09-30 12:39:01 +02:00
LibFileSystem
LibGC LibGC: Mark Ptr::as_nonnull as a const function 2025-10-08 17:25:29 +02:00
LibGfx LibGfx: Implement AffineTransform::to_matrix() 2025-10-10 15:37:45 +02:00
LibHTTP
LibIDL LibIDL: Support extended attributes on namespace members 2025-09-11 17:06:44 +01:00
LibImageDecoderClient
LibIPC LibIPC: Shutdown IPC handler when transport is lost during sync event 2025-10-07 17:04:32 -05:00
LibJS LibJS: Remove using-declaration.js from .prettierignore 2025-10-09 15:49:49 -04:00
LibLine
LibMain
LibMedia LibMedia: Actually read Matroska tracks' CodecDelay elements 2025-10-02 11:03:26 +02:00
LibRegex LibRegex: Export OpCode/OpCode_Compare for REGEX_DEBUG builds 2025-09-18 11:02:13 +02:00
LibRequests
LibSyntax
LibTest Everywhere: Use Optional<T>::ensure() where useful 2025-09-17 12:01:18 -04:00
LibTextCodec
LibThreading LibThreading: Remove Weakable from Thread 2025-09-22 17:28:21 -05:00
LibTLS
LibUnicode LibUnicode: Query timezone from host config when cache is stale 2025-10-05 15:46:15 +02:00
LibURL LibURL: Add a few missing internal page factories 2025-09-18 07:27:24 -04:00
LibWasm LibWasm: Avoid revalidating memory/address for every element in memory.* 2025-10-06 16:00:02 +02:00
LibWeb LibWeb+UI/AppKit: Ignore unknown clipboard MIME types 2025-10-10 15:10:03 -04:00
LibWebSocket
LibWebView LibWebView: Move headless clipboard management to LibWebView 2025-10-10 15:10:03 -04:00
LibXML LibWeb+LibXML: Make Listener::set_source(ByteString) fallible 2025-10-02 02:25:28 +02:00
CMakeLists.txt