12011-01-11 Joe Mason <jmason@rim.com>
2
3 Reviewed by NOBODY (OOPS!).
4
5 FrameLoader::isProcessingUserGesture is wrong in dispatchWillPerformClientRedirect
6 https://bugs.webkit.org/show_bug.cgi?id=52211
7
8 Dump isUserProcessingGesture in willPerformClientRedirect so that the layout tests can be extended.
9 (For the mac and chromium ports - other ports don't support dumping user gestures in DRT.)
10
11 * DumpRenderTree/chromium/WebViewHost.cpp:
12 (WebViewHost::willPerformClientRedirect):
13 (WebViewHost::didStartProvisionalLoad):
14 * DumpRenderTree/mac/FrameLoadDelegate.mm:
15 (-[FrameLoadDelegate webView:willPerformClientRedirectToURL:delay:fireDate:forFrame:]):
16