summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb
AgeCommit message (Expand)Author
2023-02-13LibWeb: Clarify WebIDL::Promise as an alias for JS::PromiseCapabilitynetworkException
2023-02-13Everywhere: Remove the `AK::` qualifier from Stream usagesTim Schumacher
2023-02-13LibCore: Remove `Stream.h`Tim Schumacher
2023-02-13LibCore: Move Stream-based file into the `Core` namespaceTim Schumacher
2023-02-13LibCore: Move Stream-based sockets into the `Core` namespaceTim Schumacher
2023-02-13LibCore: Rename `File` to `DeprecatedFile`Tim Schumacher
2023-02-12LibWeb: Move setting of FormDataPrototype to initialize()Kenneth Myhra
2023-02-12LibWeb: Implement location.hash setterAndreas Kling
2023-02-12LibWeb: Use 'auto& vm =' once at beginning to reduce noiseKenneth Myhra
2023-02-12LibWeb: Implement algorithm 'construct the entry list given a form'Kenneth Myhra
2023-02-12LibWeb: Add accessor function HTMLFormElement::constructing_entry_list()Kenneth Myhra
2023-02-12LibWeb: Implement HTMLFormElement::get_submittable_elements()Kenneth Myhra
2023-02-12LibWeb: Introduce the FormDataEvent interfaceKenneth Myhra
2023-02-12LibWeb: Introduce the FormData interface from the XHR specificationKenneth Myhra
2023-02-12LibWeb: Add convert string into scalar value from Infra specKenneth Myhra
2023-02-12LibWeb: Re-implement checkbox painting using the UA stylesheetLinus Groh
2023-02-11LibWeb: Scale font size to device pixelsAliaksandr Kalenik
2023-02-11LibWeb: Implement Headers.getSetCookie()Linus Groh
2023-02-11LibWeb: Fix UAF in convert_header_names_to_a_sorted_lowercase_set()Linus Groh
2023-02-10LibGfx+LibWeb: Store radii as FloatSize rather than FloatPointAndreas Kling
2023-02-10LibWeb/Fetch: Implement CORS preflightLuke Wilde
2023-02-10LibWeb: Make extract_header_list_values differentiate parsing failuresLuke Wilde
2023-02-10LibWeb/Fetch: Don't add cookies when creating ResourceLoader requestLuke Wilde
2023-02-10LibWeb: Fix clearance to update y offset within current blockAliaksandr Kalenik
2023-02-10LibWeb: Store y offset of current block container in BFC memberAliaksandr Kalenik
2023-02-10LibJS+Userland: Port the JS Console object and direct callers to StringTimothy Flynn
2023-02-10LibWeb: Use device pixels for transform rect of stacking contextAliaksandr Kalenik
2023-02-10LibWeb: Add missing GCPtr.h includes to Fetch headersTimothy Flynn
2023-02-10AK+Everywhere: Do not implicitly copy variables in TRY macrosTimothy Flynn
2023-02-10Everywhere: Remove needless copies of Error / ErrorOr instancesTimothy Flynn
2023-02-09LibJS+LibWeb: Convert string view PrimitiveString instances to StringTimothy Flynn
2023-02-09LibJS+LibWeb: Convert empty PrimitiveString instances to StringTimothy Flynn
2023-02-08Everywhere: Use ReadonlySpan<T> instead of Span<T const>MacDue
2023-02-08AK: Remove the fallible constructor from `FixedMemoryStream`Tim Schumacher
2023-02-07LibWeb: Null check `nearest_sibling` in `generate_missing_parents`Aliaksandr Kalenik
2023-02-07LibWeb: Table wrappers should not be ignored in auto height calculationAliaksandr Kalenik
2023-02-05LibWeb: Respect `font-stretch` in `StyleComputer::compute_font`Aliaksandr Kalenik
2023-02-05LibGfx: Pass font width to `FontDatabase::get()`Aliaksandr Kalenik
2023-02-03LibWeb: Implement CanvasRenderingContext2D.createPattern()MacDue
2023-02-03LibWeb: Fix typo and use auto where possibleMacDue
2023-02-03LibWeb: Parse font-stretch CSS propertyAliaksandr Kalenik
2023-02-02LibWeb: Implement Element.attachShadow and Element.shadowRoot :^)Karol Kosek
2023-02-02LibWeb: Allow to set a root mode value when constructing a ShadowRootKarol Kosek
2023-02-02LibWeb: Add a helper function for checking if element is a shadow hostKarol Kosek
2023-02-02LibWeb: Rename DOM::shadow_root() to shadow_root_internal()Karol Kosek
2023-02-02LibWeb: Make ShadowRoot.mode return ShadowRootMode instead of StringKarol Kosek
2023-02-02LibWeb: Actually initialize ShadowRoot bindingsKarol Kosek
2023-02-02LibWeb+LibWebSocket: DOM WebSocket subprotocol supportGuilherme Gonçalves
2023-02-02LibWeb: Restore handling of the serenity:ladybird/headless capabilityTimothy Flynn
2023-02-01LibWeb+WebContent: Do not reference-count file request objectsTimothy Flynn