summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-10-24LibJS: Add a separate "identifier table" to bytecode executablesAndreas Kling
2021-10-24LibJS: Use String and move semantics in Bytecode::StringTableAndreas Kling
2021-10-24LibJS: Implement 'this' in the bytecode VMAndreas Kling
2021-10-24LibJS: Alphabetize the bytecode opcode listAndreas Kling
2021-10-24LibJS: Include executable name in bytecode dumpsAndreas Kling
2021-10-24LibJS: Move global "should dump bytecode" flag into LibJSAndreas Kling
2021-10-24LibJS: Add Bytecode::Executable::dump()Andreas Kling
2021-10-24PixelPaint: Move Mask::{get, set, to_index} to the header fileIdan Horowitz
2021-10-24Base: Make /usr/Tests read-only since it's now suid capableBrian Gianforcaro
2021-10-24LibJS: Don't VERIFY that a function is Regular when executing in ASTdavidot
2021-10-23Ports: Remove obsolete bash locale patchDaniel Bertalan
2021-10-23LibC: Use a sensible `MB_CUR_MAX` valueDaniel Bertalan
2021-10-23LibC: Define locale categories (LC_*) as macrosDaniel Bertalan
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