summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-03-14LibDSP: Generalize & improve FFTkleines Filmröllchen
2022-03-14Kernel/PCI: Break early of controller iteration over devices in OOM caseLiav A
2022-03-14Kernel/PCI: Don't hold spinlocks when doing fast device enumerationLiav A
2022-03-14Kernel: Fix buffer overflow in VirtIOGPU create_3d_resource(..)Brian Gianforcaro
2022-03-14LibWeb: Fix height/width copy paste bug in SVGFormattingContext::runBrian Gianforcaro
2022-03-14WindowServer: Update menu buttons' rects on font changeKarol Kosek
2022-03-14WindowServer: Use font height for item heights in MenusKarol Kosek
2022-03-14LibGUI: Use preferred font line height for item heights in ListViewKarol Kosek
2022-03-14LibJS: Implement default values for function parameters in BCAli Mohammad Pur
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-14AK: Allow creating a Vector from any Span of the same underlying typeTimothy Flynn
2022-03-14CI: Do not "always" run GitHub Actions workflowsTimothy 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-13AK: Add naive implementations of AK::timing_safe_compareBrian Gianforcaro
2022-03-13Tests: Rename AK/TestMemMem.cpp to AK/TestMemory.cppBrian Gianforcaro
2022-03-14LibWeb: Use inline script tag source line as javascript line offsetIdan Horowitz
2022-03-13Ports: Update curl to 7.82.0Luke Wilde
2022-03-13Ports: Update zstd to 1.5.2Luke Wilde
2022-03-13Base: Add syntax/code styling to Cupertino themeBen Maxwell
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