Histórico de commits

Autor SHA1 Mensagem Data
  Shannon Booth d7c1cc0276 LibWeb: Fix missing 'get an output encoding' step in HTMLFormElement 1 ano atrás
  Shannon Booth 2a732e6ddd LibWeb: Port HTMLFormElement interface from DeprecatedString to String 1 ano atrás
  Shannon Booth 0f6782fae6 LibWeb: Rename Element::attribute to Element::deprecated_attribute 1 ano atrás
  Andrew Kaster d97b09693e LibWeb: Convert SandboxingFlagSet into a enum class 1 ano atrás
  Shannon Booth 9cf5b67162 LibWeb: Return a HTMLFormControlsCollection from HTMLFormElement element 1 ano atrás
  Shannon Booth 21fe86d235 AK: Port URL::m_query from DeprecatedString to String 1 ano atrás
  Andreas Kling 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 1 ano atrás
  Andreas Kling 18c54d8d40 LibJS: Make Cell::initialize() return void 1 ano atrás
  Shannon Booth 55d59636ef LibWeb: Implement Web::URL::url_encode closer to spec 2 anos atrás
  Luke Wilde f04d1d493d LibWeb: Bring form submission more up to spec 2 anos atrás
  Andreas Kling df1bb0ff49 LibWeb: Make HTMLCollection faster when it only cares about children 2 anos atrás
  Kenneth Myhra ad5cbdc51b LibWeb: Port {Mouse,UI,Wheel,}Event to new String 2 anos atrás
  Kenneth Myhra 4d87072201 LibWeb: Port {HTML,UIEvents,XHR}::EventNames to new String 2 anos atrás
  Elisée Maurer 38a3e28799 LibWeb: Stub out a few form validation and selection methods 2 anos atrás
  Andreas Kling a504ac3e2a Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case 2 anos atrás
  Kenneth Myhra b78ee64415 LibWeb: Do not discard String returned from url_encode() to avoid UAF 2 anos atrás
  Kenneth Myhra cec1cda8b0 LibWeb: Port SubmitEvent to new String 2 anos atrás
  Kenneth Myhra 9da09e4fd3 LibWeb: Port URL and URLSearchParams to new String 2 anos atrás
  Kenneth Myhra 809206f50e LibWeb: Make factory method of HTML::SubmitEvent fallible 2 anos atrás
  Kenneth Myhra ff875d353b LibWeb: Make factory method of DOM::HTMLCollection fallible 2 anos atrás
  Kenneth Myhra c120c46acc LibWeb: Make factory methods of DOM::Event fallible 2 anos atrás
  Kenneth Myhra 2363c2a572 LibWeb: Implement HTMLFormElement::get_submittable_elements() 2 anos atrás
  Timothy Flynn 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 anos atrás
  Timothy Flynn 834202aeb9 LibWeb: Move setting of Web object prototypes to initialize() 2 anos atrás
  Srikavin Ramkumar 7cc6ffe5b7 LibWeb: Implement HTMLFormElement::reset 2 anos atrás
  Linus Groh 57dc179b1f Everywhere: Rename to_{string => deprecated_string}() where applicable 2 anos atrás
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 anos atrás
  Andreas Kling d7c58aa58d LibWeb: Implement [SameObject] behavior for HTMLFormElement.elements 2 anos atrás
  Kenneth Myhra f09e256328 LibWeb: Let LoadRequest::set_body() take by value 2 anos atrás
  Andrew Kaster f0c5f77f99 LibWeb: Remove unecessary dependence on Window from HTML classes 2 anos atrás