Re: [PATCH 2/2] mshtml: Reimplement HTMLLocation::get_pathname

2009-10-16 Thread Jacek Caban
Andrew Eikum wrote: Jacek Caban wrote: -hres = CoInternetParseUrl(doc_url, PARSE_PATH_FROM_URL, 0, buf, sizeof(buf), &size, 0); Please don't remove it. Using pluggable protocol has a visible on application and I've tested that it really should be called when I implemented it (altaught th

Re: [PATCH 2/2] mshtml: Reimplement HTMLLocation::get_pathname

2009-10-16 Thread Andrew Eikum
Jacek Caban wrote: -hres = CoInternetParseUrl(doc_url, PARSE_PATH_FROM_URL, 0, buf, sizeof(buf), &size, 0); Please don't remove it. Using pluggable protocol has a visible on application and I've tested that it really should be called when I implemented it (altaught there is no test for it

Re: [PATCH 2/2] mshtml: Reimplement HTMLLocation::get_pathname

2009-10-16 Thread Jacek Caban
Andrew Eikum wrote: --- dlls/mshtml/htmllocation.c | 27 ++- dlls/mshtml/tests/htmllocation.c |8 2 files changed, 10 insertions(+), 25 deletions(-) -hres = CoInternetParseUrl(doc_url, PARSE_PATH_FROM_URL, 0, buf, sizeof(buf), &size, 0); Ple