Alexandre Julliard pushed to branch master at wine / wine Commits: f4bd34f7 by Zhengyong Chen at 2026-07-20T21:04:11+02:00 mshtml: Fire property change notification when document title is set. NSIS HTML installers communicate with the installer engine by setting document.title and expecting the host to receive a property change notification. Without this notification the installer never sets the default install path, so clicking the install button has no effect. Signed-off-by: chenzhengyong <chenzhengyong@uniontech.com> - - - - - c9488949 by Zhengyong Chen at 2026-07-20T21:04:21+02:00 ieframe: Fire TitleChange event on document title change. Fire DWebBrowserEvents2::TitleChange when the document title changes, both from the OLECMDID_SETTITLE command (sent by mshtml during navigation) and from the IPropertyNotifySink::OnChanged(DISPID_IHTMLDOCUMENT2_TITLE) notification (sent when document.title is set via script or COM). This makes NSIS HTML installers receive the title-based communication messages and proceed with installation. Signed-off-by: chenzhengyong <chenzhengyong@uniontech.com> - - - - - 4 changed files: - dlls/ieframe/dochost.c - dlls/ieframe/tests/webbrowser.c - dlls/mshtml/htmldoc.c - dlls/mshtml/tests/events.c View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/bd50ddf7fdd1ab3a6c090d0478b31b... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/bd50ddf7fdd1ab3a6c090d0478b31b... You're receiving this email because of your account on gitlab.winehq.org. Manage all notifications: https://gitlab.winehq.org/-/profile/notifications | Help: https://gitlab.winehq.org/help