XPCOM

Hello, you have come here looking for the meaning of the word XPCOM. In DICTIOUS you will not only get to know all the dictionary meanings for the word XPCOM, but we will also tell you about its etymology, its characteristics and you will know how to say XPCOM in singular and plural. Everything you need to know about the word XPCOM you have here. The definition of the word XPCOM will help you to be more precise and correct when speaking or writing your texts. Knowing the definition ofXPCOM, as well as those of other words, enriches your vocabulary and provides you with more and better linguistic resources.

English

English Wikipedia has an article on:
Wikipedia

Proper noun

XPCOM

  1. (computing) Abbreviation of Cross-Platform Component Object Model.
    • 2002, David Boswell, Creating Applications with Mozilla, →ISBN, page 241:
      Although most components available from XPCOM are written in C++, the XPConnect/XPCOM pairing can also accommodate other languages.
    • 2004, Nigel McFarlane, Rapid Application Development with Mozilla, →ISBN, page 176:
      XPCOM is entirely internal to the Mozilla Platform. XPConnect is the glue that turns XPCOM-compliant objects and their interfaces into JavaScript host objects.
    • 2007, Syd Logan, Cross-Platform Development in C++, →ISBN:
      XPCOM enables component software development, a paradigm that is heavily leveraged in the Mozilla product line. DLLs that implement the required external functions and classes defined for this purpose by XPCOM can be registered as components with a Mozilla-based project, and applications can then uses XPCOM to query these components for classes and interfaces, and then make calls against the interfaces to obtain the services provided by the component.
    • 2007, Kenneth C. Feldt, Programming Firefox: Building Rich Internet Applications with XUL, →ISBN:
      These XPCOM interfaces are the starting point for all XUL elements.