Age | Commit message (Expand) | Author |
---|---|---|
2020-08-12 | LibWeb: Mark compilation-unit-only functions as static | Ben Wiederhake |
2020-08-09 | LibWeb: Add HTML elements to factories, add missing tags and attributes | Luke |
2020-08-03 | LibWeb: Add CharacterData and Text IDL interfaces | 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 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 |
2020-07-21 | LibWeb: Implement quirks mode detection | Luke |
2020-06-23 | LibWeb: Make wrapper factory functions take JS::GlobalObject& | Andreas Kling |
2020-06-21 | LibWeb: Add HTMLElement wrapper | Andreas Kling |
2020-06-21 | LibWeb: Start generating JS wrappers from (simplified) WebIDL :^) | Andreas Kling |