summaryrefslogtreecommitdiffstats
path: root/chromeos/process_proxy
Commit message (Expand)AuthorAgeFilesLines
* 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