.. |
AStream.h
|
|
|
BrowserStreamChild.cpp
|
|
|
BrowserStreamChild.h
|
|
|
BrowserStreamParent.cpp
|
|
|
BrowserStreamParent.h
|
|
|
ChildAsyncCall.cpp
|
|
|
ChildAsyncCall.h
|
|
|
ChildTimer.cpp
|
|
|
ChildTimer.h
|
|
|
COMMessageFilter.cpp
|
|
|
COMMessageFilter.h
|
|
|
ipdl.mk
|
|
|
Makefile.in
|
Bug 578546 - Fix more MSVC warning spam by removing unneeded declarations. r=cjones a=benjamin
|
2010-11-16 10:21:53 +01:00 |
NestedLoopTimer.cpp
|
|
|
NestedLoopTimer.h
|
|
|
NPEventAndroid.h
|
|
|
NPEventOSX.h
|
|
|
NPEventWindows.h
|
|
|
NPEventX11.h
|
|
|
PBrowserStream.ipdl
|
|
|
PluginIdentifierChild.h
|
|
|
PluginIdentifierParent.h
|
|
|
PluginInstanceChild.cpp
|
Bug 611593 - Topcrash @ PluginInstanceChild::AnswerNPP_Destroy because we were failing to clear mCurrentInvalidateTask in InvalidateRectDelayed. r=smaug a=blocking2.0
|
2010-11-15 09:18:33 -05:00 |
PluginInstanceChild.h
|
Fix review comments from bug 583109 (changeset 6ff3fcbb7845), comment 46.
|
2010-11-09 09:36:33 -05:00 |
PluginInstanceParent.cpp
|
Bug 611033 - Don't retain the plugin surface beyond the lifetime of the PluginInstanceParent: we only guarantee that the plugin X socket will kept alive until PluginModuleParent::ActorDestroy, r=karlt
|
2010-11-11 08:43:54 -05:00 |
PluginInstanceParent.h
|
Bug 606285 and Bug 583109 - Send the "visible" notification when painting with async layers, so that when a plugin goes from invisible to visible it starts sending asynchronous paints. Suspend sending surface updates for asynchronous plugins when they are invisible, and set the empty clipRect so that the plugin knows that drawing is suspended per the new API. Assume that plugins are visible again when a Paint or BuildLayer call is received. r-pending=karlt
|
2010-11-05 10:40:55 -04:00 |
PluginInterposeOSX.h
|
|
|
PluginInterposeOSX.mm
|
|
|
PluginLibrary.h
|
Bug 606285 and Bug 583109 - Send the "visible" notification when painting with async layers, so that when a plugin goes from invisible to visible it starts sending asynchronous paints. Suspend sending surface updates for asynchronous plugins when they are invisible, and set the empty clipRect so that the plugin knows that drawing is suspended per the new API. Assume that plugins are visible again when a Paint or BuildLayer call is received. r-pending=karlt
|
2010-11-05 10:40:55 -04:00 |
PluginMessageUtils.cpp
|
|
|
PluginMessageUtils.h
|
Non-Windows build bustage fix from bug 596451 part D - base::SharedMemoryHandle is not available to IPDL on non-Windows, so use typedefs.
|
2010-10-25 15:12:25 -04:00 |
PluginModuleChild.cpp
|
Bug 610238: Sync to npapi-headers rev 31. r=bsmedberg a=blocking2.0betaN+
|
2010-11-09 10:26:44 -05:00 |
PluginModuleChild.h
|
Bug 562424: Switch IPDL interfaces to infallible TArray. r=bent a=blocking
|
2010-11-08 20:49:00 -06:00 |
PluginModuleParent.cpp
|
Final merge of bug 596451. a=blocking2.0 - Asynchronous layer-based painting on Windows. Various pieces r=josh/romaxa/karlt/jmathies/roc.
|
2010-11-10 10:29:09 -05:00 |
PluginModuleParent.h
|
Final merge of bug 596451. a=blocking2.0 - Asynchronous layer-based painting on Windows. Various pieces r=josh/romaxa/karlt/jmathies/roc.
|
2010-11-10 10:29:09 -05:00 |
PluginProcessChild.cpp
|
Bug 603679 - Fix a regression causing the Shockwave plugin to fail to load; r=bsmedberg a=blocking-beta8+
|
2010-11-04 14:45:51 -04:00 |
PluginProcessChild.h
|
|
|
PluginProcessParent.cpp
|
Bug 590057: Add support for loading plugins of a different architecture than the host browser on Mac OS X. r=cjones a=blocking-b7
|
2010-09-15 23:09:19 -07:00 |
PluginProcessParent.h
|
|
|
PluginScriptableObjectChild.cpp
|
Bug 562424: Switch IPDL interfaces to infallible TArray. r=bent a=blocking
|
2010-11-08 20:49:00 -06:00 |
PluginScriptableObjectChild.h
|
Bug 562424: Switch IPDL interfaces to infallible TArray. r=bent a=blocking
|
2010-11-08 20:49:00 -06:00 |
PluginScriptableObjectParent.cpp
|
Bug 562424: Switch IPDL interfaces to infallible TArray. r=bent a=blocking
|
2010-11-08 20:49:00 -06:00 |
PluginScriptableObjectParent.h
|
Bug 562424: Switch IPDL interfaces to infallible TArray. r=bent a=blocking
|
2010-11-08 20:49:00 -06:00 |
PluginScriptableObjectUtils-inl.h
|
|
|
PluginScriptableObjectUtils.h
|
Bug 562424: Switch IPDL interfaces to infallible TArray. r=bent a=blocking
|
2010-11-08 20:49:00 -06:00 |
PluginStreamChild.cpp
|
|
|
PluginStreamChild.h
|
|
|
PluginStreamParent.cpp
|
|
|
PluginStreamParent.h
|
|
|
PluginUtilsOSX.h
|
|
|
PluginUtilsOSX.mm
|
|
|
PPluginIdentifier.ipdl
|
|
|
PPluginInstance.ipdl
|
Bug 606285 and Bug 583109 - Send the "visible" notification when painting with async layers, so that when a plugin goes from invisible to visible it starts sending asynchronous paints. Suspend sending surface updates for asynchronous plugins when they are invisible, and set the empty clipRect so that the plugin knows that drawing is suspended per the new API. Assume that plugins are visible again when a Paint or BuildLayer call is received. r-pending=karlt
|
2010-11-05 10:40:55 -04:00 |
PPluginModule.ipdl
|
Bug 598862, part 3: Have plugin parents keep a 'proxy ref' to plugin X resources by duping the plugin's X socket. r=karlt
|
2010-11-08 20:48:59 -06:00 |
PPluginScriptableObject.ipdl
|
|
|
PPluginStream.ipdl
|
|
|
PStreamNotify.ipdl
|
|
|
StreamNotifyChild.h
|
|
|
StreamNotifyParent.h
|
|
|