| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Make net and ipc explicitly use the base namespace for Values. | brettw@chromium.org | 2013-06-13 | 2 | -43/+47 |
* | Move nullable_string16.h to the string subdirectory. | avi@chromium.org | 2013-06-13 | 2 | -10/+12 |
* | Revert 205889 "Revert 205775 "Revert 205772 "Revert "Revert 2054..." | jochen@chromium.org | 2013-06-13 | 1 | -2/+0 |
* | Revert 205775 "Revert 205772 "Revert "Revert 205443 "headless wi..." | jochen@chromium.org | 2013-06-12 | 1 | -0/+2 |
* | Revert 205772 "Revert "Revert 205443 "headless windows content_s..." | jochen@chromium.org | 2013-06-12 | 1 | -2/+0 |
* | Revert "Revert 205443 "headless windows content_shell"" | jochen@chromium.org | 2013-06-12 | 1 | -0/+2 |
* | Rename base/hash_tables to base/containers/hash_tables. | brettw@chromium.org | 2013-06-11 | 1 | -1/+1 |
* | Add IPC for new WebSocket impl. | ricea@chromium.org | 2013-06-11 | 1 | -0/+1 |
* | Call scoped_refptr<T>::get() rather than relying on implicit "operator T*" | rsleevi@chromium.org | 2013-06-11 | 4 | -18/+33 |
* | Use a direct include of strings headers in ipc/, jingle/, media/. | avi@chromium.org | 2013-06-11 | 8 | -15/+15 |
* | Update includes of message_loop_proxy. | brettw@chromium.org | 2013-06-10 | 2 | -2/+2 |
* | Use a direct include of utf_string_conversions.h in google_apis/, gpu/, ipc/,... | avi@chromium.org | 2013-06-07 | 2 | -2/+2 |
* | Use native_client/src/public/ for IMC headers | mcgrathr@chromium.org | 2013-06-05 | 2 | -6/+14 |
* | Implement off-the-wire validation scheme for emum types. | tsepez@chromium.org | 2013-06-04 | 8 | -35/+58 |
* | Update ipc/ to use scoped_refptr<T>::get() rather than implicit "operator T*" | rsleevi@chromium.org | 2013-06-01 | 6 | -11/+11 |
* | GetFileHandleForProcess should check for INVALID_HANDLE_VALUE | jschuh@chromium.org | 2013-05-24 | 1 | -1/+2 |
* | Adds chrome.memoryBenchmarking.heapProfilerDump for the browser process. | bulach@chromium.org | 2013-05-24 | 1 | -0/+1 |
* | Move child-common classes to content/common_child | jamesr@chromium.org | 2013-05-21 | 1 | -0/+1 |
* | Linux: remove unmaintained SELinux code. | phajdan.jr@chromium.org | 2013-05-17 | 1 | -5/+0 |
* | Cleanup: Remove unneeded base/file_util.h includes in chrome_frame, courgette... | thestig@chromium.org | 2013-05-16 | 2 | -2/+1 |
* | Implement web speech synthesis. | dmazzoni@chromium.org | 2013-05-03 | 1 | -0/+1 |
* | base: Remove ALLOW_THIS_IN_INITIALIZER_LIST macro. | tfarina@chromium.org | 2013-05-01 | 1 | -1/+1 |
* | Add kenrb as security team owner for ipc_message_start.h. | kenrb@chromium.org | 2013-04-30 | 1 | -0/+1 |
* | ipc: Use base::MessageLoop. | xhwang@chromium.org | 2013-04-30 | 18 | -101/+101 |
* | Re-implement form validation message UI with native widgets. (Common and Mac) | tkent@chromium.org | 2013-04-30 | 1 | -0/+1 |
* | Add a new pair of IPC categories for messages that need handling as input events | jamesr@chromium.org | 2013-04-27 | 1 | -0/+1 |
* | ipc: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST. | scherkus@chromium.org | 2013-04-26 | 2 | -3/+3 |
* | Adding WebRTC logging filter, handler and handler host. | grunell@chromium.org | 2013-04-18 | 1 | -0/+1 |
* | Revert 193974 "Test extension reloading behavior." | dmazzoni@chromium.org | 2013-04-12 | 1 | -3/+2 |
* | Test extension reloading behavior. | jyasskin@chromium.org | 2013-04-12 | 1 | -2/+3 |
* | Rewrite std::string("") to std::string(), Linux edition. | dcheng@chromium.org | 2013-04-09 | 1 | -1/+2 |
* | Revert "Rewrite std::string("") to std::string(), Linux edition." | dcheng@chromium.org | 2013-04-09 | 1 | -2/+1 |
* | Rewrite std::string("") to std::string(), Linux edition. | dcheng@chromium.org | 2013-04-09 | 1 | -1/+2 |
* | Move MessageLoop to base namespace. | brettw@chromium.org | 2013-03-31 | 1 | -1/+3 |
* | Proudly fixing funny indents since 1969 | groby@chromium.org | 2013-03-30 | 1 | -3/+3 |
* | Split FaviconHelper in two: ImageLoadingHelper and FaviconHelper. | dimich@chromium.org | 2013-03-29 | 1 | -1/+1 |
* | Fix libcxx build. | eugenis@chromium.org | 2013-03-20 | 1 | -2/+5 |
* | Add cevans as an IPC OWNER for all areas. | palmer@chromium.org | 2013-03-18 | 1 | -0/+1 |
* | [Cleanup] Remove StringPrintf from global namespace | groby@chromium.org | 2013-03-18 | 2 | -10/+11 |
* | [mac] App shims | jeremya@chromium.org | 2013-03-18 | 1 | -0/+1 |
* | Implement IPC::ChannelFactory, a class that accept()s on a UNIX socket. | jeremya@chromium.org | 2013-03-13 | 13 | -185/+631 |
* | Revert 187554 "Implement IPC::ChannelFactory, a class that accep..." | falken@chromium.org | 2013-03-13 | 13 | -615/+185 |
* | Implement IPC::ChannelFactory, a class that accept()s on a UNIX socket. | jeremya@chromium.org | 2013-03-12 | 13 | -185/+615 |