summaryrefslogtreecommitdiff
path: root/Libraries/LibWeb
AgeCommit message (Expand)Author
2020-05-06LibWeb: Add hook when a link is middle clickedFalseHonesty
2020-05-06LibWeb: Add canvas.fillAnotherTest
2020-05-05LibWeb: Expose the ProtocolClient inside ResourceLoader as an APIAndreas Kling
2020-05-05LibWeb: Add hook when context menu is requested by right-clicking linkAndreas Kling
2020-05-05LibWeb: Add support for "display: inline-block"Andreas Kling
2020-05-05LibWeb: Turn some HTML entities into nicer text in the parserAndreas Kling
2020-05-05LibWeb: Don't emit a simple selector if nothing was consumedAndreas Kling
2020-05-05LibWeb: Fall back to LayoutInline for any unrecognized CSS displayAndreas Kling
2020-05-05LibWeb: Make the URL encoding function a little less copy-happyAndreas Kling
2020-05-05LibWeb: Recognise :focus pseudo-classLinus Groh
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: Plumb the full HtmlView viewport rect down into the engineAndreas Kling
2020-05-04LibWeb: Don't assert when trying to rebuild a single-node layout treeAndreas Kling
2020-05-04LibWeb: Don't generate a layout node for <input type="hidden">Andreas Kling
2020-05-04LibWeb: Add basic support for redirectsLinus Groh
2020-05-03LibTextCodec: Start fleshing out a simple text codec libraryAndreas Kling
2020-05-03LibWeb: Handle iso-8859-1 web content a little bit betterAndreas Kling
2020-05-03ProtocolServer: Pass HTTP response headers to the clientAndreas Kling
2020-05-02LibJS: Add "name" property to functionsLinus Groh
2020-05-02LibCore+LibHTTP: Move out the HTTP handler and add HTTPSAnotherTest
2020-04-29LibJS: Pass JS::Function around by reference moreAndreas Kling
2020-04-29LibWeb: Make EventListener::function() return a referenceAndreas Kling
2020-04-28LibJS: Implement correct attributes for (almost) all propertiesmattco98
2020-04-26LibWeb: Support loading data: URLs transparently via ResourceLoaderAndreas Kling
2020-04-26LibWeb: Run clang-format on ResourceLoader.cppAndreas Kling
2020-04-25LibWeb: Handle .gifs as images and use ImageDecoder to decode themPeter Nelson
2020-04-24LibWeb: Try fetching a favicon when loading a non-file URL in HtmlViewAndreas Kling
2020-04-24Browser+LibWeb: Open link in new tab on Ctrl+Click :^)Andreas 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-23LibWeb: Use proper length values for CanvasRenderingContext2D functionsEmanuele Torre
2020-04-22LibWeb: support confirm() with no argumentsNick Tiberi
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-18LibWeb: Parse <br/> into a self-closed br elementAndreas Kling
2020-04-18LibJS: Move builtin prototypes to the global objectAndreas Kling
2020-04-18LibJS+LibWeb: Pass prototype to Object constructorAndreas Kling
2020-04-18LibJS: Make Array constructor take its prototypeAndreas 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-16LibWeb: Scroll back to the top when a new page is loadedJack Byrne
2020-04-16LibWeb: Support alert() with no argumentsLinus Groh
2020-04-15LibWeb: Use Checked<T> when creating <canvas> bitmap buffersAndreas Kling