Module: wine Branch: master Commit: d72d640308ce015b50a8b26c6bf6baeb560d9527 URL: http://source.winehq.org/git/wine.git/?a=commit;h=d72d640308ce015b50a8b26c6b...
Author: Jacek Caban jacek@codeweavers.com Date: Thu Jul 7 12:50:18 2016 +0200
mshtml: Export IElementSelector for all elements in compatibility mode >= IE8.
Signed-off-by: Jacek Caban jacek@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/mshtml/htmlanchor.c | 3 ++- dlls/mshtml/htmlarea.c | 3 ++- dlls/mshtml/htmlbody.c | 3 ++- dlls/mshtml/htmlcomment.c | 3 ++- dlls/mshtml/htmlelem.c | 13 ++++++++++--- dlls/mshtml/htmlembed.c | 3 ++- dlls/mshtml/htmlform.c | 3 ++- dlls/mshtml/htmlframe.c | 3 ++- dlls/mshtml/htmlgeneric.c | 3 ++- dlls/mshtml/htmlhead.c | 9 ++++++--- dlls/mshtml/htmliframe.c | 3 ++- dlls/mshtml/htmlimg.c | 3 ++- dlls/mshtml/htmlinput.c | 9 ++++++--- dlls/mshtml/htmllink.c | 3 ++- dlls/mshtml/htmlmeta.c | 3 ++- dlls/mshtml/htmlobject.c | 3 ++- dlls/mshtml/htmloption.c | 6 ++++-- dlls/mshtml/htmlscript.c | 3 ++- dlls/mshtml/htmlselect.c | 3 ++- dlls/mshtml/htmlstyleelem.c | 3 ++- dlls/mshtml/htmltable.c | 3 ++- dlls/mshtml/htmltablecell.c | 3 ++- dlls/mshtml/htmltablerow.c | 3 ++- dlls/mshtml/htmltextarea.c | 3 ++- dlls/mshtml/mshtml_private.h | 4 ++-- dlls/mshtml/tests/documentmode.js | 20 +++++++++++++++++++- 26 files changed, 87 insertions(+), 34 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=d72d640308ce015b50a8b2...