Histórico de Commits

Autor SHA1 Mensagem Data
  Shannon Booth 9ce8189f21 Everywhere: Use unqualified AK::URL há 1 ano atrás
  Shannon Booth f9e5b43b7a LibWeb: Rename URL platform object to DOMURL há 1 ano atrás
  Ali Mohammad Pur 5e1499d104 Everywhere: Rename {Deprecated => Byte}String há 1 ano atrás
  Shannon Booth 04c094343f LibWeb+Meta: Add wrapper for the BufferSource/ArrayBufferView IDL types há 1 ano atrás
  Andreas Kling bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks há 1 ano atrás
  Andreas Kling 2b343c9508 LibWeb: Don't crash in XHR.response{,XML} for empty XML document há 1 ano atrás
  Bastiaan van der Plaat 222cc29c5c LibWeb: Add XMLHttpRequest Document response type há 1 ano atrás
  Aliaksandr Kalenik bdd3a16b16 LibWeb: Make `Fetch::Infrastructure::Body` be GC allocated há 1 ano atrás
  Andreas Kling 18c54d8d40 LibJS: Make Cell::initialize() return void há 1 ano atrás
  Timothy Flynn c911781c21 Everywhere: Remove needless trailing semi-colons after functions há 2 anos atrás
  Kenneth Myhra bf048da8cb LibWeb: Port fire_progress_event() + request_error_steps() to new String há 2 anos atrás
  Kenneth Myhra 1120011de4 LibWeb: Add FormData support to XHR há 2 anos atrás
  Luke Wilde d036862f2b LibWeb: Refactor XHR (almost) exactly to the spec há 2 anos atrás
  Linus Groh ad4b4046f4 LibWeb/Fetch: Propagate OOM errors from HeaderList::extract_mime_type() há 2 anos atrás
  Kenneth Myhra f28b8431bf LibWeb: Make factory method of XHR::XMLHttpRequest fallible há 2 anos atrás
  Timothy Flynn 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors há 2 anos atrás
  Timothy Flynn 834202aeb9 LibWeb: Move setting of Web object prototypes to initialize() há 2 anos atrás
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString há 2 anos atrás
  Linus Groh 93c0c73b9e LibWeb: Implement XMLHttpRequest.withCredentials há 2 anos atrás
  Linus Groh bfa378660b LibWeb: Add a clarifying comment to XHR::m_response_object há 2 anos atrás
  Linus Groh fb57500394 LibWeb: Use HeaderList from Fetch for XHR author request headers há 2 anos atrás
  Linus Groh c8184d85c1 LibWeb: Rename XHR::{m_request_headers => m_author_request_headers} há 2 anos atrás
  Linus Groh 6e53dd8767 LibWeb: Rename XHR::{m_url => m_request_url} há 2 anos atrás
  Linus Groh 29a8414a05 LibWeb: Rename XHR::{m_method => m_request_method} há 2 anos atrás
  Linus Groh 338ada66fa LibWeb: Add spec comments and links to XHR members há 2 anos atrás
  Linus Groh 04eaff3bb4 LibWeb: Rename XHR's ReadyState / m_ready_state to just State / m_state há 2 anos atrás
  Kenneth Myhra d11d26ef91 LibWeb: Implement support for DOM::Document in XHR::send() há 2 anos atrás
  Luke Wilde 6c21c72492 LibWeb: Stub XMLHttpRequest.abort há 2 anos atrás
  Andreas Kling 455167008d LibWeb: Implement XMLHttpRequest.requestType setter according to spec há 2 anos atrás
  Andreas Kling e448c74736 LibWeb: Protect XMLHttpRequest from GC in special circumstances há 2 anos atrás