summaryrefslogtreecommitdiffstats
path: root/chrome/browser/chromeos/process_proxy
Commit message (Expand)AuthorAgeFilesLines
* Move ui_test_utils::RunMessageLoop to test_utils so that it can be reused by ...jam@chromium.org2012-07-261-2/+2
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-113-3/+0
* enable -Wunused-private-field for linux and chromeos.tony@chromium.org2012-07-031-3/+0
* Fixing gcc 4.7 building problems.shenhan@google.com2012-06-051-0/+1
* Fix ProcessOutputWatcherTest.OutputWatcher under ASANtbarzic@chromium.org2012-04-111-54/+66
* Fix process output watcher not to exit when it sees \0tbarzic@chromium.org2012-04-092-35/+31
* Fix clang compile errorhashimoto@chromium.org2012-03-221-1/+1
* Fix flakines in hterm crosh related tests.tbarzic@chromium.org2012-03-202-19/+59
* Cleanup: Remove base::environment_vector and base::file_handle_mapping_vector...thestig@chromium.org2012-02-242-6/+7
* Disabled ProcessProxyTest.SigInt test.joaodasilva@chromium.org2012-02-211-1/+2
* [HTerm-Crosh] Add support for terminal window resizing to terminal APItbarzic@chromium.org2012-02-144-7/+35
* [ChromeOS-HTerm] Use pseudo-terminal instead of pipes to communicate with cro...tbarzic@chromium.org2012-01-257-162/+298
* Use base::KillProcess to terminate watched process in process_proxy.tbarzic@chromium.org2011-12-212-8/+9
* Retry 114494 - Remove BindStateHolder and have Bind() return a Callback<> obj...ajwong@chromium.org2011-12-203-4/+3
* Adding terminal private extension api.tbarzic@chromium.org2011-12-138-0/+951