summaryrefslogtreecommitdiff
path: root/Userland/Libraries
AgeCommit message (Expand)Author
2022-10-06Base+LibWeb: Stub out negative spansmartinfalisse
2022-10-06LibWeb: Factor out OccupationGrid functionsmartinfalisse
2022-10-06LibWeb: Truncate oversized grid spansmartinfalisse
2022-10-06LibWeb: Fix bug in placing row-constrained grid itemsmartinfalisse
2022-10-06LibWeb: Use span values for auto-positioned grid itemsmartinfalisse
2022-10-06LibWeb: Handle different span properties for GridTrackPlacement parsingmartinfalisse
2022-10-06LibWeb: Use ident instead of to_string in parsermartinfalisse
2022-10-06LibWeb: Fix bug in spec implementation auto_placement_cursormartinfalisse
2022-10-06LibWeb: Fix implementation bugs of grid track is_span()martinfalisse
2022-10-06LibWeb: Make it easier to check if grid track is auto positionedmartinfalisse
2022-10-06LibWeb+Base: Re-implement grid track spanmartinfalisse
2022-10-06LibWeb: Fix bug in checking if GridTrackPlacement is auto-positionedmartinfalisse
2022-10-06LibWeb: Make TreeBuilder treat inline-flex's children correctlyAndreas Kling
2022-10-06LibWeb: Use text node's own display value when inserting CSS `content`Andreas Kling
2022-10-06LibWeb: Only consider inline-outside flag when choosing insertion typeAndreas Kling
2022-10-06LibWeb: Use correct cache key for pseudo elementsAndreas Kling
2022-10-06LibWeb: Generate a BlockContainer box for display:inline-flexAndreas Kling
2022-10-06LibWeb: Make IFC happy to layout anything as long as it's inline outsideAndreas Kling
2022-10-06LibWeb: Fix unsafe capture in fetch_external_module_script_graph()Andreas Kling
2022-10-06LibWeb: Don't try to layout inside of replaced elements in BFCAndreas Kling
2022-10-06LibWeb: Make sure replaced elements never create a BFCAndreas Kling
2022-10-06LibWeb: Remove unnecessary verify_cast in greatest_child_width()Andreas Kling
2022-10-06LibWeb: Remove bogus verify_cast when dimensioning inline-blocksAndreas Kling
2022-10-06LibWeb: Tidy up FormattingContext::creates_block_formatting_context()Andreas Kling
2022-10-06LibC: Implement `mkstemps()` in stdlib and add a testEWouters
2022-10-06LibWeb: Push the realm execution context before linking modulesnetworkException
2022-10-06LibWeb: Add support for type module in HTMLScriptElementnetworkException
2022-10-06LibWeb: Implement two module related host hooksnetworkException
2022-10-06LibWeb: Implement fetching module scriptsnetworkException
2022-10-06LibWeb: Implement ModuleScript and JavaScriptModuleScriptnetworkException
2022-10-06LibJS: Add accessor for requested modules to CyclicModulenetworkException
2022-10-06LibWeb: Implement ModuleMap and expose it on EnvironmentSettingsObjectnetworkException
2022-10-06LibWeb: Allow all Script types to be used as [[HostDefined]] valuesnetworkException
2022-10-06LibJS: Mark [[HostDefined]] accessor on scripts as constnetworkException
2022-10-06LibJS: Add [[HostDefined]] field to ModulesnetworkException
2022-10-06LibWeb: Implement module type allowednetworkException
2022-10-06LibWeb: Implement more close to spec javascript mime type checkingnetworkException
2022-10-06LibJS: Visit GC allocated members of ModuleEnvironmentnetworkException
2022-10-06LibWeb: Use CSS::Display::is_flow_inside() in InlineLevelIteratorAndreas Kling
2022-10-06LibWeb: Use Layout::Node::display() everywhereAndreas Kling
2022-10-06LibWeb: Add Layout::Node::display()Andreas Kling
2022-10-06LibWeb: Remove Layout::Node::set_inline()Andreas Kling
2022-10-06LibWeb: Make labels be `display: inline-block` in the default UA styleAndreas Kling
2022-10-06LibWeb: Remove ad-hoc <hr> element rule from default UA styleAndreas Kling
2022-10-06LibWeb: Add a little header to the top of the default UA stylesheetAndreas Kling
2022-10-06LibWeb: Honor CSS display value in is_inline() and is_inline_block()Andreas Kling
2022-10-06LibWeb: Base Layout::TreeBuilder decisions on CSS display propertyAndreas Kling
2022-10-06LibWeb: Simplify construction of :before and :after pseudo elementsAndreas Kling
2022-10-06LibWeb: Split out helper functions in TreeBuilder::create_layout_tree()Andreas Kling
2022-10-06LibWeb: Make the initial containing block style have `display:block`Andreas Kling