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-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
2021-07-24
LibWeb: Add box-shadow rendering
Tobias Christiansen
2021-07-24
LibWeb: Parse box-shadow in the DeprecatedCSSParser
Tobias Christiansen
2021-07-24
LibWeb: Make box-shadow known throughout the CSS subsystem
Tobias Christiansen
2021-07-24
LibWeb: Add box-shadow as a known ValueID
Tobias Christiansen
2021-07-24
LibWeb: Add BoxShadowStyleType as a CSS StyleType
Tobias Christiansen
2021-07-24
LibWeb: Draw elements with opacity in a separate stacking context
Egor Ananyin
2021-07-24
LibWeb: Parse and store the opacity property
Egor Ananyin
2021-07-24
LibWeb: Don't paint children stacking contexts inside the current one
Egor Ananyin
2021-07-24
LibWeb: Add calc() resolution to CSS::Length
Tobias Christiansen
2021-07-24
LibWeb: Plumb calculated StyleValues into CSS::Length
Tobias Christiansen
2021-07-24
LibWeb: Add the parsing to the calc() handling
Tobias Christiansen
2021-07-24
LibWeb: Move type derivation of CSS::Length into seperate function
Tobias Christiansen
2021-07-24
LibWeb: Add tokenization of calc expression
Tobias Christiansen
2021-07-24
LibWeb: Add CalculatedStyleValue to the CSS StyleValues
Tobias Christiansen
2021-07-24
LibWeb: Use Length::resolved() in FlexFormattingContext
Tobias Christiansen
2021-07-23
LibWeb: Manually convert the js bigint to a wasm i64 value
Ali Mohammad Pur
2021-07-23
LibWeb: Read the correct types in WebAssembly's to_js_value()
Ali Mohammad Pur
2021-07-23
LibWeb: Dont try to parse "data" urls as links
stelar7
2021-07-23
LibWeb: Fix that empty event handlers return null instead of crashing
davidot
2021-07-22
LibWeb: Resolve CSS text-decoration from value list
Sam Atkins
2021-07-22
LibWeb: Resolve background properties from ValueListStyleValue
Sam Atkins
2021-07-22
LibWeb: Implement ImageStyleValue parsing
Sam Atkins
2021-07-22
LibWeb: Resolve CSS font property from value list
Sam Atkins
2021-07-22
LibWeb: Resolve CSS list-style from value list
Sam Atkins
2021-07-22
LibWeb: Resolve CSS flex/flex-flow from value list
Sam Atkins
2021-07-22
LibWeb: Implement CSS color parsing from Tokens
Sam Atkins
2021-07-22
LibWeb: Handle ValueListStyleValues in StyleResolver
Sam Atkins
2021-07-22
LibWeb: Expose StyleValue parsing method in CSS Parser
Sam Atkins
2021-07-22
LibWeb: Convert StyleResolver.{h,cpp} to east const
Sam Atkins
2021-07-22
LibWeb: Generate a ValueListStyleValue when parsing CSS values
Sam Atkins
2021-07-22
LibWeb: Add CSS ValueListStyleValue
Sam Atkins
2021-07-21
LibGfx: Use "try_" prefix for static factory functions
Andreas Kling
2021-07-20
LibWeb: Don't print JavaScript syntax error hints
Alexander
2021-07-19
LibWeb: Implement justify-content for the FlexFormattingContext
Tobias Christiansen
2021-07-19
LibWeb: Add parsing for the justify-content property
Tobias Christiansen
2021-07-17
LibWeb: Rename HTMLToken::doctype_data() => ensure_doctype_data()
Max Wipfli
2021-07-17
LibWeb: Change HTMLToken storage architecture
Max Wipfli
2021-07-17
LibWeb: Make HTMLTokens non-copyable
Max Wipfli
2021-07-17
LibWeb: Move HTMLToken in HTMLDocumentParser
Max Wipfli
2021-07-17
LibWeb: Remove friend class declarations from HTMLToken
Max Wipfli
[next]