Historique des commits

Auteur SHA1 Message Date
  Ali Mohammad Pur 5e1499d104 Everywhere: Rename {Deprecated => Byte}String il y a 1 an
  Shannon Booth 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString il y a 1 an
  Andreas Kling bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks il y a 1 an
  Shannon Booth 50d8ef94ba AK: Port percent_encode_after_encoding to String il y a 1 an
  Andreas Kling 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible il y a 1 an
  Andreas Kling 18c54d8d40 LibJS: Make Cell::initialize() return void il y a 1 an
  Shannon Booth 2b46e6f664 Everywhere: Update copyrights with my new serenityos.org e-mail :^) il y a 2 ans
  Shannon Booth 55d59636ef LibWeb: Implement Web::URL::url_encode closer to spec il y a 2 ans
  Shannon Booth 799c79cc5a LibWeb: Simplify logic in Web::URL::URLSearchParams::sort il y a 2 ans
  Shannon Booth e99c0ddb0e LibWeb: Add spec link for Web::URL::url_decode il y a 2 ans
  Linus Groh 11b40dbcf5 LibWeb/WebIDL: Store SimpleException message as a String{,View} variant il y a 2 ans
  Kenneth Myhra 9da09e4fd3 LibWeb: Port URL and URLSearchParams to new String il y a 2 ans
  CanadaHonk 3e2ceef8c3 LibWeb: Add size to URLSearchParams il y a 2 ans
  Kenneth Myhra 35622606c1 LibWeb: Make factory method of URL::URLSearchParams fallible il y a 2 ans
  Timothy Flynn b75b7f0c0d LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate il y a 2 ans
  Timothy Flynn 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors il y a 2 ans
  Timothy Flynn 834202aeb9 LibWeb: Move setting of Web object prototypes to initialize() il y a 2 ans
  Linus Groh 22089436ed LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr 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
  Andrew Kaster 4bb6345b2f LibWeb: Remove unecessary dependence on Window from assorted classes il y a 2 ans
  Linus Groh ad04d7ac9b LibWeb: Move ExceptionOr from DOM/ to WebIDL/ il y a 2 ans
  Andreas Kling fe9c5395d4 LibWeb: Make URL, URLSearchParams & URLSearchParamsIterator GC-allocated il y a 2 ans
  Andreas Kling 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated il y a 2 ans
  Kenneth Myhra 1b9f5fa28a LibWeb: Mark URLSearchParams::to_string() as const il y a 3 ans
  DexesTTP 7ceeb74535 AK: Use an enum instead of a bool for String::replace(all_occurences) il y a 3 ans
  Andreas Kling 3724ce765e AK+LibWeb: Encode ' ' as '+' in application/x-www-form-urlencoded il y a 3 ans
  Idan Horowitz 086969277e Everywhere: Run clang-format il y a 3 ans
  Luke Wilde b305ee8692 LibWeb: Add support for the record variant of URLSearchParams il y a 3 ans
  Luke Wilde d7998c5dbd LibWeb: Accept array pairs in URLSearchParams constructor il y a 3 ans