summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-12-07Base: Adjust emojiXexxa
2022-12-07FileManager: Silence the "not found" error when setting no wallpaperSam Atkins
2022-12-07LibWeb: Consider strut while calculating baseline for a lineAliaksandr Kalenik
2022-12-07LibJS: Protect CanonicalIndex against double-to-integer overflowTimothy Flynn
2022-12-07LibJS: Put CanonicalIndex in the JS namespaceTimothy Flynn
2022-12-07LibJS: Change an error message used by %TypedArray%.prototype.withTimothy Flynn
2022-12-07LibJS: Replace standalone js_symbol() with Symbol::create()Linus Groh
2022-12-07LibJS: Replace standalone js_string() with PrimitiveString::create()Linus Groh
2022-12-07LibJS: Replace standalone js_bigint() with BigInt::create()Linus Groh
2022-12-07Kernel: Add missing VERIFY in MM::allocate_committed_physical_pageThomas Queiroz
2022-12-07Kernel: Don't panic if MemoryManager::find_free_physical_page failsThomas Queiroz
2022-12-07Kernel: Return nullptr instead of PANICking in KmallocSlabHeapThomas Queiroz
2022-12-07UserspaceEmulator: Implement MOV_RM16_segAndreas Kling
2022-12-07UserspaceEmulator: Implement MOV_seg_RM32 and MOV_seg_RM16Andreas Kling
2022-12-07UserspaceEmulator: Implement PUSH_{CS,DS,ES,FS,GS,SS}Andreas Kling
2022-12-07UserspaceEmulator: Add SoftCPU getters for FS and GSAndreas Kling
2022-12-07UserspaceEmulator: Initialize the FS segment on startupAndreas Kling
2022-12-07LibSQL+SQLServer+sql: Send and parse the correct number of changed rowsTimothy Flynn
2022-12-07LibSQL+SQLServer+SQLStudio+sql: Send result rows over IPC as SQL::ValueTimothy Flynn
2022-12-07SQLServer: Do not store statement execution results at the class levelTimothy Flynn
2022-12-07LibSQL+SQLServer+SQLStudio+sql: Propagate connection errors immediatelyTimothy Flynn
2022-12-07LibSQL+SQLServer+SQLStudio+sql: Allocate per-statement-execution IDsTimothy Flynn
2022-12-07LibSQL+SQLServer+SQLStudio+sql: Use proper types for SQL IPC and IDsTimothy Flynn
2022-12-07IPCCompiler: Mark size_t as a primitive typeTimothy Flynn
2022-12-07SQLServer+SQLStudio+sql: Allow sending placeholder values to SQLServerTimothy Flynn
2022-12-07SQLServer: Parse SQL a single time to actually "prepare" the statementTimothy Flynn
2022-12-07LibSQL: Add an IPC encoder/decoder for SQL::ValueTimothy Flynn
2022-12-07LibSQL: Parse and execute sequential placeholder valuesTimothy Flynn
2022-12-07LibSQL: Partially implement the UPDATE commandTimothy Flynn
2022-12-07Meta+Userland: Pass Gfx::FloatSize by valueMacDue
2022-12-07Meta+Userland: Pass Gfx::IntSize by valueMacDue
2022-12-07Meta+Userland: Pass Gfx::FloatPoint by valueMacDue
2022-12-07Meta+Userland: Pass Gfx::IntPoint by valueMacDue
2022-12-07Meta+Userland: Pass Gfx::Color by valueMacDue
2022-12-07LibGL: Generate GL_OUT_OF_MEMORY error in `glBufferData` when OOMMarcus Nilsson
2022-12-07LibJS: Remove redundant AK_MAKE_NON{COPYABLE,MOVABLE} from Symbol classLinus Groh
2022-12-07LibJS: Move creation of global symbols into Symbol.for()Linus Groh
2022-12-07LibJS: Add const/non-const VM::global_symbol_registry() gettersLinus Groh
2022-12-07LibJS: Store NonnullGCPtr<Symbol> values in m_global_symbol_registryLinus Groh
2022-12-07LibJS: Rename m_global_symbol_map to m_global_symbol_registryLinus Groh
2022-12-07LibJS: Convert MarkupGenerator to the new StringLinus Groh
2022-12-07AK: Add StringView(String const&) constructorLinus Groh
2022-12-07LibJS: Move initialize_instance_elements() from VM to ObjectLinus Groh
2022-12-07LibJS: Add spec link and comment to VM::execution_context_stack()Linus Groh
2022-12-07LibJS: Add spec link and comment to VM::running_execution_context()Linus Groh
2022-12-06LibJS: Remove forgotten VM::construct() declarationLinus Groh
2022-12-06LibJS: Remove unused VM::join_arguments() functionLinus Groh
2022-12-06LibWeb: Ignore -Wshadow in TRY_OR_RETURN_OOM()Linus Groh
2022-12-06AK: Ignore -Wshadow in TRY() and MUST()Linus Groh
2022-12-06AK: Add a helper macro to temporarily ignore diagnostics with _Pragma()Linus Groh