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-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
2021-07-31
LibWeb: Parse box-shadow property in new CSS Parser
Sam Atkins
2021-07-31
LibWeb: Convert CSS parse_{color,length}() lambdas into methods
Sam Atkins
2021-07-31
LibWeb: Fix issues with CSS attribute selector handling
Sam Atkins
2021-07-31
LibWeb: Make CSS 'An+B' parsing spec-compliant
Sam Atkins
2021-07-31
LibWeb: Parse CSS selectors according to the spec
Sam Atkins
2021-07-31
LibWeb: Fix dump_selector() handling of attribute selectors
Sam Atkins
2021-07-31
LibWeb: Bring Selector terminology in line with the CSS spec
Sam Atkins
2021-07-31
LibWeb: Stop parsing integer CSS values as Lengths
Sam Atkins
2021-07-31
LibWeb: Define proper debug symbols for CSS Parser and Tokenizer
Sam Atkins
2021-07-31
LibWeb: Use references to CSS tokens instead of copying by value
Sam Atkins
2021-07-31
LibWeb: Get CSS @import rules working in new parser
Sam Atkins
2021-07-29
LibWeb: Remove unused enum value CSS::StyleValue::Position
Andreas Kling
2021-07-29
LibWeb: Add proper support for text-decoration-line property values
Tobias Christiansen
2021-07-29
LibWeb: Handle comment blocks when skipping unknown @-rules
K-Adam
2021-07-28
LibWeb: Fix incompatibility of attribute "contenteditable"
SeekingBlues
2021-07-28
LibWeb: Avoid assertion failure on parsing numeric character references
ovf
2021-07-27
LibWeb: Return null if an unknown canvas context type is requested
K-Adam
2021-07-27
LibGfx: Remove Gfx::ImageDecoder::bitmap() in favor of frame(index)
Andreas Kling
2021-07-27
LibGfx: Improve ImageDecoder construction
Andreas Kling
2021-07-27
LibWeb: Fix parsing of character references in attribute values
ovf
2021-07-26
LibWeb: Add blurring support to box-shadow
Tobias Christiansen
2021-07-26
LibWeb: Make functions and attributes in bindings writable
davidot
2021-07-26
LibWeb: Fix that non-member calls to window gave the wrong this_value
davidot
2021-07-26
LibWeb: Make the custom CSSDeclaration methods only work on strings
davidot
2021-07-26
LibWeb: Add a CustomHasProperty trait to WrapperGenerator
davidot
2021-07-26
LibWeb: Convert WrapperGenerator and the generated code to east-const
davidot
2021-07-25
LibGfx: Make Gfx::Bitmap::set_nonvolatile() report allocation failure
Andreas Kling
[next]