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
/
Libraries
Age
Commit message (
Expand
)
Author
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-12
LibWeb: Log classic script start, finish, and duration
Andreas Kling
2021-09-12
LibThreading: Add ConditionVariable wrapper
kleines Filmröllchen
2021-09-12
Audio: Add per-client volume
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
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
LibWeb: Make CSSStyleDeclaration an abstract class
Andreas Kling
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
LibJS: Use ElapsedTimer::start_new();
Brian Gianforcaro
2021-09-12
LibCore: Add factory to create and start a new ElapsedTimer
Brian Gianforcaro
2021-09-12
Core/SecretString: Use `memset_s` instead of `explicit_bzero` on MacOS
Mustafa Quraish
2021-09-12
AK+LibCore: Standardize on AK_OS_MACOS instead of __APPLE__
Brian Gianforcaro
2021-09-12
LibWeb: Implement window.matchMedia()
Linus Groh
2021-09-12
LibWeb: Start implementing the MediaQueryList interface
Linus Groh
2021-09-12
LibWeb: Parse CSS selectors with no space before a combinator
Sam Atkins
2021-09-12
LibWeb: Log resource loading success, failure, and duration
Brian Gianforcaro
2021-09-12
LibWeb: Start tracking elapsed time when a resource is loaded
Brian Gianforcaro
2021-09-12
LibCore: Enable elapsed time as AK::Time on a ElapsedTimer
Brian Gianforcaro
2021-09-12
LibWeb: Include headers HashMap in the LoadRequest::hash() calculation
Brian Gianforcaro
2021-09-12
LibCore: Make Account::authenticate take a SecretString
Brian Gianforcaro
2021-09-12
LibCore: Make get_password return SecretString instead of String
Brian Gianforcaro
2021-09-12
LibCore: Add SecretString, a buffer that is zero'd on destruction
Brian Gianforcaro
2021-09-12
LibCrypto: Use explicit_bzero instead of memset to zero 'secure data'
Brian Gianforcaro
2021-09-12
LibWeb: Explicitly zero-initialize WindowObject::m_location_object
Andreas Kling
2021-09-12
LibWeb: Remove unused PropertyID parameter to StyleValue parsing methods
Sam Atkins
2021-09-12
LibWeb: Remove "takes integer value" concept from parse_css_value()
Sam Atkins
2021-09-12
LibWeb: Correctly parse numeric and 'auto' z-index values
Sam Atkins
2021-09-12
LibWeb: Fix CSS opacity parsing
Sam Atkins
2021-09-12
LibWeb: Only apply the unitless-length quirk to needed properties
Sam Atkins
2021-09-12
LibWeb: Add current_property_id to CSS ParsingContext
Sam Atkins
2021-09-12
LibWeb: Add CSS quirks information to Properties.json
Sam Atkins
2021-09-12
LibWeb: Don't assert if reconsuming on an empty TokenStream
Sam Atkins
2021-09-12
LibWeb: Fix out-of-order DOM tree dumps
Andreas Kling
2021-09-12
LibWeb: Expose the location object via Document.location
Luke Wilde
[next]