From: Alex Henrie Subject: [PATCH 0/3] mshtml: Image map support Message-Id: <1438699008-19047-1-git-send-email-alexhenrie24@gmail.com> Date: Tue, 4 Aug 2015 08:36:45 -0600 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