Historique des commits

Auteur SHA1 Message Date
  Andreas Kling 65717e3b75 LibJS: Inline fast case for Value::to_{boolean,number,numeric,primitive} il y a 1 an
  Timothy Flynn 573cbb5ca0 LibJS+LibWeb+WebContent: Stop using ThrowableStringBuilder il y a 1 an
  Andreas Kling c084269e5f LibJS: Make PrimitiveString::utf8_string() infallible il y a 1 an
  Andreas Kling 1a27c525d5 LibJS: Make PrimitiveString::create() infallible il y a 1 an
  Andreas Kling 34344120f2 AK: Make "foo"_string infallible il y a 1 an
  Timothy Flynn 396655d145 LibJS: Begin implementing console.dir il y a 2 ans
  Timothy Flynn 9f8e5f0b1c LibJS: Sort Console methods in spec order il y a 2 ans
  Linus Groh b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr il y a 2 ans
  Tim Schumacher ae51c1821c Everywhere: Remove unintentional partial stream reads and writes il y a 2 ans
  Tim Schumacher d5871f5717 AK: Rename Stream::{read,write} to Stream::{read_some,write_some} il y a 2 ans
  Linus Groh 09d40bfbb2 Everywhere: Use _{short_,}string to create Strings from literals il y a 2 ans
  Andrew Kaster f40094d014 LibWeb+LibJS: Format Console arguments with JS::Print il y a 2 ans
  Timothy Flynn 3b4879d29b LibJS+Userland: Port the JS Console object and direct callers to String il y a 2 ans
  Timothy Flynn c3abb1396c LibJS+LibWeb: Convert string view PrimitiveString instances to String il y a 2 ans
  Timothy Flynn 49e8dcf0b2 LibJS+LibWeb: Convert empty PrimitiveString instances to String il y a 2 ans
  Linus Groh 8f7c2f8292 LibJS: Port get_difference_settings() to String il y a 2 ans
  Timothy Flynn afeb7273cc LibJS+Everywhere: Rename Value::to_string to to_deprecated_string il y a 2 ans
  Timothy Flynn 115baa7e32 LibJS+Everywhere: Make PrimitiveString and Utf16String fallible il y a 2 ans
  Linus Groh 525f22d018 LibJS: Replace standalone js_string() with PrimitiveString::create() il y a 2 ans
  Linus Groh 57dc179b1f Everywhere: Rename to_{string => deprecated_string}() where applicable il y a 2 ans
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString il y a 2 ans
  networkException afeff4cebb LibJS+js: Disable console debug messages outside Serenity only for `js` il y a 2 ans
  Pavel 40aad77ab1 WebContent+LibWeb+LibJS: Report exceptions to the JS console il y a 2 ans
  Andrew Kaster 828441852f Everywhere: Replace uses of __serenity__ with AK_OS_SERENITY il y a 2 ans
  Sam Atkins 69dd158f91 LibJS: Create Console using a Realm instead of a VM il y a 2 ans
  Sam Atkins 7a2da4cabf Browser+WebContent+LibJS: Support `%c` specifiers in Console.log() il y a 2 ans
  Sam Atkins a1f1369775 LibJS: Implement Console `Formatter` operation il y a 2 ans
  Linus Groh d35f53c344 LibJS: Remove Console's reliance on GlobalObject il y a 2 ans
  Linus Groh b345a0acca LibJS+LibWeb: Reduce use of GlobalObject as an intermediary il y a 2 ans
  Linus Groh a022e548b8 LibJS: Replace GlobalObject with VM in Value AOs [Part 4/19] il y a 2 ans