提交歷史

作者 SHA1 備註 提交日期
  Andreas Kling a504ac3e2a Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case 2 年之前
  Linus Groh 7f9ddcf420 LibWeb/Fetch: Port JS interfaces to new String 2 年之前
  Linus Groh ee68eba0ac LibWeb: Implement Headers.getSetCookie() 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 年之前
  Timothy Flynn d8044c5358 LibJS+LibWeb: Move the macro to convert ENOMEM to an exception to LibJS 2 年之前
  Linus Groh 22089436ed LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr 2 年之前
  Linus Groh a06b97dae0 LibWeb/Fetch: Share validation logic in the Headers class 2 年之前
  Linus Groh 2f1bda3347 LibWeb/Fetch: Tweak wording in some spec comments 2 年之前
  Linus Groh 1c9bb2d8b4 LibWeb/Fetch: Refactor forbidden request-headers 2 年之前
  Linus Groh 011f6a6cb4 LibWeb/Fetch: Use tuple syntax for headers in spec comments 2 年之前
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 年之前
  Linus Groh b1968b8bed LibWeb: Make Fetch::Infrastructure::{Request,Response,HeaderList} GC'd 2 年之前
  Linus Groh 6ce08d3f75 LibWeb: Use StringView literals for all `WebIDL::SimpleException`s 2 年之前
  Linus Groh 65f5c7adbc LibWeb: Add Fetch::Infrastructure::Header::from_string_pair() helper 2 年之前
  Andrew Kaster 4878a18ee7 LibWeb: Remove unecessary dependence on Window from Fetch, XHR, FileAPI 2 年之前
  Linus Groh afe2563e2b LibWeb: Make HeaderList ref-counted 2 年之前
  Linus Groh ad04d7ac9b LibWeb: Move ExceptionOr from DOM/ to WebIDL/ 2 年之前
  Linus Groh edfef8e2f5 Everywhere: Rename WrapperGenerator to BindingsGenerator 2 年之前
  Andreas Kling 497ead37bc LibWeb: Make DOMException GC-allocated 2 年之前
  Andreas Kling 96f6c7fae5 LibWeb: Make Headers and HeadersIterator GC-allocated 2 年之前
  Linus Groh b345a0acca LibJS+LibWeb: Reduce use of GlobalObject as an intermediary 2 年之前
  Linus Groh f3117d46dc LibJS: Remove GlobalObject from VM::throw_completion() 2 年之前
  Linus Groh 69d324d46a LibWeb: Fix accidental (name, name) header in Headers::fill() 3 年之前
  Linus Groh ed49b66f25 LibWeb: Implement '5.1. Headers class' from the Fetch API :^) 3 年之前