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-11-20
LibWeb: Use the sandboxed image ImageDecoder when loading favicons
Andreas Kling
2021-11-20
LibWeb: Use the sandboxed ImageDecoder when creating image documents
Andreas Kling
2021-11-20
LibWeb: Move ImageDecoder client connection singleton to its own file
Andreas Kling
2021-11-19
LibWeb: Add spec comments to CSS Tokenizer
Sam Atkins
2021-11-19
LibWeb: Convert CSS Token::m_value from StringBuilder to FlyString
Sam Atkins
2021-11-19
LibWeb: Convert CSS Token::m_unit from StringBuilder to FlyString
Sam Atkins
2021-11-19
LibWeb: Break friendship between CSS Token and Parser :^(
Sam Atkins
2021-11-19
LibWeb: Verify that the Tokenizer doesn't produce Dimensions from %
Sam Atkins
2021-11-19
LibWeb: Use number value from CSS Tokens
Sam Atkins
2021-11-19
LibWeb: Return numeric values from Token value getters
Sam Atkins
2021-11-19
LibWeb: Convert numeric tokens to numbers in CSS Tokenizer
Sam Atkins
2021-11-19
LibWeb+LibHTTP: Support multiple Set-Cookie response headers
TheFightingCatfish
2021-11-18
LibWeb: Move BrowsingContext into HTML/
Andreas Kling
2021-11-18
LibWeb: Delete CSSLoader
Sam Atkins
2021-11-18
LibWeb: Make HTMLLinkElement responsible for its own loading
Sam Atkins
2021-11-18
LibWeb: Remove `for_first_not_loaded_import_rule()` :^)
Sam Atkins
2021-11-18
LibWeb: Remove redundant `@import`-handling code from CSSLoader
Sam Atkins
2021-11-18
LibWeb: Make `@import` rules functional again :^)
Sam Atkins
2021-11-17
LibWeb: Implement `background-repeat: round` :^)
Sam Atkins
2021-11-17
LibWeb: Implement `background-repeat: space`
Sam Atkins
2021-11-17
LibWeb: Implement background-size :^)
Sam Atkins
2021-11-17
LibWeb: Implement background-position and background-origin :^)
Sam Atkins
2021-11-17
LibWeb: Stop consuming too many tokens when parsing background-position
Sam Atkins
2021-11-17
LibWeb: Manually tile background images
Sam Atkins
2021-11-17
LibWeb: Implement background-clip :^)
Sam Atkins
2021-11-17
LibWeb: Store all background properties in BackgroundLayerData
Sam Atkins
2021-11-17
LibWeb: Remove background_image from NodeWithStyle
Sam Atkins
2021-11-17
LibWeb: Remove background-repeat/image fields and getters
Sam Atkins
2021-11-17
LibWeb: Paint backgrounds with multiple layers :^)
Sam Atkins
2021-11-17
LibWeb: Store background layers in ComputedValues
Sam Atkins
2021-11-17
LibWeb: Stop 'no-repeat' from expanding the background area
Sam Atkins
2021-11-17
LibWeb: Handle multiple backgrounds in StyleComputer
Sam Atkins
2021-11-17
LibWeb: Bring BackgroundStyleValue::to_string() to spec
Sam Atkins
2021-11-17
LibWeb: Parse multiple backgrounds :^)
Sam Atkins
2021-11-17
LibWeb: Parse comma-separated lists for most background properties
Sam Atkins
2021-11-17
LibWeb: Prevent copying CSS TokenStream
Sam Atkins
2021-11-17
LibWeb: Remove CSS Parser method overloads with no TokenStream parameter
Sam Atkins
2021-11-17
LibWeb: Remove ParsingContext parameter from private CSS Parser methods
Sam Atkins
2021-11-17
LibWeb: Make CSS Parser methods non-static
Sam Atkins
2021-11-17
LibWeb: Add NodeWithStyleAndBoxModelMetrics to Forward.h
Sam Atkins
2021-11-17
AK: Convert AK::Format formatting helpers to returning ErrorOr<void>
Andreas Kling
2021-11-17
AK: Make JSON parser return ErrorOr<JsonValue> (instead of Optional)
Andreas Kling
2021-11-13
LibWeb: Allow setting the width & height properties on <canvas> elements
Andreas Kling
2021-11-11
LibWeb: Implement WebAssembly::validate()
Ali Mohammad Pur
2021-11-11
Everywhere: Pass AK::StringView by value
Andreas Kling
2021-11-10
AK+Everywhere: Stop including Vector.h from StringView.h
Andreas Kling
2021-11-10
LibWeb: Make property_initial_value() return a NonnullRefPtr
Sam Atkins
2021-11-10
LibWeb: Allow `none` value for `transform` property
Sam Atkins
2021-11-10
LibWeb: Add initial values for all CSS properties
Sam Atkins
2021-11-10
LibWeb: Add initial values and longhands to `background` definition
Sam Atkins
[next]