[PATCH 0/3] mshtml: Image map support

Alex Henrie alexhenrie24 at gmail.com
Tue Aug 4 09:36:45 CDT 2015


Hi,

Could I get some feedback on the following changes before I submit them
to wine-patches?

Alex Henrie (3):
  include: Add IHTMLAreaElement and DispHTMLAreaElement.
  mshtml: Stub out HTMLAreaElement.
  mshtml: Add support for clicking image maps.

 dlls/mshtml/Makefile.in      |   1 +
 dlls/mshtml/htmlanchor.c     | 100 ++++++----
 dlls/mshtml/htmlarea.c       | 452 +++++++++++++++++++++++++++++++++++++++++++
 dlls/mshtml/htmlelem.c       |   2 +
 dlls/mshtml/htmlevent.h      |  34 ----
 dlls/mshtml/mshtml_private.h |  38 ++++
 dlls/mshtml/nsiface.idl      |  38 ++++
 include/mshtmdid.h           |  25 +++
 include/mshtml.idl           | 227 ++++++++++++++++++++++
 9 files changed, 843 insertions(+), 74 deletions(-)
 create mode 100644 dlls/mshtml/htmlarea.c

-- 
2.5.0




More information about the wine-patches mailing list