gecko-dev/ipc/mscom
Ryan VanderMeulen 2f60ba6fc6 Merge m-c to autoland. a=merge
CLOSED TREE

--HG--
extra : amend_source : 57c6e5e3155c1ad79d409f8a71c40704297b0600
2017-08-24 20:59:40 -04:00
..
oop Bug 1386422: Clean up error handling and stream positioning in StreamHandlerFromOBJREF; r=jimm 2017-08-01 15:43:26 -06:00
ActivationContext.cpp Bug 1354077: Refactor mscom::ActivationContext to separate context from activation; r=jimm 2017-06-13 14:50:05 -06:00
ActivationContext.h Bug 1354077: Refactor mscom::ActivationContext to separate context from activation; r=jimm 2017-06-13 14:50:05 -06: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 1392684 Remove const qualifier that gets discarded after function return in mscom::AgileReference r=aklotz 2017-08-22 17:25:27 -05:00
AgileReference.h Bug 1381618: Make mscom::AgileReference::mIid be an IID instead of REFIID; r=jimm 2017-07-17 14:35:58 -06: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
COMPtrHolder.h Bug 1383501: Add crash report annotations to proxy unmarshaling failure paths; r=jimm 2017-08-09 15:07:11 -06:00
DispatchForwarder.cpp Bug 1372405 - Provide names for all runnables in the tree (r=froydnj) 2017-06-26 14:19:58 -07:00
DispatchForwarder.h
DynamicallyLinkedFunctionPtr.h Bug 1338596: Add support for agile references to mscom; r=jimm 2017-02-10 11:18:26 -07:00
EnsureMTA.cpp Bug 1392688 Make variable DebugOnly to silence warning about it being unused r=jld 2017-08-22 12:41:24 -05:00
EnsureMTA.h Bug 1379643: When running under sandbox level >= 3, parent should retain IStream of marshaled interface to be destroyed later; r=jimm 2017-07-19 12:07:45 -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 1386422: Clean up error handling and stream positioning in StreamHandlerFromOBJREF; r=jimm 2017-08-01 15:43:26 -06:00
Interceptor.h Bug 1372959 - Fix broken mingw-w64 build with --enable-accessibility. r=aklotz 2017-08-09 12:49:45 +02:00
InterceptorLog.cpp Bug 1372405 - Provide names for all runnables in the tree (r=froydnj) 2017-06-26 14:19:58 -07:00
InterceptorLog.h
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
MainThreadClientInfo.cpp Bug 1323069: mscom changes to facilitate resolution of remote client thread ID; r=jimm 2017-06-19 16:43:24 -06:00
MainThreadClientInfo.h Bug 1323069: mscom changes to facilitate resolution of remote client thread ID; r=jimm 2017-06-19 16:43:24 -06:00
MainThreadHandoff.cpp Bug 1350958 - Finish labeling ProxyReleaseEvent, r=billm 2017-07-14 08:49:22 +02: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 1384336 - Fix to MainThreadInvoker to avoid deadlocks (r=aklotz) 2017-08-09 21:24:20 -07:00
MainThreadInvoker.h Bug 1372405 - Provide names for all runnables in the tree (r=froydnj) 2017-06-26 14:19:58 -07:00
MainThreadRuntime.cpp Bug 1378141: Make 32-bit a11y builds make more thorough checks to determine which manifest to load; r=eeejay 2017-07-04 16:04:35 -07:00
MainThreadRuntime.h Bug 1354077: Push a11y activation context during mscom::MainThreadRuntime initialization; r=jimm 2017-06-27 11:28:41 -07:00
moz.build Bug 1323069: mscom changes to facilitate resolution of remote client thread ID; r=jimm 2017-06-19 16:43:24 -06:00
Objref.cpp Bug 1392681: Move IStream creation out of mscom::ProxyStream into its own utility functions; r=jimm 2017-08-22 10:48:12 -06:00
Objref.h Bug 1392681: Move IStream creation out of mscom::ProxyStream into its own utility functions; r=jimm 2017-08-22 10:48:12 -06:00
ProxyStream.cpp Bug 1392681: Move IStream creation out of mscom::ProxyStream into its own utility functions; r=jimm 2017-08-22 10:48:12 -06:00
ProxyStream.h Bug 1392681: Move IStream creation out of mscom::ProxyStream into its own utility functions; r=jimm 2017-08-22 10:48:12 -06:00
Ptr.h Bug 1378930 - Part 2: Remove the aName parameter from SchedulerGroup/DocGroup/DispatcherTrait. r=billm 2017-07-26 16:13:35 +08:00
Registration.cpp Bug 1354077: Refactor mscom::ActivationContext to separate context from activation; r=jimm 2017-06-13 14:50:05 -06: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 1392681: Move IStream creation out of mscom::ProxyStream into its own utility functions; r=jimm 2017-08-22 10:48:12 -06:00
Utils.h Bug 1392681: Move IStream creation out of mscom::ProxyStream into its own utility functions; r=jimm 2017-08-22 10:48:12 -06:00
WeakRef.cpp Bug 1350958 - Finish labeling ProxyReleaseEvent, r=billm 2017-07-14 08:49:22 +02: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