Historique des commits

Auteur SHA1 Message Date
  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 c30911ab10 LibWeb: Hide select chevron icon when `appearance: none;` il y a 1 an
  Bastiaan van der Plaat 466153e680 Ladybird+LibWeb: Add basic select element support il y a 1 an
  Andreas Kling bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks il y a 1 an
  Sam Atkins 29bb0f0ae6 LibWeb: Stub out an "open" state on `<select>` elements il y a 1 an
  Shannon Booth d706f9f241 LibWeb: Port HTMLSelectElement from DeprecatedString to String il y a 1 an
  Andreas Kling 18c54d8d40 LibJS: Make Cell::initialize() return void il y a 1 an
  Linus Groh 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace il y a 2 ans
  Timothy Flynn 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors il y a 2 ans
  MacDue 890b4d7980 LibWeb: Replace ARIA role static FlyStrings with an enum il y a 2 ans
  Timothy Flynn 834202aeb9 LibWeb: Move setting of Web object prototypes to initialize() il y a 2 ans
  Timothy Flynn f3db548a3d AK+Everywhere: Rename FlyString to DeprecatedFlyString il y a 2 ans
  Jonah e63d9d4925 LibWeb: Add Support for the ARIA Element Properties il y a 2 ans
  Srikavin Ramkumar b55c9f36dc LibWeb: Implement reset algorithm for HTMLSelectElement il y a 2 ans
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString il y a 2 ans
  Luke Wilde c4ee43c5b4 LibWeb: Implement HTMLSelectElement.type il y a 2 ans
  Luke Wilde 1473bc9169 LibWeb: Implement HTMLOrSVGElement.tabIndex il y a 2 ans
  Zaggy1024 f0420def78 LibWeb: Implement HTMLSelectElement length, item() and namedItem() il y a 2 ans
  Linus Groh ad04d7ac9b LibWeb: Move ExceptionOr from DOM/ to WebIDL/ il y a 2 ans
  Linus Groh 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro il y a 2 ans
  Andreas Kling 2bba97964b LibWeb: Make HTMLCollection and subclasses GC-allocated il y a 2 ans
  Andreas Kling 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated il y a 2 ans
  Linus Groh de53eb825a LibWeb: Make HTML{Button,Select,TextArea}Element focusable il y a 3 ans
  Timothy Flynn 5608bc4eaf LibWeb: Remove inheritance of FormAssociatedElement from HTMLElement il y a 3 ans
  Timothy Flynn 27eb70cbba LibWeb: Implement HTMLSelectElement.add() il y a 3 ans
  Andreas Kling a606345576 LibWeb: Implement HTMLSelectElement.selectedIndex il y a 3 ans
  Simon Wanner deef2911e9 LibWeb: Expose HTMLSelectElement::options il y a 3 ans
  Luke Wilde 46c0d0f7ae LibWeb: Associate form elements with a form in parsing and dynamically il y a 3 ans
  Luke Wilde 432d496ed6 LibWeb: Add form associated element categories il y a 3 ans
  Andreas Kling 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace il y a 3 ans