커밋 기록

작성자 SHA1 메시지 날짜
  Srikavin Ramkumar 7cc6ffe5b7 LibWeb: Implement HTMLFormElement::reset 2 년 전
  Linus Groh 57dc179b1f Everywhere: Rename to_{string => deprecated_string}() where applicable 2 년 전
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 년 전
  Andreas Kling d7c58aa58d LibWeb: Implement [SameObject] behavior for HTMLFormElement.elements 2 년 전
  Kenneth Myhra f09e256328 LibWeb: Let LoadRequest::set_body() take by value 2 년 전
  Andrew Kaster f0c5f77f99 LibWeb: Remove unecessary dependence on Window from HTML classes 2 년 전
  networkException 4230dbbb21 AK+Everywhere: Replace "protocol" with "scheme" url helpers 2 년 전
  Andreas Kling ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 년 전
  Andreas Kling 2bba97964b LibWeb: Make HTMLCollection and subclasses GC-allocated 2 년 전
  Andreas Kling 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2 년 전
  Andreas Kling 7c3db526b0 LibWeb: Make DOM::Event and all its subclasses GC-allocated 3 년 전
  sin-ack 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*) 3 년 전
  Lenny Maiorani c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 년 전
  Luke Wilde b59773de17 LibWeb: Include cookies in form submission 3 년 전
  Andreas Kling 647576ec13 LibWeb: Fix LibWeb build with Clang 3 년 전
  Andreas Kling fa17776a51 LibWeb: Support HTMLFormElement.elements and HTMLFormElement.length 3 년 전
  Andreas Kling 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace 3 년 전
  Adam Plumb 34825ad3d1 LibWeb: Return current document URL if form action missing or empty 3 년 전
  Brian Gianforcaro 2e81990a3c LibWeb: Do not set Content-Length headers twice for POST requests 3 년 전
  Andreas Kling 7c57961c61 LibWeb: Move BrowsingContext into HTML/ 3 년 전
  Idan Horowitz 1e8ba0d9d3 LibWeb: Add the missing SubmitEvent IDL constructor 3 년 전
  Idan Horowitz 4629f2e4ad LibWeb: Add the Web::URL namespace and move URLEncoder to it 3 년 전
  Andreas Kling e1fb8bef09 LibWeb: Rename Document::complete_url() => parse_url() 3 년 전
  Andreas Kling dfa9dcca98 LibWeb+Browser: Remove unnecessary InProcessWebView.h includes 3 년 전
  Daniel Bertalan b19fe744ab LibWeb: Remove pointless type casts 4 년 전
  Andreas Kling ee3a73ddbb AK: Rename downcast<T> => verify_cast<T> 4 년 전
  Luke 70a575d75f LibWeb: Use correct percent encode set for form submissions 4 년 전
  Andreas Kling 4190fd2199 LibWeb: Rename Web::Frame to Web::BrowsingContext 4 년 전
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 년 전
  Andreas Kling 78733417a4 LibWeb: Register FormAssociatedElement with their owner form 4 년 전