summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/CSS/StyleSheetList.cpp
AgeCommit message (Expand)Author
2023-02-28LibWeb: Restore proper functionality of legacy platform objectsLuke Wilde
2023-02-18LibWeb: Make factory method of CSS::StyleSheetList fallibleKenneth Myhra
2023-01-29LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocateTimothy Flynn
2023-01-29LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errorsTimothy Flynn
2023-01-10LibWeb: Move passing of Web object prototypes out of constructorsTimothy Flynn
2022-10-29LibWeb: Don't invalidate style when adding/removing empty style sheetAndreas Kling
2022-10-01LibWeb: Remove unecessary dependence on Window from CSS classesAndrew Kaster
2022-09-09LibWeb: Keep CSS sheets sorted in document tree orderAndreas Kling
2022-09-06LibWeb: Use cached_web_prototype() as much as possibleAndreas Kling
2022-09-06LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocatedAndreas Kling
2022-09-06LibWeb: Make StyleSheetList GC-allocatedAndreas Kling
2022-09-06LibWeb: Make StyleSheet and CSSStyleSheet GC-allocatedAndreas Kling
2022-04-08LibWeb: Load fonts from style sheet once when sheet is addedAndreas Kling
2022-03-15LibWeb: Use StyleComputer::invalidate_rule_cache() directly everywhereAndreas Kling
2022-03-09LibWeb: Invalidate style after CSSStyleSheet.{insert,remove}Rule()Andreas Kling
2022-02-10LibWeb: Cache CSS rules in buckets to reduce number of rules checkedAndreas Kling
2021-10-15LibWeb: Use W3C urls for CSSOM spec linksSam Atkins
2021-09-30LibWeb: Reimplement the <style> element following the specAndreas Kling
2021-09-29LibWeb: Make StyleSheetList.item an IDL getterLuke Wilde
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-03-08LibWeb: Start exposing CSS style sheets to JavaScript :^)Andreas Kling
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling