summaryrefslogtreecommitdiff
path: root/Libraries/LibWeb/DOM
AgeCommit message (Expand)Author
2020-05-15LibJS: Let parser keep track of errorsLinus Groh
2020-05-12LibGUI: Include keyboard modifier state with button on_click callsAndreas Kling
2020-05-10LibWeb: Add Document create_element() and create_text_node() helpersAndreas Kling
2020-05-09Meta: Delete empty .cpp filesLinus Groh
2020-05-09LibWeb: Implicitly close all subpaths when canvas.fill() is calledAnotherTest
2020-05-09LibWeb: Add support for animated images to HTMLImageElementPeter Nelson
2020-05-06LibWeb: Add canvas.fillAnotherTest
2020-05-05LibWeb: Add support for "display: inline-block"Andreas Kling
2020-05-05LibWeb: Fall back to LayoutInline for any unrecognized CSS displayAndreas Kling
2020-05-05LibWeb: Add basic URL encoder for individual values and param listsShadowfacts
2020-05-05LibWeb: When creating form action URL, only include value for the submitShadowfacts
2020-05-05LibWeb: Improve <form> submit method handlingShadowfacts
2020-05-05LibWeb: Add canvas.quadraticCurveTo()AnotherTest
2020-05-04LibWeb: Respect the <input size> attribute a bit more :^)Andreas Kling
2020-05-04LibWeb: Don't generate a layout node for <input type="hidden">Andreas Kling
2020-05-03ProtocolServer: Pass HTTP response headers to the clientAndreas Kling
2020-04-29LibJS: Pass JS::Function around by reference moreAndreas Kling
2020-04-29LibWeb: Make EventListener::function() return a referenceAndreas Kling
2020-04-24LibWeb: Pass link target to HtmlView's on_link_click callbackLinus Groh
2020-04-23LibWeb: Add XMLHttpRequest.readyState and constantsLinus Groh
2020-04-22LibWeb: Invalidate the canvas element after put_image_data()Andreas Kling
2020-04-21LibWeb: Add ImageData objects and implement 2D context putImageData()Andreas Kling
2020-04-21LibWeb: Hack requestAnimationFrame() to provide a (very fake) timestampAndreas Kling
2020-04-19LibJS: Add MarkedValueList and use it for argument passingAndreas Kling
2020-04-17LibWeb: Implement JS confirm()Nick Tiberi
2020-04-16LibWeb: Implement CanvasRenderingContext2D::stroke_rect() with linesAndreas Kling
2020-04-16LibWeb: Add some basic path drawing functionality to the canvas elementAndreas Kling
2020-04-15LibWeb: Use Checked<T> when creating <canvas> bitmap buffersAndreas Kling
2020-04-15LibWeb: Limit the maximum size of <canvas> bitmap buffersAndreas Kling
2020-04-14LibWeb: Add CanvasRenderingContext2D.drawImage(image, x, y)Andreas Kling
2020-04-14LibWeb: Add a JavaScript wrapper for HTMLImageElement :^)Andreas Kling
2020-04-14LibWeb: Add is<HTMLImageElement>()Andreas Kling
2020-04-14LibWeb: Dispatch a "load" event on HTMLImageElementAndreas Kling
2020-04-13LibJS: Do not execute scripts with parse errorsStephan Unverwerth
2020-04-12LibWeb: Use an AffineTransform for CanvasRenderingContext2D :^)Andreas Kling
2020-04-11LibWeb: Prevent http:// URLs loading scripts sourced from file:// URLsBrendan Coles
2020-04-08LibWeb: Support relative URL's in XMLHttpRequestAndreas Kling
2020-04-08LibWeb: Add XMLHttpRequest object :^)Andreas Kling
2020-04-08LibWeb: Make CanvasRenderingContext2D use floats instead of intsAndreas Kling
2020-04-08LibWeb: Add canvas.strokeRect(), and fix scale & translateBrian Gianforcaro
2020-04-07LibWeb: Add Origin concept (protocol, host, port tuple)Andreas Kling
2020-04-07LibCore: Add Core::Timer::create_single_shot()Andreas Kling
2020-04-06Meta: Add missing copyright headersAndreas Kling
2020-04-05AK: Stop allowing implicit downcast with RefPtr and NonnullRefPtrAndreas Kling
2020-04-05LibWeb: Add window.setTimeout()Andreas Kling
2020-04-04LibWeb: Add CanvasRenderingContext2D scale() and translate() stubsAndreas Kling
2020-04-04LibWeb: Handle javascript: URLs inside LibWeb :^)Andreas Kling
2020-04-03LibWeb: Implement <script src> support for synchronous scriptsAndreas Kling
2020-04-01LibJS: Add Interpreter::create<GlobalObjectType>()Andreas Kling
2020-04-01LibWeb+LibJS: Move DOM Window object to dedicated classesAndreas Kling