Commit Verlauf

Autor SHA1 Nachricht Datum
  Linus Groh 525f22d018 LibJS: Replace standalone js_string() with PrimitiveString::create() vor 2 Jahren
  Linus Groh 57dc179b1f Everywhere: Rename to_{string => deprecated_string}() where applicable vor 2 Jahren
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString vor 2 Jahren
  networkException afeff4cebb LibJS+js: Disable console debug messages outside Serenity only for `js` vor 2 Jahren
  Pavel 40aad77ab1 WebContent+LibWeb+LibJS: Report exceptions to the JS console vor 2 Jahren
  Andrew Kaster 828441852f Everywhere: Replace uses of __serenity__ with AK_OS_SERENITY vor 2 Jahren
  Sam Atkins 69dd158f91 LibJS: Create Console using a Realm instead of a VM vor 2 Jahren
  Sam Atkins 7a2da4cabf Browser+WebContent+LibJS: Support `%c` specifiers in Console.log() vor 2 Jahren
  Sam Atkins a1f1369775 LibJS: Implement Console `Formatter` operation vor 2 Jahren
  Linus Groh d35f53c344 LibJS: Remove Console's reliance on GlobalObject vor 2 Jahren
  Linus Groh b345a0acca LibJS+LibWeb: Reduce use of GlobalObject as an intermediary vor 3 Jahren
  Linus Groh a022e548b8 LibJS: Replace GlobalObject with VM in Value AOs [Part 4/19] vor 3 Jahren
  Linus Groh 694f66b5ca LibJS: Replace GlobalObject with VM in Temporal AOs [Part 2/19] vor 3 Jahren
  sin-ack 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*) vor 3 Jahren
  Luke Wilde 05748ed607 LibJS: Convert Console to use MarkedVector<Value> vor 3 Jahren
  Linus Groh 5b48912d35 LibJS: Remove a bunch of gratuitous JS namespace qualifiers vor 3 Jahren
  Linus Groh 360c65e92b LibJS: Change balance_duration() nanoseconds from a JS to Crypto BigInt vor 3 Jahren
  Sam Atkins 1fba221b46 LibJS: Implement console.time/timeLog/timeEnd() methods vor 3 Jahren
  Sam Atkins d702678d16 LibJS+WebContent+Browser+js: Implement console.group() methods vor 3 Jahren
  Sam Atkins ff5e07d718 LibJS+WebContent+js: Bring console.trace() to spec vor 3 Jahren
  Sam Atkins ce694490f3 LibJS+WebContent+js: Bring console.assert() to spec vor 3 Jahren
  Sam Atkins 9b78e287b0 LibJS+WebContent+js: Bring console.clear() to spec vor 3 Jahren
  Sam Atkins 834ced82d4 LibJS+WebContent+js: Bring console.count[Reset]() to spec vor 3 Jahren
  Sam Atkins 260836135a LibJS+WebContent+js: Reimplement console.log() and friends to spec vor 3 Jahren
  Andreas Kling c2ad599783 LibJS: Rename CallFrame => ExecutionContext vor 4 Jahren
  Linus Groh ebdeed087c Everywhere: Use linusg@serenityos.org for my copyright headers vor 4 Jahren
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. vor 4 Jahren
  Linus Groh 8d490aba76 LibJS: Implement console.assert() vor 4 Jahren
  Linus Groh d8415520de LibJS: Put console dbgln() logging behind #ifdef __serenity__ vor 4 Jahren
  Andreas Kling 7f66a4e3ba LibJS: Print console.{debug,error,info,log,warn} to system debug log vor 4 Jahren