summaryrefslogtreecommitdiffstats
path: root/chromeos/process_proxy
Commit message (Expand)AuthorAgeFilesLines
* Fix for flow control in terminalPrivate APItbarzic2016-01-088-156/+172
* Switch to standard integer types in chromeos/.avi2015-12-217-4/+15
* Don't use base::MessageLoop::{Quit,QuitClosure} in ash/, chromeos/, device/ki.stfu2015-10-121-4/+4
* User MessageLoopForIO::WatchFileDescriptor in proces_output_watchertbarzic2015-08-108-209/+162
* Fix flakiness in ProcessOutputWatcherTeststbarzic2015-07-291-18/+18
* chromeos: Remove use of MessageLoopProxy and deprecated MessageLoop APIsskyostil2015-06-113-26/+29
* Prevent ProcessProxy from passing bad fds to ProcessOutputWatchertbarzic2015-05-143-12/+15
* Remove uses of KillProcess.rvargas2015-04-012-5/+12
* Remove duplicate includes from chromeos/pneubeck2015-02-251-2/+0
* Rename base::Process::pid() to Pid()rvargas2015-01-241-1/+1
* Update {virtual,override,final} to follow C++11 style in chromeos.dcheng2015-01-212-20/+21
* Update ChromeOS code to use the new version of LaunchProcess.rvargas2015-01-101-2/+8
* Make callers of CommandLine use it via the base:: namespace.avi2014-12-221-2/+2
* Refactor AppendToFile and WriteFileDescriptorchirantan2014-10-072-8/+5
* replace OVERRIDE and FINAL with override and final in chromeos/mostynb2014-10-062-10/+10
* Cleanup: Use base/files/file_util.h instead of base/file_util.h in ash/, athe...thestig2014-09-102-6/+6
* Disable all the tests that are flaking more than 5% on ChromeOS builders.jam@chromium.org2014-07-231-10/+18
* Improve process output watcher's handling of multi-byte UTF8 characterstbarzic@chromium.org2014-05-154-60/+283
* [ChromeOS] Don't set NO_NEW_PRIVS for ProcessProxy processes (e.g. Crosh) whe...rsesek@chromium.org2014-04-101-0/+5
* Move WriteFile and WriteFileDescriptor from file_util to base namespace.brettw@chromium.org2014-03-062-7/+7
* Don't HANDLE_EINTR(close). Either IGNORE_EINTR(close) or just close.mark@chromium.org2013-12-034-5/+4
* Move AlterEnvironment to base/environment.h, implement on Windows. This re-im...brettw@chromium.org2013-08-301-4/+1
* Update include paths in chromeos for base/process changes.rsesek@chromium.org2013-07-232-3/+4
* Fix bug caught by clang's -Wlogical-not-parenthesesthakis@chromium.org2013-07-221-1/+1
* Use a direct include of the message_loop header in chromeos/.avi@chromium.org2013-07-171-1/+1
* Update CrOS to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-141-1/+1
* chromeos: Use base::MessageLoop.xhwang@chromium.org2013-05-291-13/+13
* Move chrome/browser/chromeos/process_proxy to chromeosphajdan.jr@chromium.org2013-03-129-0/+1220