summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-09-15LibJS: Use ThrowCompletionOr in require_object_coercible()Linus Groh
2021-09-15LibJS: Add a JS::Completion class and JS::ThrowCompletionOr<T> templateLinus Groh
2021-09-15AK: Rename the local variable in the TRY() macro to avoid name clashesLinus Groh
2021-09-15LibTLS: Increase the maximum socket read size to 4MiBAli Mohammad Pur
2021-09-15LibTLS: Close the underlying socket on EOFAli Mohammad Pur
2021-09-15LibWeb: Avoid setting definite {width,height} when "auto" is specifiedTobias Christiansen
2021-09-15LibWeb: Flexbox: Somewhat suppport "align-items"Tobias Christiansen
2021-09-15LibWeb: Flexbox: Make step 11 of the layout algorithm more align awareTobias Christiansen
2021-09-15LibWeb: Add proper parsing of the AlignItems propertyTobias Christiansen
2021-09-15Meta: Make QtCreator aware of all CMake filesBen Wiederhake
2021-09-15Kernel: Use move semantics in sys$sendfd()Andreas Kling
2021-09-15LibWeb: Support "c" and "C" curves in SVG <path> dataAndreas Kling
2021-09-15LibGfx: Add Path::cubic_bezier_curve_to()Andreas Kling
2021-09-15LibGfx: Add some interpolation helpers for Gfx::Point<T>Andreas Kling
2021-09-15LibWeb: Remove unused SVGSVGElement::m_bitmapAndreas Kling
2021-09-15LibJS: Return default-constructed values instead of the INVALID constantLinus Groh
2021-09-15LibJS: Remove two unused includes from AbstractOperations.cppLinus Groh
2021-09-15LibTextCodec: Ignore BYTE ORDER MARK at the start of utf8/16 stringsSam Atkins
2021-09-15Documentation: Update CLionConfiguration for SuperBuildAndrew Kaster
2021-09-15Ports: Use new CMakeToolchain.txt located in the build directoryAndrew Kaster
2021-09-15Meta+Toolchain: Rename CMAKE_CXXFILT to SERENITY_CXXFILTAndrew Kaster
2021-09-15Meta: Add FIXME for not setting BUILD_SHARED_LIBS in Lagom buildAndrew Kaster
2021-09-15Documentation: Document new SuperBuild build infrastructureAndrew Kaster
2021-09-15Meta: Update serenity.sh for the SuperBuildAndrew Kaster
2021-09-15Meta: Switch to a SuperBuild that splits host and target buildsAndrew Kaster
2021-09-15Meta: Move all options to targetname_options.cmake filesAndrew Kaster
2021-09-15Meta: Add Meta/CMake to the CMAKE_MODULE_PATH for Serenity and LagomAndrew Kaster
2021-09-15Meta: Use Lagom:: namespaced names for code generatorsAndrew Kaster
2021-09-15Meta: Allow specifying alternative paths for downloaded Unicode dataAndrew Kaster
2021-09-15Meta: Define and use lagom_tool() CMake helper function for all ToolsAndrew Kaster
2021-09-15Breakout: Tag fallthrough statementMatheus Vinicius
2021-09-15Breakout: Add possibility to play with A and DMatheus Vinicius
2021-09-15LibWeb: Make Layout::Node::paint() pure virtualAndreas Kling
2021-09-15LibWeb: Avoid some redundant calls to Layout::Box::absolute_rect()Andreas Kling
2021-09-15LibWeb: Remove unused NodeWithStyle::m_position fieldSam Atkins
2021-09-15LibWeb: Make flex-box ignore out-of-flow child boxesSam Atkins
2021-09-15LibWeb: Implement "out-of-flow" property of Layout BoxSam Atkins
2021-09-15Base: Add test page for testing weird flexbox combinationsSam Atkins
2021-09-15LibRegex: Make the optimizer understand references and capture groupsAli Mohammad Pur
2021-09-15LibWeb: Parse the <svg viewBox> attributeAndreas Kling
2021-09-15LibWeb: Add SVG::ViewBox to represent SVG view boxesAndreas Kling
2021-09-15LibWeb: Add an SVG::AttributeNames namespaceAndreas Kling
2021-09-15LibJS: Make References see into Environment's bindings as wellAli Mohammad Pur
2021-09-15LibWeb: Speed up computed style calculationSam Atkins
2021-09-15PixelPaint: Add ability to draw squares and circlesZyper
2021-09-15LibGfx: Add method for calculating square aspect ratio end pointZyper
2021-09-15LibJS: Fix [[TimeZoneOffsetString]] value in ParseTemporalInstantStringLinus Groh
2021-09-14LibWeb: Improvements to error handling in HTML foreign content parsingAndreas Kling
2021-09-14LibWeb: Flexbox: Avoid division by zeroTobias Christiansen
2021-09-14LibWeb: Flexbox: Change the name of a variable to correspond to specTobias Christiansen