Historique des commits

Auteur SHA1 Message Date
  Timothy Flynn a59ebdac2d LibJS+Everywhere: Return strings by value from PrimitiveString il y a 2 ans
  Timothy Flynn 6e1a239a62 LibJS: Use fallible methods to handle OOM when resolving rope strings il y a 2 ans
  Timothy Flynn 115baa7e32 LibJS+Everywhere: Make PrimitiveString and Utf16String fallible il y a 2 ans
  Timothy Flynn d793262beb AK+Everywhere: Make UTF-16 to UTF-8 converter fallible il y a 2 ans
  Timothy Flynn 425c168ded AK+LibJS+LibRegex: Define an alias for UTF-16 string data storage il y a 2 ans
  Linus Groh 22089436ed LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr 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 71067cbc6c LibJS+LibWeb: Make Runtime/AbstractOperations.h not include AST.h 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 e992a9f469 LibJS+LibWeb: Replace GlobalObject with Realm in Heap::allocate<T>() il y a 3 ans
  Linus Groh 12edbb51bc LibJS: Rename PrimitiveString::m_{left,right} to m_{lhs,rhs} il y a 3 ans
  Andreas Kling 64b29eb459 LibJS: Implement string concatenation using ropes il y a 3 ans
  Andreas Kling f4c68eb0a4 LibJS: Add PrimitiveString::is_empty() and use it il y a 3 ans
  davidot da374a82bc LibJS: Correct an include in PrimitiveString il y a 3 ans
  Anonymous 745b998774 LibJS: Get rid of unnecessary work from canonical_numeric_index_string il y a 3 ans
  Andreas Kling 4b412e8fee Revert "LibJS: Get rid of unnecessary work from canonical_numeric_index_string" il y a 3 ans
  Anonymous d1cc67bbe1 LibJS: Avoid unnecessary ToObject conversion when resolving references il y a 3 ans
  Andreas Kling f290c59dd8 LibJS: Keep track of PrimitiveStrings and share them il y a 3 ans
  Timothy Flynn c1e99fca1a LibJS: Replace Vector<u16> usage in PrimitiveString wth Utf16String il y a 4 ans
  Timothy Flynn b6ff7f4fcc LibJS: Allow PrimitiveString to be created with a UTF-16 string il y a 4 ans
  Timothy Flynn 4c2cc419f9 LibJS: Decode UTF-16 surrogate pairs during string literal construction 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
  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