mshtml: Use lazy allocation for connection points.
authorJacek Caban <jacek@codeweavers.com>
Fri, 15 Mar 2013 14:01:53 +0000 (15:01 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 15 Mar 2013 15:18:05 +0000 (16:18 +0100)
commitaf6c518e7d25f33aa80a5c4d8ac6add2fb0a8040
treefd43d2adc8a5ba93799f8a11b17bae77316d243a
parent1d05cd515c168e45d38f344952b27b406ad07bc6
mshtml: Use lazy allocation for connection points.
32 files changed:
dlls/mshtml/conpoint.c
dlls/mshtml/htmlanchor.c
dlls/mshtml/htmlbody.c
dlls/mshtml/htmlcomment.c
dlls/mshtml/htmldoc.c
dlls/mshtml/htmlelem.c
dlls/mshtml/htmlembed.c
dlls/mshtml/htmlevent.c
dlls/mshtml/htmlform.c
dlls/mshtml/htmlframe.c
dlls/mshtml/htmlgeneric.c
dlls/mshtml/htmlhead.c
dlls/mshtml/htmliframe.c
dlls/mshtml/htmlimg.c
dlls/mshtml/htmlinput.c
dlls/mshtml/htmllink.c
dlls/mshtml/htmlmeta.c
dlls/mshtml/htmlnode.c
dlls/mshtml/htmlobject.c
dlls/mshtml/htmloption.c
dlls/mshtml/htmlscript.c
dlls/mshtml/htmlselect.c
dlls/mshtml/htmlstyleelem.c
dlls/mshtml/htmltable.c
dlls/mshtml/htmltablecell.c
dlls/mshtml/htmltablerow.c
dlls/mshtml/htmltextarea.c
dlls/mshtml/htmltextcont.c
dlls/mshtml/htmltextnode.c
dlls/mshtml/mshtml_private.h
dlls/mshtml/mutation.c
dlls/mshtml/persist.c