summaryrefslogtreecommitdiffstats
path: root/content/gpu/gpu_watchdog_thread.cc
Commit message (Expand)AuthorAgeFilesLines
* Clean up things -Wunused-const-variable complains about.thakis@chromium.org2013-10-131-0/+2
* Don't kill the GPU process on Chrome OS if we're not on VT1marcheu@chromium.org2013-10-101-0/+25
* Added suspend/resume detection to the GpuWatchdogThreadbajones@chromium.org2013-08-061-2/+48
* Update include paths in miscellaneous content/ directories for base/process c...rsesek@chromium.org2013-07-251-2/+1
* content: Use base::MessageLoop.xhwang@chromium.org2013-05-041-1/+1
* content: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.scherkus@chromium.org2013-04-301-2/+2
* Revert 193468apatrick@google.com2013-04-111-0/+75
* Windows: GPU watchdog does not use sum of user and kernel time as basis to te...apatrick@chromium.org2013-04-101-75/+0
* Always crash the GPU process on hangs.jbauman@chromium.org2013-03-131-14/+2
* MessageLoop's RUN method will pass a const ref to PendingTask whenrtenneti@chromium.org2013-02-031-2/+2
* Increase GPU watchdog timeout after resume.jbauman@chromium.org2013-01-031-7/+15
* Cause GPU hangs on Windows to make crash dumps.jbauman@chromium.org2012-10-261-1/+8
* Move a bunch of code in content\common (as well as a few left in renderer) to...jam@chromium.org2012-10-221-1/+4
* Add flag to crash GPU process on hang.jbauman@chromium.org2012-10-181-2/+9
* Revert 160526 - Crash GPU process on watchdog timeout.vangelis@google.com2012-10-081-2/+2
* Crash GPU process on watchdog timeout.jbauman@chromium.org2012-10-061-2/+2
* RefCounted types should not have public destructors, content/browser part 2rsleevi@chromium.org2012-04-281-51/+51
* Update a few more function calls to use TimeDeltas instead of int ms.tedvessenes@gmail.com2012-01-301-12/+11
* Revert 117324 - Convert use of int ms to TimeDelta in files owned by apatrick.lambroslambrou@google.com2012-01-121-10/+11
* Convert use of int ms to TimeDelta in files owned by apatrick.tedvessenes@gmail.com2012-01-111-11/+10
* Remove task.h and finish base::Bind() migration.ajwong@chromium.org2012-01-061-5/+3
* base::Bind() conversion for content/common/gpu and content/gpudcheng@chromium.org2011-11-171-16/+15
* Move resource_codes to content/public/common.jam@chromium.org2011-10-251-1/+1
* GPU process terminates rather than crashing on hang.apatrick@chromium.org2011-08-181-12/+14
* Add support for base::Closure in the MessageLoop, and reimplement the whole s...ajwong@chromium.org2011-04-201-7/+4
* Check the GPU watchdog after processing every 3D command.jbauman@chromium.org2011-03-231-5/+5
* Move chrome\gpu to content\gpu.jam@chromium.org2011-03-121-0/+243