| Commit message (Expand) | Author | Age | Files | Lines |
* | ChannelMojo: Adopt |mojo::embedder::AsyncWait()| | morrita | 2015-01-10 | 8 | -54/+387 |
* | Send more file descriptors in IPCSendFdsTest.DescriptorTest | yusukes | 2015-01-06 | 1 | -14/+26 |
* | Fix build break from strict checking of {virtual,override,final}. | Daniel Cheng | 2014-12-31 | 1 | -7/+2 |
* | Remove deprecated methods from Pickle. | avi | 2014-12-28 | 8 | -46/+46 |
* | Revert of Remove deprecated methods from Pickle. (patchset #10 id:180001 of h... | avi | 2014-12-28 | 8 | -46/+46 |
* | Revert of Revert "Update legacy Tuple-using code." (patchset #1 id:1 of https... | avi | 2014-12-23 | 2 | -75/+76 |
* | Revert "Update legacy Tuple-using code." | Avi Drissman | 2014-12-23 | 2 | -76/+75 |
* | Standardize usage of virtual/override/final specifiers in ipc/. | dcheng | 2014-12-23 | 4 | -8/+8 |
* | Remove deprecated methods from Pickle. | Avi Drissman | 2014-12-22 | 8 | -46/+46 |
* | Update legacy Tuple-using code. | Avi Drissman | 2014-12-22 | 2 | -75/+76 |
* | Add "override" to ParamDeserializer::SerializeOutputParameters | dmichael | 2014-12-18 | 1 | -1/+2 |
* | Hook up the RenderThread's IPC ChannelProxy to the RendererScheduler. | rmcilroy | 2014-12-18 | 2 | -0/+23 |
* | IPC::ChannelMojo: Add a trace | morrita | 2014-12-17 | 1 | -0/+5 |
* | Chromecast: IPC messages for browser-based media pipeline. | gunsch | 2014-12-17 | 1 | -0/+1 |
* | Changed identification level to anonymous for windows IPC channel | forshaw | 2014-12-16 | 1 | -1/+1 |
* | Move mojo gypfiles to toplevel mojo | rockot | 2014-12-16 | 1 | -7/+7 |
* | Pass navigator.connect calls through to the browser process. | mek | 2014-12-13 | 1 | -0/+1 |
* | Revert "Non-SFI mode: Use dummy PID for NaCl's IPC channel and IPC channel on... | perkj | 2014-12-11 | 5 | -25/+42 |
* | Non-SFI mode: Use dummy PID for NaCl's IPC channel and IPC channel on Linux p... | hidehiko | 2014-12-11 | 5 | -42/+25 |
* | gn format // (the rest, except mojo) | scottmg | 2014-12-03 | 1 | -4/+2 |
* | Revert ChannelMojo switch-on | morrita | 2014-11-26 | 1 | -3/+2 |
* | bluetooth: Impl uses new WebBluetoothDevice in content/browser. | scheib | 2014-11-26 | 1 | -0/+1 |
* | Turn ChannelMojo on for all platforms | morrita | 2014-11-26 | 1 | -8/+2 |
* | ChannelMojo Refactoring: Merge MessageReader into MessagePipeReader | morrita | 2014-11-25 | 9 | -256/+141 |
* | Remove the old Web Notification code-path (Chromium) | peter | 2014-11-20 | 1 | -1/+0 |
* | Turn ChannelMojo on Mac and Linux | morrita | 2014-11-20 | 1 | -1/+8 |
* | Update mojo sdk to rev e01f9a49449381a5eb430c1fd88bf2cae73ec35a | jamesr | 2014-11-19 | 1 | -1/+1 |
* | Componentize renderer side of DNS prefetching. | gunsch | 2014-11-18 | 1 | -0/+1 |
* | IPC: Remove debugging code. | rvargas | 2014-11-14 | 2 | -78/+5 |
* | IPC: a way for security exploit browsertests to simulate the appearance of a ... | nick | 2014-11-14 | 4 | -2/+69 |
* | IPC::ChannelMojo: Make IPC handling robust against bad messages. | morrita | 2014-11-13 | 2 | -2/+16 |
* | Fix signed integer overflow in GetRefNumUpper24. | rickyz | 2014-11-12 | 1 | -2/+2 |
* | Update mojo sdk to rev 04a510fb37db10642e156957f9b2c11c2f6442ac | jamesr | 2014-11-07 | 2 | -12/+1 |
* | Cleanup: Replace base::ASCIIToWide with base::ASCIIToUTF16. | thestig | 2014-11-07 | 1 | -2/+2 |
* | Non-SFI mode: Enable MSG_TRUNC and MSG_CTRUNC code for nacl_helper_nonsfi. | hidehiko | 2014-11-06 | 1 | -4/+0 |
* | Non-SFI mode: Clean up macros of base/ and ipc/ libraries for nacl_helper_non... | hidehiko | 2014-11-05 | 1 | -9/+9 |
* | Update mojo sdk to rev cfc99316100efdfa7d53d83f9e07f1d4d3765c21 | jamesr | 2014-11-04 | 1 | -3/+1 |
* | Revert of Enable ChannelMojo on Linux (patchset #1 id:1 of https://codereview... | yurys | 2014-10-30 | 1 | -4/+0 |
* | Enable ChannelMojo on Linux | morrita | 2014-10-30 | 1 | -0/+4 |
* | Remove last non-third_party typeofs on Mac. | thakis | 2014-10-29 | 1 | -9/+1 |
* | Add a few missing overrides found by a new clang warning. | thakis | 2014-10-29 | 2 | -2/+3 |
* | Introduce OS_NACL_SFI and OS_NACL_NONSFI macros. | hidehiko | 2014-10-28 | 3 | -7/+4 |
* | ChannelMojo: Replace hand written messsages with mojo. | morrita | 2014-10-27 | 6 | -270/+170 |
* | Move LayoutTestMessageFilter-related IPCs to their own message file. | peter | 2014-10-27 | 1 | -0/+1 |
* | Non-SFI Mode: Build ipc/ library by PNaCl toolchain for nacl_helper_nonsfi. | hidehiko | 2014-10-24 | 6 | -13/+82 |
* | Make IPC_ENUM_TRAITS_MIN_MAX_VALUE() work with c++11 enum class. | tsepez | 2014-10-23 | 1 | -1/+4 |
* | Standardize usage of virtual/override/final in ipc/ | dcheng | 2014-10-22 | 30 | -208/+197 |
* | Add a guard in MojoBootstrap::OnClientLaunched() | morrita | 2014-10-22 | 2 | -0/+8 |
* | Revert of Standardize usage of virtual/override/final in ipc/ (patchset #1 id... | dcheng | 2014-10-21 | 30 | -241/+275 |
* | Standardize usage of virtual/override/final in ipc/ | dcheng | 2014-10-21 | 30 | -275/+241 |