Bug 62529 - DRT should respond to full-screen requests only after the current run-loop has ended.
Summary: DRT should respond to full-screen requests only after the current run-loop ha...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Jer Noble
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-12 22:26 PDT by Jer Noble
Modified: 2011-06-12 22:26 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jer Noble 2011-06-12 22:26:38 PDT
DumpRenderTree currently misses some WebKit2 full-screen regressions because it responds to full-screen requests in the same run-loop as it receives them.  Instead, it should wait till a future run-loop to respond to simulate (in a small way) the asynchronous nature of the full-screen API.