mshtml: Implment IHTMLDocument2 elementFromPoint

Jacek Caban jacek at codeweavers.com
Mon Jul 18 04:41:13 CDT 2011


Hi Alistair,

On 07/18/11 06:29, Alistair Leslie-Hughes wrote:
> Hi,
>   Fixmes http://bugs.winehq.org/show_bug.cgi?id=27682
>
>
> Changelog:
>     mshtml: Implment IHTMLDocument2 elementFromPoint
>

First of all, tests please.

+	nsIDOMElement *nselem = NULL;
+	nsresult nsres;
+	HRESULT hres;
+	HTMLDOMNode *node;

You use tabs in the whole patch.

+	nsIDOMNSDocument *pNSDoc;


Please don't add such variable names.


Jacek



More information about the wine-devel mailing list