index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ipc
/
mojo
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't use base::MessageLoop::{Quit,QuitClosure} in extensions/, ipc/
ki.stfu
2015-10-12
2
-12
/
+12
*
Revert "Add more tracking detail to Mojo async waits."
rockot
2015-10-12
1
-1
/
+1
*
ipc: Make a separate vector for brokerable attachments.
erikchen
2015-10-10
1
-5
/
+6
*
Add more tracking detail to Mojo async waits.
rockot
2015-10-06
1
-1
/
+1
*
Presubmit fixes from r352123 since presubmit scripts crashed in it.
jam
2015-10-03
1
-1
/
+1
*
Fix build errors from r478251.
jam
2015-10-03
1
-1
/
+0
*
Add a Mojo EDK for Chrome that uses one OS pipe per message pipe.
jam
2015-10-02
10
-115
/
+149
*
ipc: Remove unnecessary attachment broker plumbing.
erikchen
2015-09-24
7
-75
/
+39
*
ipc: Convert int types from basictypes.h to the ones from stdint.h
tfarina
2015-09-04
3
-14
/
+20
*
Fix races with MessagePipeReader due to the Mojo IPC channel being thread-safe.
amistry
2015-09-02
2
-13
/
+37
*
Update mojo sdk to rev c02a28868825edfa57ab77947b8cb15e741c5598
rockot
2015-08-24
1
-0
/
+1
*
Revert of Update mojo sdk to rev c02a28868825edfa57ab77947b8cb15e741c5598 (pa...
rockot
2015-08-23
1
-1
/
+0
*
Update mojo sdk to rev c02a28868825edfa57ab77947b8cb15e741c5598
rockot
2015-08-22
1
-0
/
+1
*
Revert of Update mojo sdk to rev c02a28868825edfa57ab77947b8cb15e741c5598 (pa...
yosin
2015-08-22
1
-1
/
+0
*
Update mojo sdk to rev c02a28868825edfa57ab77947b8cb15e741c5598
rockot
2015-08-22
1
-0
/
+1
*
Revert of Re-enable ChannelMojo (patchset #1 id:1 of https://codereview.chrom...
rockot
2015-08-21
1
-1
/
+3
*
Migrate IPC to use Flow API v2.
yuhaoz
2015-08-18
1
-2
/
+8
*
Re-enable ChannelMojo
rockot
2015-08-18
1
-3
/
+1
*
Revert of Re-enable ChannelMojo. (patchset #1 id:40001 of https://codereview....
rockot
2015-08-08
1
-1
/
+3
*
Re-enable ChannelMojo.
rockot
2015-08-08
1
-3
/
+1
*
Revert of Re-enable ChannelMojo (patchset #1 id:20001 of https://codereview.c...
hiroshige
2015-08-06
1
-1
/
+3
*
Re-enable ChannelMojo
rockot
2015-08-06
1
-3
/
+1
*
Revert of Re-enable ChannelMojo (patchset #1 id:80001 of https://codereview.c...
rockot
2015-07-29
1
-1
/
+3
*
Re-enable ChannelMojo
rockot
2015-07-29
1
-3
/
+1
*
Use thread-safe send when using Mojo.
jam
2015-07-23
1
-1
/
+1
*
Fix unused private fields errors in ipc/mojo/.
mlamouri
2015-07-10
2
-3
/
+1
*
Update mojo sdk to rev a05bfef8096006056b2fff78092faf14d1319782
rockot
2015-07-08
1
-1
/
+1
*
Convert usage of mojo::ErrorHandler in //ipc/mojo to callbacks.
amistry
2015-07-08
1
-22
/
+18
*
Stub in more IPC attachment brokering functionality.
erikchen
2015-07-07
2
-4
/
+4
*
Revert of Update mojo sdk to rev a05bfef8096006056b2fff78092faf14d1319782 (pa...
thakis
2015-07-07
1
-1
/
+1
*
Update mojo sdk to rev a05bfef8096006056b2fff78092faf14d1319782
rockot
2015-07-07
1
-1
/
+1
*
Revert of Convert ipc_mojo_unittests to run exclusively on Swarming (patchset...
bruening
2015-07-06
2
-35
/
+0
*
Convert ipc_mojo_unittests to run exclusively on Swarming
thakis
2015-07-06
2
-0
/
+35
*
IPC::ChannelMojo::Send() should fail once it is closed.
morrita
2015-06-23
3
-2
/
+58
*
Disable ipc_mojo_unittests that timeout on Android.
msw
2015-06-19
2
-9
/
+56
*
Release obigation to call ChannelMojoHost::OnClientLaunched()
leon.han
2015-06-19
11
-322
/
+50
*
IPC: Make ChannelReader inherit from SupportsAttachmentBrokering.
erikchen
2015-06-16
7
-40
/
+82
*
IPC: Add new classes required for attachment brokering.
erikchen
2015-06-16
1
-0
/
+3
*
Disable ChannelMojo
rockot
2015-06-12
1
-2
/
+3
*
Fix leak of PlatformHandleDispatchers in Mojo IPC
rogerj
2015-06-12
1
-1
/
+2
*
ChannelMojo: Make MOJO_RESULT_FAILED_PRECONDITION an error.
morrita
2015-06-11
1
-8
/
+3
*
Change most uses of Pickle to base::Pickle
brettw
2015-06-03
4
-10
/
+10
*
Move Pickle to base namespace.
brettw
2015-06-02
2
-2
/
+4
*
Force immediate Mojo EDK shutdown on IO loop destruction.
rockot
2015-05-13
1
-17
/
+6
*
ipc: Remove use of MessageLoopProxy and deprecated MessageLoop APIs
skyostil
2015-05-12
5
-10
/
+16
*
Mojo IPC threading fixes
rockot
2015-05-11
3
-69
/
+233
*
Change the callsites of InterfacePtr<> methods which directly deal with messa...
yzshen
2015-05-05
1
-1
/
+3
*
Revert of Change the callsites of InterfacePtr<> methods which directly deal ...
dbeam
2015-05-05
1
-3
/
+1
*
Change the callsites of InterfacePtr<> methods which directly deal with messa...
yzshen
2015-05-05
1
-1
/
+3
*
Update {virtual,override} to follow C++11 style in ipc.
nick
2015-04-23
1
-2
/
+2
[next]