Age | Commit message (Expand) | Author |
---|---|---|
2020-08-24 | LibJS: Make Date.getUTCSeconds() call through to LibC | Nico Weber |
2020-08-23 | LibJS: Implement Date.getUTC* | Nico Weber |
2020-08-23 | LibJS: Move datetime access out of DatePrototype | Nico Weber |
2020-08-21 | LibJS: Implement Date.prototype.toISOString() | Nico Weber |
2020-08-17 | LibJS: Add toLocaleString(), toLocaleDateString(), toLocaleTimeString() to Date | Nico Weber |
2020-06-21 | LibJS+LibWeb: Add JS::Object::inherits(class_name) | Andreas Kling |
2020-05-29 | Meta: Add a script check the presence of "#pragma once" in header files | Emanuele Torre |
2020-04-18 | LibJS: Pass prototype to Date constructor | Andreas Kling |
2020-03-31 | js: Implement print function for Date objects | Linus Groh |
2020-03-30 | LibJS: Implement Date.prototype.to{Date,Time}String() | Linus Groh |
2020-03-30 | LibJS: Start implementing Date :^) | Linus Groh |