Sam Atkins
|
f1af136925
|
LibWeb: Make MediaQueryList store MediaQueries instead of a String
|
2021-10-01 20:03:03 +02:00 |
|
Luke Wilde
|
46686f7f94
|
LibWeb: Implement MediaQueryList.onchange
|
2021-10-01 01:35:30 +01:00 |
|
Andreas Kling
|
0ee457dfdf
|
LibWeb: Provide a default DOM::EventTarget::dispatch_event()
All EventTarget subclasses except Window do the same exact thing in
their overrides, so let's just share an implementation in the base.
|
2021-09-25 23:36:43 +02:00 |
|
Luke Wilde
|
e946316618
|
LibWeb: Implement MediaQueryList.{addListener,removeListener}
|
2021-09-13 01:43:03 +02:00 |
|
Linus Groh
|
4155cc7ed5
|
LibWeb: Start implementing the MediaQueryList interface
|
2021-09-12 18:25:45 +02:00 |
|