Summary: | Remove the REQUEST_ANIMATION_FRAME flag | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Antoine Quint <graouts> | ||||
Component: | WebKit Misc. | Assignee: | Joseph Pecoraro <joepeck> | ||||
Status: | RESOLVED FIXED | ||||||
Severity: | Normal | CC: | commit-queue, dino, graouts, joepeck, webkit-bug-importer | ||||
Priority: | P2 | Keywords: | InRadar | ||||
Version: | WebKit Nightly Build | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Attachments: |
|
Description
Antoine Quint
2016-04-25 08:29:03 PDT
Lets do it. I can bump the thread and put a patch here. Created attachment 299014 [details]
[PATCH] Proposed Fix
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. Comment on attachment 299014 [details] [PATCH] Proposed Fix Clearing flags on attachment: 299014 Committed r210797: <http://trac.webkit.org/changeset/210797> All reviewed patches have been landed. Closing bug. |