Module: wine Branch: master Commit: 720c671dac1d5294a7ed63e0c8f4543598d6dd6d URL: https://gitlab.winehq.org/wine/wine/-/commit/720c671dac1d5294a7ed63e0c8f4543...
Author: Gabriel Ivăncescu gabrielopcode@gmail.com Date: Tue Sep 13 19:57:37 2022 +0300
mshtml: Implement StorageEvent and send it when clearing the storage.
Signed-off-by: Gabriel Ivăncescu gabrielopcode@gmail.com
---
dlls/mshtml/htmldoc.c | 24 +++-- dlls/mshtml/htmlevent.c | 217 ++++++++++++++++++++++++++++++++++++++++++- dlls/mshtml/htmlevent.h | 3 + dlls/mshtml/htmlstorage.c | 74 ++++++++++++++- dlls/mshtml/htmlwindow.c | 10 +- dlls/mshtml/mshtml_private.h | 3 + 6 files changed, 317 insertions(+), 14 deletions(-)