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-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
2021-11-10
LibWeb: Correct initial values in Properties.json
Sam Atkins
2021-11-10
LibWeb: Parse background-size as part of background shorthand
Sam Atkins
2021-11-10
LibWeb: Parse `background-size` property
Sam Atkins
2021-11-10
LibWeb: Add BackgroundSizeStyleValue
Sam Atkins
2021-11-10
LibWeb: Store Repeat values directly in BackgroundRepeatStyleValue
Sam Atkins
2021-11-10
LibWeb: Remove concept of CSS pseudo-properties
Sam Atkins
2021-11-10
LibWeb: Combine background-repeat-x/y pseudo-properties
Sam Atkins
2021-11-10
LibWeb: Use BackgroundRepeatStyleValue in `background` shorthand
Sam Atkins
2021-11-10
LibWeb: Parse `background-clip` and `background-origin`
Sam Atkins
2021-11-10
LibWeb: Parse `background-attachment` as part of `background` property
Sam Atkins
2021-11-10
LibWeb: Add `background-position` to `background` property
Sam Atkins
2021-11-10
LibWeb: Parse CSS `background-position` property
Sam Atkins
[next]