summaryrefslogtreecommitdiffstats
path: root/chromeos/process_proxy/process_output_watcher_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix for flow control in terminalPrivate APItbarzic2016-01-081-1/+6
* Switch to standard integer types in chromeos/.avi2015-12-211-0/+1
* User MessageLoopForIO::WatchFileDescriptor in proces_output_watchertbarzic2015-08-101-16/+20
* Fix flakiness in ProcessOutputWatcherTeststbarzic2015-07-291-18/+18
* chromeos: Remove use of MessageLoopProxy and deprecated MessageLoop APIsskyostil2015-06-111-6/+6
* Update {virtual,override,final} to follow C++11 style in chromeos.dcheng2015-01-211-2/+2
* Refactor AppendToFile and WriteFileDescriptorchirantan2014-10-071-4/+3
* replace OVERRIDE and FINAL with override and final in chromeos/mostynb2014-10-061-1/+1
* Cleanup: Use base/files/file_util.h instead of base/file_util.h in ash/, athe...thestig2014-09-101-4/+4
* 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-151-37/+176
* Move WriteFile and WriteFileDescriptor from file_util to base namespace.brettw@chromium.org2014-03-061-3/+3
* Don't HANDLE_EINTR(close). Either IGNORE_EINTR(close) or just close.mark@chromium.org2013-12-031-2/+2
* Fix bug caught by clang's -Wlogical-not-parenthesesthakis@chromium.org2013-07-221-1/+1
* Move chrome/browser/chromeos/process_proxy to chromeosphajdan.jr@chromium.org2013-03-121-0/+171