Brian Slesinsky has uploaded a new patch set (#2).

Change subject: Make AnimationScheduler configurable and change defaults.
......................................................................

Make AnimationScheduler configurable and change defaults.

The new properties are:
  requestAnimationFrameMozilla
  requestAnimationFrameWebkit

Each property has the following settings:
  fallback - try unprefixed API, then prefixed (default)
  prefixed - just try prefixed
  unprefixed - just try unprefixed
  none - don't try to use requestAnimationFrame, just use a timer.

Also, change the implementation to avoid any dependency on
requestAnimationFrame's return value.

Change-Id: I3011dceab489871a5864eed1ece47ec850d82425
Review-Link: https://gwt-review.googlesource.com/#/c/1780/
---
M user/src/com/google/gwt/animation/Animation.gwt.xml
M user/src/com/google/gwt/animation/client/AnimationSchedulerImpl.java
M user/src/com/google/gwt/animation/client/AnimationSchedulerImplMozilla.java
A user/src/com/google/gwt/animation/client/AnimationSchedulerImplNative.java
M user/src/com/google/gwt/animation/client/AnimationSchedulerImplWebkit.java
A user/src/com/google/gwt/animation/client/Config.java
A user/src/com/google/gwt/animation/client/ConfigFallback.java
A user/src/com/google/gwt/animation/client/ConfigMozilla.java
A user/src/com/google/gwt/animation/client/ConfigPrefixed.java
A user/src/com/google/gwt/animation/client/ConfigUnprefixed.java
A user/src/com/google/gwt/animation/client/ConfigWebkit.java
11 files changed, 376 insertions(+), 111 deletions(-)


--
To view, visit https://gwt-review.googlesource.com/1780
To unsubscribe, visit https://gwt-review.googlesource.com/settings

Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I3011dceab489871a5864eed1ece47ec850d82425
Gerrit-PatchSet: 2
Gerrit-Project: gwt
Gerrit-Branch: master
Gerrit-Owner: Brian Slesinsky <skybr...@google.com>
Gerrit-Reviewer: Goktug Gokdogan <gok...@google.com>
Gerrit-Reviewer: Thomas Broyer <t.bro...@gmail.com>

--
http://groups.google.com/group/Google-Web-Toolkit-Contributors

Reply via email to