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-16
LibWeb: Sketch out basic support for SVG <foreignObject> elements
Andreas Kling
2022-11-16
LibWeb: Adjust `foreignobject` to `foreignObject` in HTML parser
Andreas Kling
2022-11-16
LibWeb: Solve width for absolute positioned elemenent according to spec
Aliaksandr Kalenik
2022-11-16
LibWeb: Make auto-fit compatible with grid-gap
martinfalisse
2022-11-16
LibWeb: Use fixed-size tracks for grid gap
martinfalisse
2022-11-15
LibGfx: Optimize anti-aliased line drawing and stroking
Torstennator
2022-11-15
LibWeb: Change SVGContext initial fill_color to transparent
Torstennator
2022-11-15
LubWeb: Call before_children_paint for positioned descendants
Aliaksandr Kalenik
2022-11-15
LibWeb: Clip hidden overflow by absolute rect of containing block
Aliaksandr Kalenik
2022-11-15
LibWeb: Join out-of-flow block nodes in last parent child if possible
Aliaksandr Kalenik
2022-11-15
LibWeb: Implement document.open(string, string, string)
Idan Horowitz
2022-11-15
LibWeb: Implement window.open
Idan Horowitz
2022-11-15
LibWeb: Add window.open feature detection abstract operations
Idan Horowitz
2022-11-15
LibWeb: Add 'should block pop ups' user config to Page
Idan Horowitz
2022-11-15
LibWeb: Bring BrowsingContext::choose_a_browsing_context closer to spec
Idan Horowitz
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: Remove workarounds for LibIPC include order sensitivity
Timothy Flynn
2022-11-15
Userland: Properly define IPC::encode and IPC::decode specializations
Timothy Flynn
2022-11-15
LibIPC: Forward declare the encode() and decode() template functions
Timothy Flynn
2022-11-15
LibJS: Remove workaround for Clang misalignment in MathematicalValue
Timothy Flynn
2022-11-15
LibJS: Fix that functions in module did not look for var declarations
davidot
2022-11-15
LibJS: Use correct this value for tagged template calls
davidot
2022-11-15
LibJS: Treat '\\' as an escaped character in template literals
davidot
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
WebContent+WebDriver: Move Window commands to WebContent
Timothy Flynn
2022-11-14
WebDriver: Remove "Services/" prefix from local WebDriver includes
Timothy Flynn
2022-11-14
WebContent: Provide access to ConnectionFromClient's PageHost
Timothy Flynn
2022-11-14
WebContent: Allow creating a WebDriverConnection with an existing socket
Timothy Flynn
2022-11-14
LibCore: Invoke `forward` from the global namespace inside C_OBJECT
Timothy Flynn
2022-11-14
LibCore: Allow TCPServer's port to be reused after it exits
Timothy Flynn
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
LibVT: Make shortcuts propagate completely before terminal input
Zaggy1024
2022-11-14
2048: Call event.ignore() correctly in 2048's BoardView keydown handler
Zaggy1024
2022-11-14
KeyboardMapper: Call event.ignore() on keydown in the main widget
Zaggy1024
2022-11-14
HexEditor: Allow keydown events to propagate if they are not handled
Zaggy1024
2022-11-14
PixelPaint: Allow keydown events to bubble from ImageEditor
Zaggy1024
2022-11-14
LibGUI: Handle Action keyboard shortcuts in Widget keydown
Zaggy1024
2022-11-14
LibGUI: Share code for finding an Action by Shortcut
Zaggy1024
2022-11-14
Taskbar: Support launching apps that require root
Samuel Bowman
2022-11-14
hexdump: Support truncating output with -n
Eli Youngs
2022-11-14
hexdump: Pledge stdio and rpath
Eli Youngs
[next]