.. |
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
|
Bug 525454 - Crash in mochitest-ipcplugins where NPP_Invoke returns the last reference to an object. Also fixes an operator-precedence error.
|
2009-10-30 17:02:47 -04: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
|
Bug 522122. Electrolysis: Forawrd windows events to windowless plugins. r=cjones,karlt
|
2009-10-27 15:58:33 -04:00 |
NPEventX11.h
|
Bug 522122. Electrolysis: Forawrd windows events to windowless plugins. r=cjones,karlt
|
2009-10-27 15:58:33 -04: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
|
Make a DEBUG_cjones log message DEBUG
|
2009-10-27 16:07:49 -05:00 |
PluginInstanceChild.h
|
Bug 522122. Electrolysis: Forawrd windows events to windowless plugins. r=cjones,karlt
|
2009-10-27 15:58:33 -04:00 |
PluginInstanceParent.cpp
|
Bug 522122. Electrolysis: Forawrd windows events to windowless plugins. r=cjones,karlt
|
2009-10-27 15:58:33 -04:00 |
PluginInstanceParent.h
|
Allow multiple types of OOP plugins to load. b=516509 r=cjones
|
2009-10-27 15:51:12 -04:00 |
PluginLibrary.h
|
Allow multiple types of OOP plugins to load. b=516509 r=cjones
|
2009-10-27 15:51:12 -04:00 |
PluginMessageUtils.cpp
|
Bug 525454 - Crash in mochitest-ipcplugins where NPP_Invoke returns the last reference to an object. Also fixes an operator-precedence error.
|
2009-10-30 17:02:47 -04:00 |
PluginMessageUtils.h
|
Bug 525454 - Crash in mochitest-ipcplugins where NPP_Invoke returns the last reference to an object. Also fixes an operator-precedence error.
|
2009-10-30 17:02:47 -04:00 |
PluginModuleChild.cpp
|
bug 523761: give top-level IPDL actors handles to each others' processes. r=bent
|
2009-10-27 16:52:37 -05:00 |
PluginModuleChild.h
|
bug 523761: give top-level IPDL actors handles to each others' processes. r=bent
|
2009-10-27 16:52:37 -05:00 |
PluginModuleParent.cpp
|
bug 523761: give top-level IPDL actors handles to each others' processes. r=bent
|
2009-10-27 16:52:37 -05:00 |
PluginModuleParent.h
|
Allow multiple types of OOP plugins to load. b=516509 r=cjones
|
2009-10-27 15:51:12 -04:00 |
PluginPRLibrary.h
|
Linux build bustage from previous commit, bug 525605.
|
2009-10-31 15:32:06 -04:00 |
PluginProcessParent.cpp
|
Force child processes to close and wait for them on shutdown
|
2009-09-02 17:18:27 -07:00 |
PluginProcessParent.h
|
bug 523761: give top-level IPDL actors handles to each others' processes. r=bent
|
2009-10-27 16:52:37 -05:00 |
PluginScriptableObjectChild.cpp
|
Bug 525454 - Crash in mochitest-ipcplugins where NPP_Invoke returns the last reference to an object. Also fixes an operator-precedence error.
|
2009-10-30 17:02:47 -04:00 |
PluginScriptableObjectChild.h
|
Add NPN_Evaluate and NPN_Push/PopPopupsEnabledState support
|
2009-10-13 10:54:41 -07:00 |
PluginScriptableObjectParent.cpp
|
Allow multiple types of OOP plugins to load. b=516509 r=cjones
|
2009-10-27 15:51:12 -04:00 |
PluginScriptableObjectParent.h
|
Add NPN_Evaluate and NPN_Push/PopPopupsEnabledState support
|
2009-10-13 10:54:41 -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
|
bug 523761: give top-level IPDL actors handles to each others' processes. r=bent
|
2009-10-27 16:52:37 -05:00 |
PluginThreadChild.h
|
bug 523761: give top-level IPDL actors handles to each others' processes. r=bent
|
2009-10-27 16:52:37 -05:00 |
PPluginInstance.ipdl
|
Bug 522122. Electrolysis: Forawrd windows events to windowless plugins. r=cjones,karlt
|
2009-10-27 15:58:33 -04:00 |
PPluginModule.ipdl
|
bug 523143: switch protocols using nsTArray to native IPDL arrays
|
2009-10-19 14:10:52 -05:00 |
PPluginScriptableObject.ipdl
|
bug 523143: switch protocols using nsTArray to native IPDL arrays
|
2009-10-19 14:10:52 -05: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 |
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 |