[PATCH 2/4] mshtml: Add IHTMLDocument4::namespaces property implementation.
Signed-off-by: Jacek Caban <jacek(a)codeweavers.com> --- dlls/mshtml/htmldoc.c | 25 +++++- dlls/mshtml/mshtml_private.h | 4 + dlls/mshtml/omnavigator.c | 154 +++++++++++++++++++++++++++++++++++ dlls/mshtml/tests/dom.c | 23 ++++++ 4 files changed, 202 insertions(+), 4 deletions(-)
Hi, While running your changed tests, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at: https://testbot.winehq.org/JobDetails.pl?Key=74673 Your paranoid android. === debiant (32 bit report) === mshtml: Unhandled exception: page fault on read access to 0x00000000 in 32-bit code (0x00c62efc). Report validation errors: mshtml:dom crashed (c0000005) === debiant (32 bit French report) === mshtml: Unhandled exception: page fault on read access to 0x00000000 in 32-bit code (0x00c62efc). Report validation errors: mshtml:dom crashed (c0000005) === debiant (32 bit Japanese:Japan report) === mshtml: Unhandled exception: page fault on read access to 0x00000000 in 32-bit code (0x00c62efc). Report validation errors: mshtml:dom crashed (c0000005) === debiant (32 bit Chinese:China report) === mshtml: Unhandled exception: page fault on read access to 0x00000000 in 32-bit code (0x00c62efc). Report validation errors: mshtml:dom crashed (c0000005) === debiant (32 bit WoW report) === mshtml: Unhandled exception: page fault on read access to 0x00000000 in 32-bit code (0x00c62efc). Report validation errors: mshtml:dom crashed (c0000005) === debiant (64 bit WoW report) === mshtml: Unhandled exception: page fault on read access to 0x00000000 in 32-bit code (0x00c62efc). Report validation errors: mshtml:dom crashed (c0000005)
participants (2)
-
Jacek Caban -
Marvin