summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb
AgeCommit message (Expand)Author
2022-07-06LibWeb: Cache flex item main sizes to avoid relayout during same cycleAndreas Kling
2022-07-05LibWeb: Trigger a relayout after setting Element.innerHTMLItamar
2022-07-05LibWeb: Implement XMLSerializerLuke Wilde
2022-07-04LibWeb: Support adding a border-radius to <iframe> elementsMacDue
2022-07-04LibWeb: Support adding a border-radius to <canvas> elementsMacDue
2022-07-04LibWeb: Use ScopedCornerRadiusClip for image paintingMacDue
2022-07-04LibWeb: Use ScopedCornerRadiusClip for shadow paintingMacDue
2022-07-04LibWeb: Use ScopedCornerRadiusClip for background paintingMacDue
2022-07-04LibWeb: Add ScopedCornerRadiusClipMacDue
2022-07-04LibWeb: Support overflow: hidden with a border-radiusMacDue
2022-07-04LibWeb: Use padding box for clipping overflowMacDue
2022-07-04LibWeb: Add option to allocate new bitmap for BorderRadiusCornerClipperMacDue
2022-07-04LibWeb: Always apply min/max cross size constraints to flex itemsAndreas Kling
2022-07-04LibWeb: Simplify some WeakPtr assignmentsAndreas Kling
2022-07-04LibWeb: Use lowercase type selectors to match against html elementsnetworkException
2022-07-04LibWeb: Add the type field to DOM::DocumentnetworkException
2022-07-04LibWeb: Remove unnecessary return in ResolvedCSSStyleDeclarationnetworkException
2022-07-04LibWeb: Shrink border radii for background-clip and support with imagesMacDue
2022-07-04LibWeb: Add .shrink() to BorderRadiusData and BorderRadiiDataMacDue
2022-07-04LibWeb: Make hit testing respect hidden overflowIgor Pissolati
2022-07-03LibWeb: Wire up XHR::ontimeout eventKenneth Myhra
2022-07-03LibWeb: Add timeout_callback to ResourceLoader::load()Kenneth Myhra
2022-07-03LibWeb: Use a single shot timer instead of an ordinary repetitive timerKenneth Myhra
2022-06-30LibWeb: Fix background images not showing till scrolling/repaintMacDue
2022-06-30LibWeb/CSS: Fix incorrect `calc(<percentage> - <value>)` computationsLinus Groh
2022-06-30LibWeb: Fix box-shadows on elements smaller than the blur diameterMacDue
2022-06-30LibWeb: Fix off-by-one shadow position on non-integer positioned boxesMacDue
2022-06-30LibWeb+LibGfx: Fix 'halo' effect around the fringes of shadowsMacDue
2022-06-30LibWeb: Switch to using StackBlurFilter for shadow paintingMacDue
2022-06-29LibWeb: Print unhandled rejections the same way as unhandled exceptionsLuke Wilde
2022-06-29LibWeb: Use CSO if running script is null in HostPromiseRejectionTrackerLuke Wilde
2022-06-29LibWeb: Store PromiseRejectionEvent::m_reason in a JS::HandleLuke Wilde
2022-06-29LibWeb: Move ClassicScript::m_settings_object into the Script baseLuke Wilde
2022-06-29LibWeb: Implement WindowEventHandlersLuke Wilde
2022-06-29LibWeb: Only make certain <body> and <frameset> events apply to WindowLuke Wilde
2022-06-27LibWeb/WebGL: Add WebGLRenderingContextBase.canvasLuke Wilde
2022-06-27LibWeb/WebGL: Forward the render context ref count to HTMLCanvasElementLuke Wilde
2022-06-27LibWeb: Forward CRC2D's ref count to HTMLCanvasElementLuke Wilde
2022-06-27LibWeb: Add CDATASectionLuke Wilde
2022-06-27Browser+LibWeb+WebContent: Allow Browser to load local filesLucas CHOLLET
2022-06-26LibWeb: Fix parsing of background-size: contain/coverMacDue
2022-06-23LibWeb: Fix unsafe capture of ref-to-local when setting up load timeoutAndreas Kling
2022-06-23LibWeb/CSS: Check for NULL block statement when parsing font-face ruleCodeforEvolution
2022-06-23LibWeb: Support using a border-radius with a box-shadowMacDue
2022-06-23LibWeb: Add 'inside' clip mode to BorderRadiusCornerClipperMacDue
2022-06-23LibWeb: Pass border radii data to shadow paintingMacDue
2022-06-22LibWeb: Implement "transferred size suggestion" for flex itemsAndreas Kling
2022-06-21LibWeb: Actually distribute free space to flex items with auto marginsAndreas Kling
2022-06-21LibWeb: Implement (some of) "automatic minimum size" for flex itemsAndreas Kling
2022-06-21LibWeb: Make FFC prepare replaced child boxes for layoutAndreas Kling