| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Revert 187233 | dmikurube@chromium.org | 2013-03-11 | 13 | -636/+185 |
* | Implement IPC::ChannelFactory, a class that accept()s on a UNIX socket. | jeremya@chromium.org | 2013-03-11 | 13 | -185/+636 |
* | Revert 186912 | jeremya@chromium.org | 2013-03-08 | 13 | -621/+185 |
* | Implement IPC::ChannelFactory, a class that accept()s on a UNIX socket. | jeremya@chromium.org | 2013-03-08 | 13 | -185/+621 |
* | Add IPC handling for INVALID_HANDLE_VALUE on Win64 builds | jschuh@chromium.org | 2013-03-04 | 1 | -5/+5 |
* | Minimal Chrome Frame with Aura. | grt@chromium.org | 2013-02-28 | 1 | -0/+7 |
* | Move file_path.h to base/files. | brettw@chromium.org | 2013-02-24 | 4 | -6/+6 |
* | ipc: Wrap unit test into IPC namespace. | tfarina@chromium.org | 2013-02-15 | 1 | -3/+4 |
* | Rename FilePath -> base::FilePath in various toplevel directories | brettw@chromium.org | 2013-02-10 | 4 | -21/+21 |
* | ipc: Convert MessageLoop::RunUntilIdle() usage to base::RunLoop variant. | tfarina@chromium.org | 2013-02-08 | 1 | -6/+6 |
* | Revert "GTTF: Add missing virtual destructors." | phajdan.jr@chromium.org | 2013-02-06 | 1 | -2/+0 |
* | Linux/ChromeOS Chromium style checker cleanup, ipc/ edition. | rsleevi@chromium.org | 2013-02-06 | 5 | -60/+60 |
* | GTTF: Add missing virtual destructors. | phajdan.jr@chromium.org | 2013-02-05 | 1 | -0/+2 |