Historique des commits

Auteur SHA1 Message Date
  Ali Mohammad Pur 5e1499d104 Everywhere: Rename {Deprecated => Byte}String il y a 1 an
  Andreas Kling bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks il y a 1 an
  Kemal Zebari 824c54acaf LibWeb/URL: Add `strip_trailing_spaces_from_an_opaque_path()` il y a 1 an
  Shannon Booth 21fe86d235 AK: Port URL::m_query from DeprecatedString 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 98666b012d AK: Remove URL::ApplyPercentEncoding il y a 1 an
  Timothy Flynn 9957d48f48 LibWeb: Implement URL.createObjectURL and URL.revokeObjectURL il y a 1 an
  Shannon Booth 3cb65645cf LibWeb: Make Web::URL::host_is_domain accept an AK::URL::Host il y a 1 an
  Shannon Booth 6fecd8cc44 LibWeb: Add interface for 'concept-url-parser' il y a 2 ans
  Linus Groh 0a556ae26d LibWeb/URL: Make URL::search_params() return a NonnullGCPtr il y a 2 ans
  MacDue 8283e8b88c AK: Don't store parts of URLs percent decoded il y a 2 ans
  networkException b1e43c9ea1 LibWeb: Implement URL.canParse(url, base) il y a 2 ans
  Ben Wiederhake 560133a0c6 Everywhere: Remove unused DeprecatedString includes il y a 2 ans
  Kenneth Myhra 9da09e4fd3 LibWeb: Port URL and URLSearchParams to new String il y a 2 ans
  Kenneth Myhra ada0a59fc1 LibWeb: Make factory method of URL::URL fallible 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 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString il y a 2 ans
  Linus Groh 7fd4c7b0c6 LibWeb: Implement 'host is domain' concept from the URL spec il y a 2 ans
  Linus Groh c380d2cfdc LibWeb: Move url_origin() to URL/URL.{cpp,h} 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
  Linus Groh 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 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
  Idan Horowitz 086969277e Everywhere: Run clang-format il y a 3 ans
  Idan Horowitz ed5128d759 LibWeb: Add the URL::{protocol, pathname, search, hash} attributes il y a 3 ans
  Idan Horowitz 7f9818bcbc LibWeb: Add the URL::host, URL::hostname & URL:port attributes il y a 3 ans
  Idan Horowitz e89320887e LibWeb: Add the URL::username, URL::password & URL::origin attributes il y a 3 ans