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-29
LibWeb: Move ClassicScript::m_settings_object into the Script base
Luke Wilde
2022-06-29
LibWeb: Implement WindowEventHandlers
Luke Wilde
2022-06-29
LibWeb: Only make certain <body> and <frameset> events apply to Window
Luke Wilde
2022-06-27
LibWeb/WebGL: Add WebGLRenderingContextBase.canvas
Luke Wilde
2022-06-27
LibWeb/WebGL: Forward the render context ref count to HTMLCanvasElement
Luke Wilde
2022-06-27
LibWeb: Forward CRC2D's ref count to HTMLCanvasElement
Luke Wilde
2022-06-27
LibWeb: Add CDATASection
Luke Wilde
2022-06-27
Browser+LibWeb+WebContent: Allow Browser to load local files
Lucas CHOLLET
2022-06-26
LibWeb: Fix parsing of background-size: contain/cover
MacDue
2022-06-23
LibWeb: Fix unsafe capture of ref-to-local when setting up load timeout
Andreas Kling
2022-06-23
LibWeb/CSS: Check for NULL block statement when parsing font-face rule
CodeforEvolution
2022-06-23
LibWeb: Support using a border-radius with a box-shadow
MacDue
2022-06-23
LibWeb: Add 'inside' clip mode to BorderRadiusCornerClipper
MacDue
2022-06-23
LibWeb: Pass border radii data to shadow painting
MacDue
2022-06-22
LibWeb: Implement "transferred size suggestion" for flex items
Andreas Kling
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
[next]