[webkit-dev] Scope of FrameLoader::isProcessingUserGesture

2011-01-10 Thread Joe Mason
In our platform implementation of dispatchWillPerformClientRedirect, we check whether the redirect was triggered by a user gesture: m_frame->loader()->isProcessingUserGesture() Since svn rev 65082, isProcessingUserGesture returns true when processing a meta tag refresh. We have a fix for this,

Re: [webkit-dev] Scope of FrameLoader::isProcessingUserGesture

2011-01-11 Thread Joe Mason
4:31 PM > To: webkit-dev Development > Subject: [webkit-dev] Scope of FrameLoader::isProcessingUserGesture > > In our platform implementation of dispatchWillPerformClientRedirect, we > check whether the redirect was triggered by a user gesture: > > m_frame->loader()->isPro