Commit History

Author SHA1 Message Date
  Tim Ledbetter 572324d47b LibWeb: Invalidate input element style on focus change 1 year ago
  Andreas Kling f4bdf56212 LibWeb: Rename Element::shadow_root_internal() to shadow_root() 1 year ago
  Shannon Booth bad44f8fc9 LibWeb: Remove Bindings/Forward.h from LibWeb/Forward.h 1 year ago
  Andreas Kling 0ebfc0a4c4 LibWeb: Move event handling & cursor from BrowsingContext to Navigable 1 year ago
  Andreas Kling 1cb5385a29 LibCore: Stop obsessing about tiny OOMs in Core::Timer 1 year ago
  Bastiaan van der Plaat 4205ac778f LibWeb: Hide inner text of input element when showing placeholder 1 year ago
  Andreas Kling c0d7f748ed LibWeb: Avoid FlyString lookups when setting IDL interface prototypes 1 year ago
  Aliaksandr Kalenik e0713376a0 LibWeb: Capture weak `this` ptr in HTMLTextAreaElement input callback 1 year ago
  Timothy Flynn 9eb38ce79c LibWeb: Update the <textarea> shadow DOM after reseting its form owner 1 year ago
  Timothy Flynn c0d594568d LibWeb: Partially implement <textarea>'s selectionStart and selectionEnd 1 year ago
  Timothy Flynn abc1be5b9e LibWeb: Update the <textarea> shadow DOM when the value attribute is set 1 year ago
  Timothy Flynn 2b6c00e8b9 LibWeb: Use the <textarea>'s API value, not its raw value, where needed 1 year ago
  Timothy Flynn 324feb04e7 LibWeb: Fix spec link on <textarea>'s value setter 1 year ago
  Bastiaan van der Plaat 69e4f924b7 LibWeb: Add element adjust_computed_style and move set_property() to it 1 year ago
  Bastiaan van der Plaat 110e74b9c1 LibWeb: Move textarea cols rows attr size from css to create_layout_node 1 year ago
  Timothy Flynn ed13793110 LibWeb: Update the stored textarea value upon change 1 year ago
  Timothy Flynn 50d3f85f75 LibWeb: Stub out a few HTMLTextArea validity IDL methods 1 year ago
  Bastiaan van der Plaat a2f101c10b LibWeb: Add input and textarea minlength and maxlength support 1 year ago
  Bastiaan van der Plaat 05e78dabdb LibWeb: Add textarea readonly support 1 year ago
  Timothy Flynn 960dcf0e56 LibWeb: Reset form association when the element's form attribute changes 1 year ago
  Bastiaan van der Plaat a681429dff LibWeb: Remove DOM element deprecated_get_attribute() 1 year ago
  Bastiaan van der Plaat 52397d01bd LibWeb: Add textarea placeholder 1 year ago
  Bastiaan van der Plaat 091faf1aae LibWeb: Add textarea value properties 1 year ago
  Andreas Kling f4fa37afd2 LibJS+LibWeb: Add missing JS_DEFINE_ALLOCATOR() for a bunch of classes 1 year ago
  Bastiaan van der Plaat 3bfc2f5e95 LibWeb: Declare optional parse results inlined in `if` statements 1 year ago
  Bastiaan van der Plaat 7e6fc9c26e LibWeb: Add textarea cols and rows attribute 1 year ago
  Shannon Booth cc43dbf56e LibWeb: Port HTMLTextAreaElement from DeprecatedString 1 year ago
  Timothy Flynn ff48b7333c LibWeb: Remove shadow roots from elements that are removed from the DOM 1 year ago
  Shannon Booth 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString 1 year ago
  Andreas Kling 3ff81dcb65 LibWeb: Make Web::Namespace::Foo strings be FlyString 1 year ago