Module: wine Branch: master Commit: d40b1ae8dc7285eabedf9bafadd90137231be0a9 URL: http://source.winehq.org/git/wine.git/?a=commit;h=d40b1ae8dc7285eabedf9bafad...
Author: Jacek Caban jacek@codeweavers.com Date: Tue Oct 2 15:46:20 2012 +0200
mshtml: Added support for script 'for' and 'event' attributes.
---
dlls/mshtml/htmldoc3.c | 2 +- dlls/mshtml/htmlevent.c | 15 +++ dlls/mshtml/htmlevent.h | 1 + dlls/mshtml/mshtml_private.h | 2 + dlls/mshtml/mutation.c | 1 + dlls/mshtml/script.c | 212 ++++++++++++++++++++++++++++++++++++++++-- 6 files changed, 225 insertions(+), 8 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=d40b1ae8dc7285eabedf9b...