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>