| Commit message (Expand) | Author | Age | Files | Lines |
* | more spell checking | thakis@chromium.org | 2013-11-05 | 1 | -1/+1 |
* | Revert https://src.chromium.org/viewvc/chrome?view=rev&revision=231330 | bbudge@chromium.org | 2013-11-04 | 15 | -52/+84 |
* | Optimize ParamTraits<float> and ParamTraits<double> | piman@chromium.org | 2013-10-31 | 2 | -23/+8 |
* | Remove unused IPC::Message priority. | bbudge@chromium.org | 2013-10-28 | 15 | -84/+52 |
* | IPC_END_MESSAGE_MAP: Made unreachable DCHECK reachable. | mgiuca@chromium.org | 2013-10-23 | 1 | -1/+1 |
* | Remove ipc fuzzing code. | thestig@chromium.org | 2013-10-19 | 2 | -23/+0 |
* | Pass StatsTable shared memory via global descriptors on Posix rather than usi... | rmcilroy@chromium.org | 2013-10-16 | 1 | -0/+4 |
* | Refactoring: Move MessagePort-related IPCs and handling them away from Worker... | marja@chromium.org | 2013-10-15 | 1 | -0/+1 |
* | Alternative workaround for mac kernel bug. | hubbe@chromium.org | 2013-10-15 | 12 | -76/+396 |
* | Revert 228448 "Refactoring: Move MessagePort-related IPCs and ha..." | marja@chromium.org | 2013-10-14 | 1 | -1/+0 |
* | Refactoring: Move MessagePort-related IPCs and handling them away from Worker... | marja@chromium.org | 2013-10-14 | 1 | -0/+1 |
* | Add newline at end of file. | thakis@chromium.org | 2013-10-12 | 1 | -1/+1 |
* | Workaround for VS2013 compiler bug in ipc_message_macros.h | zturner@chromium.org | 2013-10-12 | 1 | -0/+7 |
* | Revert 227999 "Alternative workaround for mac kernel bug." | benwells@chromium.org | 2013-10-11 | 12 | -393/+75 |
* | Alternative workaround for mac kernel bug. | hubbe@chromium.org | 2013-10-10 | 12 | -75/+393 |
* | Create a new RenderFrameHost per child frame when --site-per-process is enabled. | nasko@chromium.org | 2013-10-03 | 1 | -0/+1 |
* | Revert 226555 "There is a bug in the mac kernel, which can cause..." | morrita@chromium.org | 2013-10-03 | 1 | -30/+3 |
* | There is a bug in the mac kernel, which can cause a file descriptor to be closed | hubbe@chromium.org | 2013-10-02 | 1 | -3/+30 |
* | Make BrowserMessageFilter not derive from IPC::ChannelProxy::MessageFilter. T... | jam@chromium.org | 2013-10-01 | 2 | -20/+2 |
* | Stub out initial NavigationController browser implementation | alecflett@chromium.org | 2013-09-21 | 1 | -1/+2 |
* | Populate canPlayType to renderer | qinmin@chromium.org | 2013-09-19 | 1 | -0/+1 |
* | base: Split logging functions and PerfTimeLogger out of perftimer.h | tfarina@chromium.org | 2013-09-17 | 1 | -3/+3 |
* | Use base::GlobalDescriptors::kBaseDescriptor instead of magic number 3. | dongseong.hwang@intel.com | 2013-09-06 | 1 | -1/+6 |
* | Increase maximum file descriptors per IPC message on POSIX from 5 to 7. | tommycli@chromium.org | 2013-08-29 | 2 | -3/+7 |
* | Move perftimer.* into base/test/ directory. | tfarina@chromium.org | 2013-08-24 | 1 | -1/+1 |
* | Remove redundant newlib builds of untrusted libraries | dschuff@chromium.org | 2013-08-22 | 1 | -1/+1 |
* | Revert "Correct bit-shift in IPC hash generation." | dsinclair@chromium.org | 2013-08-14 | 1 | -1/+1 |
* | Revert EVS revisions 209760, 298753, 213143. | hshi@chromium.org | 2013-08-07 | 1 | -1/+0 |
* | Use gyp variables for NaCl untrusted build paths instead of hardcoding them. | dschuff@chromium.org | 2013-08-04 | 1 | -0/+1 |
* | Created multi-process-friendly PowerMonitor interface. | bajones@chromium.org | 2013-08-02 | 1 | -0/+1 |
* | Correct bit-shift in IPC hash generation. | dsinclair@chromium.org | 2013-07-26 | 1 | -1/+1 |
* | Update include paths in ipc for base/process changes. | rsesek@chromium.org | 2013-07-24 | 14 | -12/+10 |
* | Run local discovery code in utility process. | vitalybuka@chromium.org | 2013-07-18 | 1 | -0/+1 |
* | Use a direct include of the message_loop header in dbus/, device/, extensions... | avi@chromium.org | 2013-07-17 | 11 | -11/+11 |
* | Rename base::Delete to base::DeleteFile | brettw@chromium.org | 2013-07-16 | 1 | -1/+1 |
* | Fix ParamTraits::param_type for unsigned char | jschuh@chromium.org | 2013-07-13 | 1 | -1/+1 |
* | Add support for marshalling unsigned char in IPC. | tsepez@chromium.org | 2013-07-12 | 2 | -25/+50 |
* | Move PathExists to base namespace. | brettw@chromium.org | 2013-07-11 | 1 | -1/+1 |
* | Make utility process run in-process when running in single-process mode. | jam@chromium.org | 2013-07-09 | 1 | -0/+3 |
* | Define EncodedVideoSource and RtcCapturedEncodingVideoCapturer. | hshi@chromium.org | 2013-07-02 | 1 | -1/+2 |
* | Generates the DTLS identity in browser process and returns it to the renderer... | jiayl@chromium.org | 2013-07-01 | 1 | -1/+2 |
* | Move file_util::Delete to the base namespace | brettw@chromium.org | 2013-07-01 | 1 | -1/+1 |
* | Use a direct include of time headers in courgette/, crypto/, dbus/, device/, ... | avi@chromium.org | 2013-06-28 | 4 | -4/+4 |
* | Re-land 16025005 with tiny fix for statics perf issue | crogers@google.com | 2013-06-22 | 1 | -0/+1 |
* | Revert 207992: This looks like a reland of r207983, which was reverted in | sadrul@chromium.org | 2013-06-22 | 1 | -1/+0 |
* | don't include iostream.h | crogers@google.com | 2013-06-22 | 1 | -0/+1 |
* | Revert 207983 "Implement Web MIDI API back-end" | crogers@google.com | 2013-06-22 | 1 | -1/+0 |
* | Implement Web MIDI API back-end | crogers@google.com | 2013-06-22 | 1 | -0/+1 |
* | Add base namespace to more values in sync and elsewhere. | brettw@chromium.org | 2013-06-21 | 1 | -3/+3 |
* | Separate NaCl messages from the rest of chrome messages and create a new mess... | yael.aharon@intel.com | 2013-06-18 | 1 | -0/+1 |