Home | History | Annotate | Download | only in WebCore

Lines Matching full:scrollbars

2147         Early exit from the scrollbar calc when scrollbars are turned off. 
27573 Test: scrollbars/hidden-scrollbar-prevents-layout.html
32094 Prevent scrollbars from appearing in iframes with scrolling=no
32098 iframes keep getting scrollbars with scrolling="no"
34942 Use new WebThemeEngine api on chromium / linux to draw scrollbars.
37991 ScrollViews without scrollbars should not eat scroll events
39625 [GTK] Interior scrollbars do not draw their background properly
44734 Adds a function to recalculate the scrollbars to take advantage of
53646 "activate-slider" style property for scrollbars is gone.
56025 Fixed a bug in scroll flow. When we don't have scrollbars, we need to
56029 Tests: scrollbars/scrollevent-iframe-no-scrolling-wheel.html
56030 scrollbars/scrollevent-iframe-no-scrolling.html
58561 Scrollbars fail to render in composited iframes.
60743 Scrollbars will be cast incorrectly to MainFrameScrollbarGtk, causing
60815 Scrollbars will be cast incorrectly to MainFrameScrollbarGtk, causing
61016 [GTK] ScrollbarThemeGtk should be enabled for interior frame scrollbars
61019 Make interior frame scrollbars "fully-fake," which means they do not rely
61021 scrollbars drawn according to the GTK+ theme. Move ScrollbarGtk to
61023 frame scrollbars.
61025 No new tests, as this is already covered by pixel tests for scrollbars,
61046 interior frame scrollbars, create a normal WebCore scrollbar.
61050 (WebCore::ScrollView::platformAddChild): Remove logic for interior frame scrollbars.
61051 (WebCore::ScrollView::platformRemoveChild): Remove logic for interior frame scrollbars.
61057 interior frame scrollbars.
63207 any custom scrollbars.
64874 Scrollbar is currently written with the assumption that scrollbars never change
64887 (WebCore::ScrollbarThemeGtk::registerScrollbar): Track all interior frame scrollbars.
66993 Test: scrollbars/custom-scrollbar-with-incomplete-style.html
69656 Adding three new tests, which cover scrolling & getScreenCTM in large svgs with scrollbars, and with (nested) divs in overflow="scroll" mode.
69846 Add theme drawing code for GTK+ scrollbars. Turn RenderThemeGtk::paintMozillaWidget
69850 only after fully-fake scrollbars are activated.
69867 * platform/gtk/ScrollbarThemeGtk.cpp: Added code which can render GTK+ scrollbars.
70044 Test: scrollbars/scrollbar-gradient-crash.html
71745 Like arrow button of scrollbars, spinbuttons of <input
75900 for WebCore-drawn interior frame scrollbars.
85990 Test: scrollbars/hidden-iframe-scrollbar-crash2.html
91906 Test: scrollbars/overflow-custom-scrollbar-crash.html
94953 Autoscroll on selection should take scrollbars into account as outside of the content.
101683 Test: scrollbars/hidden-iframe-scrollbar-crash.html
104979 [GTK] Scrollbars sometimes go dead and stop scrolling the view
105751 Fixes regression on API test by disabling the scrollbars before
105859 [GTK] Scrollbars sometimes go dead and stop scrolling the view
105862 Fixes GtkScrolledWindow scrollbars not actually scrolling the page
113221 [chromium linux] Improve look of scrollbars
131936 Prevent chromium composited layers from rendering on top of the scrollbars.