On Mon Jul 21 02:18:10 2025 +0000, Yongjie Yao wrote:
I understand what you mean, I should only handle the onclick attribute, but I cannot obtain the attribute name of nsIAtom. There is no export of the ScriptableToString function in xul.dll of wine-gecko 2.47.4.
It's a COM method, so there is no export. With the patch I attached to the previous comment, you should be able to do `nsIAtom_ScriptableToString(aAttribute, &nsstr)`.