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-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
2021-08-14
LibWeb: Use new StyleValueList for simple properties
Sam Atkins
2021-08-14
LibWeb: Implement new StyleValueList
Sam Atkins
2021-08-14
LibWeb: Add StyleValue.is_builtin() convenience function
Sam Atkins
2021-08-14
LibWeb: Make 'auto' be both a Length and Identifier in CSS
Sam Atkins
2021-08-14
LibWeb: Make '0' always be both a number and a length in CSS
Sam Atkins
2021-08-13
AK+Everywhere: Delete Variant's default constructor
Ali Mohammad Pur
2021-08-12
LibWeb: Remove pointless type casts
Daniel Bertalan
2021-08-09
Everywhere: Use tobyase@serenityos.org for my copyright headers
Tobias Christiansen
2021-08-08
LibWeb: Add missing `typeinfo` include
Daniel Bertalan
2021-08-08
Browser+LibWeb: Silence some debug spams
TheFightingCatfish
2021-08-08
Browser+LibWeb: Make sure the default favicon is loaded
TheFightingCatfish
2021-08-07
LibWeb: Add auto as a recognized argument of flex-basis
Tobias Christiansen
2021-08-06
Everywhere: Replace Model::update() with Model::invalidate()
sin-ack
2021-08-05
LibWeb: Ignore svg elements outside of <svg> when building layout tree
K-Adam
2021-08-05
LibWeb: Clear SVG context after SVGSVGBox children are painted
K-Adam
2021-08-05
LibWeb: Call before/after children_paint on parent in StackingContext
K-Adam
2021-08-04
LibWeb: Fix EOF handling in CSS Tokenizer peek_{twin,triplet}()
Sam Atkins
2021-08-03
Everywhere: Make use of container version of all_of
Lenny Maiorani
2021-08-02
LibWeb: Switch to new CSS Parser :^)
Sam Atkins
2021-08-02
LibWeb: Implement CSS parsing convenience functions
Sam Atkins
2021-08-02
LibWeb: Clarify naming and publicity of CSS Parser methods
Sam Atkins
2021-08-02
LibWeb: Only dump parsed CSS stylesheet if logging is enabled
Sam Atkins
2021-08-02
Userland: Make use of container version of any_of
Lenny Maiorani
2021-08-02
LibWeb: Remove unneccessary breaks from text-decoration-rendering
Tobias Christiansen
2021-08-02
LibWeb: Don't draw zero-length line for text-decoration: blink
Tobias Christiansen
2021-08-01
LibWeb: Remove unused header includes
Brian Gianforcaro
2021-08-01
LibJS: Remove unused includes out of Cell.h, move to the users
Brian Gianforcaro
2021-07-31
LibWeb: Fix regression of "contenteditable" attribute
TheFightingCatfish
2021-07-31
LibWeb: Ignore unquoted data urls in CSS
Sam Atkins
2021-07-31
LibWeb: Parse calc() values in new CSS Parser
Sam Atkins
2021-07-31
LibWeb: Treat CSS calc() values as "builtin_or_dynamic"
Sam Atkins
2021-07-31
LibWeb: Allow peeking more than 1 token ahead in CSS Parser
Sam Atkins
[next]