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
/
Forward.h
Age
Commit message (
Expand
)
Author
2023-05-22
LibWeb: Stub AudioContext constructor
Luke Wilde
2023-05-13
LibWeb: Implement performance.{measure,clearMeasures}
Luke Wilde
2023-05-13
LibWeb: Add class to represent "list of available images" from HTML spec
Andreas Kling
2023-05-13
LibWeb: Start fleshing out HTML "image requests" and "image data"
Andreas Kling
2023-05-08
LibWeb: Don't include Layout/Node.h from DOM/Element.h
Andreas Kling
2023-05-08
LibWeb: Don't include HTML/Window.h from DOM/Element.h
Andreas Kling
2023-05-08
LibWeb: Don't include Layout/TreeBuilder.h from DOM/Element.h
Andreas Kling
2023-05-04
LibWeb: Add an interface to be notified of Document state changes
Timothy Flynn
2023-05-02
LibWeb: Support multi-keyword syntax for CSS display property
Emil Militzer
2023-04-30
LibWeb: Parse `grid-template` property
martinfalisse
2023-04-30
LibWeb: Change name of GridTrackSizeListStyleValue
martinfalisse
2023-04-28
LibWeb: Add URLStyleValue to represent general url() values
MacDue
2023-04-27
LibWeb: Add ReadableStreamBYOBReader interface
Matthew Olsson
2023-04-25
LibWeb: Add HTML::POSTResource
Aliaksandr Kalenik
2023-04-23
LibWeb: Implement the MediaError IDL interface
Timothy Flynn
2023-04-21
LibWeb: Add XMLDocument stub
Luke Wilde
2023-04-19
LibWeb: Add HTML::TraversableNavigable
Andreas Kling
2023-04-19
LibWeb: Add HTML::Navigable
Andreas Kling
2023-04-19
LibWeb: Rename BrowsingContextContainer => NavigableContainer
Andreas Kling
2023-04-19
LibWeb: Stub out the HTML TimeRanges IDL interface
Timothy Flynn
2023-04-18
LibWeb+LibWebView+WebContent: Add APIs to manage an autoplay allowlist
Timothy Flynn
2023-04-18
LibWeb: Organize LibWeb forwarding header
Timothy Flynn
2023-04-17
LibWeb: Begin implementing media resource seeking
Timothy Flynn
2023-04-15
LibWeb: Add HTML::DocumentState
Andreas Kling
2023-04-15
LibWeb: Make SessionHistoryEntry GC-allocated
Andreas Kling
2023-04-12
LibWeb: Add ReadableStreamByteController interface
Matthew Olsson
2023-04-12
LibWeb: Add ReadableStreamBYOBRequest interface
Matthew Olsson
2023-04-09
LibWeb: Add the WritableStreamDefaultController
Matthew Olsson
2023-04-07
LibWeb: Create a basic layout node for HTMLVideoElement
Timothy Flynn
2023-04-07
LibWeb: Implement TrackEvent for media events
Timothy Flynn
2023-04-07
LibWeb: Implement VideoTrack and VideoTrackList
Timothy Flynn
2023-04-06
LibWeb: Add the WritableStreamDefaultWriter interface
Matthew Olsson
2023-04-06
LibWeb: Add the WritableStream interface
Matthew Olsson
2023-04-06
LibWeb: Introduce CustomElementRegistry and creating custom elements
Luke Wilde
2023-04-05
LibWeb: Implement multipart/form-data encoding algorithm
Kenneth Myhra
2023-04-03
LibWeb: Add EdgeStyleValue
MacDue
2023-04-01
LibWeb: Add UnderlyingSource struct for ReadableStream constructor
Matthew Olsson
2023-04-01
LibWeb: Add ReadableStreamDefaultController
Matthew Olsson
2023-04-01
LibWeb: Add ReadableStreamDefaultReader
Matthew Olsson
2023-04-01
LibWeb: Add the ReadableStreamGenericReader mixin interface
Matthew Olsson
2023-03-30
LibWeb: Introduce CalculatedOr type
Sam Atkins
2023-03-29
LibWeb: Implement CRC2D.imageSmoothingEnabled
Andreas Kling
2023-03-23
LibWeb: Implement performance.mark and performance.clearMarks
Luke Wilde
2023-03-23
LibWeb: Introduce Performance Timeline and its Performance functions
Luke Wilde
2023-03-16
LibWeb: Port WebAssembly.Table to IDL
Timothy Flynn
2023-03-16
LibWeb: Port WebAssembly.Memory to IDL
Timothy Flynn
2023-03-16
LibWeb: Port WebAssembly.Instance to IDL
Timothy Flynn
2023-03-16
LibWeb: Port WebAssembly.Module to IDL
Timothy Flynn
2023-03-16
LibWeb: Define WebAssembly namespace and import it in web bindings
Timothy Flynn
2023-03-08
LibWeb: Add FormDataIterator implementation
Kenneth Myhra
[next]