mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-13 04:52:23 +00:00
LibWeb: Fire MediaQueryListEvents when an MQL's match-state changes
The HTML event loop does a check for MQL match-state changes and dispatches the events. This requires us to keep a list of MQLs on the Document.
This commit is contained in:
parent
1c829e0417
commit
050823bea7
Notes:
sideshowbarker
2024-07-18 05:37:06 +09:00
Author: https://github.com/AtkinsSJ
Commit: 050823bea7
Pull-request: https://github.com/SerenityOS/serenity/pull/10367
10 changed files with 122 additions and 2 deletions
|
@ -31,6 +31,7 @@ class Length;
|
|||
class MediaList;
|
||||
class MediaQuery;
|
||||
class MediaQueryList;
|
||||
class MediaQueryListEvent;
|
||||
class PropertyOwningCSSStyleDeclaration;
|
||||
class Screen;
|
||||
class Selector;
|
||||
|
@ -375,6 +376,7 @@ class ImageDataWrapper;
|
|||
class KeyboardEventWrapper;
|
||||
class LocationObject;
|
||||
class MediaQueryListWrapper;
|
||||
class MediaQueryListEventWrapper;
|
||||
class MessageChannelWrapper;
|
||||
class MessageEventWrapper;
|
||||
class MessagePortWrapper;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue