Module: wine Branch: master Commit: 7bba2546e91c8589d3bbaaae300d7b7ff9b031eb URL: https://gitlab.winehq.org/wine/wine/-/commit/7bba2546e91c8589d3bbaaae300d7b7...
Author: Gabriel Ivăncescu gabrielopcode@gmail.com Date: Wed Aug 30 16:05:13 2023 +0300
mshtml: Move PerformanceTiming related fields to the window.
Signed-off-by: Gabriel Ivăncescu gabrielopcode@gmail.com
---
dlls/mshtml/htmlwindow.c | 8 --- dlls/mshtml/mshtml_private.h | 43 +++++------- dlls/mshtml/mutation.c | 2 +- dlls/mshtml/navigate.c | 20 +++--- dlls/mshtml/nsevents.c | 25 +++---- dlls/mshtml/omnavigator.c | 155 +++++++++++++++++++++++-------------------- dlls/mshtml/view.c | 4 +- 7 files changed, 123 insertions(+), 134 deletions(-)