Sign in
chromium
/
chromium
/
src
/
f1e9443b7cb1558547ab5fe61a49b5d2f92c4c10
/
ipc
/
ipc_message_utils.cc
b908e43
Clean-ups to Fuchsia implementation of PlatformSharedMemoryRegion.
by Wez
· 7 years ago
58d15fc
Revert "Clean-ups to Fuchsia implementation of PlatformSharedMemoryRegion."
by John Abd-El-Malek
· 7 years ago
9ee73d6
Clean-ups to Fuchsia implementation of PlatformSharedMemoryRegion.
by Wez
· 7 years ago
6544b8a
base: Fix shared memory handle leak in IPC serialization
by Alexandr Ilin
· 7 years ago
9970f20e
[base] Change Value::BlobStorage to std::vector<uint8_t>
by jdoerrie
· 7 years ago
0443a8f
gfx: Improve handle management in gfx::GpuMemoryBuffer
by Alexandr Ilin
· 7 years ago
4c5bd80
Reland "Use BigBuffer for legacy IPC messages"
by Ken Rockot
· 7 years ago
b0cfd1d
Revert "Use BigBuffer for legacy IPC messages"
by Alice Boxhall
· 7 years ago
157707d6
Migrate Chromium callers from ScopedZxHandle to libzx containers.
by Wez
· 7 years ago
3e12619
Use BigBuffer for legacy IPC messages
by Ken Rockot
· 7 years ago
ebab9da
ppapi: Add SHARED_MEMORY_REGION type to SerializedHandle
by Alexandr Ilin
· 7 years ago
cbce434
Fuchsia: Prepare for OS_POSIX removal in ipc/
by Fabrice de Gans-Riberi
· 7 years ago
097248f0
Base [android]: Introduce ScopedHardwareBufferHandle
by Ken Rockot
· 7 years ago
d497eee
Implement IPC::ParamTraits for PlatformSharedMemoryRegion
by Alexandr Ilin
· 7 years ago
e2a6576
android: Enforce read-only mapping of Ashmem regions.
by David 'Digit' Turner
· 8 years ago
3d199b1
Convert base::UInt64ToString to base::NumberToString
by Daniel Cheng
· 8 years ago
2d879af
Run clang-tidy modernize-use-equals-{delete,default} on //ipc
by Chris Watkins
· 8 years ago
3824a888
AHardwareBuffer-based GpuMemoryBuffer implementation
by Klaus Weidner
· 8 years ago
76cee9c
Rewrite base::Value::GetType to base::Value::type on Linux
by jdoerrie
· 8 years ago
c5ea9b9
Use checked_cast instead of static_cast when casting sizes in Pickle.
by Chris Palmer
· 8 years ago
0d89f922
Change Pickle::Write* methods to return void.
by Daniel Cheng
· 8 years ago
f4cec55
Remove ParamTraits::GetSize since it's not used anymore.
by John Abd-El-Malek
· 8 years ago
160eb92
Replace base::MakeUnique with std::make_unique in ipc/.
by Jeremy Roman
· 8 years ago
8c49ebc9
Implement most of Chrome IPC for Fuchsia.
by Wez
· 8 years ago
51eaaad
Remove unnecessary fields from ipc::HandleAttachmentWin.
by Wez
· 8 years ago
a98ff6b5
Define ParamTraits<long>::Log() on Fuchsia
by Sergey Ulanov
· 8 years ago
3eebff0
fuchsia: get ipc_tests compiling again
by Scott Graham
· 8 years ago
9d6afd71
Add a size parameter to SharedMemoryHandle.
by erikchen
· 8 years ago
1452520
Add a GUID to base::SharedMemoryHandle.
by erikchen
· 8 years ago
996f592
Get rid of all pid references from base::SharedMemoryHandle.
by erikchen
· 8 years ago
d804e105
Make PlatformFileForTransit its own class on Windows.
by erikchen
· 8 years ago
22a813b
Make base::SharedMemoryHandle a class on POSIX.
by erikchen
· 8 years ago
f1e72e3
Remove base::ListValue::Set(size_t, base::Value*)
by jdoerrie
· 8 years ago
5328aff
Remove base::Value::Get{Buffer,Size}
by jdoerrie
· 8 years ago
a5676c6
Reland of Change base::Value::ListStorage to std::vector<base::Value>
by jdoerrie
· 8 years ago
df600cd
Revert of Change base::Value::ListStorage to std::vector<base::Value> (patchset #14 id:260001 of https://codereview.chromium.org/2740143002/ )
by rouslan
· 8 years ago
ebab0de
Change base::Value::ListStorage to std::vector<base::Value>
by jdoerrie
· 8 years ago
14b25da
Remove base::BinaryValue
by jdoerrie
· 8 years ago
e067999a
Remove base::Value::CreateNullValue
by jdoerrie
· 8 years ago
122c4da
Remove base::StringValue
by jdoerrie
· 8 years ago
23972357
Remove base::FundamentalValue
by jdoerrie
· 8 years ago
e03e80f
Inline base::BinaryValue into base::Value
by jdoerrie
· 8 years ago
383b174a
Increase the depth limit of JSONParser and IPC serialization from 100 to 200.
by joaodasilva
· 9 years ago
dc72ee94
Make base::Value::TYPE a scoped enum.
by jdoerrie
· 9 years ago
6ed3efb
Remove IPC::BrokerableAttachment.
by sammc
· 9 years ago
cff1de9
Revert of Remove IPC::BrokerableAttachment. (patchset #1 id:120001 of https://codereview.chromium.org/2494943002/ )
by horo
· 9 years ago
f6e03ce5
Remove IPC::BrokerableAttachment.
by sammc
· 9 years ago
9bf370c
Remove unused parts of IPC::ChannelHandle.
by sammc
· 9 years ago
beeed368
Delete IPC::ChannelPosix, IPC::ChannelWin and IPC::AttachmentBroker.
by sammc
· 9 years ago
4a5ac60
Add base::UnguessableToken
by tguilbert
· 9 years ago
3618252
Support using a Mojo message pipe in a ChannelHandle.
by amistry
· 9 years ago
338b8829
Return a unique_ptr from BinaryValue::CreateWithCopiedBuffer.
by dcheng
· 9 years ago
cb60e70
Use std::unique_ptr for base::DictionaryValue and base::ListValue's internal store.
by dcheng
· 9 years ago
3db6b6d
Generate param traits size methods for IPC files in chrome/ (and traits it depends on).
by jam
· 9 years ago
45eceef
Generate param traits size methods for IPC files in content/ (and traits it depends on).
by jam
· 9 years ago
03de39b2
Convert scoped_ptr to std::unique_ptr in //ipc.
by danakj
· 9 years ago
21fef17
Remove POSIX shared memory.
by erikchen
· 9 years ago
48b7edf
Revert of mac: Remove POSIX shared memory. (patchset #1 id:1 of https://codereview.chromium.org/1893603002/ )
by erikchen
· 9 years ago
0739bac
Reland of mac: Remove POSIX shared memory. (patchset #1 id:1 of https://codereview.chromium.org/1890023002/ )
by erikchen
· 9 years ago
6b5d3ac
Revert of mac: Remove POSIX shared memory. (patchset #8 id:140001 of https://codereview.chromium.org/1867733002/ )
by shrike
· 9 years ago
acc9ec9e
mac: Remove POSIX shared memory.
by erikchen
· 9 years ago
c7a7a76
Make IPC::ParamTraits<>GetSize work with base::Value as a result of JSON parsing.
by amistry
· 9 years ago
19e5f69
Make PlatformFileForTransit a class on Windows.
by erikchen
· 9 years ago
bf0d713a
Add more out of line copy ctors for complex classes.
by vmpstr
· 9 years ago
ac78d7d8
Fix Android x64 build.
by jam
· 9 years ago
03d8a78
Add compile time checks against longs being used in IPC structs on 32 bit Android.
by jam
· 9 years ago
0457af10
Add message sizing to basic IPC traits and struct macros.
by rockot
· 9 years ago
502c94f
IPC::Message -> base::Pickle
by rockot
· 9 years ago
71bc3b2
Add member ownership_passes_to_ipc_ to SharedMemoryHandle on windows.
by erikchen
· 9 years ago
3d87ecf7
ipc: Implement attachment brokering for SharedMemoryHandle on Windows.
by erikchen
· 10 years ago
246998d8
Switch to standard integer types in ipc/.
by avi
· 10 years ago
2bccc2c
Kills TraceTicks, which was functionally the same as TimeTicks
by charliea
· 10 years ago
19ecf184
ipc: Add ParamTraits<signed char>
by ortuno
· 10 years ago
328bf3f
Reland 1: "mac: Add auto-close and share-read-only functionality to SharedMemory."
by erikchen
· 10 years ago
160caaa
Revert of mac: Add auto-close and share-read-only functionality to SharedMemory. (patchset #5 id:80001 of https://codereview.chromium.org/1418113003/ )
by erikchen
· 10 years ago
033bbbcb
mac: Add auto-close and share-read-only functionality to Mach based SharedMemory.
by erikchen
· 10 years ago
af8299d
ipc: Implement MachPortMac serialization.
by erikchen
· 10 years ago
5604a11d
Detecting and fixing stringprintf.h format bugs
by brucedawson
· 10 years ago
0d77970
mac: Implement Mach-primitive backed shared memory.
by erikchen
· 10 years ago
5ea2ab7
Make SharedMemoryHandle a class on windows.
by erikchen
· 10 years ago
10a5c06
ipc: Convert int types from basictypes.h to the ones from stdint.h
by tfarina
· 10 years ago
06faf0c
Revert of IPC: Add attachment brokering support to the message header. (patchset #3 id:40001 of https://codereview.chromium.org/1303103002/ )
by erikchen
· 10 years ago
37a2e0b6
Reland #1: IPC: Add attachment brokering support to the message header.
by erikchen
· 10 years ago
16e26d489
Revert of IPC: Add attachment brokering support to the message header. (patchset #20 id:420001 of https://codereview.chromium.org/1286253002/ )
by ricea
· 10 years ago
e8e4f4f
IPC: Add attachment brokering support to the message header.
by erikchen
· 10 years ago
eece6c3
Stub in more IPC attachment brokering functionality.
by erikchen
· 10 years ago
d19b4f7
Revert of Revert of Make SharedMemoryHandle a class on Mac. (patchset #1 id:1 of https://codereview.chromium.org/1200473003/)
by scottmg
· 10 years ago
6035df80
Revert of Make SharedMemoryHandle a class on Mac. (patchset #20 id:580001 of https://codereview.chromium.org/1163943004/)
by scottmg
· 10 years ago
cc9f9127f
Mac: Make SharedMemoryHandle its own class.
by erikchen
· 10 years ago
bd4d711
Change most uses of Pickle to base::Pickle
by brettw
· 10 years ago
1ab506a
Fixit: Fork base::TimeTicks --> TimeTicks + ThreadTicks + TraceTicks
by miu
· 10 years ago
8d04646
Convert JsonWriter::Write to taking a const ref for the in-param
by estade
· 10 years ago
a68b044
More base::Values-related bare pointer -> scoped_ptr conversions
by estade
· 10 years ago
f84f17f
Cleanup: Remove wstring methods from base::Pickle.
by thestig
· 10 years ago
1aa788c
IPC::Message Refactoring: Move POSIX specific bits to PlatformFileAttachment
by morrita
· 11 years ago
4b5c28e2
IPC: Generalize FileDescriptorSet to MessageAttachmentSet
by morrita
· 11 years ago
48fc13b
Remove deprecated methods from Pickle.
by avi
· 11 years ago
f13c491
Revert of Remove deprecated methods from Pickle. (patchset #10 id:180001 of https://codereview.chromium.org/818833004/)
by avi
· 11 years ago
b740bfe2
Remove deprecated methods from Pickle.
by Avi Drissman
· 11 years ago
9669385
IPC: Get rid of FileDescriptor usage from FileDescriptorSet and Message
by morrita
· 11 years ago
Next »