Alexandre Julliard pushed to branch master at wine / wine
Commits:
39d6b0da by Jacek Caban at 2024-08-02T22:07:22+02:00
mshtml: Add initial constructor implementation.
- - - - -
ee6849c3 by Jacek Caban at 2024-08-02T22:07:22+02:00
mshtml: Store vtbl in dispex_data_t.
- - - - -
43d37fef by Jacek Caban at 2024-08-02T22:07:22+02:00
mshtml: Split ensure_dispex_info.
- - - - -
3e86904a by Jacek Caban at 2024-08-02T22:07:22+02:00
mshtml: Factor out init_dispatch_from_desc.
- - - - -
83b0639e by Jacek Caban at 2024-08-02T22:07:22+02:00
mshtml: Add initial support for MSHTML prototype objects.
- - - - -
1b1af9f5 by Jacek Caban at 2024-08-02T22:07:22+02:00
mshtml: Don't expose prototype properties directly from object instances.
- - - - -
637b488b by Jacek Caban at 2024-08-02T22:07:22+02:00
mshtml: Store name in dispex_data_t.
- - - - -
f9844211 by Jacek Caban at 2024-08-02T22:07:22+02:00
mshtml: Use proper prototype names.
- - - - -
6f94e2c6 by Jacek Caban at 2024-08-02T22:07:22+02:00
jscript: Allow using MSHTML constructors in instanceof expressions.
- - - - -
11 changed files:
- dlls/jscript/dispex.c
- dlls/jscript/engine.c
- dlls/jscript/jscript.c
- dlls/jscript/jscript.h
- dlls/jscript/jsdisp.idl
- dlls/mshtml/dispex.c
- dlls/mshtml/htmlwindow.c
- dlls/mshtml/mshtml_private.h
- dlls/mshtml/omnavigator.c
- dlls/mshtml/script.c
- dlls/mshtml/tests/es5.js
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/4b2b3fbd12d672fd6b4c8cc5b8cbd…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/4b2b3fbd12d672fd6b4c8cc5b8cbd…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
171364bf by Hans Leidekker at 2024-08-02T22:07:16+02:00
odbc32: Forward SQLGetConnectAttr() to the Unicode version if needed.
- - - - -
4382578a by Hans Leidekker at 2024-08-02T22:07:16+02:00
odbc32: Forward SQLGetConnectOption() to the Unicode version if needed.
- - - - -
ee5e5b93 by Hans Leidekker at 2024-08-02T22:07:16+02:00
odbc32: Forward SQLGetCursorName() to the Unicode version if needed.
- - - - -
b48e11b4 by Hans Leidekker at 2024-08-02T22:07:16+02:00
odbc32: Forward SQLGetDescField() to the Unicode version if needed.
- - - - -
61b1a962 by Hans Leidekker at 2024-08-02T22:07:16+02:00
odbc32: Forward SQLGetDescRec() to the Unicode version if needed.
- - - - -
003ac897 by Hans Leidekker at 2024-08-02T22:07:16+02:00
odbc32: Forward SQLGetDescField() to the Unicode version if needed.
- - - - -
4b2b3fbd by Hans Leidekker at 2024-08-02T22:07:16+02:00
odbc32: Forward SQLGetInfo() to the Unicode version if needed.
- - - - -
1 changed file:
- dlls/odbc32/proxyodbc.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/960726a50d90dd67c169a2fb5f170…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/960726a50d90dd67c169a2fb5f170…
You're receiving this email because of your account on gitlab.winehq.org.