提交历史

作者 SHA1 备注 提交日期
  Kenneth Myhra ada0a59fc1 LibWeb: Make factory method of URL::URL fallible 2 年之前
  Timothy Flynn b75b7f0c0d LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate 2 年之前
  Timothy Flynn 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 年之前
  Timothy Flynn 834202aeb9 LibWeb: Move setting of Web object prototypes to initialize() 2 年之前
  Linus Groh 22089436ed LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr 2 年之前
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 年之前
  Linus Groh 7fd4c7b0c6 LibWeb: Implement 'host is domain' concept from the URL spec 2 年之前
  Linus Groh 6ce08d3f75 LibWeb: Use StringView literals for all `WebIDL::SimpleException`s 2 年之前
  Linus Groh c380d2cfdc LibWeb: Move url_origin() to URL/URL.{cpp,h} 2 年之前
  Andrew Kaster 4bb6345b2f LibWeb: Remove unecessary dependence on Window from assorted classes 2 年之前
  Linus Groh ad04d7ac9b LibWeb: Move ExceptionOr from DOM/ to WebIDL/ 2 年之前
  Andreas Kling fe9c5395d4 LibWeb: Make URL, URLSearchParams & URLSearchParamsIterator GC-allocated 2 年之前
  Andreas Kling 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2 年之前
  Idan Horowitz 086969277e Everywhere: Run clang-format 3 年之前
  Linus Groh cd6896d343 LibWeb: Convert URL to use TRY for error propagation 3 年之前
  Andreas Kling ba0c907a6f LibWeb: Make the URL.port setter return after assigning the empty string 3 年之前
  Idan Horowitz ed5128d759 LibWeb: Add the URL::{protocol, pathname, search, hash} attributes 3 年之前
  Idan Horowitz 7f9818bcbc LibWeb: Add the URL::host, URL::hostname & URL:port attributes 3 年之前
  Idan Horowitz e89320887e LibWeb: Add the URL::username, URL::password & URL::origin attributes 3 年之前
  Idan Horowitz fe32c9c3bd LibWeb: Add the URL::searchParams attribute 3 年之前
  Idan Horowitz 1841fbd3e4 LibWeb: Add the URL::href attribute and URL::to_json method 3 年之前
  Idan Horowitz e6abc1b44e LibWeb: Add a bare implementation of the URL built-in 3 年之前
  Idan Horowitz af5b62d8cd LibWeb: Move url_{encode, decode} to URL/URLSearchParams.{h, cpp} 3 年之前
  Idan Horowitz de19dcf81a LibWeb: Add URL::url_decode for decoding form url encoded parameters 3 年之前
  Idan Horowitz 4629f2e4ad LibWeb: Add the Web::URL namespace and move URLEncoder to it 3 年之前