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-13
LibWeb: Clarify WebIDL::Promise as an alias for JS::PromiseCapability
networkException
2023-02-13
Everywhere: Remove the `AK::` qualifier from Stream usages
Tim Schumacher
2023-02-13
LibCore: Remove `Stream.h`
Tim Schumacher
2023-02-13
LibCore: Move Stream-based file into the `Core` namespace
Tim Schumacher
2023-02-13
LibCore: Move Stream-based sockets into the `Core` namespace
Tim Schumacher
2023-02-13
LibCore: Rename `File` to `DeprecatedFile`
Tim Schumacher
2023-02-12
LibWeb: Move setting of FormDataPrototype to initialize()
Kenneth Myhra
2023-02-12
LibWeb: Implement location.hash setter
Andreas Kling
2023-02-12
LibWeb: Use 'auto& vm =' once at beginning to reduce noise
Kenneth Myhra
2023-02-12
LibWeb: Implement algorithm 'construct the entry list given a form'
Kenneth Myhra
2023-02-12
LibWeb: Add accessor function HTMLFormElement::constructing_entry_list()
Kenneth Myhra
2023-02-12
LibWeb: Implement HTMLFormElement::get_submittable_elements()
Kenneth Myhra
2023-02-12
LibWeb: Introduce the FormDataEvent interface
Kenneth Myhra
2023-02-12
LibWeb: Introduce the FormData interface from the XHR specification
Kenneth Myhra
2023-02-12
LibWeb: Add convert string into scalar value from Infra spec
Kenneth Myhra
2023-02-12
LibWeb: Re-implement checkbox painting using the UA stylesheet
Linus Groh
2023-02-11
LibWeb: Scale font size to device pixels
Aliaksandr Kalenik
2023-02-11
LibWeb: Implement Headers.getSetCookie()
Linus Groh
2023-02-11
LibWeb: Fix UAF in convert_header_names_to_a_sorted_lowercase_set()
Linus Groh
2023-02-10
LibGfx+LibWeb: Store radii as FloatSize rather than FloatPoint
Andreas Kling
2023-02-10
LibWeb/Fetch: Implement CORS preflight
Luke Wilde
2023-02-10
LibWeb: Make extract_header_list_values differentiate parsing failures
Luke Wilde
2023-02-10
LibWeb/Fetch: Don't add cookies when creating ResourceLoader request
Luke Wilde
2023-02-10
LibWeb: Fix clearance to update y offset within current block
Aliaksandr Kalenik
2023-02-10
LibWeb: Store y offset of current block container in BFC member
Aliaksandr Kalenik
2023-02-10
LibJS+Userland: Port the JS Console object and direct callers to String
Timothy Flynn
2023-02-10
LibWeb: Use device pixels for transform rect of stacking context
Aliaksandr Kalenik
2023-02-10
LibWeb: Add missing GCPtr.h includes to Fetch headers
Timothy Flynn
2023-02-10
AK+Everywhere: Do not implicitly copy variables in TRY macros
Timothy Flynn
2023-02-10
Everywhere: Remove needless copies of Error / ErrorOr instances
Timothy Flynn
2023-02-09
LibJS+LibWeb: Convert string view PrimitiveString instances to String
Timothy Flynn
2023-02-09
LibJS+LibWeb: Convert empty PrimitiveString instances to String
Timothy Flynn
2023-02-08
Everywhere: Use ReadonlySpan<T> instead of Span<T const>
MacDue
2023-02-08
AK: Remove the fallible constructor from `FixedMemoryStream`
Tim Schumacher
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
[next]