Bug 90000 - [chromium] Single thread proxy should tick animations once when they are added, but only for DRT
Summary: [chromium] Single thread proxy should tick animations once when they are adde...
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: vollick
URL:
Keywords:
Depends on: 89996
Blocks: 84033
  Show dependency treegraph
 
Reported: 2012-06-26 11:45 PDT by vollick
Modified: 2013-04-09 17:06 PDT (History)
7 users (show)

See Also:


Attachments
Patch (20.63 KB, patch)
2012-08-01 19:44 PDT, vollick
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description vollick 2012-06-26 11:45:11 PDT
DRT requires that we get animation started notifications for the animation tests to succeed. If we enable compositor animations, then this will not happen; the ticking of animations is tied to the commits, which don't happen regularly in DRT like they do in chrome. To compensate, the single thread proxy will force a single composite upon getting notified of a new animation. This should only happen for DRT and therefore needs to be enabled via a setting.
Comment 1 vollick 2012-08-01 19:44:45 PDT
Created attachment 155955 [details]
Patch
Comment 2 WebKit Review Bot 2012-08-01 19:46:13 PDT
Please wait for approval from abarth@webkit.org, dglazkov@chromium.org, fishd@chromium.org, jamesr@chromium.org or tkent@chromium.org before submitting, as this patch contains changes to the Chromium public API. See also https://trac.webkit.org/wiki/ChromiumWebKitAPI.
Comment 3 Stephen Chenney 2013-04-09 17:06:30 PDT
Marked LayoutTest bugs, bugs with Chromium IDs, and some others as WontFix. Test failure bugs still are trackable via TestExpectations or disabled unit tests.