提交历史

作者 SHA1 备注 提交日期
  Timothy Flynn a59ebdac2d LibJS+Everywhere: Return strings by value from PrimitiveString 2 年之前
  Timothy Flynn 6e1a239a62 LibJS: Use fallible methods to handle OOM when resolving rope strings 2 年之前
  Timothy Flynn 115baa7e32 LibJS+Everywhere: Make PrimitiveString and Utf16String fallible 2 年之前
  Timothy Flynn d793262beb AK+Everywhere: Make UTF-16 to UTF-8 converter fallible 2 年之前
  Timothy Flynn 425c168ded AK+LibJS+LibRegex: Define an alias for UTF-16 string data storage 2 年之前
  Linus Groh 22089436ed LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr 2 年之前
  Linus Groh 525f22d018 LibJS: Replace standalone js_string() with PrimitiveString::create() 2 年之前
  Linus Groh 57dc179b1f Everywhere: Rename to_{string => deprecated_string}() where applicable 2 年之前
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 年之前
  Andreas Kling 71067cbc6c LibJS+LibWeb: Make Runtime/AbstractOperations.h not include AST.h 2 年之前
  Linus Groh 56b2ae5ac0 LibJS: Replace GlobalObject with VM in remaining AOs [Part 19/19] 2 年之前
  Linus Groh e992a9f469 LibJS+LibWeb: Replace GlobalObject with Realm in Heap::allocate<T>() 3 年之前
  Linus Groh 12edbb51bc LibJS: Rename PrimitiveString::m_{left,right} to m_{lhs,rhs} 3 年之前
  Andreas Kling 64b29eb459 LibJS: Implement string concatenation using ropes 3 年之前
  Andreas Kling f4c68eb0a4 LibJS: Add PrimitiveString::is_empty() and use it 3 年之前
  davidot da374a82bc LibJS: Correct an include in PrimitiveString 3 年之前
  Anonymous 745b998774 LibJS: Get rid of unnecessary work from canonical_numeric_index_string 3 年之前
  Andreas Kling 4b412e8fee Revert "LibJS: Get rid of unnecessary work from canonical_numeric_index_string" 3 年之前
  Anonymous d1cc67bbe1 LibJS: Avoid unnecessary ToObject conversion when resolving references 3 年之前
  Andreas Kling f290c59dd8 LibJS: Keep track of PrimitiveStrings and share them 3 年之前
  Timothy Flynn c1e99fca1a LibJS: Replace Vector<u16> usage in PrimitiveString wth Utf16String 4 年之前
  Timothy Flynn b6ff7f4fcc LibJS: Allow PrimitiveString to be created with a UTF-16 string 4 年之前
  Timothy Flynn 4c2cc419f9 LibJS: Decode UTF-16 surrogate pairs during string literal construction 4 年之前
  Timothy Flynn 0c42aece36 LibJS: Transcode UTF-8 strings to UTF-16 and add UTF-16 accessors 4 年之前
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 年之前
  Andreas Kling 13d7c09125 Libraries: Move to Userland/Libraries/ 4 年之前