Age | Commit message (Expand) | Author |
---|---|---|
2020-12-14 | LibWeb: Simplify <iframe> content frame construction | Andreas Kling |
2020-11-22 | LibWeb: Rename LayoutNode classes and move them into Layout namespace | Andreas Kling |
2020-10-22 | LibWeb: Add namespace to Element | Luke |
2020-09-22 | LibWeb: Disallow cross-origin access to <iframe>.contentDocument | Andreas Kling |
2020-09-22 | LibWeb: Dispatch DOM "load" event on <iframe> elements | Andreas Kling |
2020-09-22 | LibWeb: Rename HTMLIFrameElement::hosted_frame() => content_frame() | Andreas Kling |
2020-07-28 | LibWeb: Move HTML classes into the Web::HTML namespace | Andreas Kling |
2020-07-27 | LibWeb: Add a whole bunch of HTML DOM bindings | Luke |
2020-07-26 | LibWeb: Move CSS classes into the Web::CSS namespace | Andreas Kling |
2020-07-26 | LibWeb: Move DOM classes into the Web::DOM namespace | Andreas Kling |
2020-07-26 | LibWeb: Switch to using AK::is and AK::downcast | Andreas Kling |
2020-07-26 | LibWeb: Move HTML object model stuff into LibWeb/HTML/ | Andreas Kling |