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
*
Implement IPC::ParamTraits<mojo::MessagePipeHandle>
morrita
2015-04-01
5
-0
/
+191
*
Revert of Implement IPC::ParamTraits<mojo::MessagePipeHandle> (patchset #3 id...
mfomitchev
2015-04-01
5
-190
/
+0
*
Implement IPC::ParamTraits<mojo::MessagePipeHandle>
morrita
2015-04-01
5
-0
/
+190
*
Re-enable ChannelMojo
morrita
2015-03-30
1
-2
/
+1
*
Simplify IPC::SyncMessageSchema::WriteReplyParams() using variadic templates
mikhail.pozdnyakov
2015-03-26
1
-27
/
+3
*
Revert of Re-enable ChannelMojo (patchset #1 id:1 of https://codereview.chrom...
morrita
2015-03-25
1
-1
/
+2
*
Revert of Revert of Re-enable ChannelMojo (patchset #1 id:1 of https://codere...
tkent
2015-03-25
1
-2
/
+1
*
Revert of Re-enable ChannelMojo (patchset #1 id:1 of https://codereview.chrom...
tkent
2015-03-25
1
-1
/
+2
*
Revert of ChannelMojo: Let MessagePipeReader wait "peer closed" signal as wel...
tkent
2015-03-25
1
-6
/
+9
*
ChannelMojo: Let MessagePipeReader wait "peer closed" signal as well.
morrita
2015-03-24
1
-9
/
+6
*
Re-enable ChannelMojo
morrita
2015-03-24
1
-2
/
+1
*
Decouple Cache Storage messaging from Service Worker/Embedded Worker
jsbell
2015-03-23
1
-0
/
+1
*
Remove uses of KillProcess()
rvargas
2015-03-18
1
-2
/
+2
*
Increase MessageAttachmentSet::kMaxDescriptorsPerMessage to 128
yusukes
2015-03-17
3
-4
/
+4
*
ChannelMojo: Turn DLOG to LOG for ERROR and WARNING
morrita
2015-03-16
5
-11
/
+11
*
Fix ipc_mojo_perftests which has been broken since last Mojo roll
morrita
2015-03-13
4
-15
/
+32
*
Disable ChannelMojo.
rockot
2015-03-13
1
-1
/
+2
*
Revert of Revert of Enable ChannelMojo (patchset #1 id:1 of https://coderevie...
alexmos
2015-03-13
1
-2
/
+2
*
Revert of Enable ChannelMojo (patchset #3 id:40001 of https://codereview.chro...
skuhne
2015-03-12
1
-2
/
+2
*
Cleanup: Remove wstring methods from base::Pickle.
thestig
2015-03-11
4
-53
/
+35
*
Adding StringPiece read/write support to pickle.
brucedawson
2015-03-10
1
-2
/
+2
*
base: Stop passing a non-const ref to ObserverListBase::Iterator.
danakj
2015-03-09
1
-1
/
+1
*
Add a flag to dump IPC messages sent from the renderer to the browser.
mbarbella
2015-03-06
2
-1
/
+40
*
Make AsyncHandleWaiter reenterancy-safe
morrita
2015-03-05
3
-10
/
+74
*
Fix a couple of ipc_channel_mojo_unittest failures.
morrita
2015-03-05
1
-5
/
+7
*
Revert of Adding StringPiece read/write support to pickle. (patchset #4 id:60...
brucedawson
2015-03-05
1
-2
/
+2
*
Adding StringPiece/StringPiece16 read/write support to pickle, and
brucedawson
2015-03-04
1
-2
/
+2
*
Make ChannelMojoHost::ChannelDelegate a RefContedThreadSafe
morrita
2015-03-04
4
-29
/
+34
*
Add DataReductionProxy IPC to determine if the Data Reduction Proxy was used.
jeremyim
2015-03-03
1
-0
/
+1
*
Update mojo sdk to rev 3d23dae011859a2aae49f1d1adde705c8e85d819
rockot
2015-03-03
7
-21
/
+230
*
Apply gn format with 'sources' sorting to src/
scottmg
2015-02-28
2
-4
/
+4
*
Land prep work to enable NaCl in the Linux x64 GN builds.
dpranke
2015-02-26
1
-3
/
+8
*
ChannelMojo should use PID from the bootstrap Channel.
morrita
2015-02-25
4
-1
/
+55
*
ChannelMojo: Reduce the number of dup() call
morrita
2015-02-25
1
-5
/
+14
*
Chromecast: adds CastCryptoMsgStart to IPCMessageStart list.
gunsch
2015-02-24
1
-0
/
+3
*
Remove base::WaitForSingleProcess
rvargas
2015-02-24
1
-2
/
+3
*
Add //ipc to "gn check", work on base
brettw
2015-02-17
2
-1
/
+4
*
This change adds a LockThreadAffinity and uses it to
brucedawson
2015-02-12
2
-0
/
+60
*
Added chrome-side support for link rel=preconnect
pmeenan
2015-02-11
1
-1
/
+1
*
Mechanical rename of base::debug -> base::trace_event [final pass]
ssid
2015-02-09
1
-1
/
+2
*
IPC: Add MojoHandleAttachment
morrita
2015-02-06
17
-95
/
+478
*
Change ipc_perftests large-message test count to 1,000
brucedawson
2015-02-05
1
-1
/
+1
*
Deleting the forwarding header files base/debug/trace_event*
ssid
2015-02-03
1
-1
/
+0
*
Non-SFI mode: Use dummy PID for NaCl's IPC channel for nacl_helper_nonsfi.
hidehiko
2015-02-03
2
-2
/
+13
*
Move GuestView IPCs into their own messages file.
fsamuel
2015-02-03
1
-0
/
+1
*
IPC::Message Refactoring: Move POSIX specific bits to PlatformFileAttachment
morrita
2015-01-31
15
-192
/
+167
*
Mechanical rename of tracing includes (remaining bits)
primiano
2015-01-30
2
-2
/
+2
*
Revert of Revert of IPC::ChannelMojo: Make IPC handling robust against bad me...
inferno
2015-01-29
2
-2
/
+16
*
Revert of IPC::ChannelMojo: Make IPC handling robust against bad messages. (p...
inferno
2015-01-29
2
-16
/
+2
*
Add ChannelPosix::ResetSafely() to deal with a lingering crash
morrita
2015-01-27
2
-1
/
+26
[next]