Age | Commit message (Expand) | Author |
---|---|---|
2021-01-01 | LibWeb: Remove more hand-rolled type information :^) | Andreas Kling |
2021-01-01 | AK+LibGUI+LibWeb: Remove AK::TypeTraits in favor of RTTI-based helpers | Andreas Kling |
2020-12-31 | Everywhere: Re-format with clang-format-11 | Linus Groh |
2020-12-10 | LibWeb: Expect IDL namespace to end with semicolon | Linus Groh |
2020-11-22 | LibWeb: Add HTML::EventNames and UIEvents::EventNames | Luke |
2020-11-22 | LibWeb: Make event dispatching spec-compliant | Luke |
2020-07-28 | LibWeb: Oops, provide the correct WrapperType for UIEvent | Andreas Kling |
2020-07-28 | LibWeb: Add UIEvent class (base of MouseEvent, and others) | Andreas Kling |
2020-07-28 | LibWeb: Move MouseEvent into the UIEvents namespace | Andreas Kling |