summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb
AgeCommit message (Expand)Author
2023-04-07LibWeb: Implement VideoTrack and VideoTrackListTimothy Flynn
2023-04-07LibWeb: Define steps to queue a media element task on a HTMLMediaElementTimothy Flynn
2023-04-07LibWeb: Define missing media HTML event namesTimothy Flynn
2023-04-07LibWeb: Sort HTML event namesTimothy Flynn
2023-04-07LibWeb: Implement HTMLMediaElement's networkState attributeTimothy Flynn
2023-04-07LibWeb: Support taking matching tasks out of a task queueTimothy Flynn
2023-04-07LibWeb: Support unique task sourcesTimothy Flynn
2023-04-07LibWeb: Use max-width property in table formattingmartinfalisse
2023-04-07LibWeb: Don't put abspos grid/flex items in anonymous wrapperAndreas Kling
2023-04-06LibWeb: Port {HTML,UIEvents,XHR}::EventNames to new StringKenneth Myhra
2023-04-06LibWeb: Move string literals to {HTML,UIEvents}::EventNames.hKenneth Myhra
2023-04-06LibWeb: Add the WritableStreamDefaultWriter interfaceMatthew Olsson
2023-04-06LibWeb: Add the WritableStream interfaceMatthew Olsson
2023-04-06LibWeb: Move property_to_callback to Streams/AbstractOperationsMatthew Olsson
2023-04-06LibWeb: Transform the default path in CRC2D#fill(CanvasFillRule)Luke Wilde
2023-04-06LibWeb: Ignore preferred width when calculating intrinsic width of blockAndreas Kling
2023-04-06LibWeb: Implement the `:defined` pseudo classLuke Wilde
2023-04-06LibWeb: Add a bunch of missing CEReactionsLuke Wilde
2023-04-06LibWeb: Introduce CustomElementRegistry and creating custom elementsLuke Wilde
2023-04-06LibWeb/WebIDL: Add the `construct` abstract operationLuke Wilde
2023-04-06LibWeb/WebIDL: Move call_user_object_operation out of lineLuke Wilde
2023-04-06LibWeb: Port AbstractBrowsingContext to StringKenneth Myhra
2023-04-06LibWeb: Port KeyboardEvent to new StringKenneth Myhra
2023-04-06LibWeb: Port FocusEvent to new StringKenneth Myhra
2023-04-05LibWeb: Use intrinsic aspect ratio when calculating max content heightmatcool
2023-04-05LibWeb: Add FormData support to XHRKenneth Myhra
2023-04-05LibWeb: Add get accessor to internal entry list of FormDataKenneth Myhra
2023-04-05LibWeb: Implement multipart/form-data encoding algorithmKenneth Myhra
2023-04-04LibWeb: Do not use OS error codes in the error callback for file:// URLsTimothy Flynn
2023-04-04LibWeb: Ensure fetch errors set their response types/codes appropriatelyTimothy Flynn
2023-04-03LibWeb: Expand background-position layers into x/y position listsMacDue
2023-04-03LibWeb: Add getter for separator to StyleValueListMacDue
2023-04-03AK+Everywhere: Change AK::fill_with_random to accept a Bytes objectTimothy Flynn
2023-04-03LibWeb: Parse and plumb background-position-x/yMacDue
2023-04-03LibWeb: Add EdgeStyleValueMacDue
2023-04-03LibWeb: Add longhand properties for background-positionMacDue
2023-04-02LibWeb: Add borders functionality to CSS Gridmartinfalisse
2023-04-02LibWeb: Fix regression in definite grid row heightsmartinfalisse
2023-04-02LibWeb: Rename PositionedBox to GridItemmartinfalisse
2023-04-02LibWeb: Don't apply presentational hints to associated pseudo elementsAndreas Kling
2023-04-02LibWeb: Don't apply element inline style to associated pseudo elementsAndreas Kling
2023-04-02LibWeb: Fix application of intrinsic aspect ratio to flex column itemsAndreas Kling
2023-04-02LibWeb: Make HTMLImageElement loads delay the document load eventAndreas Kling
2023-04-01LibWeb: Add ReadableStream.locked/cancel()/getReader()Matthew Olsson
2023-04-01LibWeb: Implement ReadableStream's constructorMatthew Olsson
2023-04-01LibWeb: Add UnderlyingSource struct for ReadableStream constructorMatthew Olsson
2023-04-01LibWeb: Add ReadableStreamDefaultControllerMatthew Olsson
2023-04-01LibWeb: Add ReadableStreamDefaultReaderMatthew Olsson
2023-04-01LibWeb: Add the stream queue-related abstract operationsMatthew Olsson
2023-04-01LibWeb: Add the ReadableStreamGenericReader mixin interfaceMatthew Olsson