summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb
AgeCommit message (Expand)Author
2023-04-14LibWeb: Honor column-gap and row-gap CSS properties in flex layoutAndreas Kling
2023-04-14LibWeb: Propogate OOM errors from readable_stream_reader_generic_cancelMatthew Olsson
2023-04-14LibWeb: Add ByteStreamController to ReadableStreamController typeMatthew Olsson
2023-04-14LibWeb: Mostly implement ReadableByteStreamController.[[ReleaseSteps]]Matthew Olsson
2023-04-14LibWeb: Mostly implement ReadableByteStreamController.[[PullSteps]]Matthew Olsson
2023-04-14LibWeb: Implement ReadableByteStreamController.[[CancelSteps]]Matthew Olsson
2023-04-14LibWeb: Expose ReadableStream::m_state and use in AOsMatthew Olsson
2023-04-14LibWeb: Set Comment's prototypeLuke Wilde
2023-04-14LibJS: Port Value::get_method() to GCPtrLinus Groh
2023-04-14LibJS: Port Value::to_object() to NonnullGCPtrLinus Groh
2023-04-14LibWeb: Support NotAllowed CSS cursorSrikavin Ramkumar
2023-04-13LibWeb: Don't match the root node of HTMLCollectionLuke Wilde
2023-04-13LibWeb: Whine instead of dying on unexpected box during line layoutAndreas Kling
2023-04-13LibJS: Make well-known symbol getters return NonnullGCPtrLinus Groh
2023-04-13LibJS: Make intrinsics getters return NonnullGCPtrLinus Groh
2023-04-13LibWeb: Reimplement CalculatedStyleValue as a calculation node treeSam Atkins
2023-04-13LibWeb: Expose type and raw values of basic CSS typesSam Atkins
2023-04-13LibWeb: Simplify CalculatedStyleValue types to match CSS-VALUES-4 :^)Sam Atkins
2023-04-13LibWeb: Move StyleValue::absolutized() back where it belongsSam Atkins
2023-04-13LibWeb/Streams: Fix inconsistent uses of realm() and vm()Linus Groh
2023-04-13LibWeb/URL: Make URL::search_params() return a NonnullGCPtrLinus Groh
2023-04-13LibWeb/URL: Add spec links and commentsLinus Groh
2023-04-12Everywhere: Fix a few typosNico Weber
2023-04-12LibWeb: Don't try to paint SVG elements transformed to zero sizeMacDue
2023-04-12LibWeb: Allow floating point values when parsing SVG viewboxesMacDue
2023-04-12LibWeb: Always use quirks mode when parsing SVG width/height attributesMacDue
2023-04-12LibWeb: Use (transformed) path bounding quad for SVG path hit testingMacDue
2023-04-12LibWeb: Apply CSS scaling to SVG elementsMacDue
2023-04-12LibWeb: Apply SVG transform to path when painting (SVG) elementsMacDue
2023-04-12LibWeb: Remove SVG sizing hack and fix viewbox scalingMacDue
2023-04-12LibWeb: Parse the `transform` attribute when set on SVGGraphicsElementsMacDue
2023-04-12LibWeb: Parse and apply `fill-opacity` attribute to SVG pathsMacDue
2023-04-12LibWeb: Add SVG transform parsingMacDue
2023-04-12AK: Don't store parts of URLs percent decodedMacDue
2023-04-12LibWeb: Make SC hit testing more closely follow reverse paint orderMacDue
2023-04-12LibWeb: Create a video document for `video/` MIME types on navigationLuke Wilde
2023-04-12LibWeb: Add ReadableStreamByteController interfaceMatthew Olsson
2023-04-12LibWeb: Add ReadableStreamBYOBRequest interfaceMatthew Olsson
2023-04-11LibWeb: Handle null values when making args for attributeChangedCallbackLuke Wilde
2023-04-11LibWeb: Return from "the end" during HTML fragment parsingLuke Wilde
2023-04-11LibWeb: Begin detecting the end of an HTMLMediaElement media resourceTimothy Flynn
2023-04-11LibWeb: Paint a media timeline on HTMLVideoElement layout nodesTimothy Flynn
2023-04-11LibWeb: Move VideoPaintable's cached mouse position to HTMLVideoElementTimothy Flynn
2023-04-11LibWeb: Tweak the color used for hovered media controlsTimothy Flynn
2023-04-11LibWeb: Begin tracking HTMLMediaElement playback positionsTimothy Flynn
2023-04-11LibWeb: Report HTMLMediaElement duration with sub-second accuracyTimothy Flynn
2023-04-11LibWeb: Move dispatching timeupdate events to a helper for trackingTimothy Flynn
2023-04-11LibWeb: Implement URL.canParse(url, base)networkException
2023-04-11LibWeb: Update URL constructor steps to match the specificationnetworkException
2023-04-11AK+Everywhere: Use Optional for URLParser::parse's base_url parameternetworkException