Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-26 | LibWeb: Move DOM classes into the Web::DOM namespace | Andreas Kling | |
LibWeb keeps growing and the Web namespace is filling up fast. Let's put DOM stuff into Web::DOM, just like we already started doing with SVG stuff in Web::SVG. | |||
2020-07-06 | LibWeb: Add a shared WebViewHooks base class for both web view widgets | Andreas Kling | |
This will make it easier for Browser to share code between both views. |