Historique des commits

Auteur SHA1 Message Date
  Andreas Kling c0d7f748ed LibWeb: Avoid FlyString lookups when setting IDL interface prototypes il y a 1 an
  Aliaksandr Kalenik e0713376a0 LibWeb: Capture weak `this` ptr in HTMLTextAreaElement input callback il y a 1 an
  Timothy Flynn 9eb38ce79c LibWeb: Update the <textarea> shadow DOM after reseting its form owner il y a 1 an
  Timothy Flynn c0d594568d LibWeb: Partially implement <textarea>'s selectionStart and selectionEnd il y a 1 an
  Timothy Flynn abc1be5b9e LibWeb: Update the <textarea> shadow DOM when the value attribute is set il y a 1 an
  Timothy Flynn 2b6c00e8b9 LibWeb: Use the <textarea>'s API value, not its raw value, where needed il y a 1 an
  Timothy Flynn 324feb04e7 LibWeb: Fix spec link on <textarea>'s value setter il y a 1 an
  Bastiaan van der Plaat 69e4f924b7 LibWeb: Add element adjust_computed_style and move set_property() to it il y a 1 an
  Bastiaan van der Plaat 110e74b9c1 LibWeb: Move textarea cols rows attr size from css to create_layout_node il y a 1 an
  Timothy Flynn ed13793110 LibWeb: Update the stored textarea value upon change il y a 1 an
  Timothy Flynn 50d3f85f75 LibWeb: Stub out a few HTMLTextArea validity IDL methods il y a 1 an
  Bastiaan van der Plaat a2f101c10b LibWeb: Add input and textarea minlength and maxlength support il y a 1 an
  Bastiaan van der Plaat 05e78dabdb LibWeb: Add textarea readonly support il y a 1 an
  Timothy Flynn 960dcf0e56 LibWeb: Reset form association when the element's form attribute changes il y a 1 an
  Bastiaan van der Plaat a681429dff LibWeb: Remove DOM element deprecated_get_attribute() il y a 1 an
  Bastiaan van der Plaat 52397d01bd LibWeb: Add textarea placeholder il y a 1 an
  Bastiaan van der Plaat 091faf1aae LibWeb: Add textarea value properties il y a 1 an
  Andreas Kling f4fa37afd2 LibJS+LibWeb: Add missing JS_DEFINE_ALLOCATOR() for a bunch of classes il y a 1 an
  Bastiaan van der Plaat 3bfc2f5e95 LibWeb: Declare optional parse results inlined in `if` statements il y a 1 an
  Bastiaan van der Plaat 7e6fc9c26e LibWeb: Add textarea cols and rows attribute il y a 1 an
  Shannon Booth cc43dbf56e LibWeb: Port HTMLTextAreaElement from DeprecatedString il y a 1 an
  Timothy Flynn ff48b7333c LibWeb: Remove shadow roots from elements that are removed from the DOM il y a 1 an
  Shannon Booth 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString il y a 1 an
  Andreas Kling 3ff81dcb65 LibWeb: Make Web::Namespace::Foo strings be FlyString il y a 1 an
  Andreas Kling f052823f5f LibWeb: Use FlyString for create_element() namespace strings il y a 1 an
  Sam Atkins dcf3bdcb9a LibWeb: Use correct realm when focusing HTMLTextAreaElement il y a 1 an
  Aliaksandr Kalenik 46254101f7 LibWeb: Change DOM::Position to be GC-allocated il y a 1 an
  Shannon Booth 8ce9e51c97 LibWeb: Port Node interface from DeprecatedString to String il y a 1 an
  Sam Atkins b1a569c1c5 LibWeb: Stop crashing when textarea element is modified before insertion il y a 1 an
  Sam Atkins 9e227dfc16 LibWeb: Flesh out HTMLTextAreaElement il y a 1 an