Historial de Commits

Autor SHA1 Mensaje Fecha
  Ali Mohammad Pur 5e1499d104 Everywhere: Rename {Deprecated => Byte}String hace 1 año
  Shannon Booth 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString hace 1 año
  Andreas Kling bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks hace 1 año
  Shannon Booth 6a2a7cad61 LibWeb/LibJS: Avoid GC visit of raw pointers where possible hace 1 año
  Kemal Zebari 93e230ba58 LibWeb/URL: Use the correct spec URL comment for `URL::port()` hace 1 año
  Kemal Zebari 824c54acaf LibWeb/URL: Add `strip_trailing_spaces_from_an_opaque_path()` hace 1 año
  Kemal Zebari ce549eb92a LibWeb/URL: Don't have `URL::pathname()` perform percent decode hace 1 año
  Shannon Booth 9d60f23abc AK: Port URL::m_fragment from DeprecatedString to String hace 1 año
  Shannon Booth c25485700a AK: Port URL scheme from DeprecatedString to String hace 1 año
  Shannon Booth 21fe86d235 AK: Port URL::m_query from DeprecatedString to String hace 1 año
  Shannon Booth 55a01e72ca AK: Port URL username/password from DeprecatedString to String hace 1 año
  Andreas Kling 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible hace 1 año
  Andreas Kling 18c54d8d40 LibJS: Make Cell::initialize() return void hace 1 año
  Shannon Booth 98666b012d AK: Remove URL::ApplyPercentEncoding hace 1 año
  Timothy Flynn 9957d48f48 LibWeb: Implement URL.createObjectURL and URL.revokeObjectURL hace 1 año
  Timothy Flynn dd36a0c12d LibWeb: Implement extracting the origin of a blob URL hace 1 año
  Shannon Booth 3cb65645cf LibWeb: Make Web::URL::host_is_domain accept an AK::URL::Host hace 1 año
  Shannon Booth 8751be09f9 AK: Serialize URL hosts with 'concept-host-serializer' hace 1 año
  Andreas Kling eb1f61f3b1 LibWeb: Fix logic typo in URL::parse() hace 2 años
  Shannon Booth 5625ca5cb9 AK: Rename URLParser::parse to URLParser::basic_parse hace 2 años
  Shannon Booth 6fecd8cc44 LibWeb: Add interface for 'concept-url-parser' hace 2 años
  Ben Wiederhake 36ff6187f6 Everywhere: Change spelling of 'behaviour' to 'behavior' hace 2 años
  MacDue 35612c6a7f AK+Everywhere: Change URL::path() to serialize_path() hace 2 años
  MacDue 5acd40c525 AK+Everywhere: Add ApplyPercentDecoding option to URL getters hace 2 años
  Linus Groh 0a556ae26d LibWeb/URL: Make URL::search_params() return a NonnullGCPtr hace 2 años
  Linus Groh 28cf8ba92e LibWeb/URL: Add spec links and comments hace 2 años
  networkException b1e43c9ea1 LibWeb: Implement URL.canParse(url, base) hace 2 años
  networkException 0e552f1d7a LibWeb: Update URL constructor steps to match the specification hace 2 años
  networkException 9915fa72fb AK+Everywhere: Use Optional for URLParser::parse's base_url parameter hace 2 años
  Kenneth Myhra 9da09e4fd3 LibWeb: Port URL and URLSearchParams to new String hace 2 años