[Git][wine/wine][master] 3 commits: jscript: Implement Uint8ClampedArray.
Alexandre Julliard pushed to branch master at wine / wine Commits: b3bc53c3 by Gabriel Ivăncescu at 2025-11-07T18:20:55+01:00 jscript: Implement Uint8ClampedArray. Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com> - - - - - 0f7e4bcc by Gabriel Ivăncescu at 2025-11-07T18:20:55+01:00 jscript: Expose Uint8ClampedArray only in ES6 mode. Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com> - - - - - dbdfc6ab by Gabriel Ivăncescu at 2025-11-07T18:20:56+01:00 jscript: Return JS_E_OBJECT_EXPECTED in valueOf with NULL disps in IE10+ modes. But not in IE9 and below, where it returns the same value. Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com> - - - - - 5 changed files: - dlls/jscript/arraybuf.c - dlls/jscript/jscript.h - dlls/jscript/object.c - dlls/mshtml/tests/documentmode.js - dlls/mshtml/tests/es5.js View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/f2c17bf0544f956fc0bf3c5b8f2b67... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/f2c17bf0544f956fc0bf3c5b8f2b67... You're receiving this email because of your account on gitlab.winehq.org.
participants (1)
-
Alexandre Julliard (@julliard)