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
Age
Commit message (
Expand
)
Author
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
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
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
LibWeb: Respect media attribute of style tag
Aliaksandr Kalenik
2022-11-14
VideoPlayer: Make PlaybackManager use OwnPtr
Zaggy1024
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-13
SoundPlayer: Load cover image from music files
Lucas CHOLLET
2022-11-13
LibAudio: Make `FlacLoaderPlugin` destructor virtual
Lucas CHOLLET
[next]