summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-03-22Kernel/TTY: Implement TIOCGPTN ioctl for MasterPTYLiav A
2022-03-22SystemServer: Create /dev/tty as a character device instead of a symlinkLiav A
2022-03-22Kernel: Create SelfTTYDevice class to help replace /dev/tty symlinkLiav A
2022-03-22LibWeb: Implement Range.deleteContents()Andreas Kling
2022-03-22LibWeb: Implement Range.cloneContents()Andreas Kling
2022-03-22LibWeb: Support CSS floats in inline flowAndreas Kling
2022-03-22LibWeb: Relax "all children must be either inline or block" invariantAndreas Kling
2022-03-22LibWeb: Move Layout::Box::is_out_of_flow() to Layout::NodeAndreas Kling
2022-03-22Kernel: Add and use bitwise operators to CPUFeatureHendiadyoin1
2022-03-22LibWeb: Convert URL to use TRY for error propagationLinus Groh
2022-03-22LibWeb: Convert Text to use TRY for error propagationLinus Groh
2022-03-22LibWeb: Convert ShadowRoot to use TRY for error propagationLinus Groh
2022-03-22LibWeb: Convert ParentNode to use TRY for error propagationLinus Groh
2022-03-22LibWeb: Convert NodeOperations to use TRY for error propagationLinus Groh
2022-03-22LibWeb: Convert Node to use TRY for error propagationLinus Groh
2022-03-22LibWeb: Convert InnerHTML to use TRY for error propagationLinus Groh
2022-03-22LibWeb: Convert Element to use TRY for error propagationLinus Groh
2022-03-22LibWeb: Convert DOMTokenList to use TRY for error propagationLinus Groh
2022-03-22LibWeb: Convert DOMImplementation to use TRY for error propagationLinus Groh
2022-03-22LibWeb: Convert Document to use TRY for error propagationLinus Groh
2022-03-22LibWeb: Convert ChildNode to use TRY for error propagationLinus Groh
2022-03-22LibWeb: Convert CRC2D to use TRY for error propagationLinus Groh
2022-03-22Kernel: Use the pre-image kernel memory range introduced by KASLRIdan Horowitz
2022-03-22Kernel: Keep kernel base load address 2 MiB alignedIdan Horowitz
2022-03-22Base: Add Slovakian and Ukrainian flagsLady Gegga
2022-03-22LibWeb: Handle input element value setting & getting closer to the specTimothy Flynn
2022-03-22LibWeb: Remove now-unused null values from Selector enumsSam Atkins
2022-03-22LibWeb: Tidy up CSS::Token::to_debug_string()Sam Atkins
2022-03-22LibWeb: Remove separate Token::m_unit fieldSam Atkins
2022-03-22LibWeb: Use CSS::Number for CalculatedStyleValue numbersSam Atkins
2022-03-22LibWeb: Use CSS::Number for Token numeric valuesSam Atkins
2022-03-22LibWeb: Implement a CSS::Number classSam Atkins
2022-03-22LibWeb: Use floats instead of doubles for CSS numbersSam Atkins
2022-03-22LibWeb: Use intermediate ints when converting strings to numbers in CSSSam Atkins
2022-03-22LibGfx+LibWeb: Use floats not doubles to create HSL colorsSam Atkins
2022-03-22LibWeb: Initialize PseudoClass/PseudoElement selectors in one goSam Atkins
2022-03-22LibWeb: Use a Variant for SimpleSelector's contentsSam Atkins
2022-03-22LibWeb: Make StyleComponentValueRule use a VariantSam Atkins
2022-03-22LibWeb: Allow percentages in word/letter-spacing propertiesSam Atkins
2022-03-22LibWeb: Explicitly ignore [[nodiscard]] values returned from TRY(), pt 2Linus Groh
2022-03-22LibWeb: Explicitly ignore [[nodiscard]] values returned from TRY()Linus Groh
2022-03-22LibWeb: Convert Range to use TRY for error propagationTimothy Flynn
2022-03-22LibWeb: Convert HTMLOptionsCollection to use TRY for error propagationTimothy Flynn
2022-03-22LibWeb: Make DOM::ExceptionOr compatible with the TRY macroTimothy Flynn
2022-03-22LibCrypto: Fix grammar in a couple of commentsLinus Groh
2022-03-22Kernel: Fix typo in a commentLinus Groh
2022-03-22KeyboardSettings: Allow changing and applying active keymapNícolas F. R. A. Prado
2022-03-22KeyboardSettings: Rename m_current_applied_keymapNícolas F. R. A. Prado
2022-03-22Kernel: Make mmap validation functions return ErrorOr<void>int16
2022-03-22Kernel: Move mmap validation functions to Processint16