summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2022-03-14LibJS/Bytecode: Replace merged block references before copying themAli Mohammad Pur
2022-03-14LibWeb: Invalidate styles after CSSImportRule loadsSimon Wanner
2022-03-14LibWeb: Fix resolving relative URLs in style sheetsSimon Wanner
2022-03-14LibJS: Use ranges instead of specifying all registers for NewArrayAli Mohammad Pur
2022-03-14LibJS/Bytecode: Make NewArray write directly to indexed propertiesLuke Wilde
2022-03-14LibJS/Bytecode: Setup declarative environment for lexical for statementsLuke Wilde
2022-03-14LibJS/Bytecode: Setup declarative environment for catch with variableLuke Wilde
2022-03-14LibJS/Bytecode: Setup lexical environment boundary for with statementsLuke Wilde
2022-03-14LibJS/Bytecode: Unwind to closest unwind boundary on ThrowLuke Wilde
2022-03-14LibJS/Bytecode: Unwind environments before block terminating instructionLuke Wilde
2022-03-14LibJS: Leave unwind context if it has no finalizer when using handlerLuke Wilde
2022-03-14LibJS/Bytecode: Unconditionally end break/continuable scopesLuke Wilde
2022-03-14LibJS: Add a fast path for creating per-iteration DeclarativeEnvironmentTimothy Flynn
2022-03-14LibJS: Preallocate the list returned from CreateListFromArrayLikeTimothy Flynn
2022-03-14Kernel: Sandbox each GPU3DDevice file description into own host contextSahan Fernando
2022-03-14SpaceAnalyzer: Fix the crash caused by double clickArif Orhun Uzun
2022-03-13LibC: Expose AK::timing_safe_compare via `timingsafe_memcmp(..)`Brian Gianforcaro
2022-03-13LibCrypto: Use AK::timing_safe_compare to validate sensitive dataBrian Gianforcaro
2022-03-13LibCore: Use timing_safe_compare to compare password hash valuesBrian Gianforcaro
2022-03-14LibWeb: Use inline script tag source line as javascript line offsetIdan Horowitz
2022-03-13FileOperation: Port to Core::StreamSam Atkins
2022-03-13FileManager: Use Core::Stream for FileOperationProgressWidgetSam Atkins
2022-03-13FileManager: Use TRY in run_file_operation()Sam Atkins
2022-03-13LibGfx: Use common class template for PBM/PGM/PPM image loadersLenny Maiorani
2022-03-13LibGfx: Commonize P[BGP]M file loading contextsLenny Maiorani
2022-03-13Libraries: Use default constructors/destructors in LibX86Lenny Maiorani
2022-03-13Libraries: Use default constructors/destructors in LibWebSocketLenny Maiorani
2022-03-13Libraries: Use default constructors/destructors in LibVTLenny Maiorani
2022-03-13Libraries: Use default constructors/destructors in LibThreadingLenny Maiorani
2022-03-13Libraries: Use default constructors/destructors in LibSyntaxLenny Maiorani
2022-03-13Libraries: Use default constructors/destructors in LibSQLLenny Maiorani
2022-03-13Libraries: Use default constructors/destructors in LibMarkdownLenny Maiorani
2022-03-13Libraries: Use default constructors/destructors in LibLineLenny Maiorani
2022-03-13Libraries: Use default constructors/destructors in LibIPCLenny Maiorani
2022-03-13Libraries: Use default constructors/destructors in LibHTTPLenny Maiorani
2022-03-13Libraries: Use default constructors/destructors in LibGeminiLenny Maiorani
2022-03-13LibWeb: Add a Vector::ensure_capacity() in collect_matching_rules()Andreas Kling
2022-03-13LibWeb: Add some fast_is<T> helpers for hot classes on GitHub :^)Andreas Kling
2022-03-13LibWeb: Don't make deep copy of custom properties for every elementAndreas Kling
2022-03-13LibWeb: Cache CSS::Selector's pseudo element at construction timeAndreas Kling
2022-03-13LibWeb: Sort stacking context tree once, after fully building itAndreas Kling
2022-03-13LibCore: Use altzone for the current time zone offset during DSTTimothy Flynn
2022-03-13LibC: Use altzone for the current time zone offset during DSTTimothy Flynn
2022-03-13LibJS: Implement bytecode generation for WithStatementAli Mohammad Pur
2022-03-13LibJS: Initialize 'var' bindings to undefined on declarationAli Mohammad Pur
2022-03-13LibJS: Leave the unwind context on break/continue/return in bytecodeAli Mohammad Pur
2022-03-13LibJS: Propagate abrupt completions in Bytecode::Op::CallAli Mohammad Pur
2022-03-13LibJS: Add some tests for TypedArray.prototype.setmjz19910
2022-03-13LibWeb: Fix serialization of selectors with universal subject (*)Andreas Kling
2022-03-13LibVT: Use coarse scrolling animation in TerminalWidgetMacDue