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-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
2022-10-06
LibWeb: Implement fetching module scripts
networkException
2022-10-06
LibWeb: Implement ModuleScript and JavaScriptModuleScript
networkException
2022-10-06
LibWeb: Implement ModuleMap and expose it on EnvironmentSettingsObject
networkException
2022-10-05
LibWeb: Rename HighResolutionTime/{CoarsenTime => TimeOrigin}.cpp/h
Linus Groh
2022-10-04
LibWeb: Add FileList from the FileAPI spec
Andrew Kaster
2022-10-02
LibWeb: Move strip_and_collapse_whitespace() to Infra/
Linus Groh
2022-10-01
LibWeb: Move Web prototypes and constructors to new Intrinsics object
Andrew Kaster
2022-09-29
LibWeb: Add AvailableSpace.cpp to CMakeLists.txt
Andreas Kling
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
[next]