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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add IPC and Windows message map macro blocks to .clang-format options
Daniel Cheng
2015-07-16
1
-3
/
+3
*
Make attachment broker a subclass of IPC::Listener.
erikchen
2015-07-15
11
-3
/
+116
*
ChannelPosix: Robustly close FDs of deleting messages.
morrita
2015-07-10
1
-0
/
+1
*
Fix unused private fields errors in ipc/mojo/.
mlamouri
2015-07-10
2
-3
/
+1
*
Adjust the binding point of IPC flow events from the next slice to the enclos...
yuhaoz
2015-07-08
1
-2
/
+2
*
Fixed all unused-variable Clang warnings on Windows.
mgiuca
2015-07-08
1
-1
/
+0
*
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
28
-26
/
+378
*
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
*
Replace image_messages.h with Mojo service
halton.huo
2015-07-06
1
-1
/
+0
*
Convert ipc_tests to run exclusively on Swarming
maruel
2015-06-30
2
-0
/
+44
*
Update client side navigator.connect API to use ServicePortCollection [2/3]
mek
2015-06-29
1
-1
/
+0
*
IPC::ChannelMojo::Send() should fail once it is closed.
morrita
2015-06-23
3
-2
/
+58
*
Revert of Revert of Make SharedMemoryHandle a class on Mac. (patchset #1 id:1...
scottmg
2015-06-19
2
-0
/
+70
*
Revert of Make SharedMemoryHandle a class on Mac. (patchset #20 id:580001 of ...
scottmg
2015-06-19
2
-70
/
+0
*
Mac: Make SharedMemoryHandle its own class.
erikchen
2015-06-19
2
-0
/
+70
*
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: Remove virtual inheritance of SupportsAttachmentBrokering.
erikchen
2015-06-17
1
-1
/
+1
*
Fix win style errors.
erikchen
2015-06-16
3
-4
/
+4
*
IPC: Make ChannelReader inherit from SupportsAttachmentBrokering.
erikchen
2015-06-16
31
-146
/
+287
*
IPC: Add new classes required for attachment brokering.
erikchen
2015-06-16
10
-0
/
+220
*
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
*
Replace more ObserverList with base::ObserverList.
brettw
2015-06-03
1
-1
/
+1
*
Refactoring: Moving the SafeJsonParser to its own component.
eranm
2015-06-03
1
-0
/
+1
*
Change most uses of Pickle to base::Pickle
brettw
2015-06-03
18
-128
/
+209
*
Move Pickle to base namespace.
brettw
2015-06-02
9
-62
/
+81
*
Move ObserverList to base namespace.
brettw
2015-06-02
1
-1
/
+1
*
Fixit: Fork base::TimeTicks --> TimeTicks + ThreadTicks + TraceTicks
miu
2015-05-29
2
-0
/
+28
*
Move Tuple to base namespace.
brettw
2015-05-29
4
-105
/
+114
*
Make IPC::Channel buffers stack based and secure against growth
bratell
2015-05-29
2
-11
/
+7
*
ipc: remove IPC_USES_READWRITE
mdempsky
2015-05-18
2
-165
/
+5
*
Convert JsonWriter::Write to taking a const ref for the in-param
estade
2015-05-16
1
-2
/
+2
*
Force immediate Mojo EDK shutdown on IO loop destruction.
rockot
2015-05-13
1
-17
/
+6
*
More base::Values-related bare pointer -> scoped_ptr conversions
estade
2015-05-12
1
-1
/
+1
*
ipc: Remove use of MessageLoopProxy and deprecated MessageLoop APIs
skyostil
2015-05-12
18
-142
/
+136
*
Mojo IPC threading fixes
rockot
2015-05-11
3
-69
/
+233
*
Change kMaxDescriptorsPerMessage back to 7
yusukes
2015-05-06
2
-3
/
+3
*
Resolve the beforeinstallprompt event's promise.
benwells
2015-05-06
1
-0
/
+1
*
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
3
-15
/
+15
*
DER VIED IST NICHT FUER DER GEFINGERPOKEN.
thakis
2015-04-23
1
-1
/
+1
[next]