Timothy Flynn
|
396655d145
LibJS: Begin implementing console.dir
|
2 years ago |
Timothy Flynn
|
9f8e5f0b1c
LibJS: Sort Console methods in spec order
|
2 years ago |
Matthew Olsson
|
7c0c1c8f49
LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr
|
2 years ago |
Andrew Kaster
|
f40094d014
LibWeb+LibJS: Format Console arguments with JS::Print
|
2 years ago |
Timothy Flynn
|
3b4879d29b
LibJS+Userland: Port the JS Console object and direct callers to String
|
2 years ago |
Linus Groh
|
57dc179b1f
Everywhere: Rename to_{string => deprecated_string}() where applicable
|
2 years ago |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 years ago |
networkException
|
afeff4cebb
LibJS+js: Disable console debug messages outside Serenity only for `js`
|
2 years ago |
Pavel
|
40aad77ab1
WebContent+LibWeb+LibJS: Report exceptions to the JS console
|
2 years ago |
Sam Atkins
|
69dd158f91
LibJS: Create Console using a Realm instead of a VM
|
2 years ago |
Sam Atkins
|
7a2da4cabf
Browser+WebContent+LibJS: Support `%c` specifiers in Console.log()
|
2 years ago |
Linus Groh
|
d35f53c344
LibJS: Remove Console's reliance on GlobalObject
|
2 years ago |
Luke Wilde
|
05748ed607
LibJS: Convert Console to use MarkedVector<Value>
|
3 years ago |
Idan Horowitz
|
086969277e
Everywhere: Run clang-format
|
3 years ago |
Sam Atkins
|
1fba221b46
LibJS: Implement console.time/timeLog/timeEnd() methods
|
3 years ago |
Sam Atkins
|
d702678d16
LibJS+WebContent+Browser+js: Implement console.group() methods
|
3 years ago |
Sam Atkins
|
ff5e07d718
LibJS+WebContent+js: Bring console.trace() to spec
|
3 years ago |
Sam Atkins
|
ce694490f3
LibJS+WebContent+js: Bring console.assert() to spec
|
3 years ago |
Sam Atkins
|
9b78e287b0
LibJS+WebContent+js: Bring console.clear() to spec
|
3 years ago |
Sam Atkins
|
834ced82d4
LibJS+WebContent+js: Bring console.count[Reset]() to spec
|
3 years ago |
Sam Atkins
|
260836135a
LibJS+WebContent+js: Reimplement console.log() and friends to spec
|
3 years ago |
Brian Gianforcaro
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 years ago |
Linus Groh
|
8d490aba76
LibJS: Implement console.assert()
|
4 years ago |
Nicholas-Baron
|
c4ede38542
Everything: Add `-Wnon-virtual-dtor` flag
|
4 years ago |
Andreas Kling
|
7f66a4e3ba
LibJS: Print console.{debug,error,info,log,warn} to system debug log
|
4 years ago |
Andreas Kling
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
4 years ago |