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-02-12
LibWeb: Add stub implementation for Element's getClientRects
DerpyCrabs
2022-02-12
LibWeb: Implement Geometry::DOMRectList
DerpyCrabs
2022-02-12
LibWeb: Stop sizing the context root box in formatting contexts
Andreas Kling
2022-02-12
LibWeb: Always rebuild stacking context tree during layout
Andreas Kling
2022-02-12
LibWeb: Move initial containing block setup out of BFC
Andreas Kling
2022-02-12
LibWeb: Fix comparing current position to quote in Mime Type quote parse
Luke Wilde
2022-02-12
LibWeb: Set response header cookies on redirects
Idan Horowitz
2022-02-12
LibWeb: Pass cookie string by reference in Document::set_cookie
Idan Horowitz
2022-02-12
LibWeb: Ignore Location headers unless the response status code is 3xx
Idan Horowitz
2022-02-12
LibWeb: Add an enum for !important
Sam Atkins
2022-02-12
LibJS: Remove the name prefix for wrapped functions
Linus Groh
2022-02-12
LibWeb: Decode XHR text with the specified charset in the MIME type
Luke Wilde
2022-02-12
LibTextCodec: Add x-user-defined decoder
Luke Wilde
2022-02-12
LibTextCodec: Add decoder function that overrides given decoder on BOM
Luke Wilde
2022-02-12
LibTextCodec: Add BOM sniffer
Luke Wilde
2022-02-12
LibWeb: Implement XMLHttpRequest.overrideMimeType
Luke Wilde
2022-02-12
LibWeb: Implement spec-compliant MIME type struct and parser
Luke Wilde
2022-02-12
LibC: Stub out fmemopen()
Ali Mohammad Pur
2022-02-12
LibPthread: Add PTHREAD_CANCELED
Ali Mohammad Pur
2022-02-12
LibWeb: Add support for 'arraybuffer' message types on WebSockets
serenitydev
2022-02-12
LibWeb: Ignore malformed at-rules in CSS parser
Guilherme Gonçalves
2022-02-12
LibWebSocket: Don't try to send empty payload inside of frame
DerpyCrabs
2022-02-12
LibHTTP: Make reason phrase of HTTP response's status line optional
DerpyCrabs
2022-02-12
LibHTTP: Remove redundant can_read_without_blocking call
Wesley Moore
2022-02-12
LibHTTP: Remove attempt to read extra line after response headers
Wesley Moore
2022-02-11
LibWeb: Rename Layout::Box absolute rect helpers
Andreas Kling
2022-02-11
LibWeb: Remove unused functions from Layout::Box
Andreas Kling
2022-02-11
LibWeb: Clear the path of a SVGPathElement if the attribute changes
Sam Atkins
2022-02-11
LibWeb: Make SVG AttributeParser::parse_path_data() static
Sam Atkins
2022-02-11
LibWeb: Use StringView instead of String in SVG::AttributeParser
Sam Atkins
2022-02-11
LibWeb: Add SVG `<polygon>` element and test case :^)
Sam Atkins
2022-02-11
LibWeb: Add SVG `<polyline>` element and test case :^)
Sam Atkins
2022-02-11
LibWeb: Add SVG `<line>` element and test case :^)
Sam Atkins
2022-02-11
LibWeb: Add SVG `<ellipse>` element and test case :^)
Sam Atkins
2022-02-11
LibWeb: Add SVG `<circle>` element and test case :^)
Sam Atkins
2022-02-11
LibWeb: Add SVG `<rect>` element and test case :^)
Sam Atkins
2022-02-11
LibGfx: Add Path::[horizontal,vertical]_path_to()
Sam Atkins
2022-02-11
LibWeb: Expose SVG length/coordinate parsing methods
Sam Atkins
2022-02-11
LibWeb: Move SVG::PathDataParser into its own file and rename it
Sam Atkins
2022-02-11
LibWeb: Rename SVGPathBox -> SVGGeometryBox
Sam Atkins
2022-02-11
LibWeb: Move SVGPathElement methods into SVGGeometryElement
Sam Atkins
2022-02-11
LibWeb: Add const versions of SVGBox::dom_node() and friends
Sam Atkins
2022-02-11
LibHTTP: Don't copy payload slices in flush_received_buffers()
Andreas Kling
2022-02-11
LibELF: Implement support for DT_RELR relative relocations
Daniel Bertalan
2022-02-11
LibConfig: Rename pledge_domains(String) => pledge_domain(String)
Vitaly Dyachkov
2022-02-11
LibWeb: Remove CascadeOrigin::Any enum value
Andreas Kling
2022-02-11
LibWeb: Remove unused CascadeOrigin::Any
Andreas Kling
2022-02-10
LibSQL: Return unimplemented errors from unimplemented MATCH expressions
Timothy Flynn
2022-02-10
LibSQL: Remove the now-unused ExecutionContext::result object
Timothy Flynn
2022-02-10
LibSQL: Convert SQL expression evaluation to use ResultOr
Timothy Flynn
[next]