Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
libchrome
/
5a75006a051da77148f54b1dfca85c56a76fed91
/
ipc
d7f09fa
Fix ipc::ChannelMojo not to call GetWeakPtr() from multiple threads.
by Wez
· 7 years ago
b3357f2
Update SingleThreadNoPostTaskPingPong
by Vladislav Kuzkokov
· 7 years ago
2f68d7c
Remove two unused constants from ipc/ipc_message_start.h
by Tom Sepez
· 7 years ago
63558a0
Export CanonOutputT template instantiations to avoid double definition.
by Mounir Lamouri
· 7 years ago
703169d
Rewrite base::Value::GetType to base::Value::type on Linux
by jdoerrie
· 7 years ago
497db10
base: Change make_scoped_refptr to WrapRefCounted.
by kylechar
· 7 years ago
33ace1d
Mojo C++ bindings: Revert debugging code for investigating memory corruption issue.
by Yuzhu Shen
· 7 years ago
19fd2bb
Add base::stack, convert std::stack uses use it.
by Brett Wilson
· 7 years ago
d0b2807
Revert "Validate histograms around IPC calls on Android."
by Brian White
· 7 years ago
5c6f2e8
Convert std::deque to base::circular_deque.
by Brett Wilson
· 7 years ago
751d004
Use checked_cast instead of static_cast when casting sizes in Pickle.
by Chris Palmer
· 7 years ago
38823cf
Switch make_scoped_refptr to MakeRefCounted.
by kylechar
· 7 years ago
a9fb90e
Validate histograms around IPC calls on Android.
by Brian White
· 7 years ago
51215ca
Change Pickle::Write* methods to return void.
by Daniel Cheng
· 7 years ago
68ab1f9
Remove base::PickleSizer
by Daniel Cheng
· 7 years ago
af47cf0
Convert many std::queue to base::queue
by Brett Wilson
· 7 years ago
50465b0
fuchsia: Magenta -> Zircon
by Scott Graham
· 7 years ago
610b17b
Crash when sending oversized legacy IPC messages
by Ken Rockot
· 7 years ago
f98504a
Remove IPC::Channel::OutputElement in IPC::Channel
by Gyuyoung Kim
· 7 years ago
7cabfbb
Mojo C++ bindings: introduce TrackedScopedRefPtr to debug corruptions.
by Yuzhu Shen
· 7 years ago
b3a77c9
Mojo Bindings: Support handles in native structs
by Ken Rockot
· 7 years ago
90bc731
Follow-up from 'Removing iTunes support from media_gallery API.'
by Jay Civelli
· 7 years ago
be1589d
Remove ScopedProfile and ScopedTracker.
by Brett Wilson
· 7 years ago
15422a8
Remove tracked_objects::ScopedTracker instantiations.
by Brett Wilson
· 7 years ago
b6db987
Add CPU usage perf tests for legacy IPC and Mojo.
by Yuzhu Shen
· 7 years ago
03ec1ca
Remove ParamTraits::GetSize since it's not used anymore.
by John Abd-El-Malek
· 7 years ago
c8447f5
Remove an IPC message copy on DispatchWithParamDelayReply
by tzik
· 7 years ago
6eae758
Reland "Mojo: Allow duplicate events in SyncHandleRegistry"
by Ken Rockot
· 7 years ago
d140291
Pass Chrome IPC message parameters by move
by tzik
· 7 years ago
6c724c1
Add unit-test for passing base::SharedMemory via Chrome IPC.
by Wez
· 7 years ago
91c67ab
Speculatively revert "Mojo: Allow duplicate events in SyncHandleRegistry"
by Tarun Bansal
· 7 years ago
918a052
Mojo: Allow duplicate events in SyncHandleRegistry
by Ken Rockot
· 7 years ago
56733a0
Add missing HANDLE_EINTR macro around dup() calls.
by Dale Curtis
· 7 years ago
bd20ea9
Replace base::MakeUnique with std::make_unique in ipc/.
by Jeremy Roman
· 7 years ago
c10c72c
Fuchsia: Add platform implementation for Mojo WrapAttachmentImpl.
by Wez
· 7 years ago
afc2bb8
Migrate IPCs between the browser and service processes to mojo.
by Sam McNally
· 7 years ago
a7e8f9c
IPC-over-mojo: Eliminate two buffer copies.
by Yuzhu Shen
· 7 years ago
f0d64c6
Move IDMap to base namespace.
by Brett Wilson
· 7 years ago
bc7f3c8
Remove MediaStreamMsgStart and its references
by Chandan Padhi
· 7 years ago
cd63c2e
Remove base::Value::SetStringWithoutPathExpansion
by jdoerrie
· 7 years ago
2c0ad2e
Remove base::Value::SetDoubleWithoutPathExpansion
by jdoerrie
· 7 years ago
773e7f2
[c++] Whitelist std::integer_sequence and replace base::IndexSequence with std::index_sequence.
by Jeremy Roman
· 7 years ago
1615c31
Remove uses NON_EXPORTED_BASE now that it's a no-op.
by Nico Weber
· 7 years ago
b5e8f4f
Mojo bindings: remove an unnecessary DCHECK.
by Yuzhu Shen
· 7 years ago
37ae4c6
Reland "Check whether incoming interface IDs have correct namespace bit."
by Yuzhu Shen
· 7 years ago
7abbaed
Revert "Check whether incoming interface IDs have correct namespace bit."
by Walter Korman
· 7 years ago
2effe17
Check whether incoming interface IDs have correct namespace bit.
by Yuzhu Shen
· 7 years ago
b8014a7
Implement most of Chrome IPC for Fuchsia.
by Wez
· 7 years ago
8957cbc
Remove unnecessary fields from ipc::HandleAttachmentWin.
by Wez
· 7 years ago
1ceeea2
Add perf test cases to compare the cost of passing associated and non-associated interfaces.
by Yuzhu Shen
· 7 years ago
c6b8178
Remove base::Value::SetIntegerWithoutPathExpansion
by jdoerrie
· 7 years ago
08ce100
Remove unused constants from ipc_message_start.h (try #2).
by Tom Sepez
· 7 years ago
274bec8
Mass replace MessageLoop::Quit*() with RunLoop::QuitCurrent*Deprecated().
by Gabriel Charette
· 7 years ago
8d01353
IPC perf tests: make sure we use the same IO thread for Mojo and IPC::Channel.
by yzshen
· 7 years ago
f0ea075
Mojo C++ bindings: more readable error message for missing *Traits specialization.
by Yuzhu Shen
· 7 years ago
2eda4da
Support Serializing and Deserializing RepeatedField / RepeatedPtrField in IPC::Message
by zijiehe
· 7 years ago
f4a97cb
Add a dcheck to warn if someone sends a sync IPC through IPC::ChannelProxy.
by John Abd-El-Malek
· 7 years ago
a00e05e
Fix sync IPC perf tests.
by Yuzhu Shen
· 7 years ago
60ad4be
Cleanup ipc_perftests.
by John Abd-El-Malek
· 7 years ago
9b47785
Replace base::StaticAtomicSequenceNumber with base::AtomicSequenceNumber in //extensions and //ipc
by tzik
· 7 years ago
173bfd7
Define ParamTraits<long>::Log() on Fuchsia
by Sergey Ulanov
· 7 years ago
4d1e38c
Mojo C++ Bindings: Lazy Serialization
by Ken Rockot
· 7 years ago
ac08511
Remove utility process batch mode support and its IPCs
by Noel Gordon
· 7 years ago
7786715
Remove dummy AddRef/Release from //ipc/ipc_sync_channel_unittest.cc
by tzik
· 7 years ago
6c539cd
Ban raw pointers to ref-counted types on base::Bind
by tzik
· 7 years ago
3038c29
fuchsia: get ipc_tests compiling again
by Scott Graham
· 7 years ago
e3be235
Rename TaskRunner::RunsTasksOnCurrentThread() in //ipc, //mojo
by peary2
· 7 years ago
3bf3a7e
fuchsia: get //ipc compiling
by Scott Graham
· 7 years ago
e8a9749
Add a variadic version of ParamTraits, to allow for >5 IPC parameters.
by ossu
· 7 years ago
0947993
Mojo: Eliminate multiprocess test helper macros
by Ken Rockot
· 7 years ago
7854eed
Allow mojo bindings to run on SequencedTaskRunner.
by Sam McNally
· 7 years ago
4ddf17b
Use OnceCallback on Mojo interfaces in //ipc
by tzik
· 7 years ago
7683414
Adapt Mojo system API consumers to new messaging APIs
by Ken Rockot
· 7 years ago
294562e
[Mojo] Implement explicit operator bool on InterfacePtr and AssociatedInterfacePtr.
by Jeremy Roman
· 7 years ago
b089636
Convert web manifest IPCs to use mojo.
by Sam McNally
· 7 years ago
be3a2ae
Remove raw DictionaryValue::Set
by jdoerrie
· 7 years ago
0164933
get rid of ipc_descriptors.h
by Thiago Farina
· 7 years ago
59d7ef0
Replace deprecated base::NonThreadSafe in ipc in favor of SequenceChecker.
by gab
· 7 years ago
92a162d
Remove raw base::DictionaryValue::SetWithoutPathExpansion
by jdoerrie
· 7 years ago
0b3a3c4
Rename TaskRunner::RunsTasksOnCurrentThread() in //media, //ui, //ipc
by peary2
· 7 years ago
d7ee410
Add a size parameter to SharedMemoryHandle.
by erikchen
· 7 years ago
65bdef7
Remove renderer notifications of memory pressure.
by brettw
· 7 years ago
05405fe
Mojo C++ Bindings: Remove redundant AssociatedInterfaceRequest APIs
by Ken Rockot
· 7 years ago
0a9b782
Add missing IWYU message_loop.h includes.
by gab
· 7 years ago
9841406
Mojo C++ Bindings: Remove superfluous Bind overloads
by Ken Rockot
· 7 years ago
3bf38eb
Reland "Add enable_ipc_logging build argument"
by davidsz
· 7 years ago
2f499bb
Add a GUID to base::SharedMemoryHandle.
by erikchen
· 8 years ago
0cbc7c7
Replace "nested message loop" with "nested run loop" in comments.
by gab
· 8 years ago
6cdf6e9
Get rid of all pid references from base::SharedMemoryHandle.
by erikchen
· 8 years ago
9a454c1
Make PlatformFileForTransit its own class on Windows.
by erikchen
· 8 years ago
df30248
Make base::SharedMemoryHandle a class on POSIX.
by erikchen
· 8 years ago
a933ff9
Remove base::ListValue::Set(size_t, base::Value*)
by jdoerrie
· 8 years ago
f3e48ea
Remove base::Value::Get{Buffer,Size}
by jdoerrie
· 8 years ago
f9f20b3
Fix null pointer dereference in ipc_boostrap
by csharrison
· 8 years ago
d3d9de0
Improvements to uses of base::SmallMap
by brettw
· 8 years ago
6a27536
Convert WaitableEvent::EventCallback to OnceCallback
by tzik
· 8 years ago
39f0aa4
network service: pass PlzNavigate resulting data via mojo data pipe
by scottmg
· 8 years ago
4518400
Reland of Change base::Value::ListStorage to std::vector<base::Value>
by jdoerrie
· 8 years ago
7ce5d82
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
0143ef0
Change base::Value::ListStorage to std::vector<base::Value>
by jdoerrie
· 8 years ago
Next »