Age | Commit message (Expand) | Author |
---|---|---|
2020-07-21 | LibWeb: Use "namespace Web::Foo {" since C++20 allows it :^) | Andreas Kling |
2020-06-23 | LibJS: Clarify Object (base class) construction somewhat | Andreas Kling |
2020-06-21 | LibJS+LibWeb: Add JS::Object::inherits(class_name) | Andreas Kling |
2020-06-21 | LibWeb: Add HTMLElement wrapper | Andreas Kling |
2020-06-21 | LibWeb: Generate EventTarget bindings from IDL :^) | Andreas Kling |
2020-06-21 | LibWeb: Generate Element bindings from IDL :^) | Andreas Kling |
2020-06-21 | LibWeb+LibJS: Add a naive way to check if a wrapper "is" a certain type | Andreas Kling |
2020-04-18 | LibJS+LibWeb: Pass prototype to Object constructor | Andreas Kling |
2020-03-16 | LibJS: Add "Heap" and "Runtime" subdirectories | Andreas Kling |
2020-03-15 | LibWeb: Add missing copyright headers | Andreas Kling |
2020-03-14 | LibWeb: Start implementing basic JavaScript DOM bindings | Andreas Kling |