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-20
LibWeb: Add support for dictionary types to union types
Luke Wilde
2022-02-20
LibWeb: Add dictionary types to idl_type_name_to_cpp_type
Luke Wilde
2022-02-20
LibWeb: Add support for optional, non-nullable wrapper types
Luke Wilde
2022-02-20
LibWeb: Don't perform ToObject when converting values to wrapper types
Luke Wilde
2022-02-19
LibJS: Trim all types of whitespace characters before parsing numbers
Idan Horowitz
2022-02-19
LibJS: Mark %{Async,}IteratorPrototype%[@@iterator] as Configurable
Idan Horowitz
2022-02-20
LibC: Do not write value when scanf assignment value is suppressed
Peter Ross
2022-02-20
LibC: Do not include suppressed assignments in scanf return value
Peter Ross
2022-02-19
Toolchain: Set CMAKE_NM for Clang and GNU toolchain files
Andrew Kaster
2022-02-19
LibGfx: Fix JPG decoding bug on rare grayscale images
Michiel Visser
2022-02-19
LibWeb: Use DOMParserSupportedType enum for DOMParser.parseFromString
Luke Wilde
2022-02-19
killall: Port to LibMain and LibCore
Zack Penn
2022-02-19
paste: Port to LibMain and LibCore
Zack Penn
2022-02-19
LibWeb: Implement `@supports selector(.foo)`
Sam Atkins
2022-02-19
Documentation: Add texinfo as a dependency for Fedora
isakBSD
2022-02-19
LibJS: Do not create a prototype property on AsyncFunction instances
Idan Horowitz
2022-02-19
LibJS: Initialize {Async,}{Generator,}Function constructors properly
Idan Horowitz
2022-02-19
LibJS: Use FunctionConstructor as the proto of AsyncFunctionConstructor
Idan Horowitz
2022-02-19
LibWeb: Hack BFC to always remember to handle position:absolute elements
Andreas Kling
2022-02-19
LibWeb: Add Layout::Node::debug_description()
Andreas Kling
2022-02-19
LibWeb: Share QualifiedName data between identical instances
Andreas Kling
2022-02-19
AK: Add fast path in String::trim() and String::trim_whitespace()
Andreas Kling
2022-02-19
LibWeb: Use Vector::clear_with_capacity() in HTMLTokenizer
Andreas Kling
2022-02-19
AK: Make CaseInsensitiveStringTraits allocation-free
Andreas Kling
2022-02-19
LibWeb: Move QualifiedName into the Web::DOM namespace
Andreas Kling
2022-02-19
LibWeb: Move QualifiedName.h into LibWeb/DOM/
Andreas Kling
2022-02-19
LibWeb: Shrink DOM::EventTarget by 80 bytes
Andreas Kling
2022-02-19
LibWeb: Cache and reuse some very common StyleValue objects
Andreas Kling
2022-02-19
LibWeb: Turn StyleProperties::m_property_values into an Array
Andreas Kling
2022-02-19
Kernel: Increase i8042 IO attempt counts, again
Linus Groh
2022-02-19
Kernel: Only do i8042 existence check via probing as a fallback
Linus Groh
2022-02-19
Meta: Use correct variable for checking if the mold linker is used
Daniel Bertalan
2022-02-19
Base: Add some Supplemental Arrows C to KaticaRegular/Bold 10
Maciej
2022-02-19
Meta: Explicitly set number of available inodes for genext2fs
Gunnar Beutner
2022-02-19
AK: Don't use x86 assembly when building for non-x86 targets
Gunnar Beutner
2022-02-19
LibWeb: Inspector content_size tooltip in document view
Vrins
2022-02-19
Documentation: Add Userland/ to qtcreator include path
Debdut Chakraborty
2022-02-19
LibWeb: Add support for CSS image-rendering property
Maciej
2022-02-19
LibGUI: Guard against use-after-free in Clipboard::the()
Itamar
2022-02-19
HackStudio: Don't store a global RefPtr to the HackStudioWidget
Itamar
2022-02-19
Kernel: Fixed argument passing for profiling_enable syscall
Jakub Berkop
2022-02-19
Meta: Make `serenity.sh gdb` work with the Clang toolchain
Daniel Bertalan
2022-02-19
Filemanager: Only enable rename if available
Simon Danner
2022-02-19
Shell: Use an opaque default color for BarewordLiteral
kperdlich
2022-02-19
LibWeb: Return current document URL if form action missing or empty
Adam Plumb
2022-02-19
LibWeb: Refresh text-<input> contents when pressing backspace or delete
Kenneth Myhra
2022-02-19
gml-format: Exit with non-0 exit code when the file formatting changes
Idan Horowitz
2022-02-18
Core: Remove non-existent classes from `Forward.h`
James Puleo
2022-02-18
LibJS: Ensure we only call toString on computed properties once
Anonymous
2022-02-18
LibJS: Unify exponentiation logic for ** operator and Math.pow
Anonymous
[next]