On Tue Apr 11 17:35:38 2023 +0000, Gabriel Ivăncescu wrote:
Well clearly the WM_TIMER thing isn't super reliable, any suggestions?
One way would be to pump messages until you get the desired event, but getting rid of message loop in DISPID_EXTERNAL_SETVIEWSIZE seems even better. You could just treat them like we treat all other async events in JS.
Also, moving it to a separate MR would be nice, this one already does a number of unrelated things.