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
2023-02-07
LibWeb: Null check `nearest_sibling` in `generate_missing_parents`
Aliaksandr Kalenik
2023-02-07
LibWeb: Table wrappers should not be ignored in auto height calculation
Aliaksandr Kalenik
2023-02-05
LibWeb: Respect `font-stretch` in `StyleComputer::compute_font`
Aliaksandr Kalenik
2023-02-05
LibGfx: Pass font width to `FontDatabase::get()`
Aliaksandr Kalenik
2023-02-03
LibWeb: Implement CanvasRenderingContext2D.createPattern()
MacDue
2023-02-03
LibWeb: Fix typo and use auto where possible
MacDue
2023-02-03
LibWeb: Parse font-stretch CSS property
Aliaksandr Kalenik
2023-02-02
LibWeb: Implement Element.attachShadow and Element.shadowRoot :^)
Karol Kosek
2023-02-02
LibWeb: Allow to set a root mode value when constructing a ShadowRoot
Karol Kosek
2023-02-02
LibWeb: Add a helper function for checking if element is a shadow host
Karol Kosek
2023-02-02
LibWeb: Rename DOM::shadow_root() to shadow_root_internal()
Karol Kosek
2023-02-02
LibWeb: Make ShadowRoot.mode return ShadowRootMode instead of String
Karol Kosek
2023-02-02
LibWeb: Actually initialize ShadowRoot bindings
Karol Kosek
2023-02-02
LibWeb+LibWebSocket: DOM WebSocket subprotocol support
Guilherme Gonçalves
2023-02-02
LibWeb: Restore handling of the serenity:ladybird/headless capability
Timothy Flynn
2023-02-01
LibWeb+WebContent: Do not reference-count file request objects
Timothy Flynn
2023-01-29
AK: Move memory streams from `LibCore`
Tim Schumacher
2023-01-29
AK: Move `Stream` and `SeekableStream` from `LibCore`
Tim Schumacher
2023-01-29
LibWeb: Fix parsing/to_string for "switch" ARIA role
MacDue
2023-01-29
LibWeb: Remove no longer needed DeprecatedFlyString.h includes
Linus Groh
2023-01-29
LibWeb: Move ARIA-related code into the Web::ARIA namespace
Linus Groh
2023-01-29
LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate
Timothy Flynn
2023-01-29
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
Timothy Flynn
2023-01-29
LibJS+LibWeb: Move headers around to allow including Value from Cell
Timothy Flynn
2023-01-28
LibWeb: Replace ARIA role static FlyStrings with an enum
MacDue
2023-01-28
LibWeb: Add a few extra spec links to CanvasGradient
MacDue
2023-01-28
LibWeb: Throw exception if any canvas radial gradient radius is < 0
MacDue
2023-01-27
AK: Remove StringBuilder::build() in favor of to_deprecated_string()
Linus Groh
2023-01-27
LibWeb: Remove declarations for non-existent methods
Sam Atkins
2023-01-27
LibWeb: Make NodeFilter::Result an enum class
Sam Atkins
2023-01-27
LibWeb: Expose the NodeFilter's whatToShow values to C++
Sam Atkins
2023-01-27
WebDriver+LibWeb: Rename "click" to "element_click"
Sam Atkins
2023-01-27
LibWeb: Correct logic in TreeWalker::next_node()
Sam Atkins
2023-01-26
LibGfx: Remove `try_` prefix from bitmap creation functions
Tim Schumacher
2023-01-26
LibWeb: Replace uses of JsonObject::get_deprecated()/get_ptr()
Sam Atkins
2023-01-26
LibWeb: Use available space in FFC remaining space calculations
Andreas Kling
2023-01-26
LibWeb: Use available_inner_space_or_constraints_from() for flex items
Andreas Kling
2023-01-26
LibWeb: Always pass some available space to flex item fit-content sizing
Andreas Kling
2023-01-26
LibWeb: Always pass *some* available width to flex item intrinsic sizing
Andreas Kling
2023-01-26
LibWeb: Take used width into account for flex item intrinsic heights
Andreas Kling
2023-01-26
LibWeb: Ignore only anonymous blocks in block auto height calculation
Aliaksandr Kalenik
2023-01-26
LibWeb: Fix reset of floats y offset
Aliaksandr Kalenik
2023-01-25
LibWasm: Port the parser to `Core::Stream`
Tim Schumacher
2023-01-25
LibWeb: Use rect of containing block instead of parent to clip overflow
Aliaksandr Kalenik
2023-01-25
LibWeb: Fix clip of hidden overflow when translated boxes are involved
Aliaksandr Kalenik
2023-01-24
LibWeb: Propagate more StringBuilder errors in from StyleValues
MacDue
2023-01-24
LibWeb: Remove some unchecked .value() calls in StyleValue
MacDue
2023-01-24
LibWeb: Improve column width distribution
Aliaksandr Kalenik
2023-01-24
LibWeb: Avoid division by zero in `distribute_width_to_columns`
Aliaksandr Kalenik
2023-01-24
LibWeb: Use table wrapper box width to resolve cells width
Aliaksandr Kalenik
[next]