-
6136e9b3
by Jacek Caban at 2024-07-31T21:05:12+02:00
mshtml: Use dispex_index_prop_desc for HTMLElementCollection.
-
4abbf077
by Jacek Caban at 2024-07-31T21:05:12+02:00
mshtml: Use host object script bindings for HTMLDOMChildrenCollection.
-
c08e2c88
by Jacek Caban at 2024-07-31T21:05:12+02:00
mshtml: Use host object script bindings for HTMLStyleSheetsCollection.
-
644b5a27
by Jacek Caban at 2024-07-31T21:05:12+02:00
mshtml: Use host object script bindings for HTMLStyleSheet.
-
e30fef7f
by Jacek Caban at 2024-07-31T21:05:12+02:00
mshtml: Use host object script bindings for HTMLStyleSheetRulesCollection.
-
e8a2751e
by Jacek Caban at 2024-07-31T21:05:12+02:00
mshtml: Use host object script bindings for HTMLStyleSheetRule.
-
61115561
by Jacek Caban at 2024-07-31T21:05:12+02:00
mshtml: Use get_prop_desc for legacy function object implementation.
And remove no longer needed get_name.
-
089f39c4
by Jacek Caban at 2024-07-31T21:05:12+02:00
mshtml: Use host object script bindings for style objects.
Based on patch by Gabriel Ivăncescu.