[PATCH 4/4] mshtml: Add IMarkupServices::CreateMarkupPointer implementation.
Signed-off-by: Jacek Caban <jacek(a)codeweavers.com> --- dlls/mshtml/htmldoc.c | 6 +- dlls/mshtml/mshtml_private.h | 1 + dlls/mshtml/range.c | 294 +++++++++++++++++++++++++++++++++++ dlls/mshtml/tests/dom.c | 22 +++ 4 files changed, 321 insertions(+), 2 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=74675 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