Bug 59268

Summary: WebKit2: Stop responsiveness timer before calling runOpenPanel
Product: WebKit Reporter: Brian Weinstein <bweinstein>
Component: WebKit2Assignee: Brian Weinstein <bweinstein>
Status: RESOLVED FIXED    
Severity: Normal CC: sam
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Windows 7   
Attachments:
Description Flags
[PATCH] Fix sam: review+

Description Brian Weinstein 2011-04-22 18:59:04 PDT
WebUIClient::runOpenPanel can spin a nested run loop, we need to turn off the responsiveness timer before calling it.

<rdar://problem/9327944>
Comment 1 Brian Weinstein 2011-04-22 19:01:21 PDT
Created attachment 90829 [details]
[PATCH] Fix
Comment 2 Brian Weinstein 2011-04-22 19:03:33 PDT
Landed in r84723.