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-07-10
LibWeb: Support flex item cross sizing based on intrinsic aspect ratio
Andreas Kling
2022-07-10
LibWeb: Don't include flex line margins in inner flex item cross sizes
Andreas Kling
2022-07-10
LibWeb: Improve support for flex-start/end with reversed flex-direction
Andreas Kling
2022-07-09
LibWeb: Make sure CSS::ComputedValues has initial size values
Andreas Kling
2022-07-09
LibWeb: Add LengthPercentage::is_auto() convenience helper
Andreas Kling
2022-07-09
LibWeb: Base marker size on font height rather than line height
MacDue
2022-07-08
LibWeb: Add URLSearchParams as part of union type for XHR::send()
Kenneth Myhra
2022-07-06
LibWeb: Use correct margin & padding values in anonymous wrapper boxes
Andreas Kling
2022-07-06
LibWeb: Cache a pointer to the IFC root in InlineLevelIterator
Andreas Kling
2022-07-06
LibWeb: Keep the "remaining free space" across flexbox algo steps
Andreas Kling
2022-07-06
LibWeb: Add a 1-entry lookup cache to FormattingState
Andreas Kling
2022-07-06
LibWeb: Make non-finite CSS lengths resolve to "auto"
Andreas Kling
2022-07-06
AK: Use an enum instead of a bool for String::replace(all_occurences)
DexesTTP
2022-07-06
LibWeb: Cache flex item main sizes to avoid relayout during same cycle
Andreas Kling
2022-07-05
LibWeb: Trigger a relayout after setting Element.innerHTML
Itamar
2022-07-05
LibWeb: Implement XMLSerializer
Luke Wilde
2022-07-04
LibWeb: Support adding a border-radius to <iframe> elements
MacDue
2022-07-04
LibWeb: Support adding a border-radius to <canvas> elements
MacDue
2022-07-04
LibWeb: Use ScopedCornerRadiusClip for image painting
MacDue
2022-07-04
LibWeb: Use ScopedCornerRadiusClip for shadow painting
MacDue
2022-07-04
LibWeb: Use ScopedCornerRadiusClip for background painting
MacDue
2022-07-04
LibWeb: Add ScopedCornerRadiusClip
MacDue
2022-07-04
LibWeb: Support overflow: hidden with a border-radius
MacDue
2022-07-04
LibWeb: Use padding box for clipping overflow
MacDue
2022-07-04
LibWeb: Add option to allocate new bitmap for BorderRadiusCornerClipper
MacDue
2022-07-04
LibWeb: Always apply min/max cross size constraints to flex items
Andreas Kling
2022-07-04
LibWeb: Simplify some WeakPtr assignments
Andreas Kling
2022-07-04
LibWeb: Use lowercase type selectors to match against html elements
networkException
2022-07-04
LibWeb: Add the type field to DOM::Document
networkException
2022-07-04
LibWeb: Remove unnecessary return in ResolvedCSSStyleDeclaration
networkException
2022-07-04
LibWeb: Shrink border radii for background-clip and support with images
MacDue
2022-07-04
LibWeb: Add .shrink() to BorderRadiusData and BorderRadiiData
MacDue
2022-07-04
LibWeb: Make hit testing respect hidden overflow
Igor Pissolati
2022-07-03
LibWeb: Wire up XHR::ontimeout event
Kenneth Myhra
2022-07-03
LibWeb: Add timeout_callback to ResourceLoader::load()
Kenneth Myhra
2022-07-03
LibWeb: Use a single shot timer instead of an ordinary repetitive timer
Kenneth Myhra
2022-06-30
LibWeb: Fix background images not showing till scrolling/repaint
MacDue
2022-06-30
LibWeb/CSS: Fix incorrect `calc(<percentage> - <value>)` computations
Linus Groh
2022-06-30
LibWeb: Fix box-shadows on elements smaller than the blur diameter
MacDue
2022-06-30
LibWeb: Fix off-by-one shadow position on non-integer positioned boxes
MacDue
2022-06-30
LibWeb+LibGfx: Fix 'halo' effect around the fringes of shadows
MacDue
2022-06-30
LibWeb: Switch to using StackBlurFilter for shadow painting
MacDue
2022-06-29
LibWeb: Print unhandled rejections the same way as unhandled exceptions
Luke Wilde
2022-06-29
LibWeb: Use CSO if running script is null in HostPromiseRejectionTracker
Luke Wilde
2022-06-29
LibWeb: Store PromiseRejectionEvent::m_reason in a JS::Handle
Luke Wilde
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
[next]