Historique des commits

Auteur SHA1 Message Date
  Timothy Flynn bc23c5b9fe LibWeb: Append the bytes of File objects in submitted form data il y a 1 an
  Timothy Flynn c0d18e976e LibWeb: Use string literals as format strings during form serialization il y a 1 an
  Timothy Flynn bb38cc1010 LibWeb: Do not blindly create File objects when adding FormData entries il y a 1 an
  Timothy Flynn 94c67c364d LibWeb: Implement HTMLInputElement's selected coordinates il y a 1 an
  Timothy Flynn 986811d2aa LibWeb: Do not use HTMLFormElement::elements to get submittable elements il y a 1 an
  Shannon Booth 2a94cddb02 LibWeb: Remove duplicated HTMLInputElement::name il y a 1 an
  Shannon Booth 41f84deb9f LibWeb: Port Element::name to a cached FlyString il y a 1 an
  Ali Mohammad Pur 5e1499d104 Everywhere: Rename {Deprecated => Byte}String il y a 1 an
  Shannon Booth e3bc8610a9 LibWeb: Port HTMLInputElement from DeprecatedString to String il y a 1 an
  Shannon Booth 7206f1777a LibWeb: Port HTMLOptionElement interface from DeprecatedString to String il y a 1 an
  Andreas Kling 34344120f2 AK: Make "foo"_string infallible il y a 1 an
  Luke Wilde c9c1ddd0bb LibWeb: Fix up constructing the form entry list il y a 2 ans
  Andreas Kling e43027091d LibWeb: Don't include HTML/Window.h from DOM/Element.h il y a 2 ans
  Linus Groh b3cc320718 LibWeb/HTML: Use correct spec link for multipart/form-data encoding il y a 2 ans
  Kenneth Myhra 4d87072201 LibWeb: Port {HTML,UIEvents,XHR}::EventNames to new String il y a 2 ans
  Kenneth Myhra 84722ae2ef LibWeb: Implement multipart/form-data encoding algorithm il y a 2 ans
  Kenneth Myhra bb7ae423d5 LibWeb: Port FormDataEvent to new String il y a 2 ans
  Kenneth Myhra 9a5a8d617d LibWeb: Port IDL implementations Blob and File to new String il y a 2 ans
  Linus Groh 09d40bfbb2 Everywhere: Use _{short_,}string to create Strings from literals il y a 2 ans
  Luke Wilde 3275d659bf LibWeb: Convert FormData to String and Vector storage il y a 2 ans
  Kenneth Myhra 562594c416 LibWeb: Do not assume field element is always a HTMLInputElement il y a 2 ans
  Kenneth Myhra 7d23af49c2 LibWeb: Avoid dereferencing null pointer il y a 2 ans
  Kenneth Myhra 4d27b9e553 LibWeb: Use 'auto& vm =' once at beginning to reduce noise il y a 2 ans
  Kenneth Myhra fc886b4556 LibWeb: Implement algorithm 'construct the entry list given a form' il y a 2 ans
  Kenneth Myhra d5b5b94a35 LibWeb: Introduce the FormData interface from the XHR specification il y a 2 ans