- e0970ad IPC: Fix size_t to int cast for Win64 build. by epenner@chromium.org · 11 years ago
- 31a1681 Eliminate a potential race in IPC::ChannelProxy by dmichael@chromium.org · 11 years ago
- 913c948 IPC: Make ipc_perftests run on Android. by epenner@chromium.org · 11 years ago
- 556db8b Replace std::map with base::SmallMap in ui::LatencyInfo by jdduke@chromium.org · 11 years ago
- ff9ba82 Adds the ability for the renderer to create the mojo channel by sky@chromium.org · 11 years ago
- ab26a21 Revert 257505 "Adds the ability for the renderer to create the m..." by viettrungluu@chromium.org · 11 years ago
- 8279573 Adds the ability for the renderer to create the mojo channel by sky@chromium.org · 11 years ago
- b52f29b Implement ScopedFD in terms of ScopedGeneric. by brettw@chromium.org · 11 years ago
- b8492f4 Revert of Adds the ability for the renderer to create the mojo channel (https://codereview.chromium.org/195993010/) by jamesr@chromium.org · 11 years ago
- 5a743f7 Adds the ability for the renderer to create the mojo channel by sky@chromium.org · 11 years ago
- 7ee0956 Revert of Implement ScopedFD in terms of ScopedGeneric. (https://codereview.chromium.org/191673003/) by jochen@chromium.org · 11 years ago
- 9e91982 Implement ScopedFD in terms of ScopedGeneric. by brettw@chromium.org · 11 years ago
- 6209f3a Revert of Implement ScopedFD in terms of ScopedGeneric. (https://codereview.chromium.org/191673003/) by thakis@chromium.org · 11 years ago
- 917f714 Implement ScopedFD in terms of ScopedGeneric. by brettw@chromium.org · 11 years ago
- c9f8143 Move extension_messages.h to extensions/common. by derat@chromium.org · 11 years ago
- b358265 Add metrics to track the duration of tracks received over a PeerConnection. by joi@chromium.org · 11 years ago
- 94b2f5b Revert of Eliminate a potential race in IPC::ChannelProxy (https://codereview.chromium.org/183553004/) by johnme@chromium.org · 11 years ago
- 8141957 Eliminate a potential race in IPC::ChannelProxy by dmichael@chromium.org · 11 years ago
- ceed605 Get rid of multiprocess_test's debug_on_start arguments. by viettrungluu@chromium.org · 11 years ago
- dc9e0c8 Remove the MultiProcessTest::SpawnChild() that as an fds_to_map argument. by viettrungluu@chromium.org · 11 years ago
- f40fe38 Remove some PlatformFile uses from NaCl. by rvargas@chromium.org · 11 years ago
- 7c1284c Chromium plumbing for Screen Orientation API orientationchange events. by mlamouri@chromium.org · 11 years ago
- 6729656 Reland r253665 "Rename MediaKeys*Msg to Cdm*Msg." by xhwang@chromium.org · 11 years ago
- f007b4c Revert 253665 "Rename MediaKeys*Msg to Cdm*Msg." by xhwang@chromium.org · 11 years ago
- e4dd942 Rename MediaKeys*Msg to Cdm*Msg. by xhwang@chromium.org · 11 years ago
- 03f232f Allow MessageFilters to restrict listening to specific message classes by jdduke@chromium.org · 11 years ago
- 1134b24 Use StaticAtomicSequenceNumber instead of subtle::Atomic32 in IPCMessage. by andrew@tullo.ch · 11 years ago
- e704125 Revert of Chromium plumbing for Screen Orientation API orientationchange events. (https://codereview.chromium.org/164913004/) by acleung@chromium.org · 11 years ago
- d727c55 Chromium plumbing for Screen Orientation API orientationchange events. by mlamouri@chromium.org · 11 years ago
- b986740 Connect PPAPI IPC channels for non-SFI mode. by hidehiko@chromium.org · 11 years ago
- a1d6d4e Revert "Connect PPAPI IPC channels for non-SFI mode." by loislo@chromium.org · 11 years ago
- 42475cf Connect PPAPI IPC channels for non-SFI mode. by hidehiko@chromium.org · 11 years ago
- a53c97c Fix posix IPC channel hanging problem. by hubbe@chromium.org · 11 years ago
- fa8e795 Revert "Allow MessageFilters to restrict listening to specific message classes" by jdduke@chromium.org · 11 years ago
- 105da53 Revert of Fix posix IPC channel hanging problem. (https://codereview.chromium.org/150893002/) by hubbe@chromium.org · 11 years ago
- b9676fe Allow MessageFilters to restrict listening to specific message classes by jdduke@chromium.org · 11 years ago
- 89c6c9d IPC glue between cast library transport and encoders. by hubbe@chromium.org · 11 years ago
- ac0e9a2 Fix posix IPC channel hanging problem. by hubbe@chromium.org · 11 years ago
- 4529a9d Make flow event traces disabled-by-default by fmeawad@chromium.org · 11 years ago
- 2458cfd Web MIDI: make naming convention be consistent by toyoshim@chromium.org · 11 years ago
- da7c723 Revert of Fix posix IPC channel hanging problem. (https://codereview.chromium.org/30133002/) by hubbe@chromium.org · 11 years ago
- af3dc43 Fix posix IPC channel hanging problem. by hubbe@chromium.org · 11 years ago
- 9e469f6 Convert Media Galleries to use base::File by rvargas@chromium.org · 11 years ago
- f2ed59e Remove an outdated comment. by eroman@chromium.org · 11 years ago
- 5a92e64 Separate EmbeddedWorker messages into another file to use different msg class by kinuko@chromium.org · 11 years ago
- 6c50cae Add IPC stubs between browser and ServiceWorker's worker context in the child process by kinuko@chromium.org · 11 years ago
- 4f87d8f Update uses of UTF conversions in courgette/, device/, extensions/, google_apis/, gpu/, ipc/, media/, net/ to use the base:: namespace. by avi@chromium.org · 11 years ago
- 738669a Move directory creation functions to base namespace. by brettw@chromium.org · 11 years ago
- fa5a0f9 Don't HANDLE_EINTR(close). Either IGNORE_EINTR(close) or just close. by mark@chromium.org · 11 years ago
- 1fdaeb0 Run ipc_tests serially when using new test launcher. by phajdan.jr@chromium.org · 11 years ago
- 5b04085 Move more uses of string16 to specify base:: by brettw@chromium.org · 11 years ago
- 7bfcfc4 more spell checking by thakis@chromium.org · 11 years ago
- ab4c6bc Revert https://src.chromium.org/viewvc/chrome?view=rev&revision=231330 by bbudge@chromium.org · 11 years ago
- dd413b4 Optimize ParamTraits<float> and ParamTraits<double> by piman@chromium.org · 11 years ago
- fb0e031 Remove unused IPC::Message priority. by bbudge@chromium.org · 11 years ago
- d41163c IPC_END_MESSAGE_MAP: Made unreachable DCHECK reachable. by mgiuca@chromium.org · 11 years ago
- bb9f510 Remove ipc fuzzing code. by thestig@chromium.org · 11 years ago
- 72e9e7c Pass StatsTable shared memory via global descriptors on Posix rather than using named shared memory. by rmcilroy@chromium.org · 11 years ago
- a4da28f Refactoring: Move MessagePort-related IPCs and handling them away from Worker-related classes. by marja@chromium.org · 11 years ago
- 683920d Alternative workaround for mac kernel bug. by hubbe@chromium.org · 11 years ago
- 666b170 Revert 228448 "Refactoring: Move MessagePort-related IPCs and ha..." by marja@chromium.org · 11 years ago
- e307b1f Refactoring: Move MessagePort-related IPCs and handling them away from Worker-related classes. by marja@chromium.org · 11 years ago
- f9d5c0c Add newline at end of file. by thakis@chromium.org · 11 years ago
- e8cd367 Workaround for VS2013 compiler bug in ipc_message_macros.h by zturner@chromium.org · 11 years ago
- 6ecd712 Revert 227999 "Alternative workaround for mac kernel bug." by benwells@chromium.org · 11 years ago
- 1b503fc Alternative workaround for mac kernel bug. by hubbe@chromium.org · 11 years ago
- a36f001 Create a new RenderFrameHost per child frame when --site-per-process is enabled. by nasko@chromium.org · 11 years ago
- 9d7fdeb Revert 226555 "There is a bug in the mac kernel, which can cause..." by morrita@chromium.org · 11 years ago
- e3787ca There is a bug in the mac kernel, which can cause a file descriptor to be closed by hubbe@chromium.org · 11 years ago
- 7e21f68 Make BrowserMessageFilter not derive from IPC::ChannelProxy::MessageFilter. This allows us to hide the OnMessageReceived which shouldn't be overridden from child classes, and also avoid the pattern of requiring an overridden method to have to call to the base class. by jam@chromium.org · 11 years ago
- 974bc39 Stub out initial NavigationController browser implementation by alecflett@chromium.org · 11 years ago
- ffe6553 Populate canPlayType to renderer by qinmin@chromium.org · 11 years ago
- 530d884 base: Split logging functions and PerfTimeLogger out of perftimer.h by tfarina@chromium.org · 11 years ago
- b8b1be4 Use base::GlobalDescriptors::kBaseDescriptor instead of magic number 3. by dongseong.hwang@intel.com · 11 years ago
- c44bb2f Increase maximum file descriptors per IPC message on POSIX from 5 to 7. by tommycli@chromium.org · 11 years ago
- f70b723 Move perftimer.* into base/test/ directory. by tfarina@chromium.org · 11 years ago
- 682119c Revert "Correct bit-shift in IPC hash generation." by dsinclair@chromium.org · 11 years ago
- 2734ab8 Revert EVS revisions 209760, 298753, 213143. by hshi@chromium.org · 11 years ago
- 4bf25cc Created multi-process-friendly PowerMonitor interface. by bajones@chromium.org · 11 years ago
- adebaca Correct bit-shift in IPC hash generation. by dsinclair@chromium.org · 11 years ago
- 1931971 Update include paths in ipc for base/process changes. by rsesek@chromium.org · 11 years ago
- 67f1426 Run local discovery code in utility process. by vitalybuka@chromium.org · 11 years ago
- a29af56 Use a direct include of the message_loop header in dbus/, device/, extensions/, google_apis/, gpu/, ipc/, jingle/. by avi@chromium.org · 11 years ago
- 220b8de Rename base::Delete to base::DeleteFile by brettw@chromium.org · 11 years ago
- ccd324a Fix ParamTraits::param_type for unsigned char by jschuh@chromium.org · 11 years ago
- 09eb95f Add support for marshalling unsigned char in IPC. by tsepez@chromium.org · 11 years ago
- 10b6412 Move PathExists to base namespace. by brettw@chromium.org · 11 years ago
- ca4f6e2 Make utility process run in-process when running in single-process mode. by jam@chromium.org · 11 years ago
- e1d6da5 Define EncodedVideoSource and RtcCapturedEncodingVideoCapturer. by hshi@chromium.org · 11 years ago
- f487caf Generates the DTLS identity in browser process and returns it to the renderer process. by jiayl@chromium.org · 11 years ago
- e9f9948 Move file_util::Delete to the base namespace by brettw@chromium.org · 11 years ago
- 78a7e7b Use a direct include of time headers in courgette/, crypto/, dbus/, device/, google_apis/, gpu/, ipc/, jingle/. by avi@chromium.org · 11 years ago
- f41e766 Re-land 16025005 with tiny fix for statics perf issue by crogers@google.com · 11 years ago
- 2240a2c Revert 207992: This looks like a reland of r207983, which was reverted in by sadrul@chromium.org · 11 years ago
- 8e84d3b don't include iostream.h by crogers@google.com · 11 years ago
- 7bb2707 Revert 207983 "Implement Web MIDI API back-end" by crogers@google.com · 11 years ago
- 216cdec Implement Web MIDI API back-end by crogers@google.com · 11 years ago
- 3228519 Add base namespace to more values in sync and elsewhere. by brettw@chromium.org · 11 years ago
- 364bea0 Separate NaCl messages from the rest of chrome messages and create a new message filter. This is part of an effort to componentize NaCl code. by yael.aharon@intel.com · 11 years ago
- ccffb7d Make net and ipc explicitly use the base namespace for Values. by brettw@chromium.org · 11 years ago