npapi
can npapi do everything that ActiveX can?
I wanted to write a B/S project that client side uses ActiveX or Gecko to Communication with server via network socket. And any browser(ie/firefox/chrome/opera/safari) can use i开发者_JS百科t.If you w[详细]
2023-03-23 15:57 分类:问答How to render HTML from an NPAPI plugin in Safari
I\'ve been writing a Mac NPAPI-based browser plugin to convert a file of custom mimetype (say, \"application/x-foo\") into an HTML representation, which can then be viewed directly in a browser.These[详细]
2023-03-22 23:53 分类:问答How to obtain firefox user agent string?
I\'m building an add-on for FireFox that simulates a website, but running from a local library. (If you want to know more, look here)[详细]
2023-03-21 18:51 分类:问答need to return multiple values from NPAPI function
I am trying to create an NPAPI plugin where I call a javascript function and return some value from plugin. I did this by setting fields in NPVariant pointer. But since its a structure, I can put only[详细]
2023-03-20 09:15 分类:问答NPAPI XCode linker
I\'m trying to compile basic plugin for firefox and linker reports following problem: Undefined symbols for architecture i386:[详细]
2023-03-19 13:44 分类:问答STRINGZ_TO_NPVARIANT in xcode problem
have folowing code: NPVariant type; STRINGZ_TO_NPVARIANT(\"click\", type); and the xcode returns \"error: expected expression before \'uint32_t\'\"开发者_如何学JAVA[详细]
2023-03-19 03:25 分类:问答javascript arguments are messed up when passed to NPAPI plugin function
I am using a simple NPAPI example from https://github.com/mikma/npsim开发者_如何学Pythonple. When I try to pass arguments from javascript to the NPAPI invoke function, the[详细]
2023-03-17 10:56 分类:问答NPAPI: preferred windowing model (windowed/windowless/xembed) for non-visual plugin
I\'m creating an NPAPI plugin that isn\'t supposed to have a UI (for use from Javascript only). What windowing model should I use (windowed/windowless/xembed) to support as many browsers (and browser[详细]
2023-03-17 01:25 分类:问答NPNInvoke - Passing plugin data back to browser
I am calling back an object in Javascript using NPAPI. Before this call, the functions I am calling result in proper invocation of functions in JavaScript but it fails in NPN_Invoke calls.[详细]
2023-03-16 22:24 分类:问答How do I package an NPAPI Chrome plugin for 32 and 64 bit Linux?
I\'m trying to package a Chrome extension that includes native plugins for all OSes. What do I need to include in the manifest.json to get it to load in both开发者_如何学编程 32 bit and 64 bit version[详细]
2023-03-16 06:21 分类:问答