summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-03-15LibWeb: Make sure `float: left` boxes get pushed down if they can't fitAndreas Kling
2023-03-15PartitionEditor: Add missing unveilsMacDue
2023-03-15Meta: Download pci.ids and usb.ids to Build/cachesTimothy Flynn
2023-03-15Kernel/Ramdisk: Propagate error during Ramdisk initializePankaj Raghav
2023-03-15Kernel/Storage: Use NonnullRefPtr for storage controllersPankaj Raghav
2023-03-15Ports: Add taskwarrior portSeal Sealy
2023-03-15LibGUI: Do not attempt to close non-existent notificationsimplicitfield
2023-03-15Lagom: Remove debug line in LibJSGCVerifierMatthew Olsson
2023-03-15Spreadsheet: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtrMatthew Olsson
2023-03-15LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtrMatthew Olsson
2023-03-15LibJS: Allow constructing a Handle<T> from a {Nonnull,}GCPtr<T>Matthew Olsson
2023-03-15LibJS: Allow constructing a GCPtr from another GCPtr of convertible typeMatthew Olsson
2023-03-15LibJS: Allow GCPtr and NonnullGCPtr to be hashedMatthew Olsson
2023-03-14AK: Rename CaseInsensitiveStringViewTraits to reflect intentgustrb
2023-03-14Ports: Add bzip3 portSeal Sealy
2023-03-14LibWeb: Implement the [PutForwards] IDL extended attributeTimothy Flynn
2023-03-14LibWeb: Invalidate styles on font loadMathis Wiehl
2023-03-14LibWeb/Tests: Remove image from a testAndreas Kling
2023-03-14LibWeb: Actually instantiate ::before/::after pseudo elements when foundAndreas Kling
2023-03-14LibWeb: Prevent variadic arguments from reserving heaps of memoryTimothy Flynn
2023-03-14LibWeb: Don't compute full style for ::before/::after unless matchedAndreas Kling
2023-03-14WebContent: Coalesce multiple sequential MouseMove eventsAndreas Kling
2023-03-14AK: Add Queue::tail()Andreas Kling
2023-03-14WebContent: Give paint requests a chance to happen between input eventsAndreas Kling
2023-03-14LibWeb: Avoid inside layout of flex items during intrinsic sizingAndreas Kling
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