Commit Verlauf

Autor SHA1 Nachricht Datum
  Andreas Kling ffad902c07 LibWeb: Use cached_web_prototype() as much as possible vor 2 Jahren
  Andreas Kling 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated vor 2 Jahren
  Andreas Kling 7c3db526b0 LibWeb: Make DOM::Event and all its subclasses GC-allocated vor 2 Jahren
  sin-ack 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*) vor 3 Jahren
  Linus Groh 80506a161f LibWeb: Make any HTMLInputElement with type != hidden focusable vor 3 Jahren
  Timothy Flynn 5608bc4eaf LibWeb: Remove inheritance of FormAssociatedElement from HTMLElement vor 3 Jahren
  Timothy Flynn 859a75fd4c LibWeb: Handle input element value setting & getting closer to the spec vor 3 Jahren
  Lenny Maiorani c37820b898 Libraries: Use default constructors/destructors in LibWeb vor 3 Jahren
  Timothy Flynn 1a99cc4a14 LibWeb: Use the cached HTMLInputElement type within associated getters vor 3 Jahren
  Timothy Flynn 95b084a08f LibWeb: Cache HTMLInputElement's parsed type attribute when it changes vor 3 Jahren
  sin-ack d2a99eded7 LibWeb: Convert usages of type() to type_state() vor 3 Jahren
  sin-ack 57a85b1017 LibWeb: Ensure that radio group is updated when radio is checked from JS vor 3 Jahren
  sin-ack 29583104d2 LibWeb: Refactor all LabelableNode subclasses + input event handling :^) vor 3 Jahren
  Andreas Kling 06ccc45157 LibWeb: Don't create HTMLInputElement's UA shadow tree for buttons vor 3 Jahren
  Andreas Kling 88173648e3 LibWeb: Create HTMLInputElement UA shadow tree when inserted into DOM vor 3 Jahren
  Andreas Kling 1223c88e68 LibWeb: Mark input elements for style update in set_checked() vor 3 Jahren
  Andreas Kling cb0c5390ff LibWeb: Move mouse event and label logic from layout to painting tree vor 3 Jahren
  Luke Wilde 46c0d0f7ae LibWeb: Associate form elements with a form in parsing and dynamically vor 3 Jahren
  Luke Wilde d2e18175ef LibWeb: Move enabled() to FormAssociatedElement and follow the spec vor 3 Jahren
  Andreas Kling fe67fe3791 LibWeb: Check for valid names in Document.createElement() & friends vor 3 Jahren
  Kenneth Myhra 655f054b4f LibWeb: Add default padding around contents of text <input> elements vor 3 Jahren
  Andreas Kling 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace vor 3 Jahren
  Adam Hodgen aa70422b4d LibWeb: Add <input> value sanitiztion algorithm vor 3 Jahren
  Adam Hodgen 240068a48c LibWeb: Improve display of input elements vor 3 Jahren
  Adam Hodgen 8edade071d LibWeb: Reflect only known values for <input> element's type attribute vor 3 Jahren
  Andreas Kling 246c31ccf6 LibWeb: Make <input type=checkbox> fire click events when clicked :^) vor 3 Jahren
  Andreas Kling 2660795bcf LibWeb: Add the HTMLInputElement.type attribute vor 3 Jahren
  Andreas Kling 5f54b8dd6c LibWeb: Fire "input" and "change" events when editing a text <input> vor 3 Jahren
  Andreas Kling 61115dc638 LibWeb: Implement activation behavior for <input type=checkbox> vor 3 Jahren
  Andreas Kling 8a89a7bd95 LibWeb: Make <input type=checkbox> honor the "checked" attribute vor 3 Jahren