summaryrefslogtreecommitdiffstats
path: root/ipc
Commit message (Expand)AuthorAgeFilesLines
* ChannelMojo: Handle errors in pending message processing.morrita2014-09-162-1/+132
* IPC: Add more debug info.rvargas2014-09-162-6/+21
* Cleanup: Use base/files/file_util.h instead of base/file_util.h in [c-n]*/thestig2014-09-133-3/+3
* WebCacheManager::ClearCacheOnNavigation() is used by webrequest api, which wi...hanxi2014-09-111-0/+1
* Refactoring: Move MessagePipeReader subclasess out from ChannelMojomorrita2014-09-116-382/+524
* Add ipc_mojo_perftestsmorrita2014-09-0915-370/+575
* Mark gtest and gmock as testonly in GN.Brett Wilson2014-09-081-0/+1
* Add wfh@chromium.org to ipc OWNERS filesWill Harris2014-09-081-0/+1
* Fix a DCHECK violation in ipc_perftestsyzshen2014-09-053-27/+21
* ipc/ fixups for scoped_refptr operator T* removal.dcheng2014-09-033-4/+5
* Remove cevans@ from OWNERS files.thestig2014-08-291-1/+0
* Add ChannelProxy benchmark to ipc_perftests.morrita2014-08-294-18/+81
* Manual fixups for scoped_refptr operator T* removal in ipc/dcheng2014-08-284-25/+31
* Declaring the weak_ptr_factory in proper order.anujk.sharma2014-08-283-7/+6
* pdf: Create a separate component for using the pdf pepper plugin.Sadrul Habib Chowdhury2014-08-281-0/+1
* Remove implicit conversions from scoped_refptr to T* in ipc/dcheng2014-08-272-2/+2
* Credential Manager: Renderer-side implementation.mkwst@chromium.org2014-08-221-0/+1
* Mojo: Add PlatformSupport argument to mojo::embedder::Init().viettrungluu@chromium.org2014-08-201-2/+2
* Convert IPC::ChannelMojo initialization to use new mojo::embedder::CreateChan...viettrungluu@chromium.org2014-08-122-40/+25
* GN: Make content_shell and webkit_unit_tests work in component buildjamesr@chromium.org2014-08-121-3/+4
* IPC::ChannelMojo: Dup and own fds to transmitmorrita@chromium.org2014-08-091-2/+14
* IPC::ChannelMojo: Don't supress MOJO_RESULT_FAILED_PRECONDITIONmorrita@chromium.org2014-08-082-8/+16
* Add ipc/mojo/OWNERSmorrita@chromium.org2014-08-081-0/+2
* Move the rest of test_file_util to base namespace.brettw@chromium.org2014-08-072-2/+2
* Introduce ChannelMojomorrita@chromium.org2014-08-0436-100/+1740
* IPC: Add more debug logic (crash tracking)rvargas@chromium.org2014-07-312-2/+12
* Refactor Web Notification permission requests.peter@chromium.org2014-07-291-0/+1
* Make IPC macros work with -Wunused-local-typedefs.thakis@chromium.org2014-07-291-6/+6
* Improve content test GN buildbrettw@chromium.org2014-07-231-3/+3
* GN Windows build fixesbrettw@chromium.org2014-07-221-1/+0
* Rename IPC::ChannelFactory to UnixDomainSocketAcceptor.morrita@chromium.org2014-07-184-154/+1
* Fixes for re-enabling more MSVC level 4 warnings: misc edition #2pkasting@chromium.org2014-07-181-15/+11
* Remove unused IPC_MESSAGE_START enum constants.tsepez@chromium.org2014-07-011-6/+0
* [DeviceLight] Add renderer+common partsrijubrata.bhaumik@intel.com2014-06-271-0/+1
* Extensions: Split extensions utility IPC messages into its own file.thestig@chromium.org2014-06-271-1/+2
* IPC ChannelWin: Add temporary debug info.rvargas@chromium.org2014-06-272-3/+53
* The LOG initialization code would clear the last error. Use PLOG instead.weitaosu@chromium.org2014-06-261-3/+2
* ozone: Add GPU message for cursor updatesspang@chromium.org2014-06-261-0/+1
* This patch defines three mechanisms for acquiring CLD2's data:andrewhayden@chromium.org2014-06-241-0/+1
* Support multiple files for AEC dump.grunell@chromium.org2014-06-181-0/+1
* Fix "inlcude" typo in comments.tsepez@chromium.org2014-06-181-2/+2
* Split printing utility IPC messages into its own file.thestig@chromium.org2014-06-181-0/+1
* Enable resource prefetch from the browser process.tburkard@chromium.org2014-06-171-0/+1
* Decouple IPC::MessageFilter from IPC::Channelmorrita@chromium.org2014-06-136-16/+16
* Build fix with gcc 4.8 and C++11 enabledch.dumez@samsung.com2014-06-101-1/+1
* Remove base::kInvalidPlatformFileValue from components, ipc and ppapi.rvargas@chromium.org2014-06-101-2/+1
* Remove cdn from OWNERS for IPC security review.palmer@chromium.org2014-06-081-1/+0
* IPC::Channel: Reduce POSIX specific API surfacemorrita@chromium.org2014-06-078-97/+55
* Make IPC::Channel polymorphicmorrita@chromium.org2014-06-0617-272/+257
* Add IPC::ChannelProxy::Create() and IPC::SyncChannel::Create()morrita@chromium.org2014-06-056-63/+91