Gabriel Ivăncescu : mshtml: Implement window.matchMedia() with MediaQueryList stub.

Alexandre Julliard julliard at winehq.org
Tue Aug 2 14:54:39 CDT 2022


Module: wine
Branch: master
Commit: b918a532bc411780b64fc450e03f6fbd66276e47
URL:    https://gitlab.winehq.org/wine/wine/-/commit/b918a532bc411780b64fc450e03f6fbd66276e47

Author: Gabriel Ivăncescu <gabrielopcode at gmail.com>
Date:   Mon Aug  1 17:52:35 2022 +0300

mshtml: Implement window.matchMedia() with MediaQueryList stub.

Signed-off-by: Gabriel Ivăncescu <gabrielopcode at gmail.com>

---

 dlls/mshtml/htmlwindow.c             |  10 ++
 dlls/mshtml/mshtml_private.h         |   4 +-
 dlls/mshtml/mshtml_private_iface.idl |  21 ++++
 dlls/mshtml/nsiface.idl              |  11 +++
 dlls/mshtml/omnavigator.c            | 187 +++++++++++++++++++++++++++++++++++
 dlls/mshtml/tests/documentmode.js    |   2 +
 dlls/mshtml/tests/es5.js             |  12 +++
 7 files changed, 246 insertions(+), 1 deletion(-)




More information about the wine-cvs mailing list