提交历史

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