Side by Side Diff: third_party/WebKit/Source/core/frame/ScrollIntoViewOptions.idl
Issue 2650343008 :
Implement Element.scrollIntoView for scroll-behavior: smooth. (Closed)
Patch Set: Added web platform test.
Use n/p to move between diff chunks;
N/P to move between comments.
Draft comments are only viewable by you.
Jump to:
third_party/WebKit/LayoutTests/external/wpt/scroll-into-view/check-scroll-position.html
third_party/WebKit/Source/bindings/core/v8/BUILD.gn
third_party/WebKit/Source/core/core_idl_files.gni
third_party/WebKit/Source/core/dom/Element.h
third_party/WebKit/Source/core/dom/Element.cpp
third_party/WebKit/Source/core/dom/Element.idl
third_party/WebKit/Source/core/frame/FrameView.h
third_party/WebKit/Source/core/frame/FrameView.cpp
third_party/WebKit/Source/core/frame/RootFrameViewport.h
third_party/WebKit/Source/core/frame/RootFrameViewport.cpp
third_party/WebKit/Source/core/frame/ScrollIntoViewOptions.idl
third_party/WebKit/Source/core/layout/LayoutBox.h
third_party/WebKit/Source/core/layout/LayoutBox.cpp
third_party/WebKit/Source/core/layout/LayoutObject.h
third_party/WebKit/Source/core/layout/LayoutObject.cpp
third_party/WebKit/Source/core/layout/ScrollAlignment.h
third_party/WebKit/Source/core/layout/ScrollAlignment.cpp
third_party/WebKit/Source/core/page/Page.h
third_party/WebKit/Source/core/page/Page.cpp
third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.h
third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.cpp
third_party/WebKit/Source/platform/BUILD.gn
third_party/WebKit/Source/platform/scroll/ProgrammaticScrollAnimator.h
third_party/WebKit/Source/platform/scroll/ProgrammaticScrollAnimator.cpp
third_party/WebKit/Source/platform/scroll/ScrollableArea.h
third_party/WebKit/Source/platform/scroll/ScrollableArea.cpp
third_party/WebKit/Source/platform/scroll/SmoothScrollSequencer.h
third_party/WebKit/Source/platform/scroll/SmoothScrollSequencer.cpp
third_party/WebKit/Source/web/BUILD.gn
third_party/WebKit/Source/web/tests/SmoothScrollTest.cpp