Commit History

Author SHA1 Message Date
  Bastian Müller 3be93ac49f LibWeb/XHR: Parse URL to resolve blob 8 months ago
  Andreas Kling 279d229f71 LibWeb: Remove unnecessary use of TRY_OR_THROW_OOM in XMLHttpRequest 9 months ago
  Andreas Kling fa1c5a3e85 LibWeb: Make XMLHttpRequests functions related to MimeType infallible 9 months ago
  Andreas Kling 5c20bc2afc LibWeb: Make MimeSniff::MimeType::parse() infallible 9 months ago
  Andreas Kling 88e7688940 LibWeb: Make more MimeSniff::MimeType APIs infallible 9 months ago
  Andreas Kling 9a8db40a23 LibWeb: Make MimeSniff::MimeType::create() infallible 9 months ago
  Andreas Kling 175f3febb8 LibWeb: Make DOMException take error message as a String 9 months ago
  Shannon Booth dc401f49ea LibWeb+LibURL: Move HTML::Origin to URL::Origin 9 months ago
  Andreas Kling cc4b3cbacc Meta: Update my e-mail address everywhere 9 months ago
  Shannon Booth 84a7fead0e LibURL: Make percent_encode return a String 11 months ago
  Kenneth Myhra 29112f7365 LibWeb: Integrate Streams in XHR::send() 1 year ago
  Shannon Booth f7ba07cc8b LibWeb: Handle non-object JSON in XMLHttpRequest response 1 year ago
  Andreas Kling 527ad9ac01 LibWeb: Implement XMLHttpRequest.responseURL 1 year ago
  Timothy Flynn b3032befe0 LibWeb: Remove OOM propagation from Fetch::Infrastructure::Methods 1 year ago
  Timothy Flynn c79f46fe6f LibWeb: Remove OOM propagation from Fetch::Infrastructure::Headers 1 year ago
  Timothy Flynn 3dee703227 LibWeb: Avoid UAF parsing an XML document's charset 1 year ago
  Andreas Kling c0d7f748ed LibWeb: Avoid FlyString lookups when setting IDL interface prototypes 1 year ago
  Ali Mohammad Pur 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 year ago
  Andrew Kaster 9ab312e001 LibWeb: Hide XHR send debug messages behind SPAM_DEBUG 1 year ago
  Shannon Booth 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString 1 year ago
  Shannon Booth 6c42de3e8b LibWeb: Port XMLSerializer from DeprecatedString to String 1 year ago
  Andreas Kling bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 year ago
  Idan Horowitz 278e8afb42 LibWeb: Consider content-type charset when determining XML encoding 1 year ago
  Ali Mohammad Pur aeee98b3a1 AK+Everywhere: Remove the null state of DeprecatedString 1 year ago
  Andreas Kling 0762388709 LibWeb: Make XHR.response an actual XMLDocument for XML documents 1 year ago
  Andreas Kling 2b343c9508 LibWeb: Don't crash in XHR.response{,XML} for empty XML document 1 year ago
  Aliaksandr Kalenik 09c1eccb50 LibWeb: Fix crash in XMLHttpRequest::response_xml() if response empty 1 year ago
  Shannon Booth e74031a396 LibWeb: Port Document interface from DeprecatedString to String 1 year ago
  Bastiaan van der Plaat 222cc29c5c LibWeb: Add XMLHttpRequest Document response type 1 year ago
  Shannon Booth 41928c2902 LibWeb: Port DOMException interface from DeprecatedString to String 1 year ago