Historique des commits

Auteur SHA1 Message Date
  Srikavin Ramkumar de44e0faf5 LibWeb: Implement reset algorithm for HTMLInputElement il y a 2 ans
  Luke Wilde 1011067a60 LibWeb: Stub HTMLInputElement.setSelectionRange il y a 2 ans
  Linus Groh 22089436ed LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr il y a 2 ans
  Kyle Lanmon 0991464de6 LibWeb: Implement input range type sanitation algorithm il y a 2 ans
  Kyle Lanmon c5b953e51b LibWeb: Implement input local date and time type sanitation algorithm il y a 2 ans
  Kyle Lanmon a3c4af7a19 LibWeb: Implement input time type sanitation algorithm il y a 2 ans
  Kyle Lanmon d249a69150 LibWeb: Implement input week type sanitation algorithm il y a 2 ans
  Kyle Lanmon 8197b7a063 LibWeb: Implement input month type sanitation algorithm il y a 2 ans
  Kyle Lanmon edb3a0aa0a LibWeb: Implement input date type sanitation algorithm il y a 2 ans
  Kyle Lanmon dfbc5553f2 LibWeb: Implement input email type sanitation algorithm il y a 2 ans
  Kyle Lanmon 6fa34a4ee3 LibWeb: Implement input color type sanitation algorithm il y a 2 ans
  Linus Groh 57dc179b1f Everywhere: Rename to_{string => deprecated_string}() where applicable il y a 2 ans
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString il y a 2 ans
  Timothy Flynn 4a30446999 LibWeb: Support displaying HTMLInputElement placeholder values il y a 2 ans
  MacDue 8a5d2be617 Everywhere: Remove unnecessary mutable attributes from lambdas il y a 2 ans
  Luke Wilde 1473bc9169 LibWeb: Implement HTMLOrSVGElement.tabIndex il y a 2 ans
  Andreas Kling 5839ef2ed8 LibWeb: Render text inside <input type=password> as asterisks (`*`) il y a 2 ans
  Linus Groh acfb546048 LibWeb: Handle currently ignored `WebIDL::ExceptionOr<T>`s il y a 2 ans
  davidot 6e9969ded0 LibWeb: Make HTMLInputElement of type number use the new double parser il y a 2 ans
  Andreas Kling 268b9c5d90 LibWeb: Make the layout tree GC-allocated il y a 2 ans
  Andreas Kling a0e6882d99 LibWeb: Remove Layout::Node::set_inline() il y a 2 ans
  Andrew Kaster 636602a54e LibWeb: Implement <input type=file> behavior il y a 2 ans
  Linus Groh b9220a18d1 LibWeb: Replace incorrect uses of String::trim_whitespace() il y a 2 ans
  Andrew Kaster f0c5f77f99 LibWeb: Remove unecessary dependence on Window from HTML classes il y a 2 ans
  Andreas Kling ffad902c07 LibWeb: Use cached_web_prototype() as much as possible il y a 2 ans
  Andreas Kling 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated il y a 2 ans
  Andreas Kling 7c3db526b0 LibWeb: Make DOM::Event and all its subclasses GC-allocated il y a 3 ans
  sin-ack 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*) il y a 3 ans
  Linus Groh 80506a161f LibWeb: Make any HTMLInputElement with type != hidden focusable il y a 3 ans
  Timothy Flynn 5608bc4eaf LibWeb: Remove inheritance of FormAssociatedElement from HTMLElement il y a 3 ans