Bug 55992 - Prepare to move full screen animation into WebCore.
Summary: Prepare to move full screen animation into WebCore.
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Jer Noble
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-08 21:35 PST by Jer Noble
Modified: 2011-03-11 09:48 PST (History)
0 users

See Also:


Attachments
Patch (4.09 KB, patch)
2011-03-08 22:53 PST, Jer Noble
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jer Noble 2011-03-08 21:35:51 PST
The animation into and out of full screen mode currently lives in WebKit.  Instead of duplicating code into WebKit2, the animation code should be moved down into WebCore.

Add new APIs to trigger the fullscreen animation and report the animation status back up to WebKit and WebKit2.
Comment 1 Jer Noble 2011-03-08 22:53:10 PST
Created attachment 85133 [details]
Patch
Comment 2 Jer Noble 2011-03-11 01:28:50 PST
Comment on attachment 85133 [details]
Patch

Removing r? for now;  I think the Document::beginEnterFullScreenAnimation may end up being unnecessary.
Comment 3 Jer Noble 2011-03-11 09:47:57 PST
It looks like animation won't be moved into WebCore, due to the fact that generated renderers cannot (currently) animate.