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