Luke Wilde
|
05748ed607
LibJS: Convert Console to use MarkedVector<Value>
|
3 years ago |
Andreas Kling
|
217993b1d1
Revert "WebContent: Use ConsoleGlobalObject for the console's global object :^)"
|
3 years ago |
Sam Atkins
|
8296dd9955
WebContent: Use ConsoleGlobalObject for the console's global object :^)
|
3 years ago |
Linus Groh
|
9422ae9bb2
LibJS: Add infallible variant of VM::push_execution_context()
|
3 years ago |
Itamar
|
3a71748e5d
Userland: Rename IPC ClientConnection => ConnectionFromClient
|
3 years ago |
Linus Groh
|
929074ddea
WebContent: Push execution context before ConsoleGlobalObject init
|
3 years ago |
Linus Groh
|
f2ca64cecd
WebContent: Remove unused JS Lexer/Parser includes
|
3 years ago |
Luke Wilde
|
f71f404e0c
LibWeb: Introduce the Environment Settings Object
|
3 years ago |
davidot
|
1c4c251be3
LibJS+Everywhere: Remove all VM::clear_exception() calls
|
3 years ago |
Luke Wilde
|
631bbcd00a
LibJS: Refactor interpreter to use Script and Source Text Modules
|
3 years ago |
Linus Groh
|
eb60d16549
LibJS: Convert Interpreter::run() to ThrowCompletionOr<Value>
|
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 |
davidot
|
0d73487204
LibWeb: Fix that $0 was no longer accessible
|
3 years ago |
Sam Atkins
|
f6a927fa20
WebContent: Store messages in WebContentConsoleClient
|
3 years ago |
Sam Atkins
|
7838eab341
WebContent: Implement ConsoleGlobalObject which proxies to WindowObject
|
3 years ago |
Brian Gianforcaro
|
808aa31353
Services: Remove unused header includes
|
3 years ago |
Gunnar Beutner
|
9e22e9ce88
Userland: Use snake case names in .ipc files
|
4 years ago |
Gunnar Beutner
|
5bb79ea0a7
Userland: Update IPC calls to use proxies
|
4 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 |
Linus Groh
|
e37421bddc
Browser+WebContent: Fix HTML injection in console functions output
|
4 years ago |
Linus Groh
|
da177c6517
LibJS: Make Errors fully spec compliant
|
4 years ago |
Brandon Scott
|
51f073ff39
WebContent: Added IPC calls for initializing JS console and sending input
|
4 years ago |