ladybird/Userland/Libraries
Aliaksandr Kalenik 231d58dd62 LibJS: Delete Declaration::for_each_bound_name
We can delete for_each_bound_name() because there is more generic
version of this function called for_each_bound_identifier() that gives
you identifier using which you can get both name and check if it is
local/global.
2023-07-20 20:19:15 +02:00
..
LibArchive LibArchive: Add helper functions for adding members to a ZipOutputStream 2023-07-08 13:14:50 +01:00
LibAudio LibAudio: Use ReadonlyBytes instead of Bytes for buffer parameters 2023-07-20 08:02:12 +01:00
LibC LibC: Make getopt available from getopt.h 2023-07-19 00:19:35 -06:00
LibCards Everywhere: Remove needless trailing semi-colons after functions 2023-07-08 10:32:56 +01:00
LibChess
LibCMake
LibCodeComprehension Everywhere: Remove needless trailing semi-colons after functions 2023-07-08 10:32:56 +01:00
LibCompress Everywhere: Remove needless trailing semi-colons after functions 2023-07-08 10:32:56 +01:00
LibConfig
LibCore LibCore: Add mime types for font files 2023-07-20 08:02:12 +01:00
LibCoredump
LibCpp Everywhere: Remove needless trailing semi-colons after functions 2023-07-08 10:32:56 +01:00
LibCrypt
LibCrypto LibCrypto: Make create_aligned_buffer() static 2023-07-19 21:26:55 +01:00
LibDebug
LibDesktop
LibDeviceTree
LibDiff Everywhere: Update copyrights with my new serenityos.org e-mail :^) 2023-07-15 16:21:29 +02:00
LibDNS
LibDSP Everywhere: Remove needless trailing semi-colons after functions 2023-07-08 10:32:56 +01:00
LibEDID Everywhere: Use nested namespace qualifiers 2023-07-12 10:05:42 +03:30
LibELF Kernel: Consolidate finding the ELF stack size with validation 2023-07-10 21:08:31 -06:00
LibFileSystem LibFileSystem: Add FileSystem::is_regular_file 2023-07-13 10:29:30 +01:00
LibFileSystemAccessClient
LibGemini Everywhere: Remove needless trailing semi-colons after functions 2023-07-08 10:32:56 +01:00
LibGfx LibGfx: Add functions to convert font widths to/from strings 2023-07-20 08:02:12 +01:00
LibGL Everywhere: Remove needless trailing semi-colons after functions 2023-07-08 10:32:56 +01:00
LibGLSL
LibGPU
LibGUI LibGfx: Remove ImageDecoderPlugin::initialize() 2023-07-18 14:34:35 +01:00
LibHTTP
LibIDL
LibImageDecoderClient
LibIMAP LibCore: Slightly rework the Core::Promise API 2023-07-08 23:13:00 +01:00
LibIPC LibIPC: Do not leak the Core::File fd by default 2023-07-12 18:22:18 -04:00
LibJS LibJS: Delete Declaration::for_each_bound_name 2023-07-20 20:19:15 +02:00
LibKeyboard Everywhere: Remove needless trailing semi-colons after functions 2023-07-08 10:32:56 +01:00
LibLine Everywhere: Use nested namespace qualifiers 2023-07-12 10:05:42 +03:30
LibLocale
LibMain
LibManual Everywhere: Remove needless trailing semi-colons after functions 2023-07-08 10:32:56 +01:00
LibMarkdown
LibPartition Everywhere: Remove needless trailing semi-colons after functions 2023-07-08 10:32:56 +01:00
LibPCIDB Everywhere: Remove needless trailing semi-colons after functions 2023-07-08 10:32:56 +01:00
LibPDF LibPDF: Resize fonts when the text and line matrices change 2023-07-20 06:56:41 +01:00
LibProtocol
LibRegex LibRegex: Avoid pointlessly slicing a UTF-16 string for one code unit 2023-07-14 11:22:21 +02:00
LibSanitizer
LibSoftGPU
LibSQL Everywhere: Remove needless trailing semi-colons after functions 2023-07-08 10:32:56 +01:00
LibSymbolication
LibSyntax Everywhere: Remove needless trailing semi-colons after functions 2023-07-08 10:32:56 +01:00
LibSystem
LibTest Everywhere: Update copyrights with my new serenityos.org e-mail :^) 2023-07-15 16:21:29 +02:00
LibTextCodec
LibThreading LibCore: Slightly rework the Core::Promise API 2023-07-08 23:13:00 +01:00
LibTimeZone
LibTLS
LibUnicode
LibUSBDB Everywhere: Remove needless trailing semi-colons after functions 2023-07-08 10:32:56 +01:00
LibVideo Everywhere: Remove needless trailing semi-colons after functions 2023-07-08 10:32:56 +01:00
LibVirtGPU Everywhere: Remove needless trailing semi-colons after functions 2023-07-08 10:32:56 +01:00
LibVT Everywhere: Remove needless trailing semi-colons after functions 2023-07-08 10:32:56 +01:00
LibWasm LibWasm: Implement Element section segment type 4 2023-07-08 15:13:25 +02:00
LibWeb LibWeb: Use Core::Timer for style and layout update timers in Document 2023-07-20 15:01:52 +02:00
LibWebSocket
LibWebView Browser+LibWebView: Load and Display ARIA Properites and State 2023-07-06 11:21:36 +01:00
LibX86
LibXML LibXML: Parser handle standalone declaration 2023-07-13 09:11:51 +03:30
CMakeLists.txt