.. |
AStream.h
|
Implement Plugin->Browser streams. In a very basic form the first plugin instantiation passes the new plugin stream tests, but subsequent instantiations don't: I think there's some shutdown/startup issue (the plugin is being unloaded, perhaps?)
|
2009-09-21 10:51:35 -04:00 |
BrowserStreamChild.cpp
|
Add threadsafety assertions to plugin code
|
2009-10-08 12:11:13 -07:00 |
BrowserStreamChild.h
|
More plugin crash fixes: failure from NPP_Write doesn't actually destroy the stream, it just tells the browser to destroy the stream. NPP_NewStream resulting from NPN_GetURLNotify didn't have the notifyData field set correctly. Other minor logging and cleanup.
|
2009-09-23 19:00:23 -04:00 |
BrowserStreamParent.cpp
|
More plugin crash fixes: failure from NPP_Write doesn't actually destroy the stream, it just tells the browser to destroy the stream. NPP_NewStream resulting from NPN_GetURLNotify didn't have the notifyData field set correctly. Other minor logging and cleanup.
|
2009-09-23 19:00:23 -04:00 |
BrowserStreamParent.h
|
More plugin crash fixes: failure from NPP_Write doesn't actually destroy the stream, it just tells the browser to destroy the stream. NPP_NewStream resulting from NPN_GetURLNotify didn't have the notifyData field set correctly. Other minor logging and cleanup.
|
2009-09-23 19:00:23 -04:00 |
ipdl.mk
|
Implement Plugin->Browser streams. In a very basic form the first plugin instantiation passes the new plugin stream tests, but subsequent instantiations don't: I think there's some shutdown/startup issue (the plugin is being unloaded, perhaps?)
|
2009-09-21 10:51:35 -04:00 |
Makefile.in
|
Remove testplugin for ipc, we can run the real one now.
|
2009-10-08 14:40:51 -07:00 |
NPEventOSX.h
|
fix more bustage related to nsresult-to-bool switch. committing initial (untested!) NPEvent forwarding caught in the crossfire
|
2009-09-18 20:19:11 -05:00 |
NPEventWindows.h
|
More nsresult -> bool fixes, and fix windows bustage from NPEvent stub impl.
|
2009-09-19 12:24:24 -07:00 |
NPEventX11.h
|
fix more bustage related to nsresult-to-bool switch. committing initial (untested!) NPEvent forwarding caught in the crossfire
|
2009-09-18 20:19:11 -05:00 |
PBrowserStream.ipdl
|
PPluginStream is badly named: there is going to be a PPluginStream, but it's not this!
|
2009-09-09 10:04:09 -04:00 |
PluginInstanceChild.cpp
|
Add threadsafety assertions to plugin code
|
2009-10-08 12:11:13 -07:00 |
PluginInstanceChild.h
|
Bug 516524 - Support NPRuntime across processes. r=bsmedberg.
|
2009-10-07 16:50:48 -07:00 |
PluginInstanceParent.cpp
|
Bug 516524 - Support NPRuntime across processes. r=bsmedberg.
|
2009-10-07 16:50:48 -07:00 |
PluginInstanceParent.h
|
Bug 516524 - Support NPRuntime across processes. r=bsmedberg.
|
2009-10-07 16:50:48 -07:00 |
PluginMessageUtils.h
|
Add threadsafety assertions to plugin code
|
2009-10-08 12:11:13 -07:00 |
PluginModuleChild.cpp
|
Add threadsafety assertions to plugin code
|
2009-10-08 12:11:13 -07:00 |
PluginModuleChild.h
|
Bug 516524 - Support NPRuntime across processes. r=bsmedberg.
|
2009-10-07 16:50:48 -07:00 |
PluginModuleParent.cpp
|
implement NPN_UserAgent, which was trickier than expected
|
2009-10-08 02:54:16 -05:00 |
PluginModuleParent.h
|
implement NPN_UserAgent, which was trickier than expected
|
2009-10-08 02:54:16 -05:00 |
PluginProcessParent.cpp
|
Force child processes to close and wait for them on shutdown
|
2009-09-02 17:18:27 -07:00 |
PluginProcessParent.h
|
use a single binary, mozilla-runtime, for all child processes
|
2009-07-10 14:03:09 -05:00 |
PluginScriptableObjectChild.cpp
|
Add threadsafety assertions to plugin code
|
2009-10-08 12:11:13 -07:00 |
PluginScriptableObjectChild.h
|
Bug 516524 - Support NPRuntime across processes. r=bsmedberg.
|
2009-10-07 16:50:48 -07:00 |
PluginScriptableObjectParent.cpp
|
Oops, revert bad changes
|
2009-10-08 12:23:04 -07:00 |
PluginScriptableObjectParent.h
|
Bug 516524 - Support NPRuntime across processes. r=bsmedberg.
|
2009-10-07 16:50:48 -07:00 |
PluginStreamChild.cpp
|
Add threadsafety assertions to plugin code
|
2009-10-08 12:11:13 -07:00 |
PluginStreamChild.h
|
Implement Plugin->Browser streams. In a very basic form the first plugin instantiation passes the new plugin stream tests, but subsequent instantiations don't: I think there's some shutdown/startup issue (the plugin is being unloaded, perhaps?)
|
2009-09-21 10:51:35 -04:00 |
PluginStreamParent.cpp
|
Fix streams to work. Be consistent about AStream* for pdata/ndata. Set up pdata before actually calling the constructor. Implement functions which were stubbed out without TODO comments. This passes the stream tests!
|
2009-09-22 17:06:00 -04:00 |
PluginStreamParent.h
|
Implement Plugin->Browser streams. In a very basic form the first plugin instantiation passes the new plugin stream tests, but subsequent instantiations don't: I think there's some shutdown/startup issue (the plugin is being unloaded, perhaps?)
|
2009-09-21 10:51:35 -04:00 |
PluginThreadChild.cpp
|
Don't abort if more than one arg is passed to a plugin
|
2009-08-05 13:49:13 -07:00 |
PluginThreadChild.h
|
Rename plugin protocols and fix up usage
|
2009-09-08 23:31:35 -07:00 |
PPluginInstance.ipdl
|
b=519896 NPN_InvalidateRect r=cjones
|
2009-10-01 17:09:21 +13:00 |
PPluginModule.ipdl
|
implement NPN_UserAgent, which was trickier than expected
|
2009-10-08 02:54:16 -05:00 |
PPluginScriptableObject.ipdl
|
Bug 516524 - Support NPRuntime across processes. r=bsmedberg.
|
2009-10-07 16:50:48 -07:00 |
PPluginStream.ipdl
|
Implement Plugin->Browser streams. In a very basic form the first plugin instantiation passes the new plugin stream tests, but subsequent instantiations don't: I think there's some shutdown/startup issue (the plugin is being unloaded, perhaps?)
|
2009-09-21 10:51:35 -04:00 |
PStreamNotify.ipdl
|
Implement NPN_GetURLNotify/NPN_PostURLNotify/NPP_URLNotify. Still without any tests!
|
2009-09-08 17:22:50 -04:00 |
SharedLibrary.h
|
Plugins stuff: this code is equivalent to electrolysis-tmp revision 61cd9e89fd00, except that I had to merge forward a minor change to the plugin-loading code from Josh's cleanup.
|
2009-06-30 14:51:05 -04:00 |
SharedPRLibrary.h
|
merge plugin work from libchromiumipc. add env var check for OOP iframe. a few small bugfixes here and there.
|
2009-07-02 11:54:22 -05:00 |
StreamNotifyChild.h
|
More plugin crash fixes: failure from NPP_Write doesn't actually destroy the stream, it just tells the browser to destroy the stream. NPP_NewStream resulting from NPN_GetURLNotify didn't have the notifyData field set correctly. Other minor logging and cleanup.
|
2009-09-23 19:00:23 -04:00 |
StreamNotifyParent.h
|
Implement NPN_GetURLNotify/NPN_PostURLNotify/NPP_URLNotify. Still without any tests!
|
2009-09-08 17:22:50 -04:00 |