- 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
- d817965 Move nullable_string16.h to the string subdirectory. by avi@chromium.org · 11 years ago
- cc7a273 Revert 205889 "Revert 205775 "Revert 205772 "Revert "Revert 2054..." by jochen@chromium.org · 11 years ago
- b1c0d3a Revert 205775 "Revert 205772 "Revert "Revert 205443 "headless wi..." by jochen@chromium.org · 11 years ago
- 9c5bc78 Revert 205772 "Revert "Revert 205443 "headless windows content_s..." by jochen@chromium.org · 11 years ago
- 1ca0c80 Revert "Revert 205443 "headless windows content_shell"" by jochen@chromium.org · 11 years ago
- 30230a8 Rename base/hash_tables to base/containers/hash_tables. by brettw@chromium.org · 11 years ago
- f3c9df2 Add IPC for new WebSocket impl. by ricea@chromium.org · 11 years ago
- 64293f1 Call scoped_refptr<T>::get() rather than relying on implicit "operator T*" by rsleevi@chromium.org · 11 years ago
- e7eaf39 Use a direct include of strings headers in ipc/, jingle/, media/. by avi@chromium.org · 11 years ago
- ab2678f Update includes of message_loop_proxy. by brettw@chromium.org · 11 years ago
- 6453554 Use a direct include of utf_string_conversions.h in google_apis/, gpu/, ipc/, media/, ppapi/, printing/, remoting/, rlz/, skia/, sql/, sync/, third_party/, tools/, webkit/, win8/. by avi@chromium.org · 11 years ago
- 384d976 Implement off-the-wire validation scheme for emum types. by tsepez@chromium.org · 11 years ago
- 23b6623 Update ipc/ to use scoped_refptr<T>::get() rather than implicit "operator T*" by rsleevi@chromium.org · 11 years ago
- 9e1076f GetFileHandleForProcess should check for INVALID_HANDLE_VALUE by jschuh@chromium.org · 11 years ago
- f20167f Adds chrome.memoryBenchmarking.heapProfilerDump for the browser process. by bulach@chromium.org · 11 years ago
- 58d55fd Move child-common classes to content/common_child by jamesr@chromium.org · 11 years ago
- 36ceed6 Linux: remove unmaintained SELinux code. by phajdan.jr@chromium.org · 11 years ago
- 4a6b0c2 Cleanup: Remove unneeded base/file_util.h includes in chrome_frame, courgette, ipc, media, and net. by thestig@chromium.org · 11 years ago
- 2d71f6a Implement web speech synthesis. by dmazzoni@chromium.org · 12 years ago
- 0b2c2a5 ipc: Use base::MessageLoop. by xhwang@chromium.org · 12 years ago
- 4c67fbb Re-implement form validation message UI with native widgets. (Common and Mac) by tkent@chromium.org · 12 years ago
- 1dfc732 Add a new pair of IPC categories for messages that need handling as input events by jamesr@chromium.org · 12 years ago
- c92462a Adding WebRTC logging filter, handler and handler host. by grunell@chromium.org · 12 years ago
- 0dc2c0c Revert 193974 "Test extension reloading behavior." by dmazzoni@chromium.org · 12 years ago
- 9903f12 Test extension reloading behavior. by jyasskin@chromium.org · 12 years ago
- 8164c2c Rewrite std::string("") to std::string(), Linux edition. by dcheng@chromium.org · 12 years ago
- 3070200 Revert "Rewrite std::string("") to std::string(), Linux edition." by dcheng@chromium.org · 12 years ago
- cb5b331 Rewrite std::string("") to std::string(), Linux edition. by dcheng@chromium.org · 12 years ago
- 8799428 Move MessageLoop to base namespace. by brettw@chromium.org · 12 years ago
- 22e9398 Proudly fixing funny indents since 1969 by groby@chromium.org · 12 years ago
- e9bbacb Split FaviconHelper in two: ImageLoadingHelper and FaviconHelper. by dimich@chromium.org · 12 years ago
- 1708581 Fix libcxx build. by eugenis@chromium.org · 12 years ago
- 6b4dc5e [Cleanup] Remove StringPrintf from global namespace by groby@chromium.org · 12 years ago
- dca3789 [mac] App shims by jeremya@chromium.org · 12 years ago
- f14bfab Implement IPC::ChannelFactory, a class that accept()s on a UNIX socket. by jeremya@chromium.org · 12 years ago
- 4b4a08f Revert 187554 "Implement IPC::ChannelFactory, a class that accep..." by falken@chromium.org · 12 years ago
- bbdd7af Implement IPC::ChannelFactory, a class that accept()s on a UNIX socket. by jeremya@chromium.org · 12 years ago
- adeb31c Revert 187233 by dmikurube@chromium.org · 12 years ago
- 5363a0b Implement IPC::ChannelFactory, a class that accept()s on a UNIX socket. by jeremya@chromium.org · 12 years ago
- 53a8ef8 Revert 186912 by jeremya@chromium.org · 12 years ago
- a1e489b Implement IPC::ChannelFactory, a class that accept()s on a UNIX socket. by jeremya@chromium.org · 12 years ago
- fb87c34 Add IPC handling for INVALID_HANDLE_VALUE on Win64 builds by jschuh@chromium.org · 12 years ago
- b9abb17 Minimal Chrome Frame with Aura. by grt@chromium.org · 12 years ago
- 59eef1f Move file_path.h to base/files. by brettw@chromium.org · 12 years ago
- 97808a3 ipc: Wrap unit test into IPC namespace. by tfarina@chromium.org · 12 years ago
- 22b3fda Rename FilePath -> base::FilePath in various toplevel directories by brettw@chromium.org · 12 years ago
- 449e688 ipc: Convert MessageLoop::RunUntilIdle() usage to base::RunLoop variant. by tfarina@chromium.org · 12 years ago
- ff93c24 Revert "GTTF: Add missing virtual destructors." by phajdan.jr@chromium.org · 12 years ago
- 5a8d7ef Linux/ChromeOS Chromium style checker cleanup, ipc/ edition. by rsleevi@chromium.org · 12 years ago
- e2515c9 GTTF: Add missing virtual destructors. by phajdan.jr@chromium.org · 12 years ago
- cd16b3a Refactor: Simplify WaitableEventWatcher. by teravest@chromium.org · 12 years ago
- a708694 Add FilePath to base namespace. by brettw@chromium.org · 12 years ago
- d3ce455 Enable Chrome Signin from Webstore by guohui@chromium.org · 12 years ago
- beb853c Revert 179987 by dmichael@chromium.org · 12 years ago
- 96c2504 Refactor: Simplify WaitableEventWatcher. by teravest@chromium.org · 12 years ago
- 4ef57d9 ipc: Do not use Value::Create* functions. by tfarina@chromium.org · 12 years ago
- 51127b9 Don't allow '\0' characters in FilePath. by aedla@chromium.org · 12 years ago
- 0015594 Refactor (many) IPC tests, notably most of the multiprocess tests. by viettrungluu@chromium.org · 12 years ago
- 1d8e768 Componentize visitedlinks to src/components/visitedlink by boliu@chromium.org · 12 years ago
- a2fbefc Replaced DictionaryValue::key_iterator by DictionaryValue::Iterator outside of chrome/browser. by pneubeck@chromium.org · 12 years ago
- 721fe99 Remove IPC::Channel::set_listener(). by viettrungluu@chromium.org · 12 years ago
- 9cdc36e More IPC test header cleanup. by viettrungluu@chromium.org · 12 years ago
- 0615143 Automate ipc_perftests. by viettrungluu@chromium.org · 12 years ago
- 12314ce Reenable IPCSyncChannelTest.SendWithTimeoutMixedOKAndTimeout by viettrungluu@chromium.org · 12 years ago
- e977842 Trim #includes in ipc tests. by viettrungluu@chromium.org · 12 years ago
- 7ca1913 Move IPC tests into anonymous namespaces. by viettrungluu@chromium.org · 12 years ago
- 7d86af2 Make ipc_tests file structure a little saner and add an ipc_perftests target. by viettrungluu@chromium.org · 12 years ago
- 5842636 Data collection part of webrtc-internals implementation by jiayl@chromium.org · 12 years ago
- 42575b0 Fix shutdown race in IPCSyncChannelTest and get rid of "suppressions"/annotations. by viettrungluu@chromium.org · 12 years ago