Historique des commits

Auteur SHA1 Message Date
  Linus Groh 22a627fc1a LibWeb: Move Origin into the HTML namespace il y a 3 ans
  Ankur Sundara 400ef9913e LibWeb: Fix regexes for XHR il y a 3 ans
  sin-ack 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*) il y a 3 ans
  Kenneth Myhra 247951e09c LibWeb: Add URLSearchParams as part of union type for XHR::send() il y a 3 ans
  Kenneth Myhra 445c3050d4 LibWeb: Wire up XHR::ontimeout event il y a 3 ans
  Kenneth Myhra c805987329 LibWeb: Add timeout functionality to ResourceLoader il y a 3 ans
  Kenneth Myhra 8b42c05648 LibWeb: Add XMLHttpRequest::timeout setter and getter il y a 3 ans
  Luke Wilde 1f820f8840 LibWeb: Add support for the <base> element changing the base URL il y a 3 ans
  Kenneth Myhra a5514fece9 LibWeb: Move XHR::open() towards more spec compliance il y a 3 ans
  Kenneth Myhra 01194053b7 LibWeb: XHR set_request_header() validate header name and value il y a 3 ans
  Kenneth Myhra 1ca1a73d67 LibWeb: Trim leading and trailing HTTP whitespace bytes il y a 3 ans
  Kenneth Myhra fccea8888e LibWeb: Use a more restrictive regex for method token production il y a 3 ans
  Kenneth Myhra 053bcd4859 LibWeb: Combine headers in XMLHttpRequest::set_request_header il y a 3 ans
  Kenneth Myhra 69f05a66fc LibWeb: Add XMLHttpRequest::open() overload il y a 3 ans
  Idan Horowitz 086969277e Everywhere: Run clang-format il y a 3 ans
  Hendiadyoin1 6a95df2526 LibTextCodec: Don't allocate Strings on encoding normalisation il y a 3 ans
  Lenny Maiorani c37820b898 Libraries: Use default constructors/destructors in LibWeb il y a 3 ans
  Linus Groh 1422bd45eb LibWeb: Move Window from DOM directory & namespace to HTML il y a 3 ans
  Andreas Kling e76e8e22b5 LibWeb: Separate "event listener" from "EventListener" il y a 3 ans
  Ali Mohammad Pur 385b07dcda LibWeb: Implement responseType and response for XHR il y a 3 ans
  Linus Groh 6d0e6e3811 LibWeb: Rename Origin::is_same() to Origin::is_same_origin() il y a 3 ans
  Luke Wilde 28f0193d9b LibWeb: Decode XHR text with the specified charset in the MIME type il y a 3 ans
  Luke Wilde 4ccade42b7 LibWeb: Implement XMLHttpRequest.overrideMimeType il y a 3 ans
  Luke Wilde 5aacec65ab LibWeb: Rewrite EventTarget to more closely match the spec il y a 3 ans
  Sam Atkins 45cf40653a Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOr il y a 3 ans
  Andreas Kling a7b1c7eb16 LibWeb: Don't send a request body in XMLHttpRequest GET or HEAD il y a 3 ans
  Idan Horowitz 4d71f22673 LibWeb: Add the missing ProgressEvent IDL constructor il y a 3 ans
  Andreas Kling ed5c807c99 LibWeb: Allow passing a (String) body to XMLHttpRequest.send() il y a 3 ans
  Andreas Kling 0ee457dfdf LibWeb: Provide a default DOM::EventTarget::dispatch_event() il y a 3 ans
  Andreas Kling 7ef4d75716 LibWeb: Implement XMLHttpRequest.getAllResponseHeaders() il y a 3 ans