summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-03-14Ladybird: Rely on transparent text color for location highlightingnetworkException
2023-03-14LibWeb: Consider margins of atomic inlines in layoutMathis Wiehl
2023-03-14LibWeb: Port {set,clear}{Timeout,Interval} to IDLTimothy Flynn
2023-03-14LibWeb: Begin adding support for Function IDL types in unionsTimothy Flynn
2023-03-14LibWeb: Support variadic "any..." parameters in IDLTimothy Flynn
2023-03-14LibWeb: Port the WindowOrWorkerGlobalScopeMixin timer handler to StringTimothy Flynn
2023-03-14LibWeb: Move timer implementations to WindowOrWorkerGlobalScopeMixinTimothy Flynn
2023-03-14LibWeb: Change HTML::Timer to store its owning window as a JS::ObjectTimothy Flynn
2023-03-14Documentation: Start documenting LibWeb code style & patternsLinus Groh
2023-03-13LibWeb+Ladybird+Userland: Port window.[alert,confirm,prompt] to StringTimothy Flynn
2023-03-13Ladybird: Add a utility to create a QString from an AK::StringTimothy Flynn
2023-03-13WebDriver: Fix typo in browser capabilities key parsingTimothy Flynn
2023-03-13Toolchain: Use '|' as sed delimiter in Build{Clang,It}.sh, not '@'Linus Groh
2023-03-13LibJS: Don't skip CPU registers when gathering conservative rootsAndreas Kling
2023-03-13LibAudio: Update stream APIs used when reading audio metadataTimothy Flynn
2023-03-13SoundPlayer: Display title and artist in the window title if availablekleines Filmröllchen
2023-03-13file: Read more metadata from audio fileskleines Filmröllchen
2023-03-13LibAudio: Detect and read FLAC metadatakleines Filmröllchen
2023-03-13LibAudio: Add a generic audio metadata containerkleines Filmröllchen
2023-03-13LibAudio: Add a formatter for LoaderErrorkleines Filmröllchen
2023-03-13Meta+Documentation: Allow cross-debugging x86_64 Serenity on M1 MacsDaniel Bertalan
2023-03-13Documentation: Add a note about running on Apple SiliconDaniel Bertalan
2023-03-13Everywhere: Remove unintentional partial stream reads and writesTim Schumacher
2023-03-13LibSQL: Always read and write entire heap blocksTim Schumacher
2023-03-13LibCore: Use length-checking stream reads and writes for SOCKS5Tim Schumacher
2023-03-13CodeGenerators: Ensure that we always print the entire generated outputTim Schumacher
2023-03-13AK: Read and write accumulated BitStream bits directlyTim Schumacher
2023-03-13LibAudio: Read FLAC MD5 directly into the class memberTim Schumacher
2023-03-13LibArchive: Read Tar archive headers through `read_value`Tim Schumacher
2023-03-13AK: Remove unneeded overrides for `write_until_depleted` from BitStreamTim Schumacher
2023-03-13AK: Rename Stream::write_entire_buffer to Stream::write_until_depletedTim Schumacher
2023-03-13AK: Rename Stream::read_entire_buffer to Stream::read_until_filledTim Schumacher
2023-03-13AK: Rename Stream::{read,write} to Stream::{read_some,write_some}Tim Schumacher
2023-03-13AK: Compute UTF-8 code point lengths using only leading bytesTimothy Flynn
2023-03-13image: Add an argument to choose to write PPMs in binary or in ASCIILucas CHOLLET
2023-03-13image: Support writing to PPM filesLucas CHOLLET
2023-03-13LibGfx/PortableFormat: Add `PortableFormatWriter`Lucas CHOLLET
2023-03-13Documentation: Add query-driver to clangd arguments in NvimConfigurationAndrew Kaster
2023-03-13Documentation: Update VS Code docs for tone, add query-driver directionsAndrew Kaster
2023-03-13LibAudio+Piano: Correct header stylekleines Filmröllchen
2023-03-13Ports: Add lrzip portFabian Dellwing
2023-03-13Ladybird: Remove the mode to dump the layout treeTimothy Flynn
2023-03-13LibWeb: Run LibWeb layout tests using headless-browserTimothy Flynn
2023-03-13headless-browser: Add a mode to dump the layout tree after load finishTimothy Flynn
2023-03-13headless-browser: Support loading local file:// URLsTimothy Flynn
2023-03-13headless-browser: Massage URLs a bit before loadingTimothy Flynn
2023-03-13LibAudio: Use symbolic constants for MP3 frame and granule sizekleines Filmröllchen
2023-03-13LibAudio: Move audio stream buffering into the loaderkleines Filmröllchen
2023-03-13LibGUI: Make thumbnail generation resilient between FileSystemModelskleines Filmröllchen
2023-03-13LibThreading: Register BackgroundAction with EventLoopkleines Filmröllchen