提交历史

作者 SHA1 备注 提交日期
  Sam Atkins 0805060e5e LibWeb: Speed up CSS namespace checking 1 年之前
  Jonah 60e35f2a97 LibWeb: Rough implementation of CSS namespace rule 1 年之前
  Ali Mohammad Pur 06c6c40df9 LibWeb+LibJS: Move some code around to make CSS/Parser parse faster 2 年之前
  Ali Mohammad Pur e90752cc21 LibWeb: Add preliminary support for CSS animations 2 年之前
  Matthew Olsson 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 年之前
  Andreas Kling 689ca370d4 Everywhere: Remove NonnullRefPtr.h includes 2 年之前
  Kenneth Myhra a49ea467ad LibWeb: Make factory method of CSS::CSSStyleSheet fallible 2 年之前
  Timothy Flynn 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 年之前
  Timothy Flynn 834202aeb9 LibWeb: Move setting of Web object prototypes to initialize() 2 年之前
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 年之前
  Aliaksandr Kalenik 93238edf8f LibWeb: Respect media attribute of style tag 2 年之前
  Andrew Kaster a2ccb00e1d LibWeb: Remove unecessary dependence on Window from CSS classes 2 年之前
  Linus Groh ad04d7ac9b LibWeb: Move ExceptionOr from DOM/ to WebIDL/ 2 年之前
  Linus Groh 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 年之前
  Andreas Kling 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2 年之前
  Andreas Kling 12042f0757 LibWeb: Make CSSRule and all its subclasses GC-allocated 2 年之前
  Andreas Kling 5d6cb9cbdb LibWeb: Make CSSRuleList GC-allocated 2 年之前
  Andreas Kling 5366924f11 LibWeb: Make StyleSheetList GC-allocated 2 年之前
  Andreas Kling 5d60212076 LibWeb: Make StyleSheet and CSSStyleSheet GC-allocated 2 年之前
  Linus Groh 40a70461a0 LibWeb: Replace GlobalObject with Realm in wrapper functions 2 年之前
  Sam Atkins 87b125dcb9 LibWeb: Spec-comment `parse_a_stylesheet()` 3 年之前
  Lenny Maiorani c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 年之前
  Andreas Kling a13079f757 LibWeb: Invalidate style after CSSStyleSheet.{insert,remove}Rule() 3 年之前
  Linus Groh 1422bd45eb LibWeb: Move Window from DOM directory & namespace to HTML 3 年之前
  Sam Atkins fd24782d85 LibWeb: Only invalidate styles if a `@media` rule changes match status 3 年之前
  Andreas Kling 58b99df16d LibWeb: Make StyleSheet::m_parent_style_sheet a WeakPtr 3 年之前
  Andreas Kling e8b85b13e2 LibWeb: Make CSSStyleSheet::m_owner_css_rule a WeakPtr 3 年之前
  Sam Atkins 6fc1810190 LibWeb: Remove `for_first_not_loaded_import_rule()` :^) 3 年之前
  Sam Atkins 5098cd22a4 LibWeb: Evaluate `@media` rules 3 年之前
  Sam Atkins df08b25b3f LibWeb: Move CSSRule iteration to CSSRuleList 3 年之前