| Commit message (Expand) | Author | Age | Files | Lines |
* | Android: cleanup gtest_target_type conditions. | bulach@chromium.org | 2014-05-17 | 1 | -6/+3 |
* | Remove {linux|android}_use_tcmalloc and switch to use_allocator in Chromium. | dmikurube@chromium.org | 2014-05-07 | 1 | -4/+2 |
* | Remove unused input_shlib_path | cjhopman@chromium.org | 2014-04-17 | 1 | -2/+0 |
* | Remove all uses of toolkit_use_gtk in the gyp files. | erg@chromium.org | 2014-04-17 | 1 | -10/+0 |
* | IPC: Make ipc_perftests run on Android. | epenner@chromium.org | 2014-03-19 | 1 | -0/+12 |
* | Add use_allocator instead of linux_use_tcmalloc to switch the allocator. | dmikurube@chromium.org | 2014-03-05 | 1 | -2/+4 |
* | Allow MessageFilters to restrict listening to specific message classes | jdduke@chromium.org | 2014-02-26 | 1 | -0/+1 |
* | Revert "Allow MessageFilters to restrict listening to specific message classes" | jdduke@chromium.org | 2014-02-21 | 1 | -1/+0 |
* | Allow MessageFilters to restrict listening to specific message classes | jdduke@chromium.org | 2014-02-16 | 1 | -0/+1 |
* | Allow Win64 build of base library even in a Win32 build. | petewil@chromium.org | 2014-01-09 | 1 | -1/+1 |
* | Run ipc_tests serially when using new test launcher. | phajdan.jr@chromium.org | 2013-12-03 | 1 | -1/+1 |
* | Implement IPC::ChannelFactory, a class that accept()s on a UNIX socket. | jeremya@chromium.org | 2013-03-13 | 1 | -0/+6 |
* | Revert 187554 "Implement IPC::ChannelFactory, a class that accep..." | falken@chromium.org | 2013-03-13 | 1 | -6/+0 |
* | Implement IPC::ChannelFactory, a class that accept()s on a UNIX socket. | jeremya@chromium.org | 2013-03-12 | 1 | -0/+6 |
* | Revert 187233 | dmikurube@chromium.org | 2013-03-11 | 1 | -6/+0 |
* | Implement IPC::ChannelFactory, a class that accept()s on a UNIX socket. | jeremya@chromium.org | 2013-03-11 | 1 | -0/+6 |
* | Revert 186912 | jeremya@chromium.org | 2013-03-08 | 1 | -6/+0 |
* | Implement IPC::ChannelFactory, a class that accept()s on a UNIX socket. | jeremya@chromium.org | 2013-03-08 | 1 | -0/+6 |
* | Refactor (many) IPC tests, notably most of the multiprocess tests. | viettrungluu@chromium.org | 2013-01-25 | 1 | -2/+3 |
* | Disabling nacl_win64 targets when building in target_arch!=ia32 mode. | bradnelson@google.com | 2013-01-21 | 1 | -1/+1 |
* | Make ipc_tests file structure a little saner and add an ipc_perftests target. | viettrungluu@chromium.org | 2013-01-11 | 1 | -2/+47 |
* | Fix shutdown race in IPCSyncChannelTest and get rid of "suppressions"/annotat... | viettrungluu@chromium.org | 2013-01-08 | 1 | -1/+2 |
* | Remove {base,net}_java dependencies from GYP client targets on Android. | pliard@chromium.org | 2012-09-10 | 1 | -1/+0 |
* | Make java.gypi export jar path to input_jars_paths variable | cjhopman@chromium.org | 2012-08-09 | 1 | -1/+0 |
* | Make the serialization of IPC::Messages inside other IPC::Messages independent | brettw@chromium.org | 2012-06-29 | 1 | -0/+1 |
* | Make GlobalDescriptors::MaybeGet return -1 when the key is not found. | jcivelli@chromium.org | 2012-06-27 | 1 | -0/+4 |
* | Add an untrusted NaCl build for IPC. | bbudge@chromium.org | 2012-06-13 | 1 | -20/+45 |
* | Fix ninja build for android. | yfriedman@chromium.org | 2012-05-29 | 1 | -1/+1 |
* | Add APK targets for content_unittests and net_unittests. | nileshagrawal@chromium.org | 2012-05-25 | 1 | -33/+10 |
* | Run APK tests on the android_test trybot. | nileshagrawal@chromium.org | 2012-05-16 | 1 | -1/+2 |
* | Fix chromium_base.jar path for APK builds. | nileshagrawal@chromium.org | 2012-05-11 | 1 | -2/+2 |
* | apk-based test runner work for android. 2 unit test bundles converted over (i... | jrg@chromium.org | 2012-04-19 | 1 | -2/+51 |
* | Revert 128679 - Speculative revert. xcodebuilders hosed between r128678 - 128... | rsleevi@chromium.org | 2012-03-24 | 1 | -2/+2 |
* | apk-based test runner work. Not enabled yet. This CL is a combination of up... | jrg@chromium.org | 2012-03-24 | 1 | -2/+2 |
* | Android IPC changes. | jrg@chromium.org | 2011-11-04 | 1 | -2/+2 |
* | Create ipc.dll. | darin@chromium.org | 2011-08-15 | 1 | -0/+1 |
* | Remove the comments setting emands and vim tab width and expansion variables. | tony@chromium.org | 2011-07-11 | 1 | -6/+0 |
* | Remove msvs_guids from ipc, media, net, ppapi, printing, sandbox, | tony@chromium.org | 2011-06-16 | 1 | -1/+0 |
* | Final gyp patch to make use of the new cross-platform POSIX defines toolkit_u... | tony@chromium.org | 2011-05-23 | 1 | -3/+3 |
* | Globally replace <(library) with static_library | evan@chromium.org | 2011-05-19 | 1 | -1/+1 |
* | Move the TestSink for doing IPC tests from chrome/common into IPC and create ... | brettw@google.com | 2011-01-20 | 1 | -0/+12 |
* | Add support for sockets that can listen and accept a connection. | dmaclach@chromium.org | 2010-12-20 | 1 | -0/+1 |
* | Revert 69694 - Add support for sockets that can listen and accept a connection. | dmaclach@chromium.org | 2010-12-20 | 1 | -1/+0 |
* | Add support for sockets that can listen and accept a connection. | dmaclach@chromium.org | 2010-12-20 | 1 | -0/+1 |
* | Revert 69690 - Add support for sockets that can listen and accept a connection. | dmaclach@chromium.org | 2010-12-20 | 1 | -1/+0 |
* | Add support for sockets that can listen and accept a connection. | dmaclach@chromium.org | 2010-12-20 | 1 | -0/+1 |
* | Revert 69660 - Add support for sockets that can listen and accept a connection. | dmaclach@chromium.org | 2010-12-18 | 1 | -1/+0 |
* | Add support for sockets that can listen and accept a connection. | dmaclach@chromium.org | 2010-12-18 | 1 | -0/+1 |
* | Revert 69264 - Add support for sockets that can listen and accept a connection. | dmaclach@chromium.org | 2010-12-16 | 1 | -1/+0 |
* | Add support for sockets that can listen and accept a connection. | dmaclach@chromium.org | 2010-12-15 | 1 | -0/+1 |