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-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
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
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
PixelPaint: Let PickerTool optionally sample all layers
Mustafa Quraish
2021-09-12
LibWeb: Parse CSS selectors with no space before a combinator
Sam Atkins
2021-09-12
PixelPaint: Write changed settings back to config file
Mustafa Quraish
2021-09-12
PixelPaint: Use config to get default values for Guides/Rulers/PixelGrid
Mustafa Quraish
2021-09-12
PixelPaint: Allow panning when right-clicking with MoveTool
Mustafa Quraish
2021-09-12
PixelPaint: Add setter/getter for ImageEditor::m_pan_origin
Mustafa Quraish
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
Utilities: Fix incorrect error handling in traceroute
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
[next]