gecko-dev/ipc/mscom
Tom Ritter 1d8c60f8d3 Bug 1368413 Fix variable typo occuring only in Debug build r=aklotz
MozReview-Commit-ID: 1R90qDtyhUf

--HG--
extra : rebase_source : c949f90c1f941ea9993a696c681a2eecdf0bce6b
2017-05-29 00:37:10 -05:00
..
oop Bug 1368571: Modify handler and interceptor marshaling code so that it strips out any handlers from proxies that are destined for non-Gecko processes; r=jimm 2017-06-06 17:35:51 -06:00
ActivationContext.cpp Bug 1310841: Make mscom registration use CoGetClassObject so that COM will retain a reference to the proxy dll; r=jimm 2016-10-25 15:04:47 -06:00
ActivationContext.h Bug 1331687: Overload mscom::RegisterProxy to allow proxy registration from within xul.dll itself; r=jimm 2017-01-17 13:19:40 -07:00
Aggregation.h Bug 1303060: ipc/mscom changes for handler and payload support; r=jimm 2017-02-17 17:30:03 -07:00
AgileReference.cpp Bug 1338596: Add support for agile references to mscom; r=jimm 2017-02-10 11:18:26 -07:00
AgileReference.h Bug 1338596: Add support for agile references to mscom; r=jimm 2017-02-10 11:18:26 -07:00
AsyncInvoker.h Bug 1322532: Platform a11y changes to enable handler-based live regions; r=tbsaunde 2017-04-13 20:35:32 -06:00
COMApartmentRegion.h Bug 1277075: Add MainThreadRuntime class to mscom glue, enabling safe initialization of COM security and exception handlers; r=jimm 2016-07-20 11:10:46 -06:00
COMPtrHolder.h Bug 1354077: Fix missing interface registration annotations for CoGetInterfaceAndReleaseStream failures; r=jimm 2017-05-19 13:59:49 -06:00
DispatchForwarder.cpp Bug 1322460 - Don't addref/release on the return value of prohibited functions. r=aklotz,Ehsan 2016-12-14 14:34:26 +08:00
DispatchForwarder.h Bug 1298462 - tidy ipc/mscom/ files to avoid warnings from clang-cl; r=aklotz 2016-08-26 14:26:29 -04:00
DynamicallyLinkedFunctionPtr.h Bug 1338596: Add support for agile references to mscom; r=jimm 2017-02-10 11:18:26 -07:00
EnsureMTA.cpp Bug 1299384 - Use MOZ_MUST_USE with NS_warn_if_impl(). r=erahm. 2016-09-02 17:12:24 +10:00
EnsureMTA.h Bug 1371376: Make mscom smart pointers destroy their objects asynchronously; r=jimm 2017-06-08 15:55:55 -06:00
IHandlerProvider.h Bug 1303060: Changes to a11y to enable the serving of a COM handler; r=tbsaunde 2017-04-04 15:23:55 -06:00
Interceptor.cpp Bug 1371345: Fix deadlock caused by holding mscom Interceptor live set lock while posting work to the main thread; r=jimm 2017-06-08 11:52:53 -06:00
Interceptor.h Bug 1371345: Fix deadlock caused by holding mscom Interceptor live set lock while posting work to the main thread; r=jimm 2017-06-08 11:52:53 -06:00
InterceptorLog.cpp Bug 1358320 - Make TimeStamp::ProcessCreation()'s outparam optional. r=gsvelto. 2017-04-26 14:55:54 +10:00
InterceptorLog.h Bug 1287875: Adds a logging facility for intercepted COM traffic; r=jimm 2016-07-14 17:11:33 -06:00
InterfaceRegistrationAnnotator.cpp Bug 1354077: Fix some problems with RegGetValue call failing due to failed type checking; r=jimm 2017-05-25 14:08:55 -06:00
InterfaceRegistrationAnnotator.h Bug 1354077: Annotate crash reports with COM interface configuration information when marshaling fails; r=jimm 2017-05-04 15:41:35 -06:00
MainThreadHandoff.cpp Bug 1367715: Back out 67e4f5e8a105 as it was not the correct fix; r=backout 2017-06-06 18:17:42 -06:00
MainThreadHandoff.h Bug 1303060: Changes to a11y to enable the serving of a COM handler; r=tbsaunde 2017-04-04 15:23:55 -06:00
MainThreadInvoker.cpp Bug 1339945: Refactor mscom::MainThreadInvoker's wait mechanism into a separate class; r=handyman 2017-02-10 11:27:01 -07:00
MainThreadInvoker.h Bug 1344965: Clean up mscom interfaces to improve separation of concerns; r=jimm 2017-03-06 17:22:43 -07:00
MainThreadRuntime.cpp Bug 1335235: Add disabling of the COM BSTR cache to mscom::MainThreadRuntime; r=jimm 2017-01-30 16:39:08 -07:00
MainThreadRuntime.h Bug 1277075: Add MainThreadRuntime class to mscom glue, enabling safe initialization of COM security and exception handlers; r=jimm 2016-07-20 11:10:46 -06:00
Objref.cpp Bug 1368571: Modify handler and interceptor marshaling code so that it strips out any handlers from proxies that are destined for non-Gecko processes; r=jimm 2017-06-06 17:35:51 -06:00
Objref.h Bug 1368571: Modify handler and interceptor marshaling code so that it strips out any handlers from proxies that are destined for non-Gecko processes; r=jimm 2017-06-06 17:35:51 -06:00
ProxyStream.cpp Bug 1354077: Fix missing interface registration annotations for CoGetInterfaceAndReleaseStream failures; r=jimm 2017-05-19 13:59:49 -06:00
ProxyStream.h Bug 1354077: Fix missing interface registration annotations for CoGetInterfaceAndReleaseStream failures; r=jimm 2017-05-19 13:59:49 -06:00
Ptr.h Bug 1368413 Fix variable typo occuring only in Debug build r=aklotz 2017-05-29 00:37:10 -05:00
Registration.cpp Bug 1303060: ipc/mscom changes for handler and payload support; r=jimm 2017-02-17 17:30:03 -07:00
Registration.h Bug 1303060: ipc/mscom changes for handler and payload support; r=jimm 2017-02-17 17:30:03 -07:00
SpinEvent.cpp Bug 1350688 - Use a thread safe way to get the CPU count in the SpinEvent ctor. r=aklotz 2017-03-26 06:56:01 -07:00
SpinEvent.h Bug 1339945: Refactor mscom::MainThreadInvoker's wait mechanism into a separate class; r=handyman 2017-02-10 11:27:01 -07:00
StructStream.cpp Bug 1338609: Add the ability to serialize and deserialize structs using Microsoft RPC to mscom; r=jimm 2017-02-17 14:26:56 -07:00
StructStream.h Bug 1338609: Add the ability to serialize and deserialize structs using Microsoft RPC to mscom; r=jimm 2017-02-17 14:26:56 -07:00
Utils.cpp Bug 1368571: Modify handler and interceptor marshaling code so that it strips out any handlers from proxies that are destined for non-Gecko processes; r=jimm 2017-06-06 17:35:51 -06:00
Utils.h Bug 1368571: Modify handler and interceptor marshaling code so that it strips out any handlers from proxies that are destined for non-Gecko processes; r=jimm 2017-06-06 17:35:51 -06:00
WeakRef.cpp Bug 1371345: Fix deadlock caused by holding mscom Interceptor live set lock while posting work to the main thread; r=jimm 2017-06-08 11:52:53 -06:00
WeakRef.h Bug 1371345: Fix deadlock caused by holding mscom Interceptor live set lock while posting work to the main thread; r=jimm 2017-06-08 11:52:53 -06:00
moz.build Bug 1368571: Modify handler and interceptor marshaling code so that it strips out any handlers from proxies that are destined for non-Gecko processes; r=jimm 2017-06-06 17:35:51 -06:00