index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibJS
/
Console.h
Age
Commit message (
Expand
)
Author
2022-12-06
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-10-16
LibJS+js: Disable console debug messages outside Serenity only for `js`
networkException
2022-10-15
WebContent+LibWeb+LibJS: Report exceptions to the JS console
Pavel
2022-09-21
LibJS: Create Console using a Realm instead of a VM
Sam Atkins
2022-09-21
Browser+WebContent+LibJS: Support `%c` specifiers in Console.log()
Sam Atkins
2022-08-28
LibJS: Remove Console's reliance on GlobalObject
Linus Groh
2022-05-07
LibJS: Convert Console to use MarkedVector<Value>
Luke Wilde
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
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