Sam Atkins
|
7a2da4cabf
Browser+WebContent+LibJS: Support `%c` specifiers in Console.log()
|
il y a 2 ans |
Andreas Kling
|
4c887bf6c3
LibWeb: Remove Document::interpreter()
|
il y a 2 ans |
Andreas Kling
|
2d72abc3d4
LibWeb+WebContent: Store Realm instead of Interpreter in ConsoleClient
|
il y a 2 ans |
Andreas Kling
|
6f433c8656
LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated
|
il y a 2 ans |
Linus Groh
|
cfa5885855
LibJS: Turn initialize_global_object() into a regular initialize()
|
il y a 2 ans |
Linus Groh
|
dfb7588d30
LibJS: Remove GlobalObject::{set_,}associated_realm()
|
il y a 2 ans |
Linus Groh
|
b345a0acca
LibJS+LibWeb: Reduce use of GlobalObject as an intermediary
|
il y a 2 ans |
Linus Groh
|
7c468b5a77
LibJS: Pass Realm to GlobalObject::initialize_global_object()
|
il y a 2 ans |
Linus Groh
|
e992a9f469
LibJS+LibWeb: Replace GlobalObject with Realm in Heap::allocate<T>()
|
il y a 3 ans |
Andreas Kling
|
50d951aea2
LibJS: Let Shape store a Realm instead of a GlobalObject
|
il y a 3 ans |
sin-ack
|
3f3f45580a
Everywhere: Add sv suffix to strings relying on StringView(char const*)
|
il y a 3 ans |
Luke Wilde
|
05748ed607
LibJS: Convert Console to use MarkedVector<Value>
|
il y a 3 ans |
Andreas Kling
|
217993b1d1
Revert "WebContent: Use ConsoleGlobalObject for the console's global object :^)"
|
il y a 3 ans |
Sam Atkins
|
8296dd9955
WebContent: Use ConsoleGlobalObject for the console's global object :^)
|
il y a 3 ans |
Linus Groh
|
9422ae9bb2
LibJS: Add infallible variant of VM::push_execution_context()
|
il y a 3 ans |
Itamar
|
3a71748e5d
Userland: Rename IPC ClientConnection => ConnectionFromClient
|
il y a 3 ans |
Linus Groh
|
929074ddea
WebContent: Push execution context before ConsoleGlobalObject init
|
il y a 3 ans |
Linus Groh
|
f2ca64cecd
WebContent: Remove unused JS Lexer/Parser includes
|
il y a 3 ans |
Luke Wilde
|
f71f404e0c
LibWeb: Introduce the Environment Settings Object
|
il y a 3 ans |
davidot
|
1c4c251be3
LibJS+Everywhere: Remove all VM::clear_exception() calls
|
il y a 3 ans |
Luke Wilde
|
631bbcd00a
LibJS: Refactor interpreter to use Script and Source Text Modules
|
il y a 3 ans |
Linus Groh
|
eb60d16549
LibJS: Convert Interpreter::run() to ThrowCompletionOr<Value>
|
il y a 3 ans |
Sam Atkins
|
d702678d16
LibJS+WebContent+Browser+js: Implement console.group() methods
|
il y a 3 ans |
Sam Atkins
|
ff5e07d718
LibJS+WebContent+js: Bring console.trace() to spec
|
il y a 3 ans |
Sam Atkins
|
ce694490f3
LibJS+WebContent+js: Bring console.assert() to spec
|
il y a 3 ans |
Sam Atkins
|
9b78e287b0
LibJS+WebContent+js: Bring console.clear() to spec
|
il y a 3 ans |
Sam Atkins
|
834ced82d4
LibJS+WebContent+js: Bring console.count[Reset]() to spec
|
il y a 3 ans |
Sam Atkins
|
260836135a
LibJS+WebContent+js: Reimplement console.log() and friends to spec
|
il y a 3 ans |
davidot
|
0d73487204
LibWeb: Fix that $0 was no longer accessible
|
il y a 3 ans |
Sam Atkins
|
f6a927fa20
WebContent: Store messages in WebContentConsoleClient
|
il y a 3 ans |