Bug 59268 - WebKit2: Stop responsiveness timer before calling runOpenPanel
Summary: WebKit2: Stop responsiveness timer before calling runOpenPanel
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows 7
: P2 Normal
Assignee: Brian Weinstein
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2011-04-22 18:59 PDT by Brian Weinstein
Modified: 2011-04-22 19:03 PDT (History)
1 user (show)

See Also:


Attachments
[PATCH] Fix (1.39 KB, patch)
2011-04-22 19:01 PDT, Brian Weinstein
sam: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.