Sign in
chromium
/
chromium
/
src
/
f3336c9f54cfe4d26e71766eefd2b9a67fd2bc26
/
ipc
/
ipc_mojo_bootstrap.cc
138153b
IPC: Avoid closing Channel endpoints on error
by Ken Rockot
· 7 years ago
8984dbc
Remove CHECK for IPC message queue size
by Ken Rockot
· 7 years ago
b29fffc2
Avoid unbounded queueing of IPC messages for crashed renderers.
by Lukasz Anforowicz
· 7 years ago
fb81dc0
Add a message size check to channel-associated interfaces
by Ken Rockot
· 7 years ago
1452023
[MessageLoop] Fix IWYU for (SingleThread|Sequenced)TaskRunner
by Gabriel Charette
· 7 years ago
aa20dcc
Mojo Bindings: SequenceLocalSyncEventWatcher
by Ken Rockot
· 7 years ago
2b6de98
Add MemoryDumpProviders for RenderProcessHost and IPC Channels
by Ken Rockot
· 7 years ago
37ddd815
Adds CHECKs in pursuit of message leaks
by Ken Rockot
· 7 years ago
3e7284bb
Ensure that queued IPC messages can't leak
by Ken Rockot
· 7 years ago
a98f110
Make IPC::ChannelMojo's proxy task runner changeable
by Hajime Hoshi
· 8 years ago
7bcd8ebf
Mojo C++ bindings: Revert debugging code for investigating memory corruption issue.
by Yuzhu Shen
· 8 years ago
a62d9c0
Convert many std::queue to base::queue
by Brett Wilson
· 8 years ago
d01fe37
Mojo C++ bindings: introduce TrackedScopedRefPtr to debug corruptions.
by Yuzhu Shen
· 8 years ago
160eb92
Replace base::MakeUnique with std::make_unique in ipc/.
by Jeremy Roman
· 8 years ago
3439e77
Mojo bindings: remove an unnecessary DCHECK.
by Yuzhu Shen
· 8 years ago
9f87fb0
Reland "Check whether incoming interface IDs have correct namespace bit."
by Yuzhu Shen
· 8 years ago
5ae4efa
Revert "Check whether incoming interface IDs have correct namespace bit."
by Walter Korman
· 8 years ago
df85491
Check whether incoming interface IDs have correct namespace bit.
by Yuzhu Shen
· 8 years ago
474df014
Mojo C++ Bindings: Lazy Serialization
by Ken Rockot
· 8 years ago
1d692a2e
Ban raw pointers to ref-counted types on base::Bind
by tzik
· 8 years ago
8cd3bd2
Rename TaskRunner::RunsTasksOnCurrentThread() in //ipc, //mojo
by peary2
· 8 years ago
de5ae67
Allow mojo bindings to run on SequencedTaskRunner.
by Sam McNally
· 8 years ago
96d1b7b5
Mojo C++ Bindings: Remove redundant AssociatedInterfaceRequest APIs
by Ken Rockot
· 8 years ago
1af8d6ab
Fix null pointer dereference in ipc_boostrap
by csharrison
· 8 years ago
b62e2e3
Use WaitableEvents to wake up sync IPC waiting
by rockot
· 8 years ago
e25b5d5
AssociatedGroupController impls: reduce message pipes created for sync message signalling.
by yzshen
· 8 years ago
2859a2ac
Mojo C++ bindings: Simplify associated interface API.
by yzshen
· 8 years ago
a628d0b
Mojo C++ Bindings: Eliminiate unbound ThreadSafeInterfacePtr
by rockot
· 8 years ago
0a597131
Mojo C++ bindings: fix MultiplexRouter and ChannelAssociatedGroupController.
by yzshen
· 8 years ago
ea784ea
Mojo C++ bindings: introduce an optional array to store transferred interface IDs in messages.
by yzshen
· 8 years ago
2207af1
Tag some of Mojo heap allocations for the heap profiler.
by jcivelli
· 8 years ago
e003d59
ChannelAssociatedGroupController: expect that endpoints may not be in closed state during destruction.
by yzshen
· 8 years ago
8be41d3a
Mojo bindings: merge the control messages of sending disconnect reason and notifying endpoint closed.
by yzshen
· 8 years ago
5890954
Mojo Bindings: Fix lock-order inversion in associated controllers
by rockot
· 9 years ago
becd3f74
IPC: Relax thread constraints on Channel-associated send
by rockot
· 9 years ago
f62002a
Adds associated interface support between RenderFrameHost and RenderFrame.
by rockot
· 9 years ago
1018875
Reworks Channel pausing behavior
by rockot
· 9 years ago
401fb2c
Mojo Channel: Fix deferred proxy dispatch; support paused channels
by rockot
· 9 years ago
222e7dd
Support custom message filtering on Mojo binding objects
by rockot
· 9 years ago
c4cc691e
Mojo C++ Bindings: Movable mojo::Message
by rockot
· 9 years ago
9abe09b
Adds sync message support to Channel-associated interfaces.
by rockot
· 9 years ago
7604e7b7
Remove thread TaskRunner hack from ChannelAssociatedGroupController
by rockot
· 9 years ago
b01ef6a
Eliminate deferred destruction of AssociatedGroupController
by rockot
· 9 years ago
9098435
Fix data race in ChannelAssociatedGroupController
by rockot
· 9 years ago
0e4de5f
Support early associated interface binding on ChannelMojo
by rockot
· 9 years ago
5507fee
Revert of Support early associated interface binding on ChannelMojo (patchset #7 id:120001 of https://codereview.chromium.org/2163633003/ )
by msramek
· 9 years ago
508da246
Support early associated interface binding on ChannelMojo
by rockot
· 9 years ago
f192a075
Revert of Support early associated interface binding on ChannelMojo (patchset #5 id:80001 of https://codereview.chromium.org/2163633003/ )
by rockot
· 9 years ago
e1037f9
Support early associated interface binding on ChannelMojo
by rockot
· 9 years ago
8d890f6
Adds Channel-associated interface support on ChannelProxy's thread
by rockot
· 9 years ago
7c6bf95
Adds associated interface support to IPC::Channel
by rockot
· 9 years ago
3ab4670
Revert of Adds associated interface support to IPC::Channel (patchset #9 id:160001 of https://codereview.chromium.org/2137353002/ )
by rockot
· 9 years ago
dc88e50
Adds associated interface support to IPC::Channel
by rockot
· 9 years ago
02b8e18
Move ChannelMojo bindings to a custom multiplex router
by rockot
· 9 years ago
d4aa70d
Fold //ipc/mojo into //ipc.
by amistry
· 9 years ago
[Renamed (98%) from ipc/mojo/ipc_mojo_bootstrap.cc]
8b9cc4ed
Various changes to make Mojo work under NaCl non-sfi.
by amistry
· 9 years ago
a21316a
Deletes mojo::Callback
by rockot
· 9 years ago
f66fe7e
Revert of Deletes mojo::Callback (patchset #2 id:20001 of https://codereview.chromium.org/2080513002/ )
by yutak
· 9 years ago
3524eb5e
Deletes mojo::Callback
by rockot
· 9 years ago
cbdbf18
Use public handle API to transfer handle attachments.
by amistry
· 9 years ago
03de39b2
Convert scoped_ptr to std::unique_ptr in //ipc.
by danakj
· 9 years ago
57ed9f98
Fix failing tests with ChannelMojo enabled.
by sammc
· 9 years ago
89601286
Revert of Fix failing tests with ChannelMojo enabled. (patchset #3 id:300001 of https://codereview.chromium.org/1768903002/ )
by tsergeant
· 9 years ago
013cfed
Fix failing tests with ChannelMojo enabled.
by sammc
· 9 years ago
e4d0abd
Change IPC::ChannelMojo to use associated interfaces.
by sammc
· 9 years ago
c637caf9b
[mojo] Delete third_party/mojo
by rockot
· 9 years ago
e4860045
Global conversion of Pass()→std::move() on OS==linux
by dcheng
· 9 years ago
246998d8
Switch to standard integer types in ipc/.
by avi
· 9 years ago
76bcf0c
Add a Mojo EDK for Chrome that uses one OS pipe per message pipe.
by jam
· 10 years ago
30dc281
ipc: Remove unnecessary attachment broker plumbing.
by erikchen
· 10 years ago
10a5c06
ipc: Convert int types from basictypes.h to the ones from stdint.h
by tfarina
· 10 years ago
d20a6c4c
Release obigation to call ChannelMojoHost::OnClientLaunched()
by leon.han
· 10 years ago
27aa7d8
IPC: Make ChannelReader inherit from SupportsAttachmentBrokering.
by erikchen
· 10 years ago
bd4d711
Change most uses of Pickle to base::Pickle
by brettw
· 10 years ago
a3889aa
ChannelMojo: Turn DLOG to LOG for ERROR and WARNING
by morrita
· 10 years ago
0bd20bd
ChannelMojo should use PID from the bootstrap Channel.
by morrita
· 10 years ago
1f289ac
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
726621f
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
471b74f
Include Mojo SDK/EDK via fully-qualified paths in Chromium code.
by blundell
· 10 years ago
185ffdf
IPC::ChannelMojo: Make IPC handling robust against bad messages.
by morrita
· 11 years ago
fe61fca
Standardize usage of virtual/override/final in ipc/
by dcheng
· 11 years ago
0076bcf
Add a guard in MojoBootstrap::OnClientLaunched()
by morrita
· 11 years ago
f3076af
Revert of Standardize usage of virtual/override/final in ipc/ (patchset #1 id:1 of https://codereview.chromium.org/645623006/)
by dcheng
· 11 years ago
39be52e
Standardize usage of virtual/override/final in ipc/
by dcheng
· 11 years ago
a409ccc
Refactoring: Make IPC::Channel::TakeClientFileDescriptor() a ScopedFD.
by morrita
· 11 years ago
2580367
MojoChannel: Fail when GetFileHandleForProcess() failed.
by morrita
· 11 years ago
573743f
ipc_mojo_bootstrap.cc: don't export classes in anonymous namespace
by hans
· 11 years ago
50a41f3
replace OVERRIDE and FINAL with override and final in ipc/
by mostynb
· 11 years ago
a03ae49
Move mojo edk into mojo/edk
by jamesr
· 11 years ago
5a14236a
Revert "Move mojo edk into mojo/edk"
by Trent Apted
· 11 years ago
ee7ff197
Move mojo edk into mojo/edk
by James Robinson
· 11 years ago
54f6f80c
IPC::ChannelMojo: Introduce IPC::MojoBootstrap for Windows
by morrita
· 11 years ago