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-06-21
LibWeb: Actually distribute free space to flex items with auto margins
Andreas Kling
2022-06-21
LibWeb: Implement (some of) "automatic minimum size" for flex items
Andreas Kling
2022-06-21
LibWeb: Make FFC prepare replaced child boxes for layout
Andreas Kling
2022-06-21
LibWeb: Make sure we layout absolutely positioned children of FFC
Andreas Kling
2022-06-21
LibWeb: Add timeout functionality to ResourceLoader
Kenneth Myhra
2022-06-21
LibWeb: Add XMLHttpRequest::timeout setter and getter
Kenneth Myhra
2022-06-20
LibWeb: Make doubleclicking select the nearest word
Karol Kosek
2022-06-20
LibWeb: Dispatch `dblclick` UI Events on double click
Karol Kosek
2022-06-20
LibWeb+LibWebView+WebContent: Get doubleclick events from LibGUI
Karol Kosek
2022-06-20
LibWeb: Add stub implementation for handling doubleclicks
Karol Kosek
2022-06-19
LibWeb: Implement HTMLBaseElement.href
Luke Wilde
2022-06-19
LibWeb: Add support for the <base> element changing the base URL
Luke Wilde
2022-06-18
LibWeb: Rename Event.srcTarget to Event.srcElement
Luke Wilde
2022-06-18
LibWeb: Use the AA painter for drawing dotted lines
MacDue
2022-06-17
LibWeb: Fix 'background-repeat: round' calculation
MacDue
2022-06-17
LibWeb: Only paint the background image on integer steps
MacDue
2022-06-16
LibWeb: Add deprecated `image-rendering` values
Sam Atkins
2022-06-16
LibWeb: Disable unused error on temporarily unused variable from spec
FrHun
2022-06-16
LibWeb: Use SmoothPixels scaling mode as the pixelated rendering
Karol Kosek
2022-06-16
LibWeb: Support using border-radius on <img> tags
MacDue
2022-06-16
LibWeb: Make PaintableBox::normalized_border_radii_data() protected
MacDue
2022-06-16
LibWeb: Support using border-radius with a background-image
MacDue
2022-06-16
LibWeb: Add BorderRadiusCornerClipper
MacDue
2022-06-16
LibWeb: Move border corner bitmap getter/cache to function
MacDue
2022-06-15
LibWeb: Parse rgb and hsl functions according to CSS Module Level 4
Thomas Fach-Pedersen
2022-06-15
LibWeb: Fix calculation of degrees from radians
Thomas Fach-Pedersen
2022-06-14
LibWeb: Fix regression in painting the 'caret' icon on GitHub
MacDue
2022-06-14
LibWeb: Bring border painting much closer to the spec/other browsers
MacDue
2022-06-13
LibWeb/WebGL: Implement WebGLRenderingContextBase.depthRange()
Luke Wilde
2022-06-13
LibWeb/WebGL: Implement WebGLRenderingContextBase.lineWidth()
Luke Wilde
2022-06-13
LibWeb/WebGL: Implement error handling and getError()
Luke Wilde
2022-06-13
LibWeb/WebGL: Add WebGLRenderingContextBase.isContextLost()
Luke Wilde
2022-06-13
LibWeb/WebGL: Add a bunch of simple forwarding functions
Luke Wilde
2022-06-13
LibWeb/WebGL: Add extensions APIs to WebGLRenderingContextBase
Luke Wilde
2022-06-13
LibWeb: Add ability to present LibGL framebuffer and add clearing
Luke Wilde
2022-06-13
LibWeb: Add the ability to retrieve a WebGL context from getContext
Luke Wilde
2022-06-13
LibWeb: Introduce the WebGL namespace and add WebGLContextEvent
Luke Wilde
2022-06-13
LibWeb: Support elliptical background corners
MacDue
2022-06-13
LibWeb: Add flag to normalize border radii to width only
MacDue
2022-06-13
LibWeb: Keep both horizontal and vertical border radii till painting
MacDue
2022-06-11
LibWeb: Hold a strong ref to old_rule in CSSRuleList::remove_a_css_rule
Luke Wilde
2022-06-11
LibWeb: Paint background border radius antialiased
MacDue
2022-06-10
LibWeb: Print correct value types in ComponentValue debug string
Karol Kosek
2022-06-10
LibWeb/CSS: Add :focus-within serialisation
Luke Wilde
2022-06-10
LibWeb/CSS: Add :nth-of-type and :nth-last-of-type serialisation
Luke Wilde
2022-06-10
LibWeb: Apply content filter to DNS prefetch and pre-connect
Luke Wilde
2022-06-06
LibWeb: Use `long long` where it was replaced with `long`
stelar7
2022-06-06
LibWeb: Adjust implementation of `Document::create_event`
stelar7
2022-06-06
LibWeb: Calculate floating elements width using min- and max-width
Karol Kosek
2022-06-05
LibWeb: Dispatch mouse events to topmost element instead of hit target
kleines Filmröllchen
[next]