提交历史

作者 SHA1 备注 提交日期
  Aliaksandr Kalenik a8077f79cc LibWeb: Separate text control input events handling from contenteditable 8 月之前
  Piotr 205155a7ab LibWeb: Set `textarea` rows and cols default value if 0 8 月之前
  Andreas Kling dd419b5a8d AK: Make String::number() infallible 9 月之前
  Timothy Flynn 516f5f7008 LibWeb: Implement the form associated element clear algorithm 9 月之前
  Tim Ledbetter d0b97873d4 LibWeb: Follow spec steps to set the selectionDirection attribute value 9 月之前
  Gingeh 1d9c404b8c LibWeb: Don't move focus when setting input value 10 月之前
  Tim Ledbetter 2c8fb49578 LibWeb: Don't attempt to set selection if control has no selectable text 10 月之前
  Timothy Flynn fc37c4ad40 LibWeb: Only set the editable text cursor position if necessary 10 月之前
  Andreas Kling ddbfac38b0 LibWeb: Note what's causing a style invalidation to happen 10 月之前
  Timothy Flynn 96ad310643 LibWeb: Remove range-count filter from selection change handlers 10 月之前
  Timothy Flynn fd289deb44 LibWeb: Update the document cursor position when the selection changes 10 月之前
  Tim Ledbetter 2f5b070716 LibWeb: Implement setRangeText for input and textarea elements 10 月之前
  Jelle Raaijmakers 732e3fa82f LibWeb: Propagate input/textarea selection update to document selection 10 月之前
  Jelle Raaijmakers 814ca3267e LibWeb: Implement input/textarea selection APIs 10 月之前
  Tim Ledbetter d3e076f963 LibWeb: Implement cloning steps for `HTMLTextAreaElement` 10 月之前
  Colin Reeder cca03e484b LibWeb: Also invalidate placeholder style on focus change 11 月之前
  Timothy Flynn faebbbc281 LibWeb: Move the navigable's cursor position to be owned by the document 11 月之前
  Shannon Booth 62bf428a7f HTML: Put HTMLTextAreaElement selection helpers in FormAssociatedElement 11 月之前
  Timothy Flynn 4a166a45ec LibWeb: Avoid allocating UTF-16 strings only the UTF-16 length is needed 11 月之前
  Tim Ledbetter 572324d47b LibWeb: Invalidate input element style on focus change 1 年之前
  Andreas Kling f4bdf56212 LibWeb: Rename Element::shadow_root_internal() to shadow_root() 1 年之前
  Shannon Booth bad44f8fc9 LibWeb: Remove Bindings/Forward.h from LibWeb/Forward.h 1 年之前
  Andreas Kling 0ebfc0a4c4 LibWeb: Move event handling & cursor from BrowsingContext to Navigable 1 年之前
  Andreas Kling 1cb5385a29 LibCore: Stop obsessing about tiny OOMs in Core::Timer 1 年之前
  Bastiaan van der Plaat 4205ac778f LibWeb: Hide inner text of input element when showing placeholder 1 年之前
  Andreas Kling c0d7f748ed LibWeb: Avoid FlyString lookups when setting IDL interface prototypes 1 年之前
  Aliaksandr Kalenik e0713376a0 LibWeb: Capture weak `this` ptr in HTMLTextAreaElement input callback 1 年之前
  Timothy Flynn 9eb38ce79c LibWeb: Update the <textarea> shadow DOM after reseting its form owner 1 年之前
  Timothy Flynn c0d594568d LibWeb: Partially implement <textarea>'s selectionStart and selectionEnd 1 年之前
  Timothy Flynn abc1be5b9e LibWeb: Update the <textarea> shadow DOM when the value attribute is set 1 年之前