Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
libchrome
/
af5022f6cfe3e882c6978e492cc09ab0769ebacf
/
ipc
/
ipc_mojo_bootstrap.cc
33ace1d
Mojo C++ bindings: Revert debugging code for investigating memory corruption issue.
by Yuzhu Shen
· 7 years ago
af47cf0
Convert many std::queue to base::queue
by Brett Wilson
· 7 years ago
7cabfbb
Mojo C++ bindings: introduce TrackedScopedRefPtr to debug corruptions.
by Yuzhu Shen
· 7 years ago
bd20ea9
Replace base::MakeUnique with std::make_unique in ipc/.
by Jeremy Roman
· 7 years ago
b5e8f4f
Mojo bindings: remove an unnecessary DCHECK.
by Yuzhu Shen
· 7 years ago
37ae4c6
Reland "Check whether incoming interface IDs have correct namespace bit."
by Yuzhu Shen
· 7 years ago
7abbaed
Revert "Check whether incoming interface IDs have correct namespace bit."
by Walter Korman
· 7 years ago
2effe17
Check whether incoming interface IDs have correct namespace bit.
by Yuzhu Shen
· 7 years ago
4d1e38c
Mojo C++ Bindings: Lazy Serialization
by Ken Rockot
· 7 years ago
6c539cd
Ban raw pointers to ref-counted types on base::Bind
by tzik
· 7 years ago
e3be235
Rename TaskRunner::RunsTasksOnCurrentThread() in //ipc, //mojo
by peary2
· 7 years ago
7854eed
Allow mojo bindings to run on SequencedTaskRunner.
by Sam McNally
· 7 years ago
05405fe
Mojo C++ Bindings: Remove redundant AssociatedInterfaceRequest APIs
by Ken Rockot
· 7 years ago
f9f20b3
Fix null pointer dereference in ipc_boostrap
by csharrison
· 8 years ago
39af274
Use WaitableEvents to wake up sync IPC waiting
by rockot
· 8 years ago
fcb8e5c
AssociatedGroupController impls: reduce message pipes created for sync message signalling.
by yzshen
· 8 years ago
8dc7bd7
Mojo C++ bindings: Simplify associated interface API.
by yzshen
· 8 years ago
7900d34
Mojo C++ Bindings: Eliminiate unbound ThreadSafeInterfacePtr
by rockot
· 8 years ago
264e153
Mojo C++ bindings: fix MultiplexRouter and ChannelAssociatedGroupController.
by yzshen
· 8 years ago
be51c4f
Mojo C++ bindings: introduce an optional array to store transferred interface IDs in messages.
by yzshen
· 8 years ago
05d22c1
Tag some of Mojo heap allocations for the heap profiler.
by jcivelli
· 8 years ago
0d6b559
ChannelAssociatedGroupController: expect that endpoints may not be in closed state during destruction.
by yzshen
· 8 years ago
84782f7
Mojo bindings: merge the control messages of sending disconnect reason and notifying endpoint closed.
by yzshen
· 8 years ago
d1d49f5
Mojo Bindings: Fix lock-order inversion in associated controllers
by rockot
· 8 years ago
f627caf
IPC: Relax thread constraints on Channel-associated send
by rockot
· 8 years ago
065bc8f
Adds associated interface support between RenderFrameHost and RenderFrame.
by rockot
· 8 years ago
e7c4790
Reworks Channel pausing behavior
by rockot
· 8 years ago
685505b
Mojo Channel: Fix deferred proxy dispatch; support paused channels
by rockot
· 8 years ago
cffd1b2
Support custom message filtering on Mojo binding objects
by rockot
· 8 years ago
75dab5b
Mojo C++ Bindings: Movable mojo::Message
by rockot
· 8 years ago
70020b3
Adds sync message support to Channel-associated interfaces.
by rockot
· 8 years ago
a0ae5da
Remove thread TaskRunner hack from ChannelAssociatedGroupController
by rockot
· 8 years ago
9fa2669
Eliminate deferred destruction of AssociatedGroupController
by rockot
· 8 years ago
4ec3b5a
Fix data race in ChannelAssociatedGroupController
by rockot
· 8 years ago
a01dbc7
Support early associated interface binding on ChannelMojo
by rockot
· 8 years ago
12185ef
Revert of Support early associated interface binding on ChannelMojo (patchset #7 id:120001 of https://codereview.chromium.org/2163633003/ )
by msramek
· 8 years ago
262d553
Support early associated interface binding on ChannelMojo
by rockot
· 8 years ago
0df334d
Revert of Support early associated interface binding on ChannelMojo (patchset #5 id:80001 of https://codereview.chromium.org/2163633003/ )
by rockot
· 8 years ago
da8cd39
Support early associated interface binding on ChannelMojo
by rockot
· 8 years ago
a289bcc
Adds Channel-associated interface support on ChannelProxy's thread
by rockot
· 8 years ago
a6edf83
Adds associated interface support to IPC::Channel
by rockot
· 8 years ago
816a582
Revert of Adds associated interface support to IPC::Channel (patchset #9 id:160001 of https://codereview.chromium.org/2137353002/ )
by rockot
· 8 years ago
a906cc4
Adds associated interface support to IPC::Channel
by rockot
· 8 years ago
172b071
Move ChannelMojo bindings to a custom multiplex router
by rockot
· 8 years ago
6555e69
Fold //ipc/mojo into //ipc.
by amistry
· 8 years ago
[Renamed (98%) from ipc/mojo/ipc_mojo_bootstrap.cc]
5c00b30
Various changes to make Mojo work under NaCl non-sfi.
by amistry
· 8 years ago
7464c2f
Deletes mojo::Callback
by rockot
· 8 years ago
c17f571
Revert of Deletes mojo::Callback (patchset #2 id:20001 of https://codereview.chromium.org/2080513002/ )
by yutak
· 8 years ago
9ad9cad
Deletes mojo::Callback
by rockot
· 8 years ago
fe787b3
Use public handle API to transfer handle attachments.
by amistry
· 8 years ago
c3fb6c5
Convert scoped_ptr to std::unique_ptr in //ipc.
by danakj
· 9 years ago
0bcbfc7
Fix failing tests with ChannelMojo enabled.
by sammc
· 9 years ago
cea3a93
Revert of Fix failing tests with ChannelMojo enabled. (patchset #3 id:300001 of https://codereview.chromium.org/1768903002/ )
by tsergeant
· 9 years ago
49c5db8
Fix failing tests with ChannelMojo enabled.
by sammc
· 9 years ago
6194d97
Change IPC::ChannelMojo to use associated interfaces.
by sammc
· 9 years ago
00a476d
[mojo] Delete third_party/mojo
by rockot
· 9 years ago
6c1ffcf
Global conversion of Pass()→std::move() on OS==linux
by dcheng
· 9 years ago
42ebda4
Switch to standard integer types in ipc/.
by avi
· 9 years ago
e76324e
Add a Mojo EDK for Chrome that uses one OS pipe per message pipe.
by jam
· 9 years ago
c596f54
ipc: Remove unnecessary attachment broker plumbing.
by erikchen
· 9 years ago
1cbfa08
ipc: Convert int types from basictypes.h to the ones from stdint.h
by tfarina
· 9 years ago
5dd52cd
Release obigation to call ChannelMojoHost::OnClientLaunched()
by leon.han
· 9 years ago
99b3dc0
IPC: Make ChannelReader inherit from SupportsAttachmentBrokering.
by erikchen
· 9 years ago
f314620
Change most uses of Pickle to base::Pickle
by brettw
· 9 years ago
da23c5d
ChannelMojo: Turn DLOG to LOG for ERROR and WARNING
by morrita
· 10 years ago
3e57306
ChannelMojo should use PID from the bootstrap Channel.
by morrita
· 10 years ago
1855e09
Revert of Revert of IPC::ChannelMojo: Make IPC handling robust against bad messages. (patchset #1 id:1 of https://codereview.chromium.org/883373002/)
by inferno
· 10 years ago
cd5434a
Revert of IPC::ChannelMojo: Make IPC handling robust against bad messages. (patchset #3 id:40001 of https://codereview.chromium.org/725733002/)
by inferno
· 10 years ago
4bb8035
Include Mojo SDK/EDK via fully-qualified paths in Chromium code.
by blundell
· 10 years ago
5229f08
IPC::ChannelMojo: Make IPC handling robust against bad messages.
by morrita
· 10 years ago
ef7721a
Standardize usage of virtual/override/final in ipc/
by dcheng
· 10 years ago
89c9e62
Add a guard in MojoBootstrap::OnClientLaunched()
by morrita
· 10 years ago
9b01d24
Revert of Standardize usage of virtual/override/final in ipc/ (patchset #1 id:1 of https://codereview.chromium.org/645623006/)
by dcheng
· 10 years ago
1967f8d
Standardize usage of virtual/override/final in ipc/
by dcheng
· 10 years ago
13e514d
Refactoring: Make IPC::Channel::TakeClientFileDescriptor() a ScopedFD.
by morrita
· 10 years ago
7767a0d
MojoChannel: Fail when GetFileHandleForProcess() failed.
by morrita
· 10 years ago
820a294
ipc_mojo_bootstrap.cc: don't export classes in anonymous namespace
by hans
· 10 years ago
d41cdbb
replace OVERRIDE and FINAL with override and final in ipc/
by mostynb
· 10 years ago
8dddfa2
Move mojo edk into mojo/edk
by jamesr
· 10 years ago
4a802ff
Revert "Move mojo edk into mojo/edk"
by Trent Apted
· 10 years ago
8ee6961
Move mojo edk into mojo/edk
by James Robinson
· 10 years ago
7c48ab8
IPC::ChannelMojo: Introduce IPC::MojoBootstrap for Windows
by morrita
· 10 years ago