summaryrefslogtreecommitdiffstats
path: root/layout/style/MediaQueryList.cpp
Commit message (Collapse)AuthorAgeLines
* Issue #1655: Update MediaQueryList to the current draft spec.Moonchild2020-09-23-69/+146
| | | | | | | This make MediaQueryList inherit from EventTarget and adds MediaQueryListEvent as an interface as well as the onchange() method. This should not affect compatibility with other code; the event object is a MediaQueryListEvent instance, which is recognized as a MediaListQuery instance.
* Remove NS_IMPL_CYCLE_COLLECTION_TRAVERSE_SCRIPT_OBJECTSwolfbeast2019-01-18-1/+0
|
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02-0/+207