summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/HTML/HTMLInputElement.cpp
AgeCommit message (Expand)Author
2023-05-30LibWeb: Adjust change event timing for input elementsstelar7
2023-05-26LibWeb: Return DOMException instead of crashing when setting attributesPrestonLTaylor
2023-05-25LibWeb: Make input element placeholders look betterAndreas Kling
2023-05-06LibWeb: Propagate errors from StyleValue constructionSam Atkins
2023-05-02LibWeb: Support multi-keyword syntax for CSS display propertyEmil Militzer
2023-04-07LibWeb: Port {Mouse,UI,Wheel,}Event to new StringKenneth Myhra
2023-04-06LibWeb: Port {HTML,UIEvents,XHR}::EventNames to new StringKenneth Myhra
2023-04-06LibWeb: Introduce CustomElementRegistry and creating custom elementsLuke Wilde
2023-03-26LibWeb: Check for empty name in is_in_same_radio_button_group()MacDue
2023-03-26LibWeb: Check all conditions of radio button groupsMacDue
2023-03-25LibWeb: Split IdentifierStyleValue out of StyleValue.{h,cpp}Sam Atkins
2023-03-20LibWeb: Don't crash on HTML input element with `display: inline`Andreas Kling
2023-03-20LibWeb: Implement indeterminate IDL attribute in HTMLInputElementSrikavin Ramkumar
2023-03-19LibWeb: Stub out a few form validation and selection methodsElisée Maurer
2023-03-18LibWeb: Don't deref HTMLInputElement parent if its nullMathis Wiehl
2023-03-18LibWeb: Specify height as 1lh to fix the size of empty text boxesSimon Wanner
2023-03-18LibWeb: Invalidate sibling styles on input element checked state changeMathis Wiehl
2023-03-10Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_caseAndreas Kling
2023-03-09LibWeb: Use shadow_root_internal() when building <input> UA shadow DOMAndreas Kling
2023-03-01LibWeb: Port URL and URLSearchParams to new StringKenneth Myhra
2023-02-18LibWeb: Make factory methods of DOM::Event fallibleKenneth Myhra
2023-02-18LibWeb: Make factory method of FileAPI::FileList fallibleKenneth Myhra
2023-02-02LibWeb: Allow to set a root mode value when constructing a ShadowRootKarol Kosek
2023-01-29LibWeb: Move ARIA-related code into the Web::ARIA namespaceLinus Groh
2023-01-29LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocateTimothy Flynn
2023-01-29LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errorsTimothy Flynn
2023-01-28LibWeb: Replace ARIA role static FlyStrings with an enumMacDue
2023-01-15LibJS+LibWeb: Rename number_to_string to number_to_deprecated_stringTimothy Flynn
2023-01-10LibWeb: Move setting of Web object prototypes to initialize()Timothy Flynn
2023-01-09AK+Everywhere: Rename FlyString to DeprecatedFlyStringTimothy Flynn
2023-01-07LibWeb: Add Support for the ARIA Element PropertiesJonah
2023-01-03LibWeb: Implement reset algorithm for HTMLInputElementSrikavin Ramkumar
2022-12-30LibWeb: Stub HTMLInputElement.setSelectionRangeLuke Wilde
2022-12-15LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtrLinus Groh
2022-12-15LibWeb: Implement input range type sanitation algorithmKyle Lanmon
2022-12-15LibWeb: Implement input local date and time type sanitation algorithmKyle Lanmon
2022-12-15LibWeb: Implement input time type sanitation algorithmKyle Lanmon
2022-12-15LibWeb: Implement input week type sanitation algorithmKyle Lanmon
2022-12-15LibWeb: Implement input month type sanitation algorithmKyle Lanmon
2022-12-15LibWeb: Implement input date type sanitation algorithmKyle Lanmon
2022-12-15LibWeb: Implement input email type sanitation algorithmKyle Lanmon
2022-12-15LibWeb: Implement input color type sanitation algorithmKyle Lanmon
2022-12-06Everywhere: Rename to_{string => deprecated_string}() where applicableLinus Groh
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-12-01LibWeb: Support displaying HTMLInputElement placeholder valuesTimothy Flynn
2022-11-19Everywhere: Remove unnecessary mutable attributes from lambdasMacDue
2022-11-07LibWeb: Implement HTMLOrSVGElement.tabIndexLuke Wilde
2022-11-05LibWeb: Render text inside <input type=password> as asterisks (`*`)Andreas Kling
2022-10-31LibWeb: Handle currently ignored `WebIDL::ExceptionOr<T>`sLinus Groh
2022-10-23LibWeb: Make HTMLInputElement of type number use the new double parserdavidot