summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2021-09-14LibWeb: Flexbox: Resolve relative size of flex-items more correctlyTobias Christiansen
2021-09-14LibRegex: Avoid using GenericLexer::consume() when at eofAli Mohammad Pur
2021-09-14LibWeb: Add several computed CSS styleskleines Filmröllchen
2021-09-14LibWeb: Add CombinedBoderRadiusStyleValue for CSS `border-radius`kleines Filmröllchen
2021-09-14Base: Add developer's tests to computed-style.htmlkleines Filmröllchen
2021-09-14LibJS+LibWeb: Move script parse time logging from JS::Script to LibWebAndreas Kling
2021-09-14LibJS+LibTest: Use JS::Script and JS::SourceTextModule in test-jsAndreas Kling
2021-09-14LibJS+LibWeb: Let JS::Script::parse() return a list of errors (on error)Andreas Kling
2021-09-14LibJS: Add a barebones SourceTextModule classAndreas Kling
2021-09-14LibTest: Decorate cleanup_and_exit() with [[noreturn]]Andreas Kling
2021-09-14LibJS: Make JS::Script keep the VM aliveAndreas Kling
2021-09-14LibJS: Add a barebones Module classAndreas Kling
2021-09-14LibJS: Reorganize ExecutionContext a little bitAndreas Kling
2021-09-14LibJS: Implement parsing and execution of optional chainsAli Mohammad Pur
2021-09-14LibJS: Reorder the global eval function call detection conditions a bitAli Mohammad Pur
2021-09-14LibJS: Mark two JS::Reference functions `const`Ali Mohammad Pur
2021-09-14Kernel: Disable lock rank enforcement by default for nowBrian Gianforcaro
2021-09-14Profiler: Make the ProfileModel searchableAli Mohammad Pur
2021-09-14LibRegex: Avoid excessive Vector copy when compiling regexpsAli Mohammad Pur
2021-09-14Meta: Tweak the error in check-ak-test-files.sh a bitAli Mohammad Pur
2021-09-14AK: Add an abstraction over multiple disjoint buffersAli Mohammad Pur
2021-09-14LibJS: Add a fast failure path to try_parse_arrow_function_expression()Andreas Kling
2021-09-14LibJS: Skip ID_{Start,Continue} property lookup for any ASCII charactersLinus Groh
2021-09-14LibWeb: Implement ParentNode.childrenLuke Wilde