index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2022-03-22
Kernel/TTY: Implement TIOCGPTN ioctl for MasterPTY
Liav A
2022-03-22
SystemServer: Create /dev/tty as a character device instead of a symlink
Liav A
2022-03-22
Kernel: Create SelfTTYDevice class to help replace /dev/tty symlink
Liav A
2022-03-22
LibWeb: Implement Range.deleteContents()
Andreas Kling
2022-03-22
LibWeb: Implement Range.cloneContents()
Andreas Kling
2022-03-22
LibWeb: Support CSS floats in inline flow
Andreas Kling
2022-03-22
LibWeb: Relax "all children must be either inline or block" invariant
Andreas Kling
2022-03-22
LibWeb: Move Layout::Box::is_out_of_flow() to Layout::Node
Andreas Kling
2022-03-22
Kernel: Add and use bitwise operators to CPUFeature
Hendiadyoin1
2022-03-22
LibWeb: Convert URL to use TRY for error propagation
Linus Groh
2022-03-22
LibWeb: Convert Text to use TRY for error propagation
Linus Groh
2022-03-22
LibWeb: Convert ShadowRoot to use TRY for error propagation
Linus Groh
2022-03-22
LibWeb: Convert ParentNode to use TRY for error propagation
Linus Groh
2022-03-22
LibWeb: Convert NodeOperations to use TRY for error propagation
Linus Groh
2022-03-22
LibWeb: Convert Node to use TRY for error propagation
Linus Groh
2022-03-22
LibWeb: Convert InnerHTML to use TRY for error propagation
Linus Groh
2022-03-22
LibWeb: Convert Element to use TRY for error propagation
Linus Groh
2022-03-22
LibWeb: Convert DOMTokenList to use TRY for error propagation
Linus Groh
2022-03-22
LibWeb: Convert DOMImplementation to use TRY for error propagation
Linus Groh
2022-03-22
LibWeb: Convert Document to use TRY for error propagation
Linus Groh
2022-03-22
LibWeb: Convert ChildNode to use TRY for error propagation
Linus Groh
2022-03-22
LibWeb: Convert CRC2D to use TRY for error propagation
Linus Groh
2022-03-22
Kernel: Use the pre-image kernel memory range introduced by KASLR
Idan Horowitz
2022-03-22
Kernel: Keep kernel base load address 2 MiB aligned
Idan Horowitz
2022-03-22
Base: Add Slovakian and Ukrainian flags
Lady Gegga
2022-03-22
LibWeb: Handle input element value setting & getting closer to the spec
Timothy Flynn
2022-03-22
LibWeb: Remove now-unused null values from Selector enums
Sam Atkins
2022-03-22
LibWeb: Tidy up CSS::Token::to_debug_string()
Sam Atkins
2022-03-22
LibWeb: Remove separate Token::m_unit field
Sam Atkins
2022-03-22
LibWeb: Use CSS::Number for CalculatedStyleValue numbers
Sam Atkins
2022-03-22
LibWeb: Use CSS::Number for Token numeric values
Sam Atkins
2022-03-22
LibWeb: Implement a CSS::Number class
Sam Atkins
2022-03-22
LibWeb: Use floats instead of doubles for CSS numbers
Sam Atkins
2022-03-22
LibWeb: Use intermediate ints when converting strings to numbers in CSS
Sam Atkins
2022-03-22
LibGfx+LibWeb: Use floats not doubles to create HSL colors
Sam Atkins
2022-03-22
LibWeb: Initialize PseudoClass/PseudoElement selectors in one go
Sam Atkins
2022-03-22
LibWeb: Use a Variant for SimpleSelector's contents
Sam Atkins
2022-03-22
LibWeb: Make StyleComponentValueRule use a Variant
Sam Atkins
2022-03-22
LibWeb: Allow percentages in word/letter-spacing properties
Sam Atkins
2022-03-22
LibWeb: Explicitly ignore [[nodiscard]] values returned from TRY(), pt 2
Linus Groh
2022-03-22
LibWeb: Explicitly ignore [[nodiscard]] values returned from TRY()
Linus Groh
2022-03-22
LibWeb: Convert Range to use TRY for error propagation
Timothy Flynn
2022-03-22
LibWeb: Convert HTMLOptionsCollection to use TRY for error propagation
Timothy Flynn
2022-03-22
LibWeb: Make DOM::ExceptionOr compatible with the TRY macro
Timothy Flynn
2022-03-22
LibCrypto: Fix grammar in a couple of comments
Linus Groh
2022-03-22
Kernel: Fix typo in a comment
Linus Groh
2022-03-22
KeyboardSettings: Allow changing and applying active keymap
Nícolas F. R. A. Prado
2022-03-22
KeyboardSettings: Rename m_current_applied_keymap
Nícolas F. R. A. Prado
2022-03-22
Kernel: Make mmap validation functions return ErrorOr<void>
int16
2022-03-22
Kernel: Move mmap validation functions to Process
int16
[next]