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
*
Fix build errors from r478251.
jam
2015-10-03
1
-1
/
+0
*
mac: Implement Mach-primitive backed shared memory.
erikchen
2015-10-02
1
-17
/
+34
*
Reland 1: "ipc: Change the timing of the construction of the attachment broker."
erikchen
2015-10-02
1
-4
/
+2
*
Add a Mojo EDK for Chrome that uses one OS pipe per message pipe.
jam
2015-10-02
10
-115
/
+149
*
Fix another 'enumerator not handled in switch' Win-Clang warning
Hans Wennborg
2015-10-02
1
-0
/
+1
*
Fix 'enumeration not handled in switch' error on Win-Clang bots
Hans Wennborg
2015-10-01
1
-0
/
+1
*
ipc: Add UMA metrics for the unprivileged attachment broker.
erikchen
2015-10-01
3
-1
/
+26
*
ipc: Make a wrapper and attachment for mach ports.
erikchen
2015-10-01
7
-0
/
+199
*
Resize IPC input buffer to fit the next message.
dskiba
2015-09-30
6
-20
/
+235
*
ipc: Add a new field num_brokered_attachments to the message header on Mac.
erikchen
2015-09-29
2
-0
/
+12
*
Revert of ipc: Change the timing of the construction of the attachment broker...
erikchen
2015-09-28
1
-1
/
+4
*
Cleanup: Pass std::string as const reference from ipc/
ki.stfu
2015-09-25
1
-5
/
+18
*
Make SharedMemoryHandle a class on windows.
erikchen
2015-09-25
5
-22
/
+73
*
ipc: Change the timing of the construction of the attachment broker.
erikchen
2015-09-25
1
-4
/
+1
*
ipc: Extend attachment broker unit tests.
erikchen
2015-09-25
9
-62
/
+258
*
Re-land architecture for cross-process memory notification suppressing
petrcermak
2015-09-24
1
-0
/
+1
*
ipc: Remove unnecessary attachment broker plumbing.
erikchen
2015-09-24
28
-186
/
+94
*
ipc: Refactor some attachment broker classes.
erikchen
2015-09-24
7
-24
/
+66
*
Revert of Reland debugging for ipc related crash.
erikchen
2015-09-23
5
-37
/
+2
*
Add UMA metrics to log attachment broker errors.
erikchen
2015-09-23
3
-1
/
+29
*
ipc: Serialize brokerable attachments and append them to the message.
erikchen
2015-09-22
3
-2
/
+41
*
Reland of land debugging for ipc related crash. (patchset #1 id:1 of https://...
erikchen
2015-09-22
5
-2
/
+37
*
Revert of Architecture for cross-process memory notification suppressing (pat...
huangs
2015-09-22
1
-1
/
+0
*
Architecture for cross-process memory notification suppressing
petrcermak
2015-09-22
1
-0
/
+1
*
Revert of Reland debugging for ipc related crash. (patchset #1 id:1 of https:...
erikchen
2015-09-21
5
-37
/
+2
*
ipc: Remove a CHECK to fix some memory tests.
erikchen
2015-09-21
1
-1
/
+4
*
PageLoadMetrics renderer and browser implementation.
csharrison
2015-09-21
1
-0
/
+1
*
Reland debugging for ipc related crash.
erikchen
2015-09-19
5
-2
/
+37
*
Revert of Reland #2 "ipc: Add a new field num_brokered_attachments to the mes...
erikchen
2015-09-16
6
-56
/
+2
*
ipc: Remove basictypes.h includes.
tfarina
2015-09-16
14
-17
/
+13
*
Reland #2 "ipc: Add a new field num_brokered_attachments to the message header."
erikchen
2015-09-16
6
-2
/
+56
*
ipc: Make a new class PlaceholderBrokerableAttachment.
erikchen
2015-09-15
16
-73
/
+126
*
ipc: Move //crypto dependency into a Windows-only file.
erikchen
2015-09-15
7
-28
/
+56
*
Create a RenderProcess message class and move keygen to it.
avi
2015-09-14
1
-0
/
+1
*
ipc: Use a global for the process's attachment broker.
erikchen
2015-09-14
10
-48
/
+57
*
Remove dependency on //crypto in //ipc, except on windows.
Sergey Ulanov
2015-09-14
7
-52
/
+42
*
ipc: Convert k(u)int*max types from basictypes.h to std::numeric_limits varia...
tfarina
2015-09-11
3
-5
/
+7
*
ipc: Update Message::FindNext to parse brokered attachments.
erikchen
2015-09-11
3
-11
/
+91
*
ipc: Make sure that ChannelReader is destroyed correctly.
erikchen
2015-09-11
5
-2
/
+15
*
ipc: Add the inner class OutputElement to Channel.
erikchen
2015-09-10
4
-15
/
+58
*
Move Singleton and related structs to namespace base
olli.raula
2015-09-10
3
-6
/
+4
*
Fix sbox_validation_tests & Make isolate_driver.py include the executable itself
maruel
2015-09-09
1
-1
/
+0
*
ipc: Convert int types from basictypes.h to the ones from stdint.h
tfarina
2015-09-04
33
-147
/
+180
*
Add missing locking for the |sender_| member in IPC::SyncMessageFilter.
amistry
2015-09-04
1
-2
/
+5
*
Revert of Reland #1 "ipc: Add a new field num_brokered_attachments to the mes...
erikchen
2015-09-04
2
-19
/
+0
*
ipc: Add methods for AttachmentBroker nonce serialization.
erikchen
2015-09-04
2
-7
/
+36
*
ipc: Temporarily disable attachment broker end-to-end tests.
erikchen
2015-09-04
1
-4
/
+5
*
Reland #1 "ipc: Add a new field num_brokered_attachments to the message header."
erikchen
2015-09-03
2
-0
/
+19
*
Revert of Fix sbox_validation_tests & Make isolate_driver.py include the exec...
stgao
2015-09-03
1
-0
/
+1
*
Fix sbox_validation_tests & Make isolate_driver.py include the executable itself
maruel
2015-09-02
1
-1
/
+0
[next]