Age | Commit message (Expand) | Author |
---|---|---|
2021-12-27 | LibJS: Implement console.time/timeLog/timeEnd() methods | Sam Atkins |
2021-12-27 | LibJS+WebContent+Browser+js: Implement console.group() methods | Sam Atkins |
2021-12-27 | LibJS+WebContent+js: Bring console.trace() to spec | Sam Atkins |
2021-12-27 | LibJS+WebContent+js: Bring console.assert() to spec | Sam Atkins |
2021-12-27 | LibJS+WebContent+js: Bring console.clear() to spec | Sam Atkins |
2021-12-27 | LibJS+WebContent+js: Bring console.count[Reset]() to spec | Sam Atkins |
2021-12-27 | LibJS+WebContent+js: Reimplement console.log() and friends to spec | Sam Atkins |
2021-04-22 | Everything: Move to SPDX license identifiers in all files. | Brian Gianforcaro |
2021-04-18 | LibJS: Implement console.assert() | Linus Groh |
2021-04-15 | Everything: Add `-Wnon-virtual-dtor` flag | Nicholas-Baron |
2021-02-21 | LibJS: Print console.{debug,error,info,log,warn} to system debug log | Andreas Kling |
2021-01-12 | Libraries: Move to Userland/Libraries/ | Andreas Kling |