Re: [1/2] mshtml: Add IHTMLEditServices stub implementation. Take 2.
Hi Dmitry, On 10/12/15 05:21, Dmitry Timoshkov wrote:
Thanks Jacek for the comments.
Signed-off-by: Dmitry Timoshkov <dmitry(a)baikal.ru> --- dlls/mshtml/htmldoc.c | 2 + dlls/mshtml/main.c | 1 + dlls/mshtml/mshtml_private.h | 1 + dlls/mshtml/service.c | 137 +++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 141 insertions(+)
The patch looks good to me now, but I still hope to see a test. It should be trivial, we even already have test_QueryService for that. Thanks, Jacek
Hi Jacek, Jacek Caban <jacek(a)codeweavers.com> wrote:
The patch looks good to me now, but I still hope to see a test. It should be trivial, we even already have test_QueryService for that.
I somehow missed part about the test, sorry about that. -- Dmitry.
participants (2)
-
Dmitry Timoshkov -
Jacek Caban