Module: wine Branch: master Commit: 1a01fb23a3aed816030da4a22586ed6755d8e2dd URL: https://gitlab.winehq.org/wine/wine/-/commit/1a01fb23a3aed816030da4a22586ed6...
Author: Gabriel Ivăncescu gabrielopcode@gmail.com Date: Fri Apr 14 16:52:50 2023 +0300
mshtml: Implement MediaQueryList's addListener method.
Signed-off-by: Gabriel Ivăncescu gabrielopcode@gmail.com
---
dlls/mshtml/htmlevent.c | 2 +- dlls/mshtml/mshtml_private.h | 1 + dlls/mshtml/nsiface.idl | 10 +++ dlls/mshtml/omnavigator.c | 147 ++++++++++++++++++++++++++++++++++++++++++- dlls/mshtml/tests/es5.js | 63 ++++++++++++++++++- dlls/mshtml/tests/script.c | 22 +++++++ 6 files changed, 240 insertions(+), 5 deletions(-)