Historique des commits

Auteur SHA1 Message Date
  Timothy Flynn 0d0b87fd46 LibJS: Add a PrimitiveString::create overload for FlyString il y a 2 ans
  Matthew Olsson 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr il y a 2 ans
  Timothy Flynn c3abb1396c LibJS+LibWeb: Convert string view PrimitiveString instances to String il y a 2 ans
  Sam Atkins a39ac5a312 LibJS: Remove declarations for non-existent methods il y a 2 ans
  Timothy Flynn 4235c59397 LibJS: Add a convenience StringView accessor to PrimitiveString il y a 2 ans
  Timothy Flynn 8f5bdce8e7 LibJS: Add initial support for creating PrimitiveStrings with AK::String il y a 2 ans
  Timothy Flynn 3a004e8f1a LibJS: Rename PrimitiveString::has_utf8_string to has_deprecated_string il y a 2 ans
  Timothy Flynn a59ebdac2d LibJS+Everywhere: Return strings by value from PrimitiveString 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
  Andreas Kling 35c9aa7c05 LibJS: Hide all the constructors! il y a 2 ans
  Andreas Kling 6e973ce69b LibJS: Add JS_CELL macro and use it in all JS::Cell subclasses il y a 2 ans
  Linus Groh 56b2ae5ac0 LibJS: Replace GlobalObject with VM in remaining AOs [Part 19/19] il y a 2 ans
  Linus Groh 12edbb51bc LibJS: Rename PrimitiveString::m_{left,right} to m_{lhs,rhs} il y a 2 ans
  Andreas Kling 64b29eb459 LibJS: Implement string concatenation using ropes il y a 2 ans
  Andreas Kling f4c68eb0a4 LibJS: Add PrimitiveString::is_empty() and use it il y a 3 ans
  Lenny Maiorani a0367aa43b DevTools+LibJS+LibWeb: Change class_name to use StringView il y a 3 ans
  Andreas Kling 88e7d44cc4 LibJS+LibLine: Run clang-format il y a 3 ans
  Anonymous d1cc67bbe1 LibJS: Avoid unnecessary ToObject conversion when resolving references il y a 3 ans
  Timothy Flynn b85b8ca350 LibJS: Reduce UTF-8 to UTF-16 transcoding when only UTF-16 is wanted il y a 3 ans
  Timothy Flynn c1e99fca1a LibJS: Replace Vector<u16> usage in PrimitiveString wth Utf16String il y a 3 ans
  Timothy Flynn b6ff7f4fcc LibJS: Allow PrimitiveString to be created with a UTF-16 string il y a 4 ans
  Timothy Flynn 0c42aece36 LibJS: Transcode UTF-8 strings to UTF-16 and add UTF-16 accessors il y a 4 ans
  Andreas Kling 6714cf3631 LibJS: Move Cell.{cpp,h} from Runtime/ to Heap/ il y a 4 ans
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. il y a 4 ans
  Andreas Kling 13d7c09125 Libraries: Move to Userland/Libraries/ il y a 4 ans