summaryrefslogtreecommitdiffstats
path: root/ipc
Commit message (Expand)AuthorAgeFilesLines
* Rename base/hash_tables to base/containers/hash_tables.brettw@chromium.org2013-06-111-1/+1
* Add IPC for new WebSocket impl.ricea@chromium.org2013-06-111-0/+1
* Call scoped_refptr<T>::get() rather than relying on implicit "operator T*"rsleevi@chromium.org2013-06-114-18/+33
* Use a direct include of strings headers in ipc/, jingle/, media/.avi@chromium.org2013-06-118-15/+15
* Update includes of message_loop_proxy.brettw@chromium.org2013-06-102-2/+2
* Use a direct include of utf_string_conversions.h in google_apis/, gpu/, ipc/,...avi@chromium.org2013-06-072-2/+2
* Use native_client/src/public/ for IMC headersmcgrathr@chromium.org2013-06-052-6/+14
* Implement off-the-wire validation scheme for emum types.tsepez@chromium.org2013-06-048-35/+58
* Update ipc/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-016-11/+11
* GetFileHandleForProcess should check for INVALID_HANDLE_VALUEjschuh@chromium.org2013-05-241-1/+2
* Adds chrome.memoryBenchmarking.heapProfilerDump for the browser process.bulach@chromium.org2013-05-241-0/+1
* Move child-common classes to content/common_childjamesr@chromium.org2013-05-211-0/+1
* Linux: remove unmaintained SELinux code.phajdan.jr@chromium.org2013-05-171-5/+0
* Cleanup: Remove unneeded base/file_util.h includes in chrome_frame, courgette...thestig@chromium.org2013-05-162-2/+1
* Implement web speech synthesis.dmazzoni@chromium.org2013-05-031-0/+1
* base: Remove ALLOW_THIS_IN_INITIALIZER_LIST macro.tfarina@chromium.org2013-05-011-1/+1
* Add kenrb as security team owner for ipc_message_start.h.kenrb@chromium.org2013-04-301-0/+1
* ipc: Use base::MessageLoop.xhwang@chromium.org2013-04-3018-101/+101
* Re-implement form validation message UI with native widgets. (Common and Mac)tkent@chromium.org2013-04-301-0/+1
* Add a new pair of IPC categories for messages that need handling as input eventsjamesr@chromium.org2013-04-271-0/+1
* ipc: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.scherkus@chromium.org2013-04-262-3/+3
* Adding WebRTC logging filter, handler and handler host.grunell@chromium.org2013-04-181-0/+1
* Revert 193974 "Test extension reloading behavior."dmazzoni@chromium.org2013-04-121-3/+2
* Test extension reloading behavior.jyasskin@chromium.org2013-04-121-2/+3
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-1/+2
* Revert "Rewrite std::string("") to std::string(), Linux edition."dcheng@chromium.org2013-04-091-2/+1
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-1/+2
* Move MessageLoop to base namespace.brettw@chromium.org2013-03-311-1/+3
* Proudly fixing funny indents since 1969groby@chromium.org2013-03-301-3/+3
* Split FaviconHelper in two: ImageLoadingHelper and FaviconHelper.dimich@chromium.org2013-03-291-1/+1
* Fix libcxx build.eugenis@chromium.org2013-03-201-2/+5
* Add cevans as an IPC OWNER for all areas.palmer@chromium.org2013-03-181-0/+1
* [Cleanup] Remove StringPrintf from global namespacegroby@chromium.org2013-03-182-10/+11
* [mac] App shimsjeremya@chromium.org2013-03-181-0/+1
* Implement IPC::ChannelFactory, a class that accept()s on a UNIX socket.jeremya@chromium.org2013-03-1313-185/+631
* Revert 187554 "Implement IPC::ChannelFactory, a class that accep..."falken@chromium.org2013-03-1313-615/+185
* Implement IPC::ChannelFactory, a class that accept()s on a UNIX socket.jeremya@chromium.org2013-03-1213-185/+615
* Revert 187233dmikurube@chromium.org2013-03-1113-636/+185
* Implement IPC::ChannelFactory, a class that accept()s on a UNIX socket.jeremya@chromium.org2013-03-1113-185/+636
* Revert 186912jeremya@chromium.org2013-03-0813-621/+185
* Implement IPC::ChannelFactory, a class that accept()s on a UNIX socket.jeremya@chromium.org2013-03-0813-185/+621
* Add IPC handling for INVALID_HANDLE_VALUE on Win64 buildsjschuh@chromium.org2013-03-041-5/+5
* Minimal Chrome Frame with Aura.grt@chromium.org2013-02-281-0/+7
* Move file_path.h to base/files.brettw@chromium.org2013-02-244-6/+6
* ipc: Wrap unit test into IPC namespace.tfarina@chromium.org2013-02-151-3/+4
* Rename FilePath -> base::FilePath in various toplevel directoriesbrettw@chromium.org2013-02-104-21/+21
* ipc: Convert MessageLoop::RunUntilIdle() usage to base::RunLoop variant.tfarina@chromium.org2013-02-081-6/+6
* Revert "GTTF: Add missing virtual destructors."phajdan.jr@chromium.org2013-02-061-2/+0
* Linux/ChromeOS Chromium style checker cleanup, ipc/ edition.rsleevi@chromium.org2013-02-065-60/+60
* GTTF: Add missing virtual destructors.phajdan.jr@chromium.org2013-02-051-0/+2