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-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
2023-03-07
LibWeb/HTML: Port Window.history to IDL
Linus Groh
2023-03-07
LibWeb: Refactor XHR (almost) exactly to the spec
Luke Wilde
2023-02-28
LibWeb: Implement navigator.{plugins,mimeTypes}
Luke Wilde
2023-02-28
LibWeb: Rename Layout::InitialContainingBlock to Layout::Viewport
Andreas Kling
2023-02-27
LibWeb: Add initial implementation of DOMMatrix(ReadOnly)
Luke Wilde
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-01-21
LibWeb: Parse `grid-area` CSS property
martinfalisse
2023-01-21
LibWeb: Parse `grid-template-areas` CSS property
martinfalisse
2023-01-18
LibWeb: Convert the Location object to IDL
Linus Groh
2023-01-14
LibWeb: Override width calculation for table wrappers
Aliaksandr Kalenik
2023-01-10
LibWeb: Generate dedicated methods to create Web constructors/prototypes
Timothy Flynn
2023-01-07
LibWeb: Add Function To Build Accessiblity Tree
Jonah
2022-11-30
LibWeb: Implement RadialGradientStyleValue
MacDue
2022-11-16
LibWeb: Sketch out basic support for SVG <foreignObject> elements
Andreas Kling
2022-11-01
LibWeb: Add ConicGradientStyleValue
MacDue
2022-11-01
LibWeb: Refactor GridTrackSize classes
martinfalisse
2022-10-30
LibWeb: Implement most of the 'Fetching' AOs
Linus Groh
2022-10-30
LibWeb: Implement 'fetch params' struct
Linus Groh
2022-10-30
LibWeb: Implement container class for fetch algorithms
Linus Groh
2022-10-30
LibWeb: Implement 'fetch controller' struct
Linus Groh
2022-10-30
LibWeb: Implement 'fetch timing info' struct
Linus Groh
2022-10-30
LibWeb: Implement 'connection timing info' struct
Linus Groh
2022-10-29
LibWeb: Remove outdated forward declarations
Linus Groh
2022-10-15
LibWeb: Add parent classes for managing GridTrackSizes
martinfalisse
2022-10-09
LibWeb: Re-implement HTML::Navigator using IDL
Andrew Kaster
2022-10-01
LibWeb: Move Web prototypes and constructors to new Intrinsics object
Andrew Kaster
2022-09-27
LibWeb: Implement '5.5. Response class' from the Fetch API :^)
Linus Groh
2022-09-27
LibWeb: Implement '5.4. Request class' from the Fetch API :^)
Linus Groh
2022-09-27
LibWeb: Implement '5.3. Body mixin' from the Fetch API :^)
Linus Groh
2022-09-27
LibWeb: Add referrer policy to Fetch::Infrastructure::Request
Linus Groh
2022-09-25
LibWeb: Move DOMException from DOM/ to WebIDL/
Linus Groh
2022-09-25
LibWeb: Move ExceptionOr from DOM/ to WebIDL/
Linus Groh
2022-09-25
LibWeb: Add CSS::Size to represent the full range of CSS size values
Andreas Kling
2022-09-24
LibWeb: Move WindowProxy from Bindings/ to HTML/
Linus Groh
2022-09-24
LibWeb: Move CallbackType from Bindings/ to WebIDL/
Linus Groh
2022-09-22
LibWeb: Move extract_body() into Fetch
Linus Groh
2022-09-22
LibWeb: Start fleshing out the ReadableStream interface
Linus Groh
2022-09-20
LibWeb: Implement "browsing context group" concept from the HTML spec
Andreas Kling
2022-09-18
LibWeb: Add missing includes
Ben Wiederhake
2022-09-18
LibWeb: Rename Attribute to Attr
Andreas Kling
2022-09-16
LibWeb: Add FilterValueListStyleValue
MacDue
[next]