summaryrefslogtreecommitdiffstats
path: root/ipc
Commit message (Expand)AuthorAgeFilesLines
* Componentize renderer side of DNS prefetching.gunsch2014-11-181-0/+1
* IPC: Remove debugging code.rvargas2014-11-142-78/+5
* IPC: a way for security exploit browsertests to simulate the appearance of a ...nick2014-11-144-2/+69
* IPC::ChannelMojo: Make IPC handling robust against bad messages.morrita2014-11-132-2/+16
* Fix signed integer overflow in GetRefNumUpper24.rickyz2014-11-121-2/+2
* Update mojo sdk to rev 04a510fb37db10642e156957f9b2c11c2f6442acjamesr2014-11-072-12/+1
* Cleanup: Replace base::ASCIIToWide with base::ASCIIToUTF16.thestig2014-11-071-2/+2
* Non-SFI mode: Enable MSG_TRUNC and MSG_CTRUNC code for nacl_helper_nonsfi.hidehiko2014-11-061-4/+0
* Non-SFI mode: Clean up macros of base/ and ipc/ libraries for nacl_helper_non...hidehiko2014-11-051-9/+9
* Update mojo sdk to rev cfc99316100efdfa7d53d83f9e07f1d4d3765c21jamesr2014-11-041-3/+1
* Revert of Enable ChannelMojo on Linux (patchset #1 id:1 of https://codereview...yurys2014-10-301-4/+0
* Enable ChannelMojo on Linuxmorrita2014-10-301-0/+4
* Remove last non-third_party typeofs on Mac.thakis2014-10-291-9/+1
* Add a few missing overrides found by a new clang warning.thakis2014-10-292-2/+3
* Introduce OS_NACL_SFI and OS_NACL_NONSFI macros.hidehiko2014-10-283-7/+4
* ChannelMojo: Replace hand written messsages with mojo.morrita2014-10-276-270/+170
* Move LayoutTestMessageFilter-related IPCs to their own message file.peter2014-10-271-0/+1
* Non-SFI Mode: Build ipc/ library by PNaCl toolchain for nacl_helper_nonsfi.hidehiko2014-10-246-13/+82
* Make IPC_ENUM_TRAITS_MIN_MAX_VALUE() work with c++11 enum class.tsepez2014-10-231-1/+4
* Standardize usage of virtual/override/final in ipc/dcheng2014-10-2230-208/+197
* Add a guard in MojoBootstrap::OnClientLaunched()morrita2014-10-222-0/+8
* Revert of Standardize usage of virtual/override/final in ipc/ (patchset #1 id...dcheng2014-10-2130-241/+275
* Standardize usage of virtual/override/final in ipc/dcheng2014-10-2130-275/+241
* ChannelMojo: Add ChannelMojo::CanBeUsed() to enable it incrementallymorrita2014-10-212-0/+9
* Refactoring: Make IPC::Channel::TakeClientFileDescriptor() a ScopedFD.morrita2014-10-2013-23/+21
* Use scoped_ptr::Pass instead of scoped_ptr::PassAs<T>.dcheng2014-10-172-9/+5
* Modify ALLOW_UNUSED to allow enabling unused local warnings on MSVC.pkasting2014-10-161-6/+6
* MojoChannel: Fail when GetFileHandleForProcess() failed.morrita2014-10-153-4/+77
* ipc_mojo_bootstrap.cc: don't export classes in anonymous namespacehans2014-10-151-2/+2
* Fix WeakPtrFactory member placementanujk.sharma2014-10-152-5/+5
* Misc. cleanup, primarily removing unused locals.pkasting2014-10-132-4/+2
* Add mkwst@chromium.org to IPC OWNERS files.mkwst2014-10-091-0/+1
* Move mojo/edk gyp targets in to mojo/edk/mojo_edk.gypjamesr2014-10-071-3/+3
* Define gyp targets for mojo/public/* in mojo/public/mojo_public.gypjamesr2014-10-071-3/+3
* 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