Skip to content
  • commit-queue@webkit.org's avatar
    .: Refactor WebViewImpl::scrollFocusedNodeIntoRect to a better place and add tests · 90680248
    commit-queue@webkit.org authored
    https://bugs.webkit.org/show_bug.cgi?id=68198
    
    Patch by Varun Jain <varunjain@google.com> on 2011-09-23
    Reviewed by Dimitri Glazkov.
    
    * Source/autotools/symbols.filter:
    
    Source/WebCore: Refactor WebViewImpl::scrollFocusedNodeIntoRect to a better place and add tests
    https://bugs.webkit.org/show_bug.cgi?id=68198
    
    Patch by Varun Jain <varunjain@google.com> on 2011-09-23
    Reviewed by Dimitri Glazkov.
    
    Tests: fast/dom/scroll-element-to-rect-centered.html
           fast/dom/scroll-element-to-rect.html
    
    * WebCore.exp.in:
    * page/FrameView.cpp:
    (WebCore::FrameView::scrollElementToRect):
    * page/FrameView.h:
    * testing/Internals.cpp:
    (WebCore::Internals::scrollElementToRect):
    * testing/Internals.h:
    * testing/Internals.idl:
    
    Source/WebKit/chromium: Refactor WebViewImpl::scrollFocusedNodeIntoRect to a better place and add tests
    https://bugs.webkit.org/show_bug.cgi?id=68198
    
    Patch by Varun Jain <varunjain@google.com> on 2011-09-23
    Reviewed by Dimitri Glazkov.
    
    * public/WebView.h:
    (WebKit::WebView::scrollFocusedNodeIntoRect):
    * src/WebViewImpl.cpp:
    (WebKit::WebViewImpl::scrollFocusedNodeIntoRect):
    
    Source/WebKit2: Refactor WebViewImpl::scrollFocusedNodeIntoRect to a better place and add tests
    https://bugs.webkit.org/show_bug.cgi?id=68198
    
    Patch by Varun Jain <varunjain@google.com> on 2011-09-23
    Reviewed by Dimitri Glazkov.
    
    * win/WebKit2.def:
    * win/WebKit2CFLite.def:
    
    LayoutTests: Refactor WebViewImpl::scrollFocusedNodeIntoRect to a better place and add tests
    https://bugs.webkit.org/show_bug.cgi?id=68198
    
    Patch by Varun Jain <varunjain@google.com> on 2011-09-23
    Reviewed by Dimitri Glazkov.
    
    * fast/dom/scroll-element-to-rect-centered-expected.txt: Added.
    * fast/dom/scroll-element-to-rect-centered.html: Added.
    * fast/dom/scroll-element-to-rect-expected.txt: Added.
    * fast/dom/scroll-element-to-rect.html: Added.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@95890 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    90680248