summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-09-13LibWeb: Add support for generating a stringifier method/attributeIdan Horowitz
2021-09-13LibWeb: Escape reserved names of generated wrapper functionsIdan Horowitz
2021-09-13LibWeb: Implement MediaQueryList.{addListener,removeListener}Luke Wilde
2021-09-12LibJS: Set OrdinaryFunctionObject's realm from the TnterpreterLinus Groh
2021-09-13LibCrypto: Fix MacOS build by replacing explicit_bzero with secure_zeroBrian Gianforcaro
2021-09-13LibCore: Switch to AK::secure_zero instead of platform specific APIsBrian Gianforcaro
2021-09-13LibC: Implement explicit_bzero with AK::secure_zeroBrian Gianforcaro
2021-09-13AK: Add secure_zero() implementation so it can be used on all platformsBrian Gianforcaro
2021-09-12LibWeb: Log classic script start, finish, and durationAndreas Kling
2021-09-12AudioServer: Fix deadlock when playing two audio streamskleines Filmröllchen
2021-09-12LibThreading: Add ConditionVariable wrapperkleines Filmröllchen
2021-09-12Audio: Add per-client volumekleines Filmröllchen
2021-09-12AudioServer: Rename BufferQueue to ClientAudioStreamkleines Filmröllchen
2021-09-12LibDSP+LibAudio: Use logarithmic scaling in delay effectkleines Filmröllchen
2021-09-12Audio: Change how volume workskleines Filmröllchen
2021-09-12LibIPC: Add support for transferring doubles over IPC messageskleines Filmröllchen
2021-09-12HackStudio: Remove an old file from the vectors in 'Save as...' actionKarol Kosek
2021-09-12HackStudio: Rename Project::get_file() to Project::create_file()Karol Kosek
2021-09-12HackStudio: Remove storing a vector of opened files in Project classKarol Kosek
2021-09-12LibWeb: Tidy up CSS parser loggingSam Atkins
2021-09-12LibWeb: Ignore CSS properties with vendor-prefixed valuesSam Atkins
2021-09-12LibWeb: Rename CSS::Parser::SelectorParsingResult => ParsingResultSam Atkins
2021-09-12LibWeb: Ignore vendor-prefixed at-rulesSam Atkins
2021-09-12LibWeb: Ignore vendor-prefixed pseudo-element/classes in selectorsSam Atkins
2021-09-12LibWeb: Return SelectorParsingResult from all selector parsing functionsSam Atkins
2021-09-12LibWeb: Reduce CSS_PARSER_DEBUG spamSam Atkins
2021-09-12LibWeb: Ignore CSS properties with other people's vendor prefixesSam Atkins
2021-09-12LibGUI: Remove Indices with dangling FileSystemModel::Node on deletionItamar
2021-09-12LibWeb: Implement CSSStyleDeclaration.getPropertyValue(property)Andreas Kling
2021-09-12LibWeb: Log a FIXME when unimplemented computed style is requestedAndreas Kling
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