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-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
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
Kernel: Use AK::to_underlying in lock rank tracking
Brian Gianforcaro
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
Base: Add `~/.config/PixelPaint.ini` sample file
Mustafa Quraish
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
AK: Add the ability to hash the contents of a AK::HashMap
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
Kernel: Zero initialize SlabAllocator member variables
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
2021-09-12
LibWeb: Add current_property_id to CSS ParsingContext
Sam Atkins
[next]