canmove, Confirmed users, Bureaucrats and Sysops emeriti
2,798
edits
MarkFinkle (talk | contribs) No edit summary |
MarkFinkle (talk | contribs) |
||
Line 26: | Line 26: | ||
=== ActiveX Wrapper === | === ActiveX Wrapper === | ||
We used to support an ActiveX wrapper around Gecko. The wrapper had the same core interfaces as the standard MSHTML control that wrapped Trident. You could use Visual Basic, Delphi and even early .NET IDE's to drop the control on your Form. Viola! Gecko HTML renderer in your app. | We used to support an ActiveX wrapper around Gecko. The wrapper had the same core interfaces as the standard MSHTML control that wrapped Trident. You could use Visual Basic, Delphi and even early .NET IDE's to drop the control on your Form. Viola! Gecko HTML renderer in your app. | ||
We dropped support because we were constantly chasing the hundreds of interfaces Microsoft supported around MSHTML. Getting the simple stuff to work was one thing. Supporting the rest was unrealistic. Plus, Microsoft kept adding new interfaces. | We dropped support because we were constantly chasing the hundreds of interfaces Microsoft supported around MSHTML. Getting the simple stuff to work was one thing. Supporting the rest was unrealistic. Plus, Microsoft kept adding new interfaces. Not all of the concepts matched 1-to-1 with Mozilla concepts, which made truly supporting the interfaces difficult and confusing to use. | ||
=== System XULRunner === | === System XULRunner === |