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
Age
Commit message (
Expand
)
Author
2022-11-15
LibWeb: Add the 'opener browsing context' BrowsingContext property
Idan Horowitz
2022-11-15
LibWeb: Add the 'is popup' BrowsingContext property
Idan Horowitz
2022-11-15
LibWeb: Support parsing a URL relative to environment settings object
Idan Horowitz
2022-11-15
LibWeb: Implement the 'Entry Realm/{settings,global} object' concepts
Idan Horowitz
2022-11-15
LibWeb: Remove accidentally commited dbglns
Idan Horowitz
2022-11-15
Userland: Properly define IPC::encode and IPC::decode specializations
Timothy Flynn
2022-11-15
LibWeb+WebContent+WebDriver: Implement Find Elements From Shadow Root
Timothy Flynn
2022-11-15
LibWeb+WebContent+WebDriver: Implement Find Element From Shadow Root
Timothy Flynn
2022-11-15
LibWeb+WebContent+WebDriver: Implement Get Element Shadow Root
Timothy Flynn
2022-11-15
LibWeb+WebContent+WebDriver: Implement Get Active Element
Timothy Flynn
2022-11-14
LibWeb: Handle inset properties in style_value_for_property()
Itamar
2022-11-14
LibWeb: Parse unknown media type in media queries
Aliaksandr Kalenik
2022-11-14
LibWeb: Support device-height and device-width media query values
Aliaksandr Kalenik
2022-11-14
LibWeb: Respect media attribute of style tag
Aliaksandr Kalenik
2022-11-14
LibWeb: Implement XMLHttpRequest.withCredentials
Linus Groh
2022-11-14
LibWeb: Add a clarifying comment to XHR::m_response_object
Linus Groh
2022-11-14
LibWeb: Use HeaderList from Fetch for XHR author request headers
Linus Groh
2022-11-14
LibWeb: Rename XHR::{m_request_headers => m_author_request_headers}
Linus Groh
2022-11-14
LibWeb: Rename XHR::{m_url => m_request_url}
Linus Groh
2022-11-14
LibWeb: Rename XHR::{m_method => m_request_method}
Linus Groh
2022-11-14
LibWeb: Add spec comments and links to XHR members
Linus Groh
2022-11-14
LibWeb: Rename XHR's ReadyState / m_ready_state to just State / m_state
Linus Groh
2022-11-14
LibWeb: Define the route for the Fullscreen Window command
Timothy Flynn
2022-11-13
LibWeb: Support animated backgrounds
Moustafa Raafat
2022-11-13
LibWeb: Implement bare-bones `HTMLElement.dir`
Igor Pissolati
2022-11-13
LibWeb: Implement `window.location.origin`
Igor Pissolati
2022-11-13
LibWeb+WebContentr+WebDriver: Move driver response wrapping to LibWeb
Timothy Flynn
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: Add a string-to-same-site-attribute converter
Timothy Flynn
2022-11-11
LibWeb: Merge latest mimesniff spec update
Nico Weber
2022-11-11
LibWeb: Implement screenshot painting inside Web::WebDriver
Timothy Flynn
2022-11-11
LibWeb: Remove unused type XMLHttpRequestBodyInit
Kenneth Myhra
2022-11-11
LibWeb: Implement support for DOM::Document in XHR::send()
Kenneth Myhra
2022-11-10
LibWeb: Define method to check if an attribute is a boolean attribute
Timothy Flynn
2022-11-10
LibWeb: Define a few missing attribute names
Timothy Flynn
2022-11-10
LibWeb: Implement the element location strategies in Web::WebDriver
Timothy Flynn
2022-11-09
LibWeb: Fix typo in BodyInitOrReadableBytes type alias
Linus Groh
2022-11-09
Everywhere: Fix a few comment typos
Nico Weber
2022-11-09
LibWeb: Finish half-written comment in abspos height calculation
Andreas Kling
2022-11-09
LibWeb: Try to compute height for abspos elements before inside layout
Andreas Kling
2022-11-09
LibWeb: Actually assign solved value for `left` in abspos width case 1
Andreas Kling
2022-11-08
LibWeb: Add a flag to track when a browsing context has been discarded
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-08
LibWeb: Apply the current transform in CRC2D.stroke()
Luke Wilde
2022-11-08
Everywhere: Clean up "in in" comment typos
Nico Weber
2022-11-08
LibWeb: Pick the correct DOM node for mouse-move events
Gunnar Beutner
2022-11-07
LibWeb: Paint `repeating-conic-gradient()`s
MacDue
2022-11-07
LibWeb: Parse `repeating-conic-gradient()`s
MacDue
[next]