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
Age
Commit message (
Expand
)
Author
2022-11-09
WebContent: Remove the DRIVER_TRY macro now that it is no longer needed
Timothy Flynn
2022-11-09
LibWebSocket: Buffer incoming frame data until whole frame is available
Andreas Kling
2022-11-09
LibWebSocket: Move web socket to Closing state in WebSocket::close()
Andreas Kling
2022-11-09
LibWebSocket: Allow library clients to provide their own WebSocketImpl
Andreas Kling
2022-11-09
LibWebSocket: Remove unused WebSocketImpl::can_read()
Andreas Kling
2022-11-09
LibWebSocket: Make WebSocketImpl an abstract class
Andreas Kling
2022-11-08
WebContent+WebDriver: Fully implement closing a session
Timothy Flynn
2022-11-08
WebContent+WebDriver: Move the Get Current URL command to WebContent
Timothy Flynn
2022-11-08
WebContent+WebDriver: Move the Navigate To command to WebContent
Timothy Flynn
2022-11-08
LibWeb: Add a flag to track when a browsing context has been discarded
Timothy Flynn
2022-11-08
WebContent+WebDriver: Set the navigator.webdriver flag from WebDriver
Timothy Flynn
2022-11-08
Browser+LibWebView+WebDriver: Connect WebDriver to WebContent
Timothy Flynn
2022-11-08
WebContent: Add a very-empty WebDriver IPC class to WebContent
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
LibCore: Add support for LocalServer to propogate accept() errors
Timothy Flynn
2022-11-08
AK+LibIPC: Add a convenience encoder/decoder for JsonValue
Timothy Flynn
2022-11-08
LibJS: Add thorough tests for try/finally using continue and break
Luke Wilde
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
LibC: Implement getpwent_r
Gunnar Beutner
2022-11-08
WindowServer: Cycle through menu items with the same Alt shortcut
Sergiy Stupar
2022-11-08
LibWeb: Pick the correct DOM node for mouse-move events
Gunnar Beutner
2022-11-07
LibGUI: Fix a typo
Mike Akers
2022-11-07
PixelPaint: Improve brushtool gradient for low hardness
Torstennator
2022-11-07
PixelPaint: Relate cursor to brush tool size
Torstennator
2022-11-07
LibWeb: Paint `repeating-conic-gradient()`s
MacDue
2022-11-07
LibWeb: Parse `repeating-conic-gradient()`s
MacDue
2022-11-07
LibWeb: Skip hit testing a line box fragment if it has no container
Luke Wilde
2022-11-07
LibWeb: Fire a keypress event after firing a keydown event
Luke Wilde
2022-11-07
LibWeb: Make keyboard events properly fire into a focused iframe
Luke Wilde
2022-11-07
LibWeb: Implement HTMLTableRowElement.deleteCell
Luke Wilde
2022-11-07
LibWeb: Implement HTMLTableRowElement.insertCell
Luke Wilde
2022-11-07
LibWeb: Implement :lang pseudo class serialization
Luke Wilde
2022-11-07
LibWeb: Recognise the ::placeholder pseudo element
Luke Wilde
2022-11-07
LibWeb: Check that there's a head element before looking for favicons
Luke Wilde
2022-11-07
LibWeb: Don't call load_src after process_the_iframe_attributes
Luke Wilde
2022-11-07
LibWeb: Return after firing the iframe load event for about:blank
Luke Wilde
2022-11-07
LibWeb: Start implementing the Element scroll attributes
Luke Wilde
2022-11-07
LibWeb: Stub Document.queryCommandSupported
Luke Wilde
2022-11-07
LibWeb: Expose MouseEvent.{screenX,screenY}
Luke Wilde
2022-11-07
LibWeb: Implement Window.focus
Luke Wilde
2022-11-07
LibWeb: Use the focus steps instead of set_focused_element on user click
Luke Wilde
2022-11-07
LibWeb: Extract the (un)focus steps out of HTMLElement
Luke Wilde
2022-11-07
LibWeb: Implement HTMLSelectElement.type
Luke Wilde
2022-11-07
LibWeb: Implement CSSStyleDeclaration.cssText
Luke Wilde
2022-11-07
LibWeb: Implement Element.getAttributeNode
Luke Wilde
2022-11-07
LibWeb: Add HTMLOrSVGElement.autofocus
Luke Wilde
2022-11-07
LibHTTP: Always send Content-Length header in POST requests
Luke Wilde
2022-11-07
LibWeb: Implement HTMLOrSVGElement.tabIndex
Luke Wilde
[next]