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
2021-02-08
LibWeb: Make getElementsByClassName() case-insensitive in quirks mode
Linus Groh
2021-02-08
LibWeb: Make getElementsByTagName() case-insensitive for HTML elements
Linus Groh
2021-02-07
Kernel: Fix KResultOr copy-move from itself case
Tom
2021-02-07
Kernel: Use KResultOr::release_value in Process::create_kernel_thread
Tom
2021-02-07
Kernel: Change KResultOr::take_value to use move semantics
Tom
2021-02-07
Kernel: Remove ancient unused Scheduler::beep() declaration
Andreas Kling
2021-02-07
Kernel: Remove a handful of unused things from Thread
Andreas Kling
2021-02-07
Kernel: Don't allocate kernel stack twice per thread :^)
Andreas Kling
2021-02-07
LibGUI: Add missing "final" in TextEditor
Andreas Kling
2021-02-07
Kernel: Make sure we can allocate kernel stack before creating thread
Andreas Kling
2021-02-07
Kernel: Combine Thread::backtrace() and backtrace_impl() into one
Andreas Kling
2021-02-07
Kernel: Add initializer for Thread::m_tss
Andreas Kling
2021-02-07
Kernel: Remove unused function Process::backtrace()
Andreas Kling
2021-02-07
Kernel: Remove some unused declarations from Process
Andreas Kling
2021-02-07
Meta: Fix path to kernel binary in debug-kernel.sh
Brian Gianforcaro
2021-02-07
Shell: Move Shell syntax highlighter LibShell
Andreas Kling
2021-02-07
LibSyntax+LibGUI+LibJS: Move JS syntax highlighter to LibJS
Andreas Kling
2021-02-07
LibGfx: Make Palette::color(ColorRole) inline
Andreas Kling
2021-02-07
LibGfx: Make Color(NamedColor) inline and constexpr
Andreas Kling
2021-02-07
LibSyntax: Move GUI::Highlighter to Syntax::Highlighter in LibSyntax
Andreas Kling
2021-02-07
LibGUI+LibCpp: Move C++ syntax highlighter to LibCpp
Andreas Kling
2021-02-07
DynamicLoader: Remove unnecessary math functions
Andreas Kling
2021-02-07
LibLine: Place the search editor prompt at the right line after ^L
AnotherTest
2021-02-07
LibLine: Close the search editor when it's interrupted
AnotherTest
2021-02-07
Shell: Make history index values not fitting in i32 a syntax error
AnotherTest
2021-02-07
WindowServer: Don't close menu when clicking on item with submenu (#5239)
DragonAlex98
2021-02-07
Ports: Fix linking of the stress-ng port
Brian Gianforcaro
2021-02-07
LibWeb: Don't assert on <colgroup> & friends
Andreas Kling
2021-02-07
LibWeb: Reorganize Element::create_layout_node() into a switch
Andreas Kling
2021-02-07
LibWeb: Use any_of() for DOM::Element::has_class()
Andreas Kling
2021-02-07
AK: Publish AK::any_of by default
Andreas Kling
2021-02-07
LibWeb: Use move semantics for QualifiedName more often
Andreas Kling
2021-02-07
LibGfx: Fix global-buffer-overflow in interlaced GIF decode
Andreas Kling
2021-02-07
LibWeb: Honor font sizes specified by CSS
Andreas Kling
2021-02-07
LibJS: Function must mark its home object
Andreas Kling
2021-02-07
Kernel: KUBSAN implementation of returns-nonnull-attribute
Brian Gianforcaro
2021-02-07
LibGfx: Don't reject valid GIF animations with interlaced frames
Andreas Kling
2021-02-07
Base: Remove /res/pci.ids and download at build time instead
Linus Groh
2021-02-06
LibWeb: Anonymous table cells should have colspan=1
Andreas Kling
2021-02-06
UserspaceEmulator: Implement a proper VM allocator
Andreas Kling
2021-02-06
UserspaceEmulator: Stub out virt$msyscall()
Andreas Kling
2021-02-06
Kernel: Use the resolved parent path when testing create veil (#5231)
William Bowling
2021-02-06
LookupServer: Unify DNSRequest & DNSResponse
Sergey Bugaev
2021-02-06
LookupServer: Rename DNSPacket -> DNSPacketHeader
Sergey Bugaev
2021-02-06
LookupServer+LibC: Pass IP addresses in binary
Sergey Bugaev
2021-02-06
Kernel: And some more KUBSAN checks :^)
Andreas Kling
2021-02-06
Kernel: Implement some more KUBSAN checks :^)
Andreas Kling
2021-02-06
LookupServer: Switch to LibIPC :^)
Sergey Bugaev
2021-02-06
LookupServer: Move into `LookupServer` namespace
Sergey Bugaev
2021-02-06
Profiler: Display timing information in ProfileTimelineWidget
Sahan Fernando
[next]