summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2022-03-13LibWeb: Support the CSS 'unset' valueAndreas Kling
2022-03-13LibWeb: Make Layout::FormattingState copies shallowAndreas Kling
2022-03-13LibWeb: Add fast_is<SVG::SVGSVGElement>()Andreas Kling
2022-03-13LibWeb: Handle many more cases with intrinsic/auto sizing in flex layoutAndreas Kling
2022-03-13LibWeb: Add functions for calculating intrinsic sizes of a Layout::BoxAndreas Kling
2022-03-13LibWeb: Make Layout::SVGBox a BlockContainer againAndreas Kling
2022-03-13LibWeb: Add FFC helpers for resolving definite main/cross sizesAndreas Kling
2022-03-13LibWeb: Remove ad-hoc setup step from FFC layout algorithmAndreas Kling
2022-03-13LibWeb: Improve how layout nodes decide whether they have definite sizesAndreas Kling
2022-03-13LibWeb: Apply non-CSS presentational hints before author stylesAndreas Kling
2022-03-13LibWeb: Only collapse vertical margin between BlockContainer siblingsAndreas Kling
2022-03-13LibWeb: Support indefinite flex container cross sizesAndreas Kling
2022-03-13LibWeb: Fix flex line alignment in single-line flex containersAndreas Kling
2022-03-13LibWeb: Remove FFC::cross_size_is_absolute_or_resolved_nicely()Andreas Kling
2022-03-13LibWeb: Improve FFC step 7 (hypothetical cross size)Andreas Kling
2022-03-13LibWeb: Put available space information in an FFC memberAndreas Kling
2022-03-13LibWeb: Layout inside of flex items at the end of FFC layoutAndreas Kling
2022-03-13LibWeb: Move unrelated things out of FFC step 1Andreas Kling