summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-09-12LibWeb: Add ComputedCSSSstyleDeclaration and support 2 properties :^)Andreas Kling
2021-09-12Base: Add a very simple test page for getComputedStyle()Andreas Kling
2021-09-12LibWeb: Make CSSStyleDeclaration an abstract classAndreas Kling
2021-09-12CI: Batch master builds in Azure DevOps to help with CI latencyBrian Gianforcaro
2021-09-12LibGUI: Make the Open button always active in the OpenFolder modeKarol Kosek
2021-09-12LibGUI: Enable/Disable the Open button on text change in FilePickerKarol Kosek
2021-09-12Kernel: Add a class to wrap aarch64 MIDR_EL1Nico Weber
2021-09-12Kernel: Put boot.S first in aarch64 Prekernel source listNico Weber
2021-09-12Kernel: Define __stack_chk_guard for aarch64 PrekernelNico Weber
2021-09-12Kernel: Build Prekernel with -fno-threadsafe-staticsNico Weber
2021-09-12Assistant: Use ElapsedTimer::start_new()Brian Gianforcaro
2021-09-123DFileViewer: Use ElapsedTimer::start_new()Brian Gianforcaro
2021-09-12Fire: Use ElapsedTimer::start_new()Brian Gianforcaro
2021-09-12Cube: Use ElapsedTimer::start_new()Brian Gianforcaro
2021-09-12LibJS: Use ElapsedTimer::start_new();Brian Gianforcaro
2021-09-12ChessEngine: Use ElapsedTimer::start_new()Brian Gianforcaro
2021-09-12Shell: Use ElapsedTimer::start_new()Brian Gianforcaro
2021-09-12Utilities: Use ElapsedTimer::start_new in allocateBrian Gianforcaro
2021-09-12Utilities: Use ElapsedTimer::start_new() in disk_bechmarkBrian Gianforcaro
2021-09-12LibCore: Add factory to create and start a new ElapsedTimerBrian Gianforcaro
2021-09-12Core/SecretString: Use `memset_s` instead of `explicit_bzero` on MacOSMustafa Quraish
2021-09-12AK+LibCore: Standardize on AK_OS_MACOS instead of __APPLE__Brian Gianforcaro
2021-09-12LibWeb: Implement window.matchMedia()Linus Groh
2021-09-12LibWeb: Start implementing the MediaQueryList interfaceLinus Groh
2021-09-12Kernel: Use AK::to_underlying in lock rank trackingBrian Gianforcaro
2021-09-12PixelPaint: Let PickerTool optionally sample all layersMustafa Quraish
2021-09-12LibWeb: Parse CSS selectors with no space before a combinatorSam Atkins
2021-09-12Base: Add `~/.config/PixelPaint.ini` sample fileMustafa Quraish
2021-09-12PixelPaint: Write changed settings back to config fileMustafa Quraish
2021-09-12PixelPaint: Use config to get default values for Guides/Rulers/PixelGridMustafa Quraish
2021-09-12PixelPaint: Allow panning when right-clicking with MoveToolMustafa Quraish
2021-09-12PixelPaint: Add setter/getter for ImageEditor::m_pan_originMustafa Quraish
2021-09-12LibWeb: Log resource loading success, failure, and durationBrian Gianforcaro
2021-09-12LibWeb: Start tracking elapsed time when a resource is loadedBrian Gianforcaro
2021-09-12LibCore: Enable elapsed time as AK::Time on a ElapsedTimerBrian Gianforcaro
2021-09-12LibWeb: Include headers HashMap in the LoadRequest::hash() calculationBrian Gianforcaro
2021-09-12AK: Add the ability to hash the contents of a AK::HashMapBrian Gianforcaro
2021-09-12LibCore: Make Account::authenticate take a SecretStringBrian Gianforcaro
2021-09-12LibCore: Make get_password return SecretString instead of StringBrian Gianforcaro
2021-09-12LibCore: Add SecretString, a buffer that is zero'd on destructionBrian Gianforcaro
2021-09-12Kernel: Zero initialize SlabAllocator member variablesBrian Gianforcaro
2021-09-12LibCrypto: Use explicit_bzero instead of memset to zero 'secure data'Brian Gianforcaro
2021-09-12Utilities: Fix incorrect error handling in tracerouteBrian Gianforcaro
2021-09-12LibWeb: Explicitly zero-initialize WindowObject::m_location_objectAndreas Kling
2021-09-12LibWeb: Remove unused PropertyID parameter to StyleValue parsing methodsSam Atkins
2021-09-12LibWeb: Remove "takes integer value" concept from parse_css_value()Sam Atkins
2021-09-12LibWeb: Correctly parse numeric and 'auto' z-index valuesSam Atkins
2021-09-12LibWeb: Fix CSS opacity parsingSam Atkins
2021-09-12LibWeb: Only apply the unitless-length quirk to needed propertiesSam Atkins
2021-09-12LibWeb: Add current_property_id to CSS ParsingContextSam Atkins