.. |
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
|
Bug 551049 part 3: delay the delivery of NPP_URLNotify until the related stream is completely delivered and destroyed, and propagate errors from NPP_Write and NPN_DestroyStream back to NPP_URLNotify r=bent
|
2010-03-06 16:03:05 -05:00 |
BrowserStreamChild.h
|
Followup to bug 551049 - make the closing reason match that used by the in-process host
|
2010-03-11 14:15:48 -05:00 |
BrowserStreamParent.cpp
|
Bug 518881: Fix unused-result warnings in dom/plugins. r=bsmedberg
|
2010-04-27 00:43:03 -05:00 |
BrowserStreamParent.h
|
Revert the RPC-style race resolution from bug 532208 in order to use the asynchronous delivery patches.
|
2010-03-06 11:08:19 -05:00 |
ChildAsyncCall.cpp
|
Bug 558629 - Meter WM_USER events for Flash in PluginInstanceChild to improve responsiveness and lower CPU utilization. r=bsmedberg, a=developers.
|
2010-04-26 11:29:11 -05:00 |
ChildAsyncCall.h
|
Bug 558629 - Meter WM_USER events for Flash in PluginInstanceChild to improve responsiveness and lower CPU utilization. r=bsmedberg, a=developers.
|
2010-04-26 11:29:11 -05:00 |
ChildTimer.cpp
|
Bug 516515 - Don't initialize XPCOM in plugin processes, r=cjones
|
2010-02-03 17:17:09 -05:00 |
ChildTimer.h
|
Bug 516515 - Don't initialize XPCOM in plugin processes, r=cjones
|
2010-02-03 17:17:09 -05:00 |
Makefile.in
|
Bug 558390 - Quake Live crashes because it implements NP_Initialize using cdecl, instead of the correct stdcall. Force the calling function to use a frame pointer so that the stack pointer gets reset correctly before we return, r=jrmuizelaar, landing in mozilla-central for bake time pending review from josh or jst
|
2010-04-13 12:10:00 -04:00 |
NPEventOSX.h
|
[OOPP] Serialize remaining Cocoa NPAPI events, including keyboard events. b=555300 r=cjones
|
2010-03-29 15:27:49 -04:00 |
NPEventWindows.h
|
Bug 536369 - OOPP: Fix for mouse event serialization errors. r=bsmedberg.
|
2010-01-13 19:46:44 -06:00 |
NPEventX11.h
|
Bug 534644 - implement Qt ipc/chromium backend, first part. r=benjamin, r=jones.chris.g
|
2010-01-28 07:22:41 +02:00 |
PBrowserStream.ipdl
|
Bug 541131: Include IPDL headers as |include protocol PFoo;|. r=cjones
|
2010-04-26 20:11:46 -05:00 |
PPluginIdentifier.ipdl
|
Bug 541131: Include IPDL headers as |include protocol PFoo;|. r=cjones
|
2010-04-26 20:11:46 -05:00 |
PPluginInstance.ipdl
|
Bug 561871 part B: don't use Windows events to enter/exit a nested event loop within an RPC stack frame, because delivery of those events isn't always associated with the correct stack frame, and also because the events can be lost if they race with an incoming RPC reply message. Instead, keep a linked list (on the stack) of RPC frames globally and per-channel, to associate requests to enter a nested event loop with the correct frame, r=jimm
|
2010-04-28 11:01:09 -04:00 |
PPluginModule.ipdl
|
Bug 541131: Include IPDL headers as |include protocol PFoo;|. r=cjones
|
2010-04-26 20:11:46 -05:00 |
PPluginScriptableObject.ipdl
|
Bug 541131: Include IPDL headers as |include protocol PFoo;|. r=cjones
|
2010-04-26 20:11:46 -05:00 |
PPluginStream.ipdl
|
Bug 541131: Include IPDL headers as |include protocol PFoo;|. r=cjones
|
2010-04-26 20:11:46 -05:00 |
PStreamNotify.ipdl
|
Bug 541131: Include IPDL headers as |include protocol PFoo;|. r=cjones
|
2010-04-26 20:11:46 -05:00 |
PluginIdentifierChild.h
|
Bug 547359 - '[OOPP] Silverlight plugin takes 6X longer to load with IPC plugins than without - make NPIdentifier handler smarter/faster'. r=bsmedberg.
|
2010-03-23 07:30:51 -07:00 |
PluginIdentifierParent.h
|
Bug 547359 - '[OOPP] Silverlight plugin takes 6X longer to load with IPC plugins than without - make NPIdentifier handler smarter/faster'. r=bsmedberg.
|
2010-03-23 07:30:51 -07:00 |
PluginInstanceChild.cpp
|
b=561308,539138 Realize GtkPlugs when associated with a socket for consistency with in-process behavior r=cjones
|
2010-04-29 22:43:15 +12:00 |
PluginInstanceChild.h
|
Bug 561871 part B: don't use Windows events to enter/exit a nested event loop within an RPC stack frame, because delivery of those events isn't always associated with the correct stack frame, and also because the events can be lost if they race with an incoming RPC reply message. Instead, keep a linked list (on the stack) of RPC frames globally and per-channel, to associate requests to enter a nested event loop with the correct frame, r=jimm
|
2010-04-28 11:01:09 -04:00 |
PluginInstanceParent.cpp
|
Bug 561871 part B: don't use Windows events to enter/exit a nested event loop within an RPC stack frame, because delivery of those events isn't always associated with the correct stack frame, and also because the events can be lost if they race with an incoming RPC reply message. Instead, keep a linked list (on the stack) of RPC frames globally and per-channel, to associate requests to enter a nested event loop with the correct frame, r=jimm
|
2010-04-28 11:01:09 -04:00 |
PluginInstanceParent.h
|
Bug 561871 part B: don't use Windows events to enter/exit a nested event loop within an RPC stack frame, because delivery of those events isn't always associated with the correct stack frame, and also because the events can be lost if they race with an incoming RPC reply message. Instead, keep a linked list (on the stack) of RPC frames globally and per-channel, to associate requests to enter a nested event loop with the correct frame, r=jimm
|
2010-04-28 11:01:09 -04:00 |
PluginLibrary.h
|
Bug 558390 - Quake Live crashes because it implements NP_Initialize using cdecl, instead of the correct stdcall. Force the calling function to use a frame pointer so that the stack pointer gets reset correctly before we return, r=jrmuizelaar, landing in mozilla-central for bake time pending review from josh or jst
|
2010-04-13 12:10:00 -04:00 |
PluginMessageUtils.cpp
|
Bug 555281 - Implement Core Animation NPAPI Drawing Model for OOPP. r=joe,josh,cjones
|
2010-04-20 10:52:19 -04:00 |
PluginMessageUtils.h
|
Bug 519601: s/netscape/netsc@pe/ for plugin dso paths passed on the command line on linux. r=karlt
|
2010-04-14 02:04:52 -05:00 |
PluginModuleChild.cpp
|
b=561308,539138 Realize GtkPlugs when associated with a socket for consistency with in-process behavior r=cjones
|
2010-04-29 22:43:15 +12:00 |
PluginModuleChild.h
|
Bug 555309, part 3: Grab the plugin thread's ID on startup and blame it in hang dumps. r=bsmedberg
|
2010-03-30 19:24:47 -05:00 |
PluginModuleParent.cpp
|
Bug 518881: Fix unused-result warnings in dom/plugins. r=bsmedberg
|
2010-04-27 00:43:03 -05:00 |
PluginModuleParent.h
|
Bug 561871 part B: don't use Windows events to enter/exit a nested event loop within an RPC stack frame, because delivery of those events isn't always associated with the correct stack frame, and also because the events can be lost if they race with an incoming RPC reply message. Instead, keep a linked list (on the stack) of RPC frames globally and per-channel, to associate requests to enter a nested event loop with the correct frame, r=jimm
|
2010-04-28 11:01:09 -04:00 |
PluginProcessParent.cpp
|
Bug 553904 - Child tab process crashes on attempt to initialize child plugin process. r=bent.mozilla
|
2010-04-20 21:43:51 +03:00 |
PluginProcessParent.h
|
bug 539552 - make PluginModuleParent write out more data to .extra file. r=bsmedberg
|
2010-01-13 20:20:00 -05:00 |
PluginScriptableObjectChild.cpp
|
Bug 556849 - '[OOPP] Reduce unnecessary HasProperty calls for plugin scriptable objects'. r=jst+josh+bsmedberg.
|
2010-04-07 17:16:19 -07:00 |
PluginScriptableObjectChild.h
|
Bug 556849 - '[OOPP] Reduce unnecessary HasProperty calls for plugin scriptable objects'. r=jst+josh+bsmedberg.
|
2010-04-07 17:16:19 -07:00 |
PluginScriptableObjectParent.cpp
|
Bug 518881: Fix unused-result warnings in dom/plugins. r=bsmedberg
|
2010-04-27 00:43:03 -05:00 |
PluginScriptableObjectParent.h
|
Bug 556849 - '[OOPP] Reduce unnecessary HasProperty calls for plugin scriptable objects'. r=jst+josh+bsmedberg.
|
2010-04-07 17:16:19 -07:00 |
PluginScriptableObjectUtils-inl.h
|
Bug 521377 build-bustage followup: make template instantiations available inline, r=bent
|
2010-01-15 16:52:13 -05:00 |
PluginScriptableObjectUtils.h
|
Fix braindead variant conversion bug, r=cjones, no bug
|
2010-02-25 15:31:09 -08:00 |
PluginStreamChild.cpp
|
bug 525342: make IPDL dtors part of the destructed actor's protocol instead of the manager's. r=bsmedberg
|
2009-12-03 02:16:14 -06:00 |
PluginStreamChild.h
|
bug 525342: make IPDL dtors part of the destructed actor's protocol instead of the manager's. r=bsmedberg
|
2009-12-03 02:16:14 -06:00 |
PluginStreamParent.cpp
|
bug 525342: make IPDL dtors part of the destructed actor's protocol instead of the manager's. r=bsmedberg
|
2009-12-03 02:16:14 -06:00 |
PluginStreamParent.h
|
bug 525342: make IPDL dtors part of the destructed actor's protocol instead of the manager's. r=bsmedberg
|
2009-12-03 02:16:14 -06:00 |
PluginThreadChild.cpp
|
Bug 519601: s/netscape/netsc@pe/ for plugin dso paths passed on the command line on linux. r=karlt
|
2010-04-14 02:04:52 -05:00 |
PluginThreadChild.h
|
b=517133 Get crash stats for X errors r=bsmedberg
|
2010-02-24 14:25:16 -08:00 |
StreamNotifyChild.h
|
Bug 551049 part 3: delay the delivery of NPP_URLNotify until the related stream is completely delivered and destroyed, and propagate errors from NPP_Write and NPN_DestroyStream back to NPP_URLNotify r=bent
|
2010-03-06 16:03:05 -05:00 |
StreamNotifyParent.h
|
Bug 536437 - work around a bug in the Mozilla plugin host where NPN_GetURLNotify can return an error and also call NPP_URLNotify, r=cjones
|
2010-01-05 12:12:30 -05:00 |
ipdl.mk
|
Bug 547359 - '[OOPP] Silverlight plugin takes 6X longer to load with IPC plugins than without - make NPIdentifier handler smarter/faster'. r=bsmedberg.
|
2010-03-23 07:30:51 -07:00 |