Historique des commits

Auteur SHA1 Message Date
  Ali Mohammad Pur 5e1499d104 Everywhere: Rename {Deprecated => Byte}String il y a 1 an
  Shannon Booth 04c094343f LibWeb+Meta: Add wrapper for the BufferSource/ArrayBufferView IDL types il y a 1 an
  Andreas Kling bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks il y a 1 an
  Andreas Kling 2b343c9508 LibWeb: Don't crash in XHR.response{,XML} for empty XML document il y a 1 an
  Bastiaan van der Plaat 222cc29c5c LibWeb: Add XMLHttpRequest Document response type il y a 1 an
  Aliaksandr Kalenik bdd3a16b16 LibWeb: Make `Fetch::Infrastructure::Body` be GC allocated il y a 1 an
  Andreas Kling 18c54d8d40 LibJS: Make Cell::initialize() return void il y a 1 an
  Timothy Flynn c911781c21 Everywhere: Remove needless trailing semi-colons after functions il y a 2 ans
  Kenneth Myhra bf048da8cb LibWeb: Port fire_progress_event() + request_error_steps() to new String il y a 2 ans
  Kenneth Myhra 1120011de4 LibWeb: Add FormData support to XHR il y a 2 ans
  Luke Wilde d036862f2b LibWeb: Refactor XHR (almost) exactly to the spec il y a 2 ans
  Linus Groh ad4b4046f4 LibWeb/Fetch: Propagate OOM errors from HeaderList::extract_mime_type() il y a 2 ans
  Kenneth Myhra f28b8431bf LibWeb: Make factory method of XHR::XMLHttpRequest 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 93c0c73b9e LibWeb: Implement XMLHttpRequest.withCredentials il y a 2 ans
  Linus Groh bfa378660b LibWeb: Add a clarifying comment to XHR::m_response_object il y a 2 ans
  Linus Groh fb57500394 LibWeb: Use HeaderList from Fetch for XHR author request headers il y a 2 ans
  Linus Groh c8184d85c1 LibWeb: Rename XHR::{m_request_headers => m_author_request_headers} il y a 2 ans
  Linus Groh 6e53dd8767 LibWeb: Rename XHR::{m_url => m_request_url} il y a 2 ans
  Linus Groh 29a8414a05 LibWeb: Rename XHR::{m_method => m_request_method} il y a 2 ans
  Linus Groh 338ada66fa LibWeb: Add spec comments and links to XHR members il y a 2 ans
  Linus Groh 04eaff3bb4 LibWeb: Rename XHR's ReadyState / m_ready_state to just State / m_state il y a 2 ans
  Kenneth Myhra d11d26ef91 LibWeb: Implement support for DOM::Document in XHR::send() il y a 2 ans
  Luke Wilde 6c21c72492 LibWeb: Stub XMLHttpRequest.abort il y a 2 ans
  Andreas Kling 455167008d LibWeb: Implement XMLHttpRequest.requestType setter according to spec il y a 2 ans
  Andreas Kling e448c74736 LibWeb: Protect XMLHttpRequest from GC in special circumstances il y a 2 ans
  Kenneth Myhra ebd93c8d57 LibWeb: Revert support for DOM::Document in XHR::send() il y a 2 ans
  Kenneth Myhra 7831e62955 LibWeb: Add support for DOM::Document to XHR::send() il y a 2 ans