[PATCH 4/6] mshtml: Add IHTMLElement::getClientRects implementation.
Signed-off-by: Jacek Caban <jacek(a)codeweavers.com> --- dlls/mshtml/htmlelem.c | 170 ++++++++++++++++++++++++++++++++++- dlls/mshtml/mshtml_private.h | 1 + dlls/mshtml/nsiface.idl | 12 ++- dlls/mshtml/tests/dom.c | 8 ++ 4 files changed, 188 insertions(+), 3 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=50047 Your paranoid android. === build (build log) === error: patch failed: dlls/mshtml/htmlstyle.h:137 error: patch failed: dlls/mshtml/htmlwindow.c:38 error: patch failed: dlls/mshtml/mshtml_private.h:128 error: patch failed: dlls/mshtml/tests/dom.c:6879 error: patch failed: dlls/mshtml/htmlwindow.c:3499 error: patch failed: dlls/mshtml/tests/documentmode.js:105 error: patch failed: dlls/mshtml/tests/elements.js:235 error: patch failed: dlls/mshtml/htmlstyle.c:3158 error: patch failed: dlls/mshtml/htmlelem.c:553 error: patch failed: dlls/mshtml/mshtml_private.h:210 error: patch failed: dlls/mshtml/nsiface.idl:147 error: patch failed: dlls/mshtml/tests/dom.c:5161 Task: Patch failed to apply === debian9 (build log) === error: patch failed: dlls/mshtml/htmlstyle.h:137 error: patch failed: dlls/mshtml/htmlwindow.c:38 error: patch failed: dlls/mshtml/mshtml_private.h:128 error: patch failed: dlls/mshtml/tests/dom.c:6879 error: patch failed: dlls/mshtml/htmlwindow.c:3499 error: patch failed: dlls/mshtml/tests/documentmode.js:105 error: patch failed: dlls/mshtml/tests/elements.js:235 error: patch failed: dlls/mshtml/htmlstyle.c:3158 error: patch failed: dlls/mshtml/htmlelem.c:553 error: patch failed: dlls/mshtml/mshtml_private.h:210 error: patch failed: dlls/mshtml/nsiface.idl:147 error: patch failed: dlls/mshtml/tests/dom.c:5161 Task: Patch failed to apply === debian9 (build log) === error: patch failed: dlls/mshtml/htmlstyle.h:137 error: patch failed: dlls/mshtml/htmlwindow.c:38 error: patch failed: dlls/mshtml/mshtml_private.h:128 error: patch failed: dlls/mshtml/tests/dom.c:6879 error: patch failed: dlls/mshtml/htmlwindow.c:3499 error: patch failed: dlls/mshtml/tests/documentmode.js:105 error: patch failed: dlls/mshtml/tests/elements.js:235 error: patch failed: dlls/mshtml/htmlstyle.c:3158 error: patch failed: dlls/mshtml/htmlelem.c:553 error: patch failed: dlls/mshtml/mshtml_private.h:210 error: patch failed: dlls/mshtml/nsiface.idl:147 error: patch failed: dlls/mshtml/tests/dom.c:5161 Task: Patch failed to apply
participants (2)
-
Jacek Caban -
Marvin