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-03-12
LibWeb: Stop polluting layout tree dumps with TextNode memory addresses
Andreas Kling
2023-03-11
LibWeb: Use from_deprecated_fly_string() instead of from_utf8()
Kenneth Myhra
2023-03-11
LibWeb/HTML: Remove redundant namespace qualifiers from Window.{cpp,h}
Linus Groh
2023-03-11
LibWeb/HTML: Propagate OOM errors from Window::{local,session}_storage()
Linus Groh
2023-03-11
LibWeb/HTML: Make Window::m{location,navigator} lazily allocated
Linus Groh
2023-03-11
LibWeb/HTML: Use CreateMethodProperty for Window namespace properties
Linus Groh
2023-03-11
LibWeb/HTML: Consolidate duplicate public/private sections in Window.h
Linus Groh
2023-03-11
LibWeb: Establish a stacking context for root element
Mathis Wiehl
2023-03-11
WebDriver: Fix crash in async execute script endpoint
Aliaksandr Kalenik
2023-03-11
LibWeb: Don't touch flex items after they we've been frozen
Andreas Kling
2023-03-11
LibWeb: Use FlexItem::outer_hypothetical_main_size() in one more place
Andreas Kling
2023-03-11
LibWeb: Collapse margin-left with space used by left-side floats
Andreas Kling
2023-03-11
LibWeb: Add fast_is<T>() for various types stood out in a profile
Andreas Kling
2023-03-11
LibWeb: Use static_cast in SVGGeometryBox::dom_node()
Andreas Kling
2023-03-11
LibWeb: Don't overflow flex containers on margin auto
Mathis Wiehl
2023-03-10
LibWeb+Base: Fix row-height bug in Grid when there is a column gap
Tom
2023-03-10
LibWeb: Make HTMLScript private members private once again
Andreas Kling
2023-03-10
LibWeb: Implement Range.createContextualFragment()
Andreas Kling
2023-03-10
LibWeb: Implement Element.setAttributeNode{,NS}()
Andreas Kling
2023-03-10
LibWeb: Implement Document.createAttribute{,NS}()
Andreas Kling
2023-03-10
LibWeb: Rewrite FFC "resolve flexible lengths" algorithm from draft spec
Andreas Kling
2023-03-10
LibWeb: Fix bogus min/max-height for box-sizing:border-box flex items
Andreas Kling
2023-03-10
LibWeb: Fix bogus percentage vertical padding with box-sizing:border-box
Andreas Kling
2023-03-10
LibWeb: Simplify FFC get_pixel_{width,height} internal helper API
Andreas Kling
2023-03-10
LibWeb: Avoid unnecessary work for `box-sizing: content-box` flex items
Andreas Kling
2023-03-10
LibWeb: Use equals_ignoring_ascii_case() in infra helper
Andreas Kling
2023-03-10
Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case
Andreas Kling
2023-03-09
LibWeb: Use shadow_root_internal() when building <input> UA shadow DOM
Andreas Kling
2023-03-09
LibWeb: Avoid an unnecessary vector copy when generating flex items
Andreas Kling
2023-03-09
LibWeb: Remove FFC hack where we assign flex item box dimensions twice
Andreas Kling
2023-03-09
LibWeb: Make CSS rule cache smarter about pseudo elements
Andreas Kling
2023-03-09
LibWeb: Rename FFC::specified_axis_size() to inner_axis_size()
Andreas Kling
2023-03-09
LibWeb: Use `FlexItem& item` consistenly in FlexFormattingContext
Andreas Kling
2023-03-09
LibWeb: Always include shadow roots in DOM debug dumps
Andreas Kling
2023-03-09
AK: Remove infallible version of StringBuilder::to_byte_buffer
Linus Groh
2023-03-09
LibWeb: Use fallible version of StringBuilder::to_byte_buffer
Karol Baraniecki
2023-03-08
LibWeb: Add FormDataIterator implementation
Kenneth Myhra
2023-03-08
LibWeb: Add `readiness()` getter in Document
Aliaksandr Kalenik
2023-03-08
LibWeb: Implement the CSS rule cache optimization for UA style as well
Andreas Kling
2023-03-08
LibWeb: Convert DOM::Element::m_classes to the new AK::FlyString
Andreas Kling
2023-03-08
LibWeb: Do not discard String returned from url_encode() to avoid UAF
Kenneth Myhra
2023-03-07
LibWeb/Bindings: Remove now unused REPLACEABLE_PROPERTY_SETTER() macro
Linus Groh
2023-03-07
LibWeb/HTML: Port Window.queueMicrotask() to IDL
Linus Groh
2023-03-07
LibWeb/HTML: Port Window.structuredClone() to IDL
Linus Groh
2023-03-07
LibWeb/HTML: Port Window.sessionStorage to IDL
Linus Groh
2023-03-07
LibWeb/HTML: Port Window.localStorage to IDL
Linus Groh
2023-03-07
LibWeb/HTML: Port Window.fetch() to IDL
Linus Groh
2023-03-07
LibWeb/HTML: Port Window.cancelAnimationFrame() to IDL
Linus Groh
2023-03-07
LibWeb/HTML: Port Window.requestAnimationFrame() to IDL
Linus Groh
2023-03-07
LibWeb/HTML: Port Window.cancelIdleCallback() to IDL
Linus Groh
[next]