コミット履歴

作者 SHA1 メッセージ 日付
  Shannon Booth 191c87f1cd LibWeb: Handle 'default' value state for input elements 1 年間 前
  Shannon Booth 0f374afc8f LibWeb: Handle radio/checkbox default-or-on value attribute state 1 年間 前
  Shannon Booth fc4fd6cb02 LibWeb: Fix empty value attribute for 'file' input returning fakepath 1 年間 前
  Sam Atkins 8a8cc18cf4 LibWeb: Make StyleValue constructors infallible 1 年間 前
  Andreas Kling 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 1 年間 前
  Andreas Kling 18c54d8d40 LibJS: Make Cell::initialize() return void 1 年間 前
  Andreas Kling 21260ea2ef LibWeb: Merge did_remove_attribute() into attribute_changed() 2 年 前
  Andreas Kling 5a74486b59 LibWeb: Rename DOM::Element::parse_attribute() => attribute_changed() 2 年 前
  Luke Wilde f04d1d493d LibWeb: Bring form submission more up to spec 2 年 前
  Luke Wilde c9c1ddd0bb LibWeb: Fix up constructing the form entry list 2 年 前
  stelar7 518679b0dd LibWeb: Adjust change event timing for input elements 2 年 前
  PrestonLTaylor 5d3b7a5ecc LibWeb: Return DOMException instead of crashing when setting attributes 2 年 前
  Andreas Kling 7d24c13d8b LibWeb: Make input element placeholders look better 2 年 前
  Sam Atkins d16600a48b LibWeb: Propagate errors from StyleValue construction 2 年 前
  Emil Militzer 31e1be0438 LibWeb: Support multi-keyword syntax for CSS display property 2 年 前
  Kenneth Myhra ad5cbdc51b LibWeb: Port {Mouse,UI,Wheel,}Event to new String 2 年 前
  Kenneth Myhra 4d87072201 LibWeb: Port {HTML,UIEvents,XHR}::EventNames to new String 2 年 前
  Luke Wilde 034aaf3f51 LibWeb: Introduce CustomElementRegistry and creating custom elements 2 年 前
  MacDue 17d23590bf LibWeb: Check for empty name in is_in_same_radio_button_group() 2 年 前
  MacDue f96747b722 LibWeb: Check all conditions of radio button groups 2 年 前
  Sam Atkins 76de017a51 LibWeb: Split IdentifierStyleValue out of StyleValue.{h,cpp} 2 年 前
  Andreas Kling a6d1307aa4 LibWeb: Don't crash on HTML input element with `display: inline` 2 年 前
  Srikavin Ramkumar d177d83b44 LibWeb: Implement indeterminate IDL attribute in HTMLInputElement 2 年 前
  Elisée Maurer 38a3e28799 LibWeb: Stub out a few form validation and selection methods 2 年 前
  Mathis Wiehl ed1a7aee43 LibWeb: Don't deref HTMLInputElement parent if its null 2 年 前
  Simon Wanner a13c21c807 LibWeb: Specify height as 1lh to fix the size of empty text boxes 2 年 前
  Mathis Wiehl 8169b878f8 LibWeb: Invalidate sibling styles on input element checked state change 2 年 前
  Andreas Kling a504ac3e2a Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case 2 年 前
  Andreas Kling 806d32c88f LibWeb: Use shadow_root_internal() when building <input> UA shadow DOM 2 年 前
  Kenneth Myhra 9da09e4fd3 LibWeb: Port URL and URLSearchParams to new String 2 年 前