Jacek Caban : mshtml: Pass Gecko elements as nsIDOMElement to element constructors.

Alexandre Julliard julliard at winehq.org
Mon Feb 12 16:10:36 CST 2018


Module: wine
Branch: master
Commit: 3e4565f5d7db513c6e7c2b3e58da16dd0adae0aa
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=3e4565f5d7db513c6e7c2b3e58da16dd0adae0aa

Author: Jacek Caban <jacek at codeweavers.com>
Date:   Mon Feb 12 01:29:41 2018 +0100

mshtml: Pass Gecko elements as nsIDOMElement to element constructors.

Signed-off-by: Jacek Caban <jacek at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/mshtml/htmlanchor.c     |  4 +--
 dlls/mshtml/htmlarea.c       |  4 +--
 dlls/mshtml/htmlbody.c       |  4 +--
 dlls/mshtml/htmlelem.c       | 24 ++++++++++++------
 dlls/mshtml/htmlembed.c      |  2 +-
 dlls/mshtml/htmlform.c       |  4 +--
 dlls/mshtml/htmlframe.c      |  2 +-
 dlls/mshtml/htmlframebase.c  |  6 ++---
 dlls/mshtml/htmlgeneric.c    |  2 +-
 dlls/mshtml/htmlhead.c       |  6 ++---
 dlls/mshtml/htmliframe.c     |  2 +-
 dlls/mshtml/htmlimg.c        |  4 +--
 dlls/mshtml/htmlinput.c      | 10 ++++----
 dlls/mshtml/htmllink.c       |  4 +--
 dlls/mshtml/htmlmeta.c       |  2 +-
 dlls/mshtml/htmlobject.c     |  4 +--
 dlls/mshtml/htmloption.c     |  4 +--
 dlls/mshtml/htmlscript.c     |  4 +--
 dlls/mshtml/htmlselect.c     |  5 ++--
 dlls/mshtml/htmlstyleelem.c  |  4 +--
 dlls/mshtml/htmltable.c      |  6 ++---
 dlls/mshtml/htmltablecell.c  |  4 +--
 dlls/mshtml/htmltablerow.c   |  6 ++---
 dlls/mshtml/htmltextarea.c   |  4 +--
 dlls/mshtml/htmltextcont.c   |  2 +-
 dlls/mshtml/mshtml_private.h | 58 ++++++++++++++++++++++----------------------
 26 files changed, 95 insertions(+), 86 deletions(-)

Diff:   https://source.winehq.org/git/wine.git/?a=commitdiff;h=3e4565f5d7db513c6e7c2b3e58da16dd0adae0aa



More information about the wine-cvs mailing list