Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove webkit prefix for RequestAnimationFrame #4585

Closed
rakudrama opened this issue Aug 18, 2012 · 3 comments
Closed

Remove webkit prefix for RequestAnimationFrame #4585

rakudrama opened this issue Aug 18, 2012 · 3 comments
Assignees
Labels
type-enhancement A request for a change that isn't a bug web-libraries Issues impacting dart:html, etc., libraries
Milestone

Comments

@rakudrama
Copy link
Member

Per issue #4550:

RAF is sufficiently standardized to have an unprefixed API.

Remove these three members from the public API:

  void webkitCancelAnimationFrame(int id) native;
  void webkitCancelRequestAnimationFrame(int id) native;
  int webkitRequestAnimationFrame(RequestAnimationFrameCallback callback) native;

The names still need to be declared in impl type for dartium and dart2js

@sethladd
Copy link
Contributor

Nice! :)

@efortuna
Copy link
Contributor

Set owner to @efortuna.

@efortuna
Copy link
Contributor

Fixed in revision 12926


Added Fixed label.

@rakudrama rakudrama added Type-Enhancement web-libraries Issues impacting dart:html, etc., libraries labels Sep 26, 2012
@rakudrama rakudrama added this to the M1 milestone Sep 26, 2012
@kevmoo kevmoo added type-enhancement A request for a change that isn't a bug and removed type-enhancement labels Mar 1, 2016
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type-enhancement A request for a change that isn't a bug web-libraries Issues impacting dart:html, etc., libraries
Projects
None yet
Development

No branches or pull requests

4 participants