RESOLVED FIXED Bug 156980
Remove the REQUEST_ANIMATION_FRAME flag
https://bugs.webkit.org/show_bug.cgi?id=156980
Summary Remove the REQUEST_ANIMATION_FRAME flag
Antoine Quint
Reported 2016-04-25 08:29:03 PDT
I don't know if it is safe to do so, but I would be surprised if there are any ports with REQUEST_ANIMATION_FRAME off. We should consider removing this flag.
Attachments
[PATCH] Proposed Fix (81.39 KB, patch)
2017-01-16 20:44 PST, Joseph Pecoraro
no flags
Radar WebKit Bug Importer
Comment 1 2016-04-25 08:29:48 PDT
Joseph Pecoraro
Comment 2 2017-01-16 20:21:24 PST
Lets do it. I can bump the thread and put a patch here.
Joseph Pecoraro
Comment 3 2017-01-16 20:44:49 PST
Created attachment 299014 [details] [PATCH] Proposed Fix
Joseph Pecoraro
Comment 4 2017-01-16 21:38:20 PST
Comment on attachment 299014 [details] [PATCH] Proposed Fix View in context: https://bugs.webkit.org/attachment.cgi?id=299014&action=review > Source/WebCore/page/DOMWindow.idl:166 > + [ImplementedAs=cancelAnimationFrame] void webkitCancelAnimationFrame(long id); > + [ImplementedAs=cancelAnimationFrame] void webkitCancelRequestAnimationFrame(long id); // This is a deprecated alias for webkitCancelAnimationFrame(). Remove this when removing vendor prefix. It may be time to look into removing these. > Tools/Scripts/webkitperl/FeatureList.pm:-79 > - $detailsElementSupport, > $deviceOrientationSupport, > - $directoryUploadSupport, > $dom4EventsConstructor, > - $domIterator, Many of these features were removed a long time ago and their variables forgotten.
WebKit Commit Bot
Comment 5 2017-01-16 22:22:07 PST
Comment on attachment 299014 [details] [PATCH] Proposed Fix Clearing flags on attachment: 299014 Committed r210797: <http://trac.webkit.org/changeset/210797>
WebKit Commit Bot
Comment 6 2017-01-16 22:22:11 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.