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-02-16
Games: Use default constructors/destructors
Lenny Maiorani
2022-02-16
LibWeb: Support "useCapture" parameter to add/removeEventListener
Andreas Kling
2022-02-16
LibWeb: Separate "event listener" from "EventListener"
Andreas Kling
2022-02-16
LibWeb: Follow HTTP 3xx redirections when loading images
Andreas Kling
2022-02-16
Kernel: Stop compiling AK::String and friends into the Kernel
Idan Horowitz
2022-02-16
AK: Exclude StringUtils String APIs from the Kernel
Idan Horowitz
2022-02-16
AK: Exclude StringView String APIs from the Kernel
Idan Horowitz
2022-02-16
AK: Exclude StringBuilder String APIs from the Kernel
Idan Horowitz
2022-02-16
AK: Exclude JsonValue String APIs from the Kernel
Idan Horowitz
2022-02-16
Kernel+LibELF+LibVT: Remove unused AK::String header includes
Idan Horowitz
2022-02-16
AK: Use string_view() instead of to_string() in Formatter<wchar_t>
Idan Horowitz
2022-02-16
LibVT: Use StringBuilder::string_view() instead of to_string()
Idan Horowitz
2022-02-16
AK: Exclude GenericLexer String APIs from the Kernel
Idan Horowitz
2022-02-16
LibEDID: Exclude DMT::MonitorTiming::name() from the Kernel
Idan Horowitz
2022-02-16
AK: Return KString instead of String from encode_hex in the Kernel
Idan Horowitz
2022-02-16
LibELF: Exclude sorted symbols APIs from the Kernel
Idan Horowitz
2022-02-16
LibELF: Exclude MemoryRegionInfo::object_name() from the Kernel
Idan Horowitz
2022-02-16
LibEDID: Exclude display_product_{name, serial_number} from the Kernel
Idan Horowitz
2022-02-16
LibEDID: Store manufacturer id instead of allocating on each call
Idan Horowitz
2022-02-16
LibEDID: Store EDID version instead of allocating on each getter call
Idan Horowitz
2022-02-16
LibVT: Use NNOP<KString> to store window titles in the Kernel
Idan Horowitz
2022-02-16
LibCrypto: Exclude class_name() methods from the Kernel
Idan Horowitz
2022-02-16
LibCrypto: Exclude AESCipher{Block, Key}::to_string() from the Kernel
Idan Horowitz
2022-02-16
LibELF: Use StringBuilder::string_view() to avoid String allocation
Idan Horowitz
2022-02-16
LibVT: Use StringBuilder's inline capacity instead of temporary Strings
Idan Horowitz
2022-02-16
AK+Kernel: Specialize Trie for NNOP<KString> and use it in UnveilNode
Idan Horowitz
2022-02-16
Kernel: Make Process::procfs_get_pledge_stats OOM-fallible
Idan Horowitz
2022-02-16
AK+Kernel: Return KString from UUID::to_string() in the Kernel
Idan Horowitz
2022-02-16
Kernel: Remove useless partition UUID length check
Idan Horowitz
2022-02-16
AK+Kernel: Return KString from MACAddress::to_string() in the Kernel
Idan Horowitz
2022-02-16
AK+Kernel: Return KString from IPv4Address::to_string() in the Kernel
Idan Horowitz
2022-02-16
CI: Disable compiletime header check
Idan Horowitz
2022-02-16
LibWeb: Explain discrepancy with media-query parsing
Sam Atkins
2022-02-16
LibWeb: Stop treating undefined lengths as valid
Sam Atkins
2022-02-16
LibWeb: Remove content-size hack from SVGFormattingContext
Sam Atkins
2022-02-16
LibWeb: Stop treating all SVG elements as inline
Sam Atkins
2022-02-16
LibWeb: Give SVG geometry elements a position
Sam Atkins
2022-02-16
LibWeb: Give `<svg>` elements a size again
Sam Atkins
2022-02-16
Base: Add test page for progress bar element
Rafał Babiarz
2022-02-16
LibWeb: Add basic implementation of progress bar element
Rafał Babiarz
2022-02-16
Meta: Make the WrapperGenerator generate includes based on imports
Ali Mohammad Pur
2022-02-16
LibWeb: Add imports to all IDL files that depend on others
Ali Mohammad Pur
2022-02-16
LibWasm: Fix validation of if-else blocks
Ali Mohammad Pur
2022-02-16
LibWeb: Implement responseType and response for XHR
Ali Mohammad Pur
2022-02-16
LibWeb: Implement a very basic version of TextDecoder
Ali Mohammad Pur
2022-02-16
Meta: Support DOMExceptions when invoking IDL getters/setters
Ali Mohammad Pur
2022-02-16
Meta: Add support for enumerations to the IDL compiler
Ali Mohammad Pur
2022-02-16
LibWasm: Make MemoryInstance allocation fail if initial growth fails
Ali Mohammad Pur
2022-02-16
LibWeb: Don't check for get().is_empty() in WebAssemblyMemoryConstructor
Ali Mohammad Pur
2022-02-16
Utilities: Add a basic `install` utility
Tim Schumacher
[next]