Age | Commit message (Expand) | Author |
---|---|---|
2020-07-21 | LibWeb: Use "namespace Web::Foo {" since C++20 allows it :^) | Andreas Kling |
2020-06-23 | LibWeb: Make wrapper factory functions take JS::GlobalObject& | Andreas Kling |
2020-06-20 | LibWeb: Split JS wrapper constructors into construct/initialize | Andreas Kling |
2020-06-20 | LibJS: Move native objects towards two-pass construction | Andreas Kling |
2020-03-19 | LibWeb: Add <canvas> element and start fleshing out CRC2D | 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 |