Home | History | Annotate | Download | only in WebCore

Lines Matching full:scrollbar

1717         Use the default scrollbar theme with thickness 0.
8593 [chromium] Remove subframe scrollbar routing (r58937)
11164 [chromium] clicking a scrollbar in an iframe shouldn't lose the selection
11167 Test: fast/events/mousedown-in-subframe-scrollbar.html
11171 a scrollbar, pass the event directly to the scrollbar. This matches
14835 Clicking a scrollbar blurs the currently focused element
14840 Firefox and Opera): clicking on a frame scrollbar *should not* steal focus from content.
14844 Patch fixes this behaviour by checking if current MouseDown event targets a frame scrollbar.
14848 scrollbars (e.g. a vertical scrollbar of an overflowed textareas or divs) will keep working
14851 Tests: scrollbars/scrollbar-click-does-not-blur-content.html
14852 scrollbars/scrollbar-iframe-click-does-not-blur-content.html
24911 Test: fast/overflow/scrollbar-restored-and-then-locked.html
29643 No vertical scrollbar after the CSS class change
29646 Don't suppress scrollbar change for non-first layouts.
29647 In the first layout, the scrollbar change will happen in later
31591 platform/Scrollbar.cpp.
31595 * platform/Scrollbar.cpp:
42618 value in ScrollBar.h.
51398 Horizontal scrollbar works in reverse at milliondollarcu.be
52032 Fix for Chromium/Mac after palindromic scrollbar change (54345).
52378 * WebCore.base.exp: Export Scrollbar::maxOverlapBetweenPages().
52380 (WebCore::verticalScrollDistance): Use Scrollbar methods instead of
52385 * platform/Scrollbar.cpp:
52386 (WebCore::Scrollbar::maxOverlapBetweenPages): Added. Returns the
52387 value from the native scrollbar theme.
52388 * platform/Scrollbar.h: Replaced scroll amount constants with static methods.
52389 (WebCore::Scrollbar::pixelsPerLineStep): Replaces cScrollbarPixelsPerLineStep.
52390 (WebCore::Scrollbar::minFractionToStepWhenPaging): Replaces cFractionToStepWhenPaging.
52395 (WebCore::PlatformWheelEvent::PlatformWheelEvent): Use Scrollbar methods instead of
52398 (WebCore::PlatformWheelEvent::PlatformWheelEvent): Use Scrollbar methods instead of
52405 Scrollbar::pixelsPerLineStep() instead of cScrollbarPixelsPerLineStep.
52407 (WebCore::PlatformWheelEvent::PlatformWheelEvent): Use Scrollbar methods instead of
52410 (WebCore::ScrollView::ScrollViewPrivate::OnScrollWinEvents): Use Scrollbar