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