aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webidls/MediaQueryList.webidl
Commit message (Collapse)AuthorAgeFilesLines
* script: Move code generation and webidl files to new script_bindings crate. ↵Josh Matthews2025-01-241-14/+0
| | | | | (#35157) Signed-off-by: Josh Matthews <josh@joshmatthews.net>
* Convert Web IDL void to undefinedKagami Sascha Rosylight2022-01-051-2/+2
| | | | Fixes #27660
* Update MPL license to https (part 2)Jan Andre Ikenmeyer2018-11-191-1/+1
|
* Implement matchMedia and MediaQueryListJack Moffitt2016-11-021-0/+14
Fixes #13376.