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
/
CMakeLists.txt
Age
Commit message (
Expand
)
Author
2023-03-08
LibWeb: Add FormDataIterator implementation
Kenneth Myhra
2023-03-07
LibWeb/HTML: Port Window.fetch() to IDL
Linus Groh
2023-03-07
LibWeb: Generate Window{Constructor,Prototype} from IDL
Linus Groh
2023-03-07
LibWeb: Refactor XHR (almost) exactly to the spec
Luke Wilde
2023-03-06
LibWeb/HTML: Move WindowOrWorkerGlobalScope code into a mixin class
Linus Groh
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-02-03
LibWeb: Implement CanvasRenderingContext2D.createPattern()
MacDue
2023-01-29
LibWeb: Move ARIA-related code into the Web::ARIA namespace
Linus Groh
2023-01-28
LibWeb: Replace ARIA role static FlyStrings with an enum
MacDue
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-12
LibWeb: Remove now-unused LayoutRange and LayoutPosition classes :^)
Andreas Kling
2023-01-10
AK+LibWeb: Move decode forgiving base64 under Web::Infra namespace
Arda Cinar
2023-01-10
LibWeb: Move passing of Web object prototypes out of constructors
Timothy Flynn
2023-01-07
LibWeb: Add Function To Build Accessiblity Tree
Jonah
2023-01-07
LibWeb: Add Support for the ARIA Element Properties
Jonah
2022-11-26
LibWeb: Add initial implementation of structured clone
Daniel Ehrenberg
2022-11-18
LibWeb+WebDriver: Begin processing and matching WebDriver capabilities
Timothy Flynn
2022-11-16
LibWeb: Sketch out basic support for SVG <foreignObject> elements
Andreas Kling
2022-11-13
LibWeb: Re-implement WebDriver endpoint handling within Web::WebDriver
Timothy Flynn
2022-11-11
LibWeb+WebDriver: Move the timeouts configuration object to LibWeb
Timothy Flynn
2022-11-11
LibWeb: Implement screenshot painting inside Web::WebDriver
Timothy Flynn
2022-11-10
LibWeb: Implement the element location strategies in Web::WebDriver
Timothy Flynn
2022-11-08
LibWeb+WebDriver: Add an IPC-transferable Web::WebDriver::Response class
Timothy Flynn
2022-11-08
LibWeb+WebDriver: Move WebDriverError to Web::WebDriver::Error
Timothy Flynn
2022-11-07
LibWeb: Extract the (un)focus steps out of HTMLElement
Luke Wilde
2022-11-02
LibWeb+WebContent: Add WebDriver infrastructure for executing scripts
Linus Groh
2022-11-01
Everywhere: Mark dependencies of most targets as PRIVATE
Tim Schumacher
2022-10-30
LibWeb: Implement the fetch() method :^)
Linus Groh
2022-10-30
LibWeb: Implement most of the 'Fetching' AOs
Linus Groh
2022-10-30
LibWeb: Implement 'Queue a fetch task' AO
Linus Groh
2022-10-30
LibWeb: Implement 'CORS check' / 'TAO check' 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-30
LibWeb: Implement 'Strip url for use as a referrer' AO
Linus Groh
2022-10-30
LibWeb: Implement 'Is origin potentially trustworthy?' AO
Linus Groh
2022-10-30
LibWeb: Implement 'Should response be blocked due to nosniff?' AO
Linus Groh
2022-10-30
LibWeb: Implement 'Should response be blocked due to its MIME type?' AO
Linus Groh
2022-10-30
LibWeb: Implement 'Should request be blocked due to a bad port' AO
Linus Groh
2022-10-23
LibWeb: Dispatch "wheel" event
Aliaksandr Kalenik
2022-10-15
LibWeb: Make Cookie::Cookie transportable over IPC
Tobias Christiansen
2022-10-09
LibWeb: Re-implement HTML::Navigator using IDL
Andrew Kaster
2022-10-06
LibWeb: Remove duplicate reference to SVGElement.cpp
Sam Atkins
[next]