gecko-dev/ipc/mscom
Sebastian Hengst ecf716b8bb merge mozilla-inbound to mozilla-central. r=merge a=merge
MozReview-Commit-ID: CmMBcpJapLy
2017-09-12 11:35:15 +02:00
..
oop merge mozilla-inbound to mozilla-central. r=merge a=merge 2017-09-12 11:35:15 +02:00
ActivationContext.cpp Bug 1383501: More crash annotation improvements for mscom proxy unmarshaling failures; r=jimm 2017-08-28 15:16:20 -06:00
ActivationContext.h Bug 1383501: More crash annotation improvements for mscom proxy unmarshaling failures; r=jimm 2017-08-28 15:16:20 -06:00
Aggregation.h
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
COMApartmentRegion.h
COMPtrHolder.h Bug 1390652: Part 2 - Add support for TABLESTRONG marshaling to mscom::ProxyStream; r=jimm 2017-08-16 16:31:07 -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
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
FastMarshaler.cpp Bug 1393589: Refactor NOPING marshaling into its own class, mscom::FastMarshaler, and use it with IGeckoBackChannel; r=jimm 2017-08-17 15:54:28 -06:00
FastMarshaler.h Bug 1393589: Refactor NOPING marshaling into its own class, mscom::FastMarshaler, and use it with IGeckoBackChannel; r=jimm 2017-08-17 15:54:28 -06:00
IHandlerProvider.h
Interceptor.cpp Bug 1395329: Modify mscom::Interceptor::Create to properly initialize IUnknown interfaces; r=jimm 2017-08-30 16:34:43 -06:00
Interceptor.h Bug 1395329: Modify mscom::Interceptor::Create to properly initialize IUnknown interfaces; r=jimm 2017-08-30 16:34:43 -06: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
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
MainThreadInvoker.cpp Bug 1390076 - Label MainThreadInvoker using SystemGroup. r=aklotz 2017-08-28 14:11:38 +08: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 1383501: Restrict mscom::MainThreadRuntime crash annotations to chrome and content to avoid false-positive leakchecks in gpu process; r=bustage CLOSED TREE 2017-08-29 12:00:04 -06:00
MainThreadRuntime.h Bug 1354077: Push a11y activation context during mscom::MainThreadRuntime initialization; r=jimm 2017-06-27 11:28:41 -07:00
Objref.cpp Bug 1383501: Follow-up: Remove unnecessary assertion; r=bustage 2017-08-29 11:32:19 -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
PassthruProxy.cpp Bug 1390652: Part 3 - Add proxy wrapper that passes its inner proxy through content as a blob; r=jimm 2017-08-21 15:47:44 -06:00
PassthruProxy.h Bug 1394395 - Fix mscom build when ACCESSIBILITY is disabled. r=jimm 2017-08-28 12:27:28 -06:00
ProxyStream.cpp Bug 1383501: Move stream creation below buffer size check in mscom::ProxyStream::ProxyStream; r=jimm 2017-09-06 10:38:13 -06:00
ProxyStream.h Bug 1390652: Part 2 - Add support for TABLESTRONG marshaling to mscom::ProxyStream; r=jimm 2017-08-16 16:31:07 -06:00
Ptr.h Bug 1390652: Part 2 - Add support for TABLESTRONG marshaling to mscom::ProxyStream; r=jimm 2017-08-16 16:31:07 -06:00
Registration.cpp Bug 1390652: Part 3 - Add proxy wrapper that passes its inner proxy through content as a blob; r=jimm 2017-08-21 15:47:44 -06:00
Registration.h
RegistrationAnnotator.cpp merge mozilla-inbound to mozilla-central. r=merge a=merge 2017-08-31 14:36:51 +02:00
RegistrationAnnotator.h Bug 1383501: More crash annotation improvements for mscom proxy unmarshaling failures; r=jimm 2017-08-28 15:16:20 -06:00
SpinEvent.cpp
SpinEvent.h
StructStream.cpp
StructStream.h
Utils.cpp Bug 1394395 - Fix mscom build when ACCESSIBILITY is disabled. r=jimm 2017-08-28 12:27:28 -06:00
Utils.h Bug 1394395 - Fix mscom build when ACCESSIBILITY is disabled. r=jimm 2017-08-28 12:27:28 -06:00
VTableBuilder.c Bug 1390652: Part 3 - Add proxy wrapper that passes its inner proxy through content as a blob; r=jimm 2017-08-21 15:47:44 -06:00
VTableBuilder.h Bug 1394868 Fix include casing in VTableBuilder.h to fix MinGW build r=aklotz 2017-08-29 11:34:58 -05:00
WeakRef.cpp Bug 1395329: Modify mscom::Interceptor::Create to properly initialize IUnknown interfaces; r=jimm 2017-08-30 16:34:43 -06:00
WeakRef.h Bug 1395329: Modify mscom::Interceptor::Create to properly initialize IUnknown interfaces; r=jimm 2017-08-30 16:34:43 -06:00
moz.build Bug 1383501: More crash annotation improvements for mscom proxy unmarshaling failures; r=jimm 2017-08-28 15:16:20 -06:00