summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
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: Make CSS::property_initial_value() use an Array internallyAndreas 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
2022-03-13LibGUI: Allow setting smooth/coarse scrolling animation on ScrollBarMacDue
2022-03-13LibGUI: Add m_ prefix to gutter_click_state in ScrollBarMacDue
2022-03-13PixelPaint: Correctly apply flip/rotate/crop to layers' alpha maskAndrew Smith
2022-03-12Revert "Kernel: Use an ArmedScopeGuard to revert changes after failed mmap"Brian Gianforcaro
2022-03-12Revert "Kernel: Don't override FramebufferDevice's memory regions on mmap"Brian Gianforcaro
2022-03-12Ports: Update vim to version 8.2.4554Brian Gianforcaro
2022-03-12Ports: Update less to version 590Brian Gianforcaro
2022-03-12Ports: Update git to version 2.35.1Brian Gianforcaro
2022-03-13LibWeb: Give flex containers with percentage cross size some dimensionsAndreas Kling
2022-03-13LibWeb: Add a debug helper to dump current state of an FFCAndreas Kling
2022-03-13LibWeb: Make Element::recompute_style() really compare propertiesAndreas Kling
2022-03-13LibWeb: Mark input elements for style update in set_checked()Andreas Kling
2022-03-13LibWeb: Make StyleProperties::operator==(StyleProperties) actually workAndreas Kling
2022-03-13LibWeb: Fix calculation of hypothetical cross size in column flex layoutAndreas Kling
2022-03-13LibWeb: Swap min-content and max-content intrinsic sizes if neededAndreas Kling