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.cpp
Age
Commit message (
Expand
)
Author
2023-01-26
LibJS: Port get_difference_settings() to String
Linus Groh
2023-01-15
LibJS+Everywhere: Rename Value::to_string to to_deprecated_string
Timothy Flynn
2023-01-08
LibJS+Everywhere: Make PrimitiveString and Utf16String fallible
Timothy Flynn
2022-12-07
LibJS: Replace standalone js_string() with PrimitiveString::create()
Linus Groh
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-10-10
Everywhere: Replace uses of __serenity__ with AK_OS_SERENITY
Andrew Kaster
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-09-21
LibJS: Implement Console `Formatter` operation
Sam Atkins
2022-08-28
LibJS: Remove Console's reliance on GlobalObject
Linus Groh
2022-08-23
LibJS+LibWeb: Reduce use of GlobalObject as an intermediary
Linus Groh
2022-08-23
LibJS: Replace GlobalObject with VM in Value AOs [Part 4/19]
Linus Groh
2022-08-23
LibJS: Replace GlobalObject with VM in Temporal AOs [Part 2/19]
Linus Groh
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-05-07
LibJS: Convert Console to use MarkedVector<Value>
Luke Wilde
2022-04-03
LibJS: Remove a bunch of gratuitous JS namespace qualifiers
Linus Groh
2022-03-19
LibJS: Change balance_duration() nanoseconds from a JS to Crypto BigInt
Linus Groh
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-06-24
LibJS: Rename CallFrame => ExecutionContext
Andreas Kling
2021-04-22
Everywhere: Use linusg@serenityos.org for my copyright headers
Linus Groh
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-18
LibJS: Implement console.assert()
Linus Groh
2021-03-02
LibJS: Put console dbgln() logging behind #ifdef __serenity__
Linus Groh
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