summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-10-24LibCore: Pop the main Core::EventLoop off the stack when destroyedAndreas Kling
2021-10-24LibIPC: Use a zero-delay timer for message processingAndreas Kling
2021-10-24LibIPC: Store local endpoint magic in a ConnectionBase memberAndreas Kling
2021-10-24LibIPC: Move waiting for synchronous responses to ConnectionBaseAndreas Kling
2021-10-24LibIPC: Move more of IPC::Connection to ConnectionBaseAndreas Kling
2021-10-24LibIPC: Move non-templated parts of IPC::Connection out of lineAndreas Kling
2021-10-24LibIPC: Add missing <signal.h> includeAndreas Kling
2021-10-24LibIPC: Add IPC::Stub to forwarding headerAndreas Kling
2021-10-23Shell: Prevent exponential explosion around '$(('Ben Wiederhake
2021-10-23Fuzzing: Update build instructionsBen Wiederhake
2021-10-23LibJS: Convert a few TRYs to MUST in RegExp.prototypeTimothy Flynn
2021-10-23AK+Everywhere: Make Base64 decoding fallibleBen Wiederhake
2021-10-23AK: Don't crash on invalid Base64 inputBen Wiederhake
2021-10-23LibJS: Convert Atomics functions to ThrowCompletionOrTimothy Flynn
2021-10-23LibJS: Convert typed_array_from to ThrowCompletionOrTimothy Flynn
2021-10-23AK: Prevent accidental misuse of BumpAllocatorBen Wiederhake
2021-10-23AK: Fix BumpAllocator iteration if last object doesn't alignBen Wiederhake
2021-10-23AK: Check consistency during BumpAllocator allocationBen Wiederhake
2021-10-23Kernel/PCI: Remove InterruptDisabler usageLiav A
2021-10-23Kernel/PCI: Ensure m_domains is not empty if scanning with memory accessLiav A
2021-10-23Kernel/PCI: Split Access::rescan_hardware methodLiav A
2021-10-23Kernel/PCI: Rename Access::scan_pci_domains methodLiav A
2021-10-23Kernel/PCI: Simplify detect_optimal_access_type functionLiav A
2021-10-23HackStudio: Add syntax-highlighting for CSS filesSam Atkins
2021-10-23TextEditor: Add syntax-highlighting for CSS filesSam Atkins
2021-10-23LibWeb: Syntax-highlight CSS within HTML :^)Sam Atkins
2021-10-23LibWeb: Implement first draft of CSS syntax highlighting :^)Sam Atkins
2021-10-23LibWeb: Record position information in CSS TokensSam Atkins
2021-10-23LibWeb: Add CSS Tokenizer::consume_as_much_whitespace_as_possible()Sam Atkins
2021-10-23LibWeb: Add spec links to CSS TokenizerSam Atkins
2021-10-23LibWeb: Implement hashless hex color quirkSam Atkins
2021-10-23LibWeb: Explicitly cast parameters to Color::from_hsl/hsla()Sam Atkins
2021-10-23LibGfx+LibWeb: Move "transparent" keyword into Color::from_string()Sam Atkins
2021-10-23LibJS: Convert RegExpStringIteratorPrototype to ThrowCompletionOrIdan Horowitz
2021-10-23LibJS: Convert RegExpPrototype functions to ThrowCompletionOrIdan Horowitz
2021-10-23LibJS: Convert the RegExpExec AO to ThrowCompletionOrIdan Horowitz
2021-10-23LibJS: Convert the RegExpBuiltinExec AO to ThrowCompletionOrIdan Horowitz
2021-10-23LibJS: Convert the MakeIndicesArray AO to ThrowCompletionOrIdan Horowitz
2021-10-23LibJS: Convert RegExpConstructor functions to ThrowCompletionOrIdan Horowitz
2021-10-23LibJS: Convert the RegExpCreate AO to ThrowCompletionOrIdan Horowitz
2021-10-23LibJS: Convert the RegExpInitialize AO to ThrowCompletionOrIdan Horowitz
2021-10-23LibJS: Convert PromisePrototype functions to ThrowCompletionOrIdan Horowitz
2021-10-23LibJS: Convert PromiseConstructor functions to ThrowCompletionOrIdan Horowitz
2021-10-23LibJS: Convert the PromiseResolve AO to ThrowCompletionOrIdan Horowitz
2021-10-23LibJS: Convert the NewPromiseCapability AO to ThrowCompletionOrIdan Horowitz
2021-10-23LibJS: Convert DatePrototype functions to ThrowCompletionOrIdan Horowitz
2021-10-23LibJS: Convert DateConstructor functions to ThrowCompletionOrIdan Horowitz
2021-10-23LibJS: Convert the NumberToBigInt AO to ThrowCompletionOrIdan Horowitz
2021-10-23LibJS: Convert TypedArrayConstructor functions to ThrowCompletionOrIdan Horowitz
2021-10-23LibJS: Convert TypedArrayPrototype functions to ThrowCompletionOrIdan Horowitz