Re: [PATCH 1/2] mshtml: Reimplement IHTMLLocation::get_href

2009-10-16 Thread Jacek Caban
Andrew Eikum wrote: Jacek Caban wrote: Hi Andrew, Andrew Eikum wrote: --- dlls/mshtml/htmllocation.c | 93 +++-- dlls/mshtml/tests/htmllocation.c |4 +- 2 files changed, 90 insertions(+), 7 deletions(-) What's IHTMLDocument2::URL value in these

Re: [PATCH 1/2] mshtml: Reimplement IHTMLLocation::get_href

2009-10-16 Thread Andrew Eikum
Jacek Caban wrote: Hi Andrew, Andrew Eikum wrote: --- dlls/mshtml/htmllocation.c | 93 +++-- dlls/mshtml/tests/htmllocation.c |4 +- 2 files changed, 90 insertions(+), 7 deletions(-) What's IHTMLDocument2::URL value in these cases? I'd expect it

Re: [PATCH 1/2] mshtml: Reimplement IHTMLLocation::get_href

2009-10-16 Thread Jacek Caban
Hi Andrew, Andrew Eikum wrote: --- dlls/mshtml/htmllocation.c | 93 +++-- dlls/mshtml/tests/htmllocation.c |4 +- 2 files changed, 90 insertions(+), 7 deletions(-) What's IHTMLDocument2::URL value in these cases? I'd expect it to be the same, whi