Я пытаюсь разобраться в том, что узнал о NPRuntime . Здесь является примером NPRuntime плагина из mozilla-central из NPRuntime плагина, который упоминает следующие строки
// ==============================
145 // ! Scriptability related code !
146 // ==============================
147 //
148 // here the plugin is asked by Mozilla to tell if it is scriptable
149 // we should return a valid interface id and a pointer to
150 // nsScriptablePeer interface which we should have implemented
151 // and which should be defined in the corressponding *.xpt file
152 // in the bin/components folder
Теперь AFAIK NPRuntime не требуется копировать xpt файл, xpt файл относится к XPCOM и NPRuntime не использует XPCOM . Так что же означает приведенное выше утверждение?