Histórico de Commits

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