[Git][wine/wine][master] 4 commits: mshtml: Store the object_id of the last object in the prototype chain that...
Alexandre Julliard pushed to branch master at wine / wine Commits: 68e9bb4a by Gabriel Ivăncescu at 2025-05-02T15:41:01+02:00 mshtml: Store the object_id of the last object in the prototype chain that contains the needed prop. And use it instead of on_prototype boolean. Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com> - - - - - 36e0c506 by Gabriel Ivăncescu at 2025-05-02T15:41:04+02:00 mshtml: Validate builtin host functions in IE9+ using prototype_id rather than tid where possible. Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com> - - - - - c05b1c07 by Gabriel Ivăncescu at 2025-05-02T15:41:07+02:00 mshtml: Use designated initializers for the Location dispex data. Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com> - - - - - 3c778d7a by Gabriel Ivăncescu at 2025-05-02T15:41:07+02:00 mshtml: Remove unused struct mutation_observer_ctor. Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com> - - - - - 4 changed files: - dlls/mshtml/dispex.c - dlls/mshtml/htmllocation.c - dlls/mshtml/mutation.c - dlls/mshtml/tests/documentmode.js View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/524e24757be008dbed6946f897d41b... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/524e24757be008dbed6946f897d41b... You're receiving this email because of your account on gitlab.winehq.org.
participants (1)
-
Alexandre Julliard (@julliard)