Skip to content
  • simonjam@chromium.org's avatar
    [RequestAnimationFrame] Remove vendor prefix · 35446be1
    simonjam@chromium.org authored
    https://bugs.webkit.org/show_bug.cgi?id=99116
    
    Reviewed by Adam Barth.
    
    Source/WebCore:
    
    Test: Existing rAF tests without prefix.
    
    * dom/Document.cpp:
    (WebCore::Document::requestAnimationFrame):
    (WebCore::Document::cancelAnimationFrame):
    * dom/Document.h:
    (Document):
    * page/DOMWindow.cpp:
    (WebCore::DOMWindow::requestAnimationFrame):
    (WebCore::DOMWindow::cancelAnimationFrame):
    * page/DOMWindow.h:
    (DOMWindow):
    * page/DOMWindow.idl:
    
    LayoutTests:
    
    * fast/animation/request-animation-frame-callback-id.html:
    * fast/animation/request-animation-frame-cancel-expected.txt:
    * fast/animation/request-animation-frame-detach-element.html:
    * fast/animation/request-animation-frame-detach-element2.html:
    * fast/animation/request-animation-frame-during-modal.html:
    * fast/animation/request-animation-frame-iframe2.html:
    * fast/animation/request-animation-frame-missing-arguments-expected.txt:
    * fast/animation/request-animation-frame-missing-arguments.html:
    * fast/animation/script-tests/request-animation-frame-cancel.js:
    (window):
    * fast/animation/script-tests/request-animation-frame-cancel2.js:
    * fast/animation/script-tests/request-animation-frame-disabled.js:
    * fast/animation/script-tests/request-animation-frame-subframe.html:
    * fast/animation/script-tests/request-animation-frame-timestamps-advance.js:
    (window.requestAnimationFrame):
    * fast/animation/script-tests/request-animation-frame-timestamps.js:
    * fast/animation/script-tests/request-animation-frame-within-callback.js:
    (window):
    * fast/animation/script-tests/request-animation-frame.js:
    * fast/canvas/script-tests/canvas-imageSmoothingEnabled-repaint.js:
    (BrowserPaint):
    * fast/canvas/webgl/webgl-texture-binding-preserved.html:
    * fast/dom/Window/post-message-crash.html:
    * inspector/timeline/timeline-animation-frame.html:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@131214 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    35446be1