Commit History

Author SHA1 Message Date
  Andreas Kling cb0c5390ff LibWeb: Move mouse event and label logic from layout to painting tree 3 years ago
  Luke Wilde 46c0d0f7ae LibWeb: Associate form elements with a form in parsing and dynamically 3 years ago
  Luke Wilde d2e18175ef LibWeb: Move enabled() to FormAssociatedElement and follow the spec 3 years ago
  Andreas Kling fe67fe3791 LibWeb: Check for valid names in Document.createElement() & friends 3 years ago
  Kenneth Myhra 655f054b4f LibWeb: Add default padding around contents of text <input> elements 3 years ago
  Andreas Kling 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace 3 years ago
  Adam Hodgen aa70422b4d LibWeb: Add <input> value sanitiztion algorithm 3 years ago
  Adam Hodgen 240068a48c LibWeb: Improve display of input elements 3 years ago
  Adam Hodgen 8edade071d LibWeb: Reflect only known values for <input> element's type attribute 3 years ago
  Andreas Kling 246c31ccf6 LibWeb: Make <input type=checkbox> fire click events when clicked :^) 3 years ago
  Andreas Kling 2660795bcf LibWeb: Add the HTMLInputElement.type attribute 3 years ago
  Andreas Kling 5f54b8dd6c LibWeb: Fire "input" and "change" events when editing a text <input> 3 years ago
  Andreas Kling 61115dc638 LibWeb: Implement activation behavior for <input type=checkbox> 3 years ago
  Andreas Kling 8a89a7bd95 LibWeb: Make <input type=checkbox> honor the "checked" attribute 3 years ago
  Luke Wilde 3bb5c6207f LibWeb: Make FormAssociatedElement inherit from HTMLElement 3 years ago
  Andreas Kling 9391311760 LibWeb: Make HTMLInputElement move cursor into text node when focused 3 years ago
  Andreas Kling 7e1bf4d300 LibWeb: Compute element style in Layout::TreeBuilder 3 years ago
  Andreas Kling 7c57961c61 LibWeb: Move BrowsingContext into HTML/ 3 years ago
  Andreas Kling 06e54ea916 LibWeb: Add missing upcalls in HTMLInputElement 3 years ago
  Andreas Kling c4826eae4f LibWeb: Rename Layout::BlockBox => BlockContainer 3 years ago
  Andreas Kling 85a0772147 LibWeb: Start work towards modern CSS "display" values 3 years ago
  Andreas Kling f8dd3e14ba LibWeb: Rename CSS::StyleResolver => StyleComputer 3 years ago
  Andreas Kling dfa9dcca98 LibWeb+Browser: Remove unnecessary InProcessWebView.h includes 3 years ago
  Brian Gianforcaro 217179a39f LibWeb: Remove unused header includes 3 years ago
  Andreas Kling 4190fd2199 LibWeb: Rename Web::Frame to Web::BrowsingContext 4 years ago
  Andreas Kling b91c49364d AK: Rename adopt() to adopt_ref() 4 years ago
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
  Andreas Kling b092353e4d LibWeb: Add basic support for HTMLInputElement.form 4 years ago
  Timothy Flynn b50de19cd3 LibWeb: Add support for HTML input type=radio 4 years ago
  Andreas Kling 29a2aac89a LibWeb: Start implementing <input type=text> using a shadow DOM 4 years ago