commit | 336d7dcb105a43ee4de51fd0f26f277c63662f02 | [log] [tgz] |
---|---|---|
author | Grace Kloba <klobag@google.com> | Wed May 12 14:28:07 2010 -0700 |
committer | Grace Kloba <klobag@google.com> | Wed May 12 14:28:07 2010 -0700 |
tree | 217b8d67ba591d810d2eb55a9cc7ce187d877f0d | |
parent | a04202b3258845688bcd8c6208222235569df733 [diff] |
The default AlertDialog allows cancel. But the default JSConfim doesn't have a cancel listener. So when user cancel the dialog, we do not wake up the WebCoreThread. The same code is already done for JSPrompt dialog correctly. Fix http://b/issue?id=2679139