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-02-13
LibWeb: Don't crash on unknown CSS display types, fall back to inline
Andreas Kling
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
LibWeb: Decode XHR text with the specified charset in the MIME type
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
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-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
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
LibWeb: Remove CascadeOrigin::Any enum value
Andreas Kling
2022-02-11
LibWeb: Remove unused CascadeOrigin::Any
Andreas Kling
2022-02-10
LibWeb: Make :root selector match <html> element only
Andreas Kling
2022-02-10
LibWeb: Add "tag name" buckets to StyleComputer::RuleCache
Andreas Kling
2022-02-10
LibWeb: Add "ID" buckets to StyleComputer::RuleCache
Andreas Kling
2022-02-10
LibWeb: Cache CSS rules in buckets to reduce number of rules checked
Andreas Kling
2022-02-10
LibWeb: Perform CSS custom property cascade once instead of per-property
Andreas Kling
2022-02-10
LibWeb: Fix a bunch of trivial clang-tidy warnings in StyleComputer
Andreas Kling
2022-02-10
LibWeb: Rename a CascadeOrigin parameter in StyleComputer
Andreas Kling
2022-02-09
LibWeb: Paint box-shadows more efficiently
Sam Atkins
2022-02-09
LibWeb: Add initial implementation for WorkerGlobalScope
Andrew Kaster
2022-02-09
LibWeb: Do not set Content-Length headers twice for POST requests
Brian Gianforcaro
2022-02-09
LibWeb: Don't fill or stroke SVG <path> with transparent color
Andreas Kling
2022-02-09
LibJS: Replace uses of MarkedValueList with MarkedVector<Value>
Linus Groh
2022-02-08
LibWeb: Implement EventHandler::focus_previous_element()
Kenneth Myhra
2022-02-08
Browser+LibWeb: Add "Dump Local Storage" item to Browser's Debug menu
Andreas Kling
2022-02-08
LibWeb: Add Storage interface and window.localStorage
Andreas Kling
2022-02-08
LibWeb: Allow using Origin as a HashMap key
Andreas Kling
[next]