summaryrefslogtreecommitdiff
path: root/Libraries/LibWeb/WebViewHooks.h
AgeCommit message (Collapse)Author
2020-07-26LibWeb: Move DOM classes into the Web::DOM namespaceAndreas 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-06LibWeb: Add a shared WebViewHooks base class for both web view widgetsAndreas Kling
This will make it easier for Browser to share code between both views.