Commit History

Author SHA1 Message Date
  Andreas Kling fbf9cb3387 WebContent+LibWeb+LibJS: Simplify injection of JS console globals 2 years ago
  Linus Groh 112b3f7342 LibJS: Convert MarkupGenerator to the new String 2 years ago
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 years ago
  Sam Atkins c793beb0cc WebContent: Add `$_` variable to browser console 2 years ago
  Sam Atkins f9c9506997 WebContent: Create a separate realm for JS console input 2 years ago
  Pavel 40aad77ab1 WebContent+LibWeb+LibJS: Report exceptions to the JS console 2 years ago
  Andrew Kaster c61a4f35dc LibWeb: Move Web prototypes and constructors to new Intrinsics object 2 years ago
  Sam Atkins 7a2da4cabf Browser+WebContent+LibJS: Support `%c` specifiers in Console.log() 2 years ago
  Andreas Kling 4c887bf6c3 LibWeb: Remove Document::interpreter() 2 years ago
  Andreas Kling 2d72abc3d4 LibWeb+WebContent: Store Realm instead of Interpreter in ConsoleClient 2 years ago
  Andreas Kling 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2 years ago
  Linus Groh cfa5885855 LibJS: Turn initialize_global_object() into a regular initialize() 2 years ago
  Linus Groh dfb7588d30 LibJS: Remove GlobalObject::{set_,}associated_realm() 2 years ago
  Linus Groh b345a0acca LibJS+LibWeb: Reduce use of GlobalObject as an intermediary 2 years ago
  Linus Groh 7c468b5a77 LibJS: Pass Realm to GlobalObject::initialize_global_object() 2 years ago
  Linus Groh e992a9f469 LibJS+LibWeb: Replace GlobalObject with Realm in Heap::allocate<T>() 2 years ago
  Andreas Kling 50d951aea2 LibJS: Let Shape store a Realm instead of a GlobalObject 3 years ago
  sin-ack 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*) 3 years ago
  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