index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibWeb
Age
Commit message (
Expand
)
Author
2021-08-30
CMake: Add custom target to build only the generated sources
Brian Gianforcaro
2021-08-30
LibWeb: Preprocess the CSS stream in the Tokenizer
sin-ack
2021-08-29
LibWeb: Properly handle newlines at the end of LineBoxes
sin-ack
2021-08-29
LibWeb: Rename wrap_breaks to respect_linebreaks
sin-ack
2021-08-29
LibWeb: Refactor TextNode::ChunkIterator
sin-ack
2021-08-28
Everywhere: Move all host tools into the Lagom/Tools subdirectory
Andrew Kaster
2021-08-28
LibWeb: Use foreach to generate wrapper targets and tidy up CMakeLists
Andrew Kaster
2021-08-26
LibWeb: Remove outdated FIXME about ACID2
Andreas Kling
2021-08-26
LibWeb: Make the base StyleValue::to_length() return an undefined length
Andreas Kling
2021-08-26
LibWeb: Correct CSS initial values for min-width and min-height
Andreas Kling
2021-08-26
LibWeb: Remove unused CSS::StyleProperties::string_or_fallback()
Andreas Kling
2021-08-25
LibWeb: Handle CSS "ch" length unit (mostly)
Karol Kosek
2021-08-25
LibWeb: Implement CSS `unset` builtin value
Sam Atkins
2021-08-25
LibWeb: Intercept CSS `initial`/`inherit` values in StyleProperties
Sam Atkins
2021-08-25
LibWeb: Generate property_initial_value() function from Properties.json
Sam Atkins
2021-08-25
LibWeb: Add StyleValue to Forward.h
Sam Atkins
2021-08-25
LibWeb: Quote all initial values in Properties.json
Sam Atkins
2021-08-25
LibWeb: Use single shared instance of Inherit/InitialStyleValue
Sam Atkins
2021-08-25
LibWeb: Parse CSS builtins before other values
Sam Atkins
2021-08-24
LibWeb+WebContent: Add a simple API for running arbitrary JavaScript
Andreas Kling
2021-08-24
LibWeb+Browser: Remove unnecessary InProcessWebView.h includes
Andreas Kling
2021-08-23
LibWeb: Paint inspection outline for InlineNodes :^)
Sam Atkins
2021-08-23
LibWeb: Add DOMTreeModel::index_for_node()
Sam Atkins
2021-08-20
LibWeb: Fix inverted-if typo in flex_shrink_factor()
Sam Atkins
2021-08-20
LibWeb: Parse the CSS `opacity` property with `strtof()` for now
Andreas Kling
2021-08-19
AK: Move FormatParser definition from header to implementation file
Timothy Flynn
2021-08-18
LibWeb: Add fast_is<Layout::InitialContainingBlockBox>
Andreas Kling
2021-08-18
LibWeb: Fix check for too many 'normal' values in font declaration
Sam Atkins
2021-08-18
LibWeb: Implement font-fallback
Sam Atkins
2021-08-18
LibWeb: Handle numeric font-weights
Sam Atkins
2021-08-18
LibWeb: Calculate font-size in NodeWidthStyle::apply_style()
Sam Atkins
2021-08-18
LibWeb: Handle non-px font sizes
Sam Atkins
2021-08-16
LibWeb: Replace is_inherited_property() with generated code
Sam Atkins
2021-08-15
LibWeb: Return correct selection_rect when the node is at the end
Tetsui Ohkubo
2021-08-15
LibWeb: Ensure inline CSS loaded from HTML is ElementInline
DoubleNegation
2021-08-14
LibWeb: Treat multi-value CSS properties as StyleValueList by default
Sam Atkins
2021-08-14
LibWeb: Remove ValueListStyleValue :^)
Sam Atkins
2021-08-14
LibWeb: Parse multiple font-family values
Sam Atkins
2021-08-14
LibWeb: Handle StyleValueList for background-image
Sam Atkins
2021-08-14
LibWeb: Implement and use BackgroundRepeatStyleValue
Sam Atkins
2021-08-14
LibWeb: Implement and use OverflowStyleValue
Sam Atkins
2021-08-14
LibWeb: Implement and use BorderRadiusStyleValue
Sam Atkins
2021-08-14
LibWeb: Implement and use BorderStyleValue
Sam Atkins
2021-08-14
LibWeb: Implement and use FlexFlowStyleValue
Sam Atkins
2021-08-14
LibWeb: Correct initial values for flex CSS properties
Sam Atkins
2021-08-14
LibWeb: Implement and use FlexStyleValue
Sam Atkins
2021-08-14
LibWeb: Implement and use TextDecorationStyleValue
Sam Atkins
2021-08-14
LibWeb: Implement and use ListStyleStyleValue
Sam Atkins
2021-08-14
LibWeb: Implement and use BackgroundStyleValue
Sam Atkins
2021-08-14
LibWeb: Implement and use FontStyleValue
Sam Atkins
[next]