index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
Age
Commit message (
Expand
)
Author
2021-10-07
LibJS: Fast non-local variable access :^)
Andreas Kling
2021-10-07
LibJS: Taint variable environment chain after non-strict direct eval()
Andreas Kling
2021-10-07
Strace: Add formatting for misc syscalls
Rodrigo Tobar
2021-10-07
Strace: Add formatting for main memory-related syscalls
Rodrigo Tobar
2021-10-07
Strace: Add formatting for main socket syscalls
Rodrigo Tobar
2021-10-07
Strace: Add main infrastructure and formatting of main I/O operations
Rodrigo Tobar
2021-10-07
Strace: Move output formatting to separate function
Rodrigo Tobar
2021-10-07
SpaceAnalyzer: Fix rendering bug when dealing with large file systems
Mart G
2021-10-06
LibWebSocket: Add missing headers to Message.h
Ben Wiederhake
2021-10-06
LibWeb: Add missing headers
Ben Wiederhake
2021-10-06
LibWeb: Clean up static function in header
Ben Wiederhake
2021-10-06
LibWeb: Resolve cyclic dependency: Length and CalculatedStyleValue
Ben Wiederhake
2021-10-06
LibWeb: Resolve cyclic dependency between StyleSheet and ImportRule
Ben Wiederhake
2021-10-06
LibWasm: Add missing forward declaration to Printer/Printer.h
Ben Wiederhake
2021-10-06
LibVT: Add missing headers
Ben Wiederhake
2021-10-06
LibThreading: Add missing headers to Mutex.h
Ben Wiederhake
2021-10-06
LibTLS: Add missing headers to CipherSuite.h
Ben Wiederhake
2021-10-06
LibSyntax: Add missing headers to HighlighterClient.h
Ben Wiederhake
2021-10-06
LibSQL: Resolve cyclic dependency
Ben Wiederhake
2021-10-06
LibJS: Add missing headers
Ben Wiederhake
2021-10-06
LibGUI: Add missing headers
Ben Wiederhake
2021-10-06
LibCrypto: Add missing header to EMSA_PSS.h
Ben Wiederhake
2021-10-06
LibCompress: Add missing header to DeflateTables.h
Ben Wiederhake
2021-10-06
LibC: Fix redeclaration in x86_64/regs.h
Ben Wiederhake
2021-10-06
LibC: Make sure ARCH macro is available before use
Ben Wiederhake
2021-10-07
SystemMonitor: Use u64 for all GraphWidget values
sin-ack
2021-10-07
LibJS: Make Reference aware of DeclarativeEnvironment indices
Andreas Kling
2021-10-07
LibJS: Add direct (indexed) binding accessors to DeclarativeEnvironment
Andreas Kling
2021-10-07
LibJS: Make Environment::has_binding() optionally return binding index
Andreas Kling
2021-10-07
LibJS: Make DeclarativeEnvironment store bindings in a Vector
Andreas Kling
2021-10-07
SystemMonitor: Use size_t for graph values
sin-ack
2021-10-06
LibWeb: Move line boxes from Layout::Box to BlockContainer
Andreas Kling
2021-10-06
LibWeb: Mark Layout::ListItemMarkerBox as never having children
Andreas Kling
2021-10-06
LibWeb: Don't attempt to layout the inside of childless boxes
Andreas Kling
2021-10-06
LibWeb: Rename Layout::Node::is_block_box() => is_block_container()
Andreas Kling
2021-10-06
LibWeb: Remove unused local in FormattingContext::layout_inside()
Andreas Kling
2021-10-06
LibWeb: Rename Layout::BlockBox => BlockContainer
Andreas Kling
2021-10-06
LibWeb: Add BlockFormattingContext::root()
Andreas Kling
2021-10-06
UserspaceEmulator: Handle PerfEvent syscalls
Hediadyoin1
2021-10-06
UserspaceEmulator: Use only the base name for the profile name
Hendiadyoin1
2021-10-06
LibWeb: Add CSS/Display.h
Andreas Kling
2021-10-06
LibWeb: Start work towards modern CSS "display" values
Andreas Kling
2021-10-06
HackStudio: Save editor's font in configs
Marco Cutecchia
2021-10-06
HackStudio: Add option to change the editor's font
Marco Cutecchia
2021-10-06
LibWeb: Add a handful of missing CSS "display" value identifiers
Andreas Kling
2021-10-06
LibWeb: Make CSS layout lazier
Andreas Kling
2021-10-06
LibMarkdown: Add blockquotes
Peter Elliott
2021-10-06
LibMarkdown: Add blockquote support to LineIterator
Peter Elliott
2021-10-06
LibELF: Fix dynamic linking of dlopen()-ed libs
Rodrigo Tobar
2021-10-05
js: Fix pretty-printing of RegExp objects
Linus Groh
[next]