Detect unresponsive window when quitting.
authorCheng Zhao <zcbenz@gmail.com>
Tue, 8 Apr 2014 06:22:22 +0000 (14:22 +0800)
committerCheng Zhao <zcbenz@gmail.com>
Tue, 8 Apr 2014 06:24:44 +0000 (14:24 +0800)
commitb975d4c41f5f5b349f9e37cc3335f80f4a089f94
tree2681c6f7a742214ff3ff223f2877189ef26410d6
parentcca0d8d583ddda52ec644f0492801209ced44c0b
Detect unresponsive window when quitting.

Preivously this is disabled because quitting multiple windows could
bring up the unresponsive dialog, but since we now have increased the
unresponsive time limitto 5s, this is not needed anymore and could cause
confusions.

Fixes #17.
atom/browser/native_window.cc