summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb
AgeCommit message (Expand)Author
2021-08-30CMake: Add custom target to build only the generated sourcesBrian Gianforcaro
2021-08-30LibWeb: Preprocess the CSS stream in the Tokenizersin-ack
2021-08-29LibWeb: Properly handle newlines at the end of LineBoxessin-ack
2021-08-29LibWeb: Rename wrap_breaks to respect_linebreakssin-ack
2021-08-29LibWeb: Refactor TextNode::ChunkIteratorsin-ack
2021-08-28Everywhere: Move all host tools into the Lagom/Tools subdirectoryAndrew Kaster
2021-08-28LibWeb: Use foreach to generate wrapper targets and tidy up CMakeListsAndrew Kaster
2021-08-26LibWeb: Remove outdated FIXME about ACID2Andreas Kling
2021-08-26LibWeb: Make the base StyleValue::to_length() return an undefined lengthAndreas Kling
2021-08-26LibWeb: Correct CSS initial values for min-width and min-heightAndreas Kling
2021-08-26LibWeb: Remove unused CSS::StyleProperties::string_or_fallback()Andreas Kling
2021-08-25LibWeb: Handle CSS "ch" length unit (mostly)Karol Kosek
2021-08-25LibWeb: Implement CSS `unset` builtin valueSam Atkins
2021-08-25LibWeb: Intercept CSS `initial`/`inherit` values in StylePropertiesSam Atkins
2021-08-25LibWeb: Generate property_initial_value() function from Properties.jsonSam Atkins
2021-08-25LibWeb: Add StyleValue to Forward.hSam Atkins
2021-08-25LibWeb: Quote all initial values in Properties.jsonSam Atkins
2021-08-25LibWeb: Use single shared instance of Inherit/InitialStyleValueSam Atkins
2021-08-25LibWeb: Parse CSS builtins before other valuesSam Atkins
2021-08-24LibWeb+WebContent: Add a simple API for running arbitrary JavaScriptAndreas Kling
2021-08-24LibWeb+Browser: Remove unnecessary InProcessWebView.h includesAndreas Kling
2021-08-23LibWeb: Paint inspection outline for InlineNodes :^)Sam Atkins
2021-08-23LibWeb: Add DOMTreeModel::index_for_node()Sam Atkins
2021-08-20LibWeb: Fix inverted-if typo in flex_shrink_factor()Sam Atkins
2021-08-20LibWeb: Parse the CSS `opacity` property with `strtof()` for nowAndreas Kling
2021-08-19AK: Move FormatParser definition from header to implementation fileTimothy Flynn
2021-08-18LibWeb: Add fast_is<Layout::InitialContainingBlockBox>Andreas Kling
2021-08-18LibWeb: Fix check for too many 'normal' values in font declarationSam Atkins
2021-08-18LibWeb: Implement font-fallbackSam Atkins
2021-08-18LibWeb: Handle numeric font-weightsSam Atkins
2021-08-18LibWeb: Calculate font-size in NodeWidthStyle::apply_style()Sam Atkins
2021-08-18LibWeb: Handle non-px font sizesSam Atkins
2021-08-16LibWeb: Replace is_inherited_property() with generated codeSam Atkins
2021-08-15LibWeb: Return correct selection_rect when the node is at the endTetsui Ohkubo
2021-08-15LibWeb: Ensure inline CSS loaded from HTML is ElementInlineDoubleNegation
2021-08-14LibWeb: Treat multi-value CSS properties as StyleValueList by defaultSam Atkins
2021-08-14LibWeb: Remove ValueListStyleValue :^)Sam Atkins
2021-08-14LibWeb: Parse multiple font-family valuesSam Atkins
2021-08-14LibWeb: Handle StyleValueList for background-imageSam Atkins
2021-08-14LibWeb: Implement and use BackgroundRepeatStyleValueSam Atkins
2021-08-14LibWeb: Implement and use OverflowStyleValueSam Atkins
2021-08-14LibWeb: Implement and use BorderRadiusStyleValueSam Atkins
2021-08-14LibWeb: Implement and use BorderStyleValueSam Atkins
2021-08-14LibWeb: Implement and use FlexFlowStyleValueSam Atkins
2021-08-14LibWeb: Correct initial values for flex CSS propertiesSam Atkins
2021-08-14LibWeb: Implement and use FlexStyleValueSam Atkins
2021-08-14LibWeb: Implement and use TextDecorationStyleValueSam Atkins
2021-08-14LibWeb: Implement and use ListStyleStyleValueSam Atkins
2021-08-14LibWeb: Implement and use BackgroundStyleValueSam Atkins
2021-08-14LibWeb: Implement and use FontStyleValueSam Atkins