[Git][wine/wine][master] 5 commits: mshtml: Expose toJSON only in IE9+ modes.
Alexandre Julliard pushed to branch master at wine / wine Commits: feab0a04 by Gabriel Ivăncescu at 2025-09-10T18:22:58+02:00 mshtml: Expose toJSON only in IE9+ modes. Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com> - - - - - b63b6262 by Gabriel Ivăncescu at 2025-09-10T18:22:58+02:00 mshtml: Don't expose toString from Performance* objects' prototypes in IE9+ modes. Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com> - - - - - 82bcfcc6 by Gabriel Ivăncescu at 2025-09-10T18:23:01+02:00 mshtml: Implement toJSON() for PerformanceTiming. Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com> - - - - - 988a21e3 by Gabriel Ivăncescu at 2025-09-10T18:23:01+02:00 mshtml: Implement toJSON() for PerformanceNavigation. Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com> - - - - - d9ed127c by Gabriel Ivăncescu at 2025-09-10T18:23:02+02:00 mshtml: Implement toJSON() for Performance. Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com> - - - - - 8 changed files: - dlls/jscript/jscript.c - dlls/jscript/jsdisp.idl - dlls/mshtml/dispex.c - dlls/mshtml/mshtml_private.h - dlls/mshtml/omnavigator.c - dlls/mshtml/tests/documentmode.js - dlls/mshtml/tests/dom.c - dlls/mshtml/tests/es5.js View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/1d27dd245990b5717f24898f7a7d8d... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/1d27dd245990b5717f24898f7a7d8d... You're receiving this email because of your account on gitlab.winehq.org.
participants (1)
-
Alexandre Julliard (@julliard)