Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
libchrome
/
f794f2641e4ce99553be242bc8c33502fa3e416e
/
ipc
c577844
Revert of IPC: Add attachment brokering support to the message header. (patchset #3 id:40001 of https://codereview.chromium.org/1303103002/ )
by erikchen
· 9 years ago
46db050
Update mojo sdk to rev c02a28868825edfa57ab77947b8cb15e741c5598
by rockot
· 9 years ago
28a021e
Revert of Update mojo sdk to rev c02a28868825edfa57ab77947b8cb15e741c5598 (patchset #1 id:1 of https://codereview.chromium.org/1310103002/ )
by rockot
· 9 years ago
7859f57
Update mojo sdk to rev c02a28868825edfa57ab77947b8cb15e741c5598
by rockot
· 9 years ago
62ddcee
Revert of Update mojo sdk to rev c02a28868825edfa57ab77947b8cb15e741c5598 (patchset #3 id:120001 of https://codereview.chromium.org/1296453004/ )
by yosin
· 9 years ago
ee7ac0f
Update mojo sdk to rev c02a28868825edfa57ab77947b8cb15e741c5598
by rockot
· 9 years ago
228c086
Reland #1: IPC: Add attachment brokering support to the message header.
by erikchen
· 9 years ago
9d751ff
IWYU for base/memory/scoped_vector.h.
by thestig
· 9 years ago
ce67c8c
Revert of Re-enable ChannelMojo (patchset #1 id:1 of https://codereview.chromium.org/1297993002/ )
by rockot
· 9 years ago
786abbd
Revert of IPC: Add attachment brokering support to the message header. (patchset #20 id:420001 of https://codereview.chromium.org/1286253002/ )
by ricea
· 9 years ago
62bc367
IPC: Add attachment brokering support to the message header.
by erikchen
· 9 years ago
1fc1a2f
Migrate IPC to use Flow API v2.
by yuhaoz
· 9 years ago
76f9917
Re-enable ChannelMojo
by rockot
· 9 years ago
00cf036
Fix a few typos in the IPC message macros documentation
by philipj
· 9 years ago
e6605e7
ipc: Add the class HandleWin.
by erikchen
· 9 years ago
a681353
ipc: Make a common subclass for Channel and ProxyChannel.
by erikchen
· 9 years ago
a379033
Revert of Re-enable ChannelMojo. (patchset #1 id:40001 of https://codereview.chromium.org/1273283002/ )
by rockot
· 9 years ago
a2345af
Re-enable ChannelMojo.
by rockot
· 9 years ago
8115a59
Complete SyncMessageFilter initialization after SyncChannel initialization
by rockot
· 9 years ago
c3e3393
Revert of Re-enable ChannelMojo (patchset #1 id:20001 of https://codereview.chromium.org/1262503011/ )
by hiroshige
· 9 years ago
b066e07
Re-enable ChannelMojo
by rockot
· 9 years ago
edb9203
Let IPC::SyncMessageFilter take advantage of thread-safe Send.
by rockot
· 9 years ago
518a692
ipc: Allow ChannelProxy to be set as a channel endpoint.
by erikchen
· 9 years ago
ca630d7
Reland #1: Clean up interface of attachment broker.
by erikchen
· 9 years ago
5db2705
Revert of ipc: Clean up interface of attachment broker. (patchset #5 id:80001 of https://codereview.chromium.org/1269553003/)
by avi
· 9 years ago
ae7442b
ipc: Clean up interface of attachment broker.
by erikchen
· 9 years ago
bbb5fed
Revert of Re-enable ChannelMojo (patchset #1 id:80001 of https://codereview.chromium.org/1256473002/)
by rockot
· 9 years ago
521604c
Re-enable ChannelMojo
by rockot
· 9 years ago
1722491
Hold message in SyncMessageFilter before init
by boliu
· 9 years ago
7870b09
ipc: Create AttachmentBrokerPrivileged and AttachmentBrokerUnprivileged.
by erikchen
· 9 years ago
cc6ccfc
ipc: Create an unforgeable mechanism to get the process id of the sender.
by erikchen
· 9 years ago
d66bf11
Remove Android filter file for ipc_tests.
by tfarina
· 9 years ago
3155dee
ipc: Add attachment broker code for the privileged browser process.
by erikchen
· 9 years ago
f295bbc
Update ChannelReader to use AttachmentBroker.
by erikchen
· 9 years ago
b2addb3
ipc: Move BasicMessageTest into ipc_message_unittest.cc
by tfarina
· 9 years ago
ec6f1a3
Use thread-safe send when using Mojo.
by jam
· 9 years ago
d41fe22
Add ipc ParamTraits for StackVector
by miletus
· 9 years ago
46ce00d
Remove ForwardingMessageFilter.
by mvanouwerkerk
· 9 years ago
3edf15a
ipc: Remove the ability to override the listener task runner
by skyostil
· 9 years ago
784e89c
Add IPC and Windows message map macro blocks to .clang-format options
by Daniel Cheng
· 9 years ago
da5404b
Make attachment broker a subclass of IPC::Listener.
by erikchen
· 9 years ago
85e4712
ChannelPosix: Robustly close FDs of deleting messages.
by morrita
· 9 years ago
78b9e49
Fix unused private fields errors in ipc/mojo/.
by mlamouri
· 9 years ago
a3c26c3
Adjust the binding point of IPC flow events from the next slice to the enclosing scope.
by yuhaoz
· 9 years ago
32cfb8e
Update mojo sdk to rev a05bfef8096006056b2fff78092faf14d1319782
by rockot
· 9 years ago
47068c1
Convert usage of mojo::ErrorHandler in //ipc/mojo to callbacks.
by amistry
· 9 years ago
fdd43fe
Stub in more IPC attachment brokering functionality.
by erikchen
· 9 years ago
c872710
Revert of Update mojo sdk to rev a05bfef8096006056b2fff78092faf14d1319782 (patchset #1 id:1 of https://codereview.chromium.org/1216023006/)
by thakis
· 9 years ago
cd60f7a
Update mojo sdk to rev a05bfef8096006056b2fff78092faf14d1319782
by rockot
· 9 years ago
4353962
Replace image_messages.h with Mojo service
by halton.huo
· 9 years ago
a045e6d
Update client side navigator.connect API to use ServicePortCollection [2/3]
by mek
· 9 years ago
7ce235f
IPC::ChannelMojo::Send() should fail once it is closed.
by morrita
· 9 years ago
8149127
Revert of Revert of Make SharedMemoryHandle a class on Mac. (patchset #1 id:1 of https://codereview.chromium.org/1200473003/)
by scottmg
· 9 years ago
e76a93e
Revert of Make SharedMemoryHandle a class on Mac. (patchset #20 id:580001 of https://codereview.chromium.org/1163943004/)
by scottmg
· 9 years ago
e52d17b
Mac: Make SharedMemoryHandle its own class.
by erikchen
· 9 years ago
d2d22b5
Disable ipc_mojo_unittests that timeout on Android.
by msw
· 9 years ago
5dd52cd
Release obigation to call ChannelMojoHost::OnClientLaunched()
by leon.han
· 9 years ago
ce99285
ipc: Remove virtual inheritance of SupportsAttachmentBrokering.
by erikchen
· 9 years ago
99b3dc0
IPC: Make ChannelReader inherit from SupportsAttachmentBrokering.
by erikchen
· 9 years ago
62d3813
IPC: Add new classes required for attachment brokering.
by erikchen
· 9 years ago
0a29f3d
Disable ChannelMojo
by rockot
· 9 years ago
a6d452b
Fix leak of PlatformHandleDispatchers in Mojo IPC
by rogerj
· 9 years ago
22d9c46
ChannelMojo: Make MOJO_RESULT_FAILED_PRECONDITION an error.
by morrita
· 9 years ago
184b350
Replace more ObserverList with base::ObserverList.
by brettw
· 9 years ago
1f007c2
Refactoring: Moving the SafeJsonParser to its own component.
by eranm
· 9 years ago
f314620
Change most uses of Pickle to base::Pickle
by brettw
· 9 years ago
a487947
Move Pickle to base namespace.
by brettw
· 9 years ago
cf58460
Move ObserverList to base namespace.
by brettw
· 9 years ago
85c3556
Fixit: Fork base::TimeTicks --> TimeTicks + ThreadTicks + TraceTicks
by miu
· 9 years ago
79a9090
Move Tuple to base namespace.
by brettw
· 9 years ago
88511de
Make IPC::Channel buffers stack based and secure against growth
by bratell
· 9 years ago
37db35d
ipc: remove IPC_USES_READWRITE
by mdempsky
· 9 years ago
b5f30dd
Convert JsonWriter::Write to taking a const ref for the in-param
by estade
· 9 years ago
e3a801d
Force immediate Mojo EDK shutdown on IO loop destruction.
by rockot
· 9 years ago
033e61e
More base::Values-related bare pointer -> scoped_ptr conversions
by estade
· 10 years ago
e468e66
ipc: Remove use of MessageLoopProxy and deprecated MessageLoop APIs
by skyostil
· 10 years ago
ab99227
Mojo IPC threading fixes
by rockot
· 10 years ago
df3387d
Change kMaxDescriptorsPerMessage back to 7
by yusukes
· 10 years ago
b5bd86a
Resolve the beforeinstallprompt event's promise.
by benwells
· 10 years ago
731d7ca
Change the callsites of InterfacePtr<> methods which directly deal with message pipe handles.
by yzshen
· 10 years ago
1939c74
Revert of Change the callsites of InterfacePtr<> methods which directly deal with message pipe handles. (patchset #3 id:40001 of https://codereview.chromium.org/1120753004/)
by dbeam
· 10 years ago
644fb7b
Change the callsites of InterfacePtr<> methods which directly deal with message pipe handles.
by yzshen
· 10 years ago
8317b71
Update {virtual,override} to follow C++11 style in ipc.
by nick
· 10 years ago
6c7dfb1
DER VIED IST NICHT FUER DER GEFINGERPOKEN.
by thakis
· 10 years ago
54748e1
GuestView: Decouple extension IPCs from soon-to-be component IPCs
by fsamuel
· 10 years ago
5138bf5
ChannelMojo: Introduce thread-safe Send()
by morrita
· 10 years ago
75e0f67
Add CastChannelMsgStart to IPCMessageStart.
by derekjchow
· 10 years ago
420ae51
Add instrumentation for various functions janky on the Mac IO thread.
by pkasting
· 10 years ago
1520fa1
Make chrome/renderer/content_settings_observer.cc depend on //components/contents_settings for IPC
by vabr
· 10 years ago
d7325c2
ChannelMojo: Ensure that it always has ScopedIPCSupport
by morrita
· 10 years ago
592c6fd
Revert of ChannelMojo: Ensure that it always has ScopedIPCSupport (patchset #1 id:1 of https://codereview.chromium.org/1054253005/)
by sorin
· 10 years ago
106fb00
ChannelMojo: Ensure that it always has ScopedIPCSupport
by morrita
· 10 years ago
76a6992
Implement IPC::ParamTraits<mojo::MessagePipeHandle>
by morrita
· 10 years ago
f544e4e
ChannelMojo: Use DestoryChannelOnIOThread()
by morrita
· 10 years ago
5652f35
Revert of Implement IPC::ParamTraits<mojo::MessagePipeHandle> (patchset #4 id:60001 of https://codereview.chromium.org/1051443003/)
by mfomitchev
· 10 years ago
e242b0d
Implement IPC::ParamTraits<mojo::MessagePipeHandle>
by morrita
· 10 years ago
8fad663
Revert of Implement IPC::ParamTraits<mojo::MessagePipeHandle> (patchset #3 id:40001 of https://codereview.chromium.org/1051443003/)
by mfomitchev
· 10 years ago
2aee4a4
Implement IPC::ParamTraits<mojo::MessagePipeHandle>
by morrita
· 10 years ago
a737e80
Re-enable ChannelMojo
by morrita
· 10 years ago
4c5bdf1
Simplify IPC::SyncMessageSchema::WriteReplyParams() using variadic templates
by mikhail.pozdnyakov
· 10 years ago
Next »