Commit History

作者 SHA1 備註 提交日期
  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 年之前
  Andreas Kling 1cf5737e9e LibWeb: Add fast_is<T>() for various types stood out in a profile 2 年之前
  Kenneth Myhra 9da09e4fd3 LibWeb: Port URL and URLSearchParams to new String 2 年之前
  Linus Groh 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace 2 年之前
  Timothy Flynn 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 年之前
  MacDue 890b4d7980 LibWeb: Replace ARIA role static FlyStrings with an enum 2 年之前
  Timothy Flynn 834202aeb9 LibWeb: Move setting of Web object prototypes to initialize() 2 年之前
  Timothy Flynn f3db548a3d AK+Everywhere: Rename FlyString to DeprecatedFlyString 2 年之前
  Jonah e63d9d4925 LibWeb: Add Support for the ARIA Element Properties 2 年之前
  Srikavin Ramkumar de44e0faf5 LibWeb: Implement reset algorithm for HTMLInputElement 2 年之前
  Luke Wilde 1011067a60 LibWeb: Stub HTMLInputElement.setSelectionRange 2 年之前
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 年之前
  Timothy Flynn 4a30446999 LibWeb: Support displaying HTMLInputElement placeholder values 2 年之前
  Luke Wilde 1473bc9169 LibWeb: Implement HTMLOrSVGElement.tabIndex 2 年之前
  Andreas Kling 268b9c5d90 LibWeb: Make the layout tree GC-allocated 2 年之前
  Andrew Kaster 636602a54e LibWeb: Implement <input type=file> behavior 2 年之前
  Linus Groh 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 年之前
  Andreas Kling 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2 年之前
  Linus Groh 80506a161f LibWeb: Make any HTMLInputElement with type != hidden focusable 3 年之前
  Linus Groh 4923e4d406 LibWeb: Make HTMLInputElement::TypeAttributeState an enum class 3 年之前
  Timothy Flynn 5608bc4eaf LibWeb: Remove inheritance of FormAssociatedElement from HTMLElement 3 年之前
  Timothy Flynn 859a75fd4c LibWeb: Handle input element value setting & getting closer to the spec 3 年之前
  Timothy Flynn 1a99cc4a14 LibWeb: Use the cached HTMLInputElement type within associated getters 3 年之前
  Timothy Flynn 95b084a08f LibWeb: Cache HTMLInputElement's parsed type attribute when it changes 3 年之前
  sin-ack 57a85b1017 LibWeb: Ensure that radio group is updated when radio is checked from JS 3 年之前
  sin-ack 29583104d2 LibWeb: Refactor all LabelableNode subclasses + input event handling :^) 3 年之前
  Andreas Kling 88173648e3 LibWeb: Create HTMLInputElement UA shadow tree when inserted into DOM 3 年之前
  Andreas Kling cb0c5390ff LibWeb: Move mouse event and label logic from layout to painting tree 3 年之前
  Luke Wilde 46c0d0f7ae LibWeb: Associate form elements with a form in parsing and dynamically 3 年之前