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-09-13
LibWeb: Add support for generating a stringifier method/attribute
Idan Horowitz
2021-09-13
LibWeb: Escape reserved names of generated wrapper functions
Idan Horowitz
2021-09-13
LibWeb: Implement MediaQueryList.{addListener,removeListener}
Luke Wilde
2021-09-12
LibJS: Set OrdinaryFunctionObject's realm from the Tnterpreter
Linus Groh
2021-09-13
LibCrypto: Fix MacOS build by replacing explicit_bzero with secure_zero
Brian Gianforcaro
2021-09-13
LibCore: Switch to AK::secure_zero instead of platform specific APIs
Brian Gianforcaro
2021-09-13
LibC: Implement explicit_bzero with AK::secure_zero
Brian Gianforcaro
2021-09-13
AK: Add secure_zero() implementation so it can be used on all platforms
Brian Gianforcaro
2021-09-12
LibWeb: Log classic script start, finish, and duration
Andreas Kling
2021-09-12
AudioServer: Fix deadlock when playing two audio streams
kleines Filmröllchen
2021-09-12
LibThreading: Add ConditionVariable wrapper
kleines Filmröllchen
2021-09-12
Audio: Add per-client volume
kleines Filmröllchen
2021-09-12
AudioServer: Rename BufferQueue to ClientAudioStream
kleines Filmröllchen
2021-09-12
LibDSP+LibAudio: Use logarithmic scaling in delay effect
kleines Filmröllchen
2021-09-12
Audio: Change how volume works
kleines Filmröllchen
2021-09-12
LibIPC: Add support for transferring doubles over IPC messages
kleines Filmröllchen
2021-09-12
HackStudio: Remove an old file from the vectors in 'Save as...' action
Karol Kosek
2021-09-12
HackStudio: Rename Project::get_file() to Project::create_file()
Karol Kosek
2021-09-12
HackStudio: Remove storing a vector of opened files in Project class
Karol Kosek
2021-09-12
LibWeb: Tidy up CSS parser logging
Sam Atkins
2021-09-12
LibWeb: Ignore CSS properties with vendor-prefixed values
Sam Atkins
2021-09-12
LibWeb: Rename CSS::Parser::SelectorParsingResult => ParsingResult
Sam Atkins
2021-09-12
LibWeb: Ignore vendor-prefixed at-rules
Sam Atkins
2021-09-12
LibWeb: Ignore vendor-prefixed pseudo-element/classes in selectors
Sam Atkins
2021-09-12
LibWeb: Return SelectorParsingResult from all selector parsing functions
Sam Atkins
2021-09-12
LibWeb: Reduce CSS_PARSER_DEBUG spam
Sam Atkins
2021-09-12
LibWeb: Ignore CSS properties with other people's vendor prefixes
Sam Atkins
2021-09-12
LibGUI: Remove Indices with dangling FileSystemModel::Node on deletion
Itamar
2021-09-12
LibWeb: Implement CSSStyleDeclaration.getPropertyValue(property)
Andreas Kling
2021-09-12
LibWeb: Log a FIXME when unimplemented computed style is requested
Andreas Kling
2021-09-12
LibWeb: Add ComputedCSSSstyleDeclaration and support 2 properties :^)
Andreas Kling
2021-09-12
Base: Add a very simple test page for getComputedStyle()
Andreas Kling
2021-09-12
LibWeb: Make CSSStyleDeclaration an abstract class
Andreas Kling
2021-09-12
CI: Batch master builds in Azure DevOps to help with CI latency
Brian Gianforcaro
2021-09-12
LibGUI: Make the Open button always active in the OpenFolder mode
Karol Kosek
2021-09-12
LibGUI: Enable/Disable the Open button on text change in FilePicker
Karol Kosek
2021-09-12
Kernel: Add a class to wrap aarch64 MIDR_EL1
Nico Weber
2021-09-12
Kernel: Put boot.S first in aarch64 Prekernel source list
Nico Weber
2021-09-12
Kernel: Define __stack_chk_guard for aarch64 Prekernel
Nico Weber
2021-09-12
Kernel: Build Prekernel with -fno-threadsafe-statics
Nico Weber
2021-09-12
Assistant: Use ElapsedTimer::start_new()
Brian Gianforcaro
2021-09-12
3DFileViewer: Use ElapsedTimer::start_new()
Brian Gianforcaro
2021-09-12
Fire: Use ElapsedTimer::start_new()
Brian Gianforcaro
2021-09-12
Cube: Use ElapsedTimer::start_new()
Brian Gianforcaro
2021-09-12
LibJS: Use ElapsedTimer::start_new();
Brian Gianforcaro
2021-09-12
ChessEngine: Use ElapsedTimer::start_new()
Brian Gianforcaro
2021-09-12
Shell: Use ElapsedTimer::start_new()
Brian Gianforcaro
2021-09-12
Utilities: Use ElapsedTimer::start_new in allocate
Brian Gianforcaro
2021-09-12
Utilities: Use ElapsedTimer::start_new() in disk_bechmark
Brian Gianforcaro
2021-09-12
LibCore: Add factory to create and start a new ElapsedTimer
Brian Gianforcaro
[next]