summaryrefslogtreecommitdiffstats
path: root/ipc
Commit message (Expand)AuthorAgeFilesLines
* replace OVERRIDE and FINAL with override and final in ipc/mostynb2014-10-0730-187/+187
* Move mojo edk into mojo/edkjamesr2014-10-039-12/+12
* Revert "Move mojo edk into mojo/edk"Trent Apted2014-10-039-12/+12
* Move mojo edk into mojo/edkJames Robinson2014-10-039-12/+12
* Pass through geofencing API calls to the browser process.mek2014-10-021-0/+1
* Refactoring: Let ChannelPosix adopt ScopedFD.morrita2014-09-292-94/+91
* IPC: Use ScopedHandle instead of a raw HANDLE for the private members.rvargas2014-09-262-39/+42
* ChannelMojo: Handle when ChannelMojo outlives ChannelMojoHostmorrita2014-09-266-57/+147
* Remove IPC::Channel::TakePipeHandle()morrita2014-09-2511-38/+0
* Adding tracking to verify the theory that jankiness of ExtensionMessageFilter...vadimt2014-09-251-4/+4
* Fix IPCChannelMojoErrorTest.SendFailWithPendingMessagesmorrita2014-09-241-46/+11
* Disable IPCChannelMojoErrorTest.SendFailWithPendingMessagesmorrita2014-09-241-1/+2
* Move SafeManifestParser to //extensionsrockot2014-09-241-0/+1
* IPC: Get rid of FileDescriptor usage from FileDescriptorSet and Messagemorrita2014-09-2412-153/+191
* Make ServiceWorkerFetchRequest and ServiceWorkerResponse header maps case ins...jkarlin2014-09-241-3/+3
* IPC::ChannelMojo: Introduce IPC::MojoBootstrap for Windowsmorrita2014-09-2313-134/+675
* Implement ManifestManager to handle manifest in content/.mlamouri2014-09-161-0/+1
* 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