| Commit message (Expand) | Author | Age | Files | Lines |
* | Move Translate renderer messages to the Translate component | droger@chromium.org | 2014-04-04 | 1 | -0/+1 |
* | Add IPC to the GN build. | brettw@chromium.org | 2014-04-02 | 1 | -0/+172 |
* | Add unistd.h include in a file using geteuid(). | thakis@chromium.org | 2014-03-31 | 1 | -1/+0 |
* | Revert 260399 "Temporary CHECK version 2 in IPC::Channel::Send()..." | viettrungluu@chromium.org | 2014-03-30 | 2 | -4/+0 |
* | Revert 260408 "Another temporary CHECK to help track down crash ..." | viettrungluu@chromium.org | 2014-03-30 | 1 | -2/+0 |
* | Another temporary CHECK to help track down crash in IPC. | viettrungluu@chromium.org | 2014-03-30 | 1 | -0/+2 |
* | Temporary CHECK version 2 in IPC::Channel::Send() to help track down crash. | viettrungluu@chromium.org | 2014-03-29 | 2 | -0/+4 |
* | Revert 260373 "Add a temporary CHECK to IPC::Channel::Send() to ..." | viettrungluu@chromium.org | 2014-03-29 | 2 | -2/+0 |
* | Add a temporary CHECK to IPC::Channel::Send() to help track down crash. | viettrungluu@chromium.org | 2014-03-29 | 2 | -0/+2 |
* | Remove PlatformFile from spell checker | rvargas@chromium.org | 2014-03-25 | 1 | -0/+9 |
* | IPC: Fix size_t to int cast for Win64 build. | epenner@chromium.org | 2014-03-20 | 1 | -1/+1 |
* | Eliminate a potential race in IPC::ChannelProxy | dmichael@chromium.org | 2014-03-20 | 4 | -20/+57 |
* | IPC: Make ipc_perftests run on Android. | epenner@chromium.org | 2014-03-19 | 5 | -9/+47 |
* | Replace std::map with base::SmallMap in ui::LatencyInfo | jdduke@chromium.org | 2014-03-18 | 1 | -0/+36 |
* | Adds the ability for the renderer to create the mojo channel | sky@chromium.org | 2014-03-18 | 1 | -0/+1 |
* | Revert 257505 "Adds the ability for the renderer to create the m..." | viettrungluu@chromium.org | 2014-03-18 | 1 | -1/+0 |
* | Adds the ability for the renderer to create the mojo channel | sky@chromium.org | 2014-03-17 | 1 | -0/+1 |
* | Implement ScopedFD in terms of ScopedGeneric. | brettw@chromium.org | 2014-03-17 | 2 | -27/+26 |
* | Revert of Adds the ability for the renderer to create the mojo channel (https... | jamesr@chromium.org | 2014-03-15 | 1 | -1/+0 |
* | Adds the ability for the renderer to create the mojo channel | sky@chromium.org | 2014-03-15 | 1 | -0/+1 |
* | Revert of Implement ScopedFD in terms of ScopedGeneric. (https://codereview.c... | jochen@chromium.org | 2014-03-15 | 2 | -26/+27 |
* | Implement ScopedFD in terms of ScopedGeneric. | brettw@chromium.org | 2014-03-14 | 2 | -27/+26 |
* | Revert of Implement ScopedFD in terms of ScopedGeneric. (https://codereview.c... | thakis@chromium.org | 2014-03-14 | 2 | -24/+24 |
* | Implement ScopedFD in terms of ScopedGeneric. | brettw@chromium.org | 2014-03-14 | 2 | -24/+24 |
* | Move extension_messages.h to extensions/common. | derat@chromium.org | 2014-03-13 | 1 | -0/+1 |
* | Add metrics to track the duration of tracks received over a PeerConnection. | joi@chromium.org | 2014-03-13 | 1 | -0/+1 |
* | Revert of Eliminate a potential race in IPC::ChannelProxy (https://codereview... | johnme@chromium.org | 2014-03-11 | 4 | -54/+20 |
* | Eliminate a potential race in IPC::ChannelProxy | dmichael@chromium.org | 2014-03-11 | 4 | -20/+54 |
* | Get rid of multiprocess_test's debug_on_start arguments. | viettrungluu@chromium.org | 2014-03-09 | 2 | -15/+7 |
* | Remove the MultiProcessTest::SpawnChild() that as an fds_to_map argument. | viettrungluu@chromium.org | 2014-03-06 | 1 | -5/+4 |
* | Remove some PlatformFile uses from NaCl. | rvargas@chromium.org | 2014-03-05 | 2 | -0/+11 |
* | Add use_allocator instead of linux_use_tcmalloc to switch the allocator. | dmikurube@chromium.org | 2014-03-05 | 1 | -2/+4 |
* | Chromium plumbing for Screen Orientation API orientationchange events. | mlamouri@chromium.org | 2014-02-27 | 1 | -0/+1 |
* | Reland r253665 "Rename MediaKeys*Msg to Cdm*Msg." | xhwang@chromium.org | 2014-02-27 | 1 | -0/+1 |
* | Revert 253665 "Rename MediaKeys*Msg to Cdm*Msg." | xhwang@chromium.org | 2014-02-27 | 1 | -1/+0 |
* | Rename MediaKeys*Msg to Cdm*Msg. | xhwang@chromium.org | 2014-02-27 | 1 | -0/+1 |
* | Rename ipc_untrusted -> ipc_nacl | sergeyu@chromium.org | 2014-02-26 | 1 | -3/+3 |
* | Allow MessageFilters to restrict listening to specific message classes | jdduke@chromium.org | 2014-02-26 | 4 | -6/+390 |
* | Use StaticAtomicSequenceNumber instead of subtle::Atomic32 in IPCMessage. | andrew@tullo.ch | 2014-02-25 | 1 | -3/+3 |
* | Revert of Chromium plumbing for Screen Orientation API orientationchange even... | acleung@chromium.org | 2014-02-25 | 1 | -1/+0 |
* | Chromium plumbing for Screen Orientation API orientationchange events. | mlamouri@chromium.org | 2014-02-24 | 1 | -0/+1 |
* | Rename base_untrusted to base_nacl | sergeyu@chromium.org | 2014-02-22 | 1 | -1/+1 |
* | Connect PPAPI IPC channels for non-SFI mode. | hidehiko@chromium.org | 2014-02-21 | 1 | -0/+6 |
* | Revert "Connect PPAPI IPC channels for non-SFI mode." | loislo@chromium.org | 2014-02-21 | 1 | -6/+0 |
* | Connect PPAPI IPC channels for non-SFI mode. | hidehiko@chromium.org | 2014-02-21 | 1 | -0/+6 |
* | Fix posix IPC channel hanging problem. | hubbe@chromium.org | 2014-02-21 | 2 | -10/+61 |
* | Revert "Allow MessageFilters to restrict listening to specific message classes" | jdduke@chromium.org | 2014-02-21 | 4 | -383/+6 |
* | Revert of Fix posix IPC channel hanging problem. (https://codereview.chromium... | hubbe@chromium.org | 2014-02-18 | 2 | -66/+6 |
* | Allow MessageFilters to restrict listening to specific message classes | jdduke@chromium.org | 2014-02-16 | 4 | -6/+383 |
* | IPC glue between cast library transport and encoders. | hubbe@chromium.org | 2014-02-15 | 1 | -0/+1 |