Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-02-22 | LibWeb: Make factory method of DOM::ElementFactory fallible | Kenneth Myhra | |
2023-01-05 | LibWeb+WebContent: Convert BrowsingContext to new pixel units | Sam Atkins | |
This fixes a few glitches. We no longer give the page double the width it should have, and we mark the correct area of the page as needing repainting. | |||
2022-11-11 | LibWeb: Implement screenshot painting inside Web::WebDriver | Timothy Flynn | |
This will allow for implementing the screenshot action closer to the spec, as we can now use HTMLCanvasElement to encode the bitmap, and capture the screenshot on the animation frame loop. |