summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb
AgeCommit message (Expand)Author
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
2022-06-21LibWeb: Make sure we layout absolutely positioned children of FFCAndreas Kling
2022-06-21LibWeb: Add timeout functionality to ResourceLoaderKenneth Myhra
2022-06-21LibWeb: Add XMLHttpRequest::timeout setter and getterKenneth Myhra
2022-06-20LibWeb: Make doubleclicking select the nearest wordKarol Kosek
2022-06-20LibWeb: Dispatch `dblclick` UI Events on double clickKarol Kosek
2022-06-20LibWeb+LibWebView+WebContent: Get doubleclick events from LibGUIKarol Kosek
2022-06-20LibWeb: Add stub implementation for handling doubleclicksKarol Kosek
2022-06-19LibWeb: Implement HTMLBaseElement.hrefLuke Wilde
2022-06-19LibWeb: Add support for the <base> element changing the base URLLuke Wilde
2022-06-18LibWeb: Rename Event.srcTarget to Event.srcElementLuke Wilde
2022-06-18LibWeb: Use the AA painter for drawing dotted linesMacDue
2022-06-17LibWeb: Fix 'background-repeat: round' calculationMacDue
2022-06-17LibWeb: Only paint the background image on integer stepsMacDue
2022-06-16LibWeb: Add deprecated `image-rendering` valuesSam Atkins
2022-06-16LibWeb: Disable unused error on temporarily unused variable from specFrHun
2022-06-16LibWeb: Use SmoothPixels scaling mode as the pixelated renderingKarol Kosek
2022-06-16LibWeb: Support using border-radius on <img> tagsMacDue
2022-06-16LibWeb: Make PaintableBox::normalized_border_radii_data() protectedMacDue
2022-06-16LibWeb: Support using border-radius with a background-imageMacDue
2022-06-16LibWeb: Add BorderRadiusCornerClipperMacDue
2022-06-16LibWeb: Move border corner bitmap getter/cache to functionMacDue
2022-06-15LibWeb: Parse rgb and hsl functions according to CSS Module Level 4Thomas Fach-Pedersen
2022-06-15LibWeb: Fix calculation of degrees from radiansThomas Fach-Pedersen
2022-06-14LibWeb: Fix regression in painting the 'caret' icon on GitHubMacDue
2022-06-14LibWeb: Bring border painting much closer to the spec/other browsersMacDue
2022-06-13LibWeb/WebGL: Implement WebGLRenderingContextBase.depthRange()Luke Wilde
2022-06-13LibWeb/WebGL: Implement WebGLRenderingContextBase.lineWidth()Luke Wilde
2022-06-13LibWeb/WebGL: Implement error handling and getError()Luke Wilde
2022-06-13LibWeb/WebGL: Add WebGLRenderingContextBase.isContextLost()Luke Wilde
2022-06-13LibWeb/WebGL: Add a bunch of simple forwarding functionsLuke Wilde
2022-06-13LibWeb/WebGL: Add extensions APIs to WebGLRenderingContextBaseLuke Wilde
2022-06-13LibWeb: Add ability to present LibGL framebuffer and add clearingLuke Wilde