summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/CSS/MediaList.h
AgeCommit message (Expand)Author
2023-03-06Everywhere: Remove NonnullRefPtr.h includesAndreas Kling
2023-03-06Everywhere: Stop using NonnullRefPtrVectorAndreas Kling
2023-02-28LibWeb: Restore proper functionality of legacy platform objectsLuke Wilde
2023-02-18LibWeb: Make factory method of CSS::MediaList fallibleKenneth Myhra
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-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-10-01LibWeb: Remove unecessary dependence on Window from CSS classesAndrew Kaster
2022-09-21LibWeb: Remove WRAPPER_HACK() macroLinus Groh
2022-09-06LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocatedAndreas Kling
2022-09-06LibWeb: Make MediaList GC-allocatedAndreas Kling
2022-05-11LibWeb: Add MediaList wrapperSam Atkins
2022-03-17Libraries: Use default constructors/destructors in LibWebLenny Maiorani
2022-03-08LibWeb: Move Window from DOM directory & namespace to HTMLLinus Groh
2021-10-05LibWeb: Implement MediaQuery matching :^)Sam Atkins
2021-10-01LibWeb: Add MediaListSam Atkins