커밋 기록

작성자 SHA1 메시지 날짜
  Matthew Olsson 8450041b52 LibWeb: Fix some GCVerifier warnings 1 년 전
  Timothy Flynn 6e2685f091 LibWeb: Remove FLATTEN attribute from SelectorEngine::fast_matches 1 년 전
  Andreas Kling 7c9368f402 LibWeb: Support most simple pseudo classes in the fast selector matcher 1 년 전
  Andreas Kling 3c3e591f03 LibWeb: Add a fast (iterative) selector matcher for trivial selectors 1 년 전
  Andreas Kling 432536f0b3 LibWeb: Make SelectorEngine::matches_namespace() a standalone function 1 년 전
  Andreas Kling 22465e80fe LibWeb: Avoid FlyString copy when matching tag selector namespace URI 1 년 전
  Shannon Booth e800605ad3 AK+LibURL: Move AK::URL into a new URL library 1 년 전
  Andreas Kling 43ef3dc0ab LibWeb: Cache attribute names in lowercase to speed up selector matching 1 년 전
  Shannon Booth 9ce8189f21 Everywhere: Use unqualified AK::URL 1 년 전
  Aliaksandr Kalenik 32a6bf908a LibWeb/CSS: Fix stack use after scope in matches_attribute() 1 년 전
  Shannon Booth 83758d4cdd LibWeb: Wrap PseudoElements stored in SimpleSelector in a class 1 년 전
  Shannon Booth 326b34c7c7 LibWeb: Port all callers of Element::namespace to Element::namespace_uri 1 년 전
  Andreas Kling 0a8eb59a05 LibWeb: Remove Deprecated*String usage in SelectorEngine 1 년 전
  Andreas Kling 83c3490bc4 LibWeb: Use Element::id() in SelectorEngine 1 년 전
  Andreas Kling 0e9bdfa822 LibWeb: Avoid QualifiedName copy when matching tag name selectors 1 년 전
  Ali Mohammad Pur aeee98b3a1 AK+Everywhere: Remove the null state of DeprecatedString 1 년 전
  Shannon Booth 9303e9e76f LibWeb: Port Element::local_name and TagNames from Deprecated String 1 년 전
  Sam Atkins 6bf107fc16 LibWeb: Implement the :open and :closed pseudo-classes 1 년 전
  Shannon Booth 0f6782fae6 LibWeb: Rename Element::attribute to Element::deprecated_attribute 1 년 전
  Sam Atkins 7bc5949e35 LibWeb: Implement the `:placeholder-shown` pseudo-class 1 년 전
  Sam Atkins 9f5b1e6614 LibWeb: Implement the `:read-only` and `:read-write` pseudo-classes 1 년 전
  Sam Atkins 3d10bf3ae7 LibWeb: Implement the `:target-within` pseudo-class selector 1 년 전
  Sam Atkins 3af8b491b4 LibWeb: Implement `:any-link` and `:local-link` pseudo-class selectors 1 년 전
  Sam Atkins b8e694c0f2 LibWeb: Implement the `:dir()` selector pseudo-class 1 년 전
  Sam Atkins 12a2750d1e LibWeb: Support multiple values in `:lang()` selector 1 년 전
  Sam Atkins b314a115ca LibWeb: Use generated PseudoClass data 1 년 전
  Sam Atkins a9620d8784 LibWeb: Implement the `:target` selector pseudo-class 1 년 전
  Sam Atkins debf38ee9d LibWeb: Add namespaces to Attribute selectors 1 년 전
  Sam Atkins 1858f06881 LibWeb: Add namespaces to Universal and TagName selectors 1 년 전
  Sam Atkins 14e6bae593 LibWeb: Implement the `:focus-visible` pseudo-class 1 년 전